/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag
will be appended with the "custom" class, like so: <body class="custom">. You can use
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

.custom .menu li {
float: none;
}

.custom h1 {
color: #0000FF;
}

.custom #feature_box{
width: 736px;
background-color: #eeeeee;
height: 300px;
padding: 5px;
}

.custom .rsscats {
width: 420px;
float: right;
height: 300px;
background-color: #eeeeee;
}

.custom .rssads {
width:300px;
float: left;
height: 300px;
background-color: #eeeeee;
}
.custom #multimedia_box{
height: 0px;
padding: 0px;
}

.custom #archive_intro h1 {
    height: 0px;
}


#navtop
{
font-size: small;
font-weight: bold;
font: bold 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #ffffff;
background-color: #000000;
padding: 3px;
vertical-align: middle;
text-align: center;
}

#navtop a:link, .countrynames_alink
{
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom: none;
}

#navtop a:visited, .countrynames_avisited, .countrynames a:hover, .countrynames a:active, .countrynames_ahover
{
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom: none;
}

#navcontainer
{
  z-index:1;
position:relative;
background-position: 0px 0px;
height: 105px;
background-repeat: repeat-x;
background-image: url(http://img.expatforum.com/expats/nav/images/back.jpg);
width: 100%;
}

#navcontainer .float.left{position:absolute; top:0; left:0; }

#googlecse
{
float: right;
width: 100%;
text-align: right;
}

#floatright
{
float: right;
width: 100%;
}
.floatlleft
{
clear: both;
float: left;
width: 267px;
height: 105px;
}


.countrynames
{
font-size: small;
color: #ffffff;
font-weight: bold;
font: bold 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin:0 0 0 0;
display: inline-block;
width: 105px;
text-align: left;
}

.countrynames a:link, .countrynames_alink
{
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom: none;
}

.countrynames a:visited, .countrynames_avisited, .countrynames a:hover, .countrynames a:active, .countrynames_ahover
{
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom: none;
}

.linkunits
{
padding-top: 10px;
display: inline-block;
width: 468px;
vertical-align: bottom;
}

.sponsorsthumb {
float: left;
width: 125px;
height: 125px;
margin: 2px;
padding: 2px;
text-align: center;
}

.clearboth {
clear: both;
}

.sponsorstext{
font-family: Georgia;
font-size: 11pt;
}

.rsstext{
font-family: Georgia;
font-size: 10pt;
border-bottom: #DDD dashed;
min-height: 65px;
}

.rsstexthead{
font-family: Georgia;
font-size: 11pt;
font-weight: bold;
border-bottom: #DDD dashed;
}

.categorylinks{
font-family: Georgia;
font-size: 10pt;
text-decoration: underline;
}


.clearm:before, .clearm:after{content:"."; display:block; height:0; overflow:hidden;}
.clearm:after{clear:both;}
.clearm{+zoom:1;}



/*Search box*/
.right-google-search{background:#feffd7; padding:15px 10px 19px 10px; margin-left:10px;}
.r_s_lab{font-size:13px; font-weight:bold; text-transform:uppercase;}
.r_s_wrap{margin-top:12px;}
.r_g_input{border:1px solid #abadb3 !important; margin:0; vertical-align:top; background:#fff; padding:5px 7px !important; width:150px; float:left; font:14px Arial, Helvetica, sans-serif;}
.r_g_sub{float:left; display:inline; position:relative; z-index:1; border:1px solid #399a34; margin-left:7px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; behavior:url(PIE.htc);}
.r_g_submit{color:#fff;  overflow:visible; height:26px; margin:0; vertical-align:top; text-decoration:none; z-index:1; width:107px; cursor:pointer; font:bold 12px Arial, Helvetica, sans-serif; text-align:center; padding:4px 7px;border:1px solid #96d393; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  border-top-color:#d1f1cf; background:#3eaa38; background:-moz-linear-gradient(top, #7cd677 0%, #088402 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cd677), color-stop(100%,#088402)); background:-webkit-linear-gradient(top, #7cd677 0%, #088402 100%); background:-o-linear-gradient(top, #7cd677 0%, #088402 100%); background:-ms-linear-gradient(top, #7cd677 0%, #088402 100%); background:linear-gradient(top, #7cd677 0%, #088402 100%); -pie-background:linear-gradient(top, #7cd677 0%, #088402 100%); behavior:url(PIE.htc);}
.r_g_submit:hover{background:#78dd73; background:-moz-linear-gradient(top, #90e98a 0%, #0c9706 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#90e98a), color-stop(100%,#0c9706)); background:-webkit-linear-gradient(top, #90e98a 0%, #0c9706 100%); background:-o-linear-gradient(top, #90e98a 0%, #0c9706 100%); background:-ms-linear-gradient(top, #90e98a 0%, #0c9706 100%); background:linear-gradient(top, #90e98a 0%, #0c9706 100%); -pie-background:linear-gradient(top, #90e98a 0%, #0c9706 100%);}
.new_d_ser{width:33px; height:28px; top:-15px; right:-8px; position:absolute; z-index:2; background-position:0px 0px;}

/*Vertical menu*/
.hidden{display:none; }
.menu .sub-menu.shown{display:block; }
.new_d_spr{background:url(/expats/nav/images/new_d_sprite.png) no-repeat; }
.menu{list-style:none; border-bottom:1px solid #35972f; margin:0 0 0 10px; padding:0;}
.menu li{background:#81da7c; border-top:1px solid #35972f; vertical-align:top; +zoom:1; clear:both;}
.menu li.current a{background:#B4F1B1; color:#4d4d4d;}
.menu a{display:block;  cursor:pointer; color:#000; text-decoration:none; position:relative; z-index:1; border-bottom:1px solid #b4f5b1; font:16px Arial, Helvetica, sans-serif; padding:7px 7px 7px 14px;}
.menu li.has-ul a{padding-left:31px;}
.menu li.has-ul .sub-menu a{padding-left:14px;}
.menu a:hover{color:#4d4d4d; background:#b2ffae;}
.country_expand{width:14px; height:14px; background-position:-70px -59px; position:absolute; top:50%; left:10px; margin-top:-7px;}
.country_expand.collapse{background-position:-86px -59px;}
.menu li.has-ul .sub-menu a{padding-left:14px;}
.menu li.has-ul .sub-menu .has-ul{ padding-left:10px; background:#B4F1B1;}
.menu li.has-ul .sub-menu .has-ul a{padding-left:31px; }
.menu .sub-menu{list-style:none; margin:-1px 0 0 0; padding:0;  border-top:1px solid #35972f; background:#b4f1b1; display:none; +float:left; +width:100%; }
.menu .sub-menu li { border-bottom:1px solid #35972f; border-top:1px solid #35972f; margin-bottom:-1px; }
.menu .sub-menu img{float:left; margin-right:10px; border:0;}
.menu .sub-menu li.current-menu-item a /*, .menu li.active a*/{background:#d0face; color:#4d4d4d;}
.menu li.current-menu-item {background:#b2ffae; color:#4d4d4d;}
.menu .sub-menu li a{padding-left:0; border-bottom:1px solid #e7fde6;  font-size:14px;  background:#b4f1b1;}
.menu .sub-menu li.first, .menu .sub-menu li.first a{border-top-width:0;}
.menu .sub-menu li:hover a{background:#d0face; border-top:none;}
.menu .sub-menu li.first:hover{margin-top:0;}
.menu .sub-menu li.first:hover a{border-top-width:1px; padding-top:10px;}

/*Mobile usability*/
@media print, screen and (max-width: 600px) {
#sidebars {display: none !important;}
#content {width: 100% !important;}
#cse-search-box, .neo_nav, .neo_search  {width: auto !important;}
* {max-width: 100%;}
.over-hide {min-width: 200px !important;}
.neo_item {background-color: #058200;}
}

