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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}





.custom a, .custom #header #logo a {
	color:#FB1263;
}
.custom a:hover, .custom #header #logo a:hover{
	color:#111111;

}
.custom #header{
	background:transparent url(../images/cb_rainbow.jpg) 0px bottom no-repeat;
	padding:0px 0px 32px 20px;
}
.custom #header #tagline{
	color:#1F1F1F;
	font-style:italic;
	font-family:Georgia,serif;
	font-size:26px;
	position:absolute;
	left:230px;
	top:71px;
}
.custom .sidebar h3{
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.846em;
	border-bottom:1px dotted #dddddd;
	padding-bottom:5px;
	padding-left:5px;
}

.custom #header #logo a{
	background: transparent url(../images/citrusblog_logo.jpg) 0px 0px no-repeat;
	text-indent:-9999px;
	display:block;
	width:200px;
	height:50px;
	outline:none;
}

.custom #container{
	width:102.5em;
	position:relative;
}

.custom #content_box{
	background-position: 57.9em 0;
}
.custom #content{
	width:57.9em;
}
.custom #page{
	padding:6em 0px 0px 0px;
}

.custom ul#tabs{
	display:none;
}

.custom #multimedia_box #custom_box #text_container{
	float:left;
	width:352px;
}
.custom #multimedia_box #custom_box{
	background:transparent;
	border-right:1px solid #dddddd;
}
.custom #multimedia_box #custom_box p{
	font-size:1.4em;
	letter-spacing:1px;
	color:#737373;
	margin-bottom:10px;
}
.custom #multimedia_box #custom_box p span#custom_title{
	font-size:1.3em;
	color:#555555;
}
.custom #footer p#footer_contact{
	float:right;
}

.custom #multimedia_box #custom_box img#c_img{
	float:left;
	margin-right:15px;
}

.custom .format_text pre{
	padding:0px;
}

.custom .format_text h2, 
.custom .format_text h3 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
}

/* THIS CITRUSCOLORED RSS IS COOL LOOKING BUT MIGHT DETRACT FROM NEW SUBSCRIBERS
.custom ul#tabs li.rss a{
	background:transparent url(../images/cb_icon-rss.jpg) 100% 50% no-repeat;
}
.custom .thesis_widget_subscriptions .sub_rss a{

	background:transparent url(../images/cb_icon-rss.jpg) 0px 50% no-repeat;
}*/

ul#sectional_nav {
  list-style: none;
  position: absolute;
  top: 0px;
  right: 20px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 0px 5px;
  background: #ececec; }
  ul#sectional_nav li {
    float: left;
    height: 22px; }
    ul#sectional_nav li.divider {
      background: transparent url(../images/divider.jpg) 5px 5px no-repeat;
      padding: 4px 5px;
      height: 14px; }
    ul#sectional_nav li a.selected {
      color: #fb1263;
      background-color: transparent; }
      ul#sectional_nav li a.selected:hover {
        color: #fb1263; }
    ul#sectional_nav li a {
      font-family: Georgia;
			line-height:1.5;
      font-style: italic;
      padding: 0px 5px;
      font-size: 12px;
      float: left;
      margin-top: 1px;
      text-decoration: none;
      color: #737373; }
      ul#sectional_nav li a:hover {
        color: #000; }
.custom #footer{
	padding-bottom:3em; 
	text-align:left;
	font-size:1em;}
	.custom #footer_logo{
		background:transparent url(../images/mini_c.gif) 0px 0px no-repeat;
		height:25px;
		width:25px;}
	.custom #footer #logo_link{
		display:block;
		float:left;
		margin-right:10px;}
.custom #hiring_tab{
	background:transparent url(../images/were_hiring.jpg) no-repeat scroll 0 0;
	width:36px;
	height:102px;
	display:block;
	text-indent:-9999px;
	position:fixed;
	outline:none;
	right:0px;
	top:200px;}
	.custom a#hiring_tab:hover{
		width:39px;}
		
.custom pre code{
	background:#0C1021;
	color:#F8F8F8;
	display:block;
	padding:1em;}	

.custom li.sub_email a.hover{
	cursor:pointer;
	cursor:hand;
}
.custom input#email_input{
	display:block;
	margin-bottom:10px;
	margin-top:5px;
	width:162px;
	color:#FB1263;
}
.custom input#email_submit{
	float:right;
	padding:3px 4px;
}
.custom input#email_submit.hover{
	cursor:pointer;
	cursor:hand;
	color:#000000;
}
.custom a#close_me{
	color:#FB1263;
	padding:0px 8px;
	border:1px solid #dddddd;
	border-top:1px solid #ffffff;
	position:absolute;
	bottom:-20px;
	right:-1px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	background:#ffffff;
}
.custom a#close_me.hover{
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

.custom #email_form{
	display:none;
	border:1px solid #dddddd;
	padding: 1em;
	position:relative;
}
	
/* -------------------- IE HACKS ------------------- */
#IEsix a#hiring_tab{
	position:absolute;
}
