/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/


/*---:[ background ]:---*/

body.custom { background: #dddbd7; }
	
.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #c2beb7; border: 0.4em solid #cfccc6; }

.custom #page { background: #fff; }


/*---:[ end background ]:---*/


/* 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;
}


/* Define the clear div to offset the link floats */
div.clear{
  clear: both;   
  height: 1px;
  width: 1px;
} 

/* This is the style for the container */  
div.socialmedia_sidebar
{
  background: #EEE;
  margin: -18px 0 5px 0; 
/* If you are using this below the media box, 
use a negative top margin to raise it up. If not, adjust accordingly */
  padding: 5px;    
  border-top: 1px;
  border-bottom: 1px;
} 

div.socialmedia_sidebar ul li{
  float: left;         
  list-style: none;    
  text-align: center;
} 

div.socialmedia_sidebar span.name{
  font-size: 2em;
  display: block;
}

div.socialmedia_sidebar span.service{
  font-style: italic;
}  

div.socialmedia_sidebar ul li a{
  width: 205px; 
  padding: 5px;    
  display: block;      
  border: 1px solid #EEE;    
}

/* Nav Search */
.custom ul.menu li.nav_right {
  float:right;
  font-size:10px;
  height: 22px;
  letter-spacing:1px;
  overflow:hidden;
  text-transform: uppercase;
}

.custom ul.menu li.search {
  background-color: #CCC;
  border-bottom:none;
  height:25px;
  margin-bottom:0;
}

.custom ul.menu li.search input {
  background-color: #CCC;
  border:1px solid #333;
  color:#333;
  font-size:10px;
  height:18px;
  letter-spacing:1px;
  padding:4px 10px 0 22px;
  text-transform: uppercase;
  width:125px;
}

.qtrans_language_chooser { list-style-type:none; }
.qtrans_language_chooser li { float:right; margin:3px }

wp-submit{  height:23px; width:46px; padding:0; margin:0 0 0 7px; }
user_pass{  height:18px; width:86px; padding: 3px; }
user_login{ height:18px; width:86px; padding: 3px; }
forgotText{ display:inline-block; font-size:small; margin-left:9px; height:26px; }
fbLoginButton{   display:block; height:18px; margin-top:7px; text-align:center; }
loginform label{ display:inline-block; width:2.75em; }
