/*
Theme Name: Atlas
Theme URI: 
Description: Built on Thematic Theme. $Revision: 205 $
Author: Nobody
Author URI: 
Template: thematic
Version: 0.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
/* ===========================================================================
Last committed:     $Revision: 205 $
Last changed by:    $Author: passang $
Last changed date:  $Date: 2010-10-25 18:07:42 +0800 (Mon, 25 Oct 2010) $
=========================================================================== */

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/************************************************ Style for drop-down menu */
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
ul, ol{
	list-style-position:inside;
}
#header{
	z-index:99; /* IE7 z-index bug */
}
#access{
	height:16px;
	overflow:visible;
	position:static;
	float:none;
	padding:0;
	margin-top: 20px;  /*to give some space between the menu+search and the picture*/
	background: transparent;
	border:none;
}
#rss_in_menu{
	float:right;
}
.menu{
	width:607px;
	position:static;
	margin:0;
	overflow-x: visible;
	overflow-y: visible;
	overflow:visible;
}
.menu a{
	border: none;
}

.menu ul{
	padding:0;
	margin:0;
	position:absolute;
}
.menu li{
	margin:0;
	padding:0;
}

.menu ul li a {
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #9EE1CF;
}

.menu li a {
	text-align:left;
	margin:0;
	height:auto;
	background:none;
	color: #000;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:13px;
}
.menu li a:hover {
	
	background: transparent;
	color:#666;
}

.menu li a:focus{
	background: transparent;
	color:#666;
}

.menu ul li ul {
	margin: 0;
	padding:0;
}

.menu ul li ul{  
	height:auto;
	display:block;
	position:absolute;
	left: 0; /* IE7 bug Fix */
}

.menu ul li ul a {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.menu ul li ul a:hover {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu li ul {
	background: white url(images/bg.png) repeat-x scroll 0 0;
}

.menu ul li {
	padding-right: 15px;
}

.menu ul li ul {
	padding:13px 4px 11px 5px; 
}
.menu ul li li{
	border-bottom: 1px solid #339278;
}

.menu ul li ul li{
	margin:0;
}	
.menu ul li ul li a{ 
	display:block;
	background:none;
	color:#000;
}

.menu ul li ul li a:hover{
	display:block;
	color:#666;
}

.menu ul li ul li ul li{
	height:auto;
	left:-1px;
	top: -1px;
}
.menu ul li ul li ul li ul{
	height: auto;
}
.main{
	clear:both;
}

/************************************************ Body */
body{
	background:url(images/bg.png) left top repeat-x;
}

body.home #main
{
	background-color:#9ee1cf;
}

#wrapper{
	margin:0 auto;
	border:none;
}
#header{
	width:960px;
	margin:0 auto;
	border:none;
	background:none;
}
#blog-title{
	padding:35px 0 0 0;
	height:71px;
	border:none;
	font-weight:normal;
	font-size: 36px;
	font-weight:bold;
	text-transform:normal;
	font-family:Century Gothic, "Trebuchet MS", Verdana, Arial, Georgia, Times New Roman;
}
#blog-title a{
	padding:1px 5px;
	color: #363636;
}

#topmenu{
	height:25px;
	width:940px;
	margin:0 auto;
}
#blog-description{
	display:none;
	
	font-weight:normal;
	font-size:11px;
	padding:3px 0 0 10px;
	font-family:Verdana, Arial, sans-serif;
	text-decoration:normal;
	font-style:normal;
	color:#9c8383;
	float:left;
}

/************************************************ Pages menu */

#page_menu{
	float:right;
	margin-left:-10px;
	min-width:300px;
	overflow:hidden;
	height:25px;
	border:1px solid #b6d19d;
	border-top:none;
	background:transparent;
}
#page_menu ul{
	float:left;
	list-style:none;
	padding:3px 0 0 0;
	margin:0;
}
#page_menu ul li{
	float:left;
	margin:0 10px;
}
#page_menu ul li ul{
	display:block;
	float:left;
	padding:0;
}
#page_menu ul li ul li{
	float:left;
	margin:0 0 0 20px;
}
#page_menu a{
	float:left;
	color:#fff;
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif;	
}
#page_menu a:hover{
	color:#fff;
	text-decoration:underline;
}

/************************************************ Content */
#main {
	clear: both;
	padding: 15px 0 0 0;
	width: 960px;
	margin: 25px auto;
	font-family:Verdana, Arial, sans-serif;
	background-color:#fff;
	
}

#content{
	width:620px;
	/*border-right: 1px solid #fff;
	padding-right: 7px;*/
}

#general
{
   padding-top: 15px;
}


.hentry{
	padding: 10px 20px 10px 20px;
	border: none;
	/* border-top: 1px solid #9EE1CF; */
}

/************************************************ general entry content */
.blog .blog_listing, .archive .blog_listing{
	float: right;
	width:555px;
}
.clear_hentry{
	clear:both;
}
.blog .entry-title, .archive .entry-title{
	width:310px;
	margin:0;
	padding:0 50px 0 0;
	color:#101010;
	font-weight:normal;
	font-size:22px;
}
.entry-title a:hover{
	color:#ff4b33;
}
.entry-utility{

}
.entry-meta{
	padding:6px 0 5px 0;
	clear:both;
}
.firefox .entry-meta, .msie .entry-meta{
	padding:6px 0 6px 0;
}
.firefox.archive .entry-meta, .firefox.search .entry-meta{
	padding:6px 0 5px 0;
}
.entry-meta span.color-meta{
	background:#eee;
	padding: 3px 3px;
	color:#666;
}

.entry-meta abbr, .entry-meta acronym 
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	cursor: help;
}

.entry-meta span a{
	color:#666;
}
.asides .entry-meta span a{
	color:#666;
}
a.green-read-more{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#80af53;
}
.user-comments{
	background:url(images/user-comments.gif) center bottom no-repeat;
	padding:6px 10px 8px 10px;
	position:absolute;
	margin-left:360px;
	color:#503f3f;
}
.user-comments a{
	color:#503f3f;
}

.page-title{
	font-size:20px;
	color:#fff;
	background: #339278;
	padding: 5px;
	font-weight:normal;
	
}

.page-title span {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}
/************************************************ thumb_150x150 */
.thumb_150x150{
	float:left;
	padding:5px 20px 20px 0;
}
.thumb_150x150 .post-image{

}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin:0px 0 15px 0;
	overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 618px;
}
#nav-above {
	display:none; 
}
#nav-below{
}
.home #nav-above, .single #nav-above {
	display:none;
}
.paged #nav-above {
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
	font-size:11px;
	line-height:18px;
	margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
	margin-bottom:18px;
}
.aside pre,
.aside code {
	font-size:12px;
	line-height:18px;
}
.aside .current_page_item a {
	color: #FF4B33;
}
.aside .current_page_item .page_item a {
	color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
	color: #FF4B33;
}
.aside {
	color:#666;
}
.aside a {
	color:#666;
}

.aside p
{
	color:#000;
}

.aside a:active,
.aside a:hover {
	color: #FF4B33;
}
.aside h3 {
	font-size:12px;
	font-style:italic;
	line-height:22px;
}
.aside h3 a {
	text-decoration:none;
	color:#000;
	/*color:#339278;*/
}
.aside caption {
	font-size:11px;
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.aside ul {
	list-style:none;
	margin-left:0;
	height:1%;
}
.aside ul li{
	list-style:none;
	margin:0;
	padding:0;
	list-style-position:outside;
}

.aside ul ul {
	list-style:none;
	margin:0 0 10px 0px;
}
.aside ul ul li {
	padding:6px 4px;
	border-bottom:1px solid #9EE1CF;
	overflow:auto;
}

.aside ul li ul li img
{
	float:left;
	padding-top: 10px;
	padding-right: 10px;
}
.aside ul ul ul {
	margin:0;
}
.aside ul ul ul li{
	padding:6px 0 6px 6px;
	border-bottom:none;
}
.aside form,
.aside table {
	margin-bottom:22px;
}
.aside table {
	border:none;
}
.aside thead {
	border:1px solid #ccc;
}
.aside tbody {
	border:1px solid #ccc;
}
.aside th, .aside td {
	border-right:1px solid #ccc;
	padding:.25em .8em;
}
.aside tfoot tr {
	border:none;
}
.aside tfoot td {
	border-color:transparent;
}
.widget_tag_cloud {
	margin:0 0 22px 0;
}
/*
    Main Asides
*/
.main-aside ul {
	padding:0 0px;
}
.main-aside h3 {

}
.main-aside ul ul {
	padding:0;
	background:#FFF;
}

.widget_pages ul li a
{
	border-left: 2px solid #ccc;
	padding-left: 5px;
}

.widget_pages ul li a:hover
{
	border-left: 2px solid #339278;
	padding-left: 5px;
}

#primary {
	padding:0 0 0 0;
	margin-bottom:0px;
}

#primary h3.widgettitle, #primary h3{
	background: #339278;
	color:#fff;
	margin:0;
	padding:4px 0 4px 4px;
	font-style:normal;
	clear:both;
}

/*
    Content Asides
*/
#content .aside {
	border:1px solid #ccc;
	margin:0 0 22px 0;
	padding:18px 0 0 0;
}
#content .aside ul {
	padding:0 20px;
}
#content .aside h3 {
	font-weight:bold;
	font-size:17px;
	font-style:normal;
	padding:0 0 7px 0;
	text-transform:none;
	line-height: 22px;
	color: #497c6e;
	padding: 0px;
}

#content .aside ul ul {
	padding:0;
}

/*
	Footer
*/
#footer{
	font-family:Verdana, Arial, sans-serif;
	padding-bottom:10px;
	padding-top: 5px;
}

#siteinfo{
	text-align:left;
	padding:3px 10px 0px 10px;
	margin:0 auto;
	overflow:hidden;
	
	height:auto;
	background:#fff;
	color: #333;
	
	border-top: 7px solid #eee;
}
#siteinfo a {
	padding-left: 3px;
	color: #333;
	font-size: 12.7px; 
}

#credit_logos{
	float: right;
	height: 60px;

}

/* remove widget title background in sidebar */
#search h3.widgettitle {
	display:none;
}
-widgettitle {
	line-height: 22px;	
	font-weight: bold;
	color: #339278;
}

#primary { background:transparent; }

/* index-bottom */
#index-bottom  { 
	clear: both; 
	border: 0px; 
	overflow: hidden;
	}
	
#index-bottom.aside ul {
	padding-left: 15px;
} 
	
#index-bottom>ul.xoxo {
	/*width: 600px;*/ 
	width: 620px; /*increased the width for adequate spacing */
	margin-bottom: 0px; 
}
#index-bottom li.widgetcontainer { 
	margin-top: 0px;
	/*margin-right: 20px;*/ 
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 15px; /*Added the padding for the gap in-between the widgets*/
	float: left;
	width: 175px; 
	list-style: none; 
	list-style-type: none;
}
	

#content .aside h3, #content .aside h3 a {
	font-size: 13px;
	line-height: 16px;
	color: #339278;
	padding:0 0 7px 0; /*Added to increase the vertical gap between the h3 and p elements since padding property is not inherited*/	
}


/*********************
Index-bottom
**********************/


#index-bottom.aside { /*removed the padding to move the index-bottom towards the top */
	padding-top: 0px;
	border: none;  /*removed the grey border*/
}

#content .widgetcontainer { /*Remove the borders above the images*/
	border-top: 0px;
} 

/* Bhutan - hacked */
#widget_featured_page_widget_hack-0 h3.featured-post-title, #widget_featured_page_widget_hack-0 h3.featured-post-title  {
	background-attachment:fixed;
	height: 77px;
	background:url(images/bhutan.jpg) bottom left no-repeat;
	margin-bottom: 10px;
}

/* ILCS - hacked */
#widget_featured_page_widget_hack-1 h3.featured-post-title, #widget_featured_page_widget_hack-1 h3.featured-post-title  {
	background-attachment:fixed;
	height: 77px;
	background:url(images/ilcs.jpg) bottom left no-repeat;
	margin-bottom: 10px;
}

/* Contribute - hacked */
#widget_featured_page_widget_hack-2 h3.featured-post-title, #widget_featured_page_widget_hack-2 h3.featured-post-title  {
	background-attachment:fixed;
	height: 77px;
	background:url(images/research.jpg) bottom left no-repeat;
	margin-bottom: 10px;
}

/* right-most widget in index-bottom - hacked */
#widget_featured_page_widget_hack-2 { margin-right: 0px; }

/*For the white lines in-between*/
#widget_featured_page_widget_hack-1.widgetcontainer, #widget_featured_page_widget_hack-2.widgetcontainer { 
padding-left: 20px;
border-left: 1px solid #fff; 
}

/****
END
*****/

#feature {
	background:transparent url(images/featured_corner_ribbon_green.png) no-repeat scroll 0 0;
	position: absolute;
	display:block;
	height: 77px;
	top:40px;
	width: 77px;
	left: 6px;
}

#blog-title {
	padding-top: 24px;
	padding-bottom: 10px;
	padding-left: 125px;
	/*9/11/09-->changed the logo and the height to 170px*/
	background:transparent url(images/logo.png) no-repeat scroll 0 0; 
	height: 130px;
}

#blog-title span {  /*9/11/09--> added to remove the blog title*/
	display: none;
}

#index-top{ 
	background-color:#c2eddf;
}
	
#index-top ul { padding-bottom: 0px; overflow: hidden;}
#index-top li.widgetcontainer { 
	float: left;
	list-style: none; 
	list-style-type: none;
}

#index-top .widget_sp_image {
	width: 380px;
	padding-right: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 0px; 
	border-bottom: 0px;	
}
/* weird p class from widget_sp_image */
.-description { display: none; }
#index-top .widget_sp_image>p {
	margin-bottom: 0px;
}

#index-top .widget_featured_page_widget {
	width: 190px;
	padding-bottom: 0px; 
	margin-bottom: 0px; 
	border-bottom: 0px;
	float: left;
}

.aside a.pmc-link { font-weight: bold }

#searchform { float: right; }


#imgboxes {
	position:absolute;
	right:5px;
	top:5px;
}

#imgboxes img {
border:3px solid white;
margin-left:3px;
}

/*
#imgboxes {
	position: absolute;
	display: inline;
	top: 5px;
	right: 5px;
	border: 3px solid white;
}


#img1, #img2, #img3, #img4 {
   float: left;
}*/

/*

#imgboxes img {
	border: 3px solid white;	
}*/


/*********************************
List style
*********************************/

#content .page li, #content .category li, #content .singular li, .entry-content li
{
	list-style: none;
	padding-left: 27px;
	background-image: url(images/bullet_20.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}


/* ------------------------
		category.php template
	 ------------------------ */
#category_dzongkhags {
	padding-top: 10px;
}

div.cat_dz_posts {
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	width: 180px;
}


#dzongkhags.category {
	padding-top: 10px;
}

h2.category {
	font-weight: bold;
	font-size: 15px;
}

.category div.entry-content {
	margin-top: 0px;
}

h2.category, h3.category {
	font-weight: bold;
}

ul.dzongkhag_posts {
	margin-left: 2px;
	margin-bottom: 2px;
}

ul.dzongkhag_posts li {
	list-style-type: circle;
}

span.cat_dz_more {
	float: right;
	font-style: italic;
	font-size: 11px;
}

.nocontent {
	margin-top: 10px;
	font-style: italic;
}

/* ------------------------
		taxonomy.php template
	 ------------------------ */
body.archive #main {
	background-color:#fff;
}

#taxonomy_cat {
	padding-top: 15px;
}

/* ------------------------
		single.php template
	 ------------------------ */
.post div.entry-content {
	margin: 0px;
}

ul.post-meta li {
	list-style-type: none;
}
ul.post-meta li span {
	font-weight: bold;
	display: block;
}
ul.post-meta {
	border: dashed 1px #333;
	padding: 10px;
	margin-left: 0px;
	width: 200px;
	float: left;
	margin: 5px 10px 5px 0px;
}

.entry-content img {
	border-top: 10px solid #E8E8E8;
	border-bottom: 10px solid #E8E8E8;
}

/****************************************
Style for post gallery
*****************************************/
#media-container {
	margin: 0px;
	padding: 0px;
	float: right;
	/*min-width: 270px;*/
	padding-top: 10px;	
}

.agallery ul {
	padding-left: 0px;
	margin-left: 3px;
	width: 320px;
}

.agallery ul li {
	width: 160px;
	list-style: none;
	float: left;
}

.agallery img {
	padding: 2px;
	border: 1px solid #339278;	
}

.attachment .navigation img {
padding: 3px;
border: 1px solid green;
}

.mediaMessage {
	clear: both;
	margin-top: 0.5em;
	font-size: x-small;
	text-align: center;
}

#siteinfo a:hover, a:active{
	color:#FF4B33;
}

#browserDetectionMessage {
	font-size: 0.9em;
	padding: 10px;
	margin: 20px auto;
	width: 940px;
	background: #ff3333;
}

#browserDetectionMessage a {
	font-weight: bold;
	color: #eee;
}

/* --------------- SOCIAL SHARING CSS --------------- */
#sharing-bar { background: white; clear: both; width: 100%; }
#facebook_like_button { padding: 10px 0px 0px 0px;  }

.addtoany_share_save_container{margin: 0px 0 0 -8px; padding-top: 0px; }
ul.addtoany_list{
	display:inline;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}
ul.addtoany_list li{
	background:none !important;
	border:0;
	display:inline !important;
	line-height:32px;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}
ul.addtoany_list li:before{content:"";}
ul.addtoany_list li a{padding:0 9px;}
ul.addtoany_list img{
	float:none;
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}
ul.addtoany_list a img{
	opacity:.7;
}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
	opacity:1;
}
a.addtoany_share_save img{border:0;width:auto;height:auto;}
/* --------------- end --------------- */
