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

#footer_links:after, #sidebar_2:after, #sidebar:after, #banner:after{
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.left{
  float:left;
  display:inline;
}

.right {
  float:right;
  display:inline;
}

.custom label{
 display: block;
 text-align: left;
}

.custom .linklove {
  display:none;
}

.custom .page #header{
  border:none;
}

#banner{
  width: 744px;
}

#banner #logo{
  width: 157px;
}

#banner #wallpaper{
  width: 575px;
}

.custom .full_width{
  width: 918px;
  margin: 0px auto;
}

.custom #content{
  width: 744px;
}

.custom #sidebars{
  padding: 0;
  width: 174px;
}

.custom #content_box, .custom .page{
  background: none;
  width: 918px;
}

.custom ul#tabs, .custom ul#suckerfishnav{
  background: url(images/navigation/nav_bg.png) repeat-x;
  margin: 10px 0px 0px 0px;
  padding:0;
  border:none;
  font-size: 14px;
  height: 25px;
  width:744px;
  line-height: 11px;
}

.custom ul#tabs li, .custom ul#suckerfishnav, .custom #suckerfish li{
  background: url(images/navigation/nav_bg.png) repeat-x top left #969696;
  margin: 0px 1px 0px 0px;
  border:none;
  height:25px;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
  left:auto;
  color: #000;
       
  background: url(images/navigation/nav_bg.png) repeat-x top left #969696;
    /*background:#bbb;99CCFF*/
}

#suckerfishnav li.page_item ul li.page_item li , #suckerfishnav li.page_item ul li.page_item a{
  color: #000;
}

#suckerfishnav li.page_item ul li.page_item li:hover , #suckerfishnav li.page_item ul li.page_item a:hover{
  color: #fff;
}

#suckerfishnav {
    width:100%;
}

#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    width:100%;
}

#suckerfishnav a {
    display:block;
    color:#000;
    text-decoration:none;
}

#suckerfishnav li {
    float:left;
}

#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width: 190px;
    font-weight:normal;
    border:0;
    border-top:1px solid #CDCDCD;
}

#suckerfishnav li li {
    width:188px;
    border-bottom:1px solid #CDCDCD;
    border-left:1px solid #CDCDCD;
    border-right:1px solid #CDCDCD;
    font-weight:normal;
}

#suckerfishnav li li a {
    width:188px;
    color:#000;
}

#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
}

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000;
}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#000;
}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
}

.custom ul#tabs li.current_page_item, .custom ul#suckerfishnav li.current_page_item{
  background: url(images/navigation/nav_active_bg.png) repeat-x;
}

.custom ul#tabs li.current_page_item a, .custom ul#suckerfishnav li.current_page_item a, .custom ul#suckerfishnav ul li.current_page_item a{
  color: #fff;
}

.custom ul#tabs li.home-item, .custom ul#suckerfishnav li.home-item{
  background: url(images/navigation/nav_bg.png) repeat-x top left ;
  cursor:pointer;
}

.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current_page_item:hover, .custom ul#suckerfishnav li.current_page_item:hover, .custom ul#suckerfishnav li.current_page_item a:hover{
  cursor: pointer;
}

.custom ul#tabs li.home-item a, .custom ul#suckerfishnav li.home-item a{
  color: #333;
}

.custom ul#tabs li:hover, .custom ul#suckerfishnav li:hover{
  background: url(images/navigation/nav_hover_bg.png) repeat-x top left #686868;
  
}

.custom ul#tabs li:hover a, .custom ul#suckerfishnav li:hover a{
  text-decoration:none;
  color: #fff;
}

.custom ul#tabs li a, .custom ul#suckerfishnav li a{
  padding: 7px 13px;
  text-transform:none;
  font-family: "Lucinda Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
}

#sidebar_1.sidebar li.widget{
  background: url(images/sidebar_bg.png) no-repeat bottom left;
  margin: 0px 0px 15px 0px;
  padding: 0px 5px 3px 10px; 
  line-height: 1.5em;
  width: 150px;
  display:block;
  /*background: #000;*/
}

.custom #sidebar_1.sidebar li.widget h3{
  background:url(images/sidebar_top.png) no-repeat top left;
  width: 155px;
  height: 21px;
  color: #fff;
  font-weight: bold;
  padding: 3px 0px 0px 10px;
  margin: 0px 0px 10px -10px;
}

.custom #sidebar_1.sidebar li.widget h3 img{
  /* Remove RSS feed icon from feeds widget */
  display:none;
}

.custom #sidebar_1.sidebar li.widget h3 a{
  color: #fff;
}

.custom #sidebar_1.sidebar ul.sidebar_list{
  padding:0;
  margin-left: 10px;
}

.custom #footer{
  border: none;
  padding: 0;
}

.custom #sidebar_2 ul, .custom #sidebar_2 li{
  margin:0;
  padding:0;
  list-style:none;
  text-align:left;
}

.custom #sidebar_2 .widget{
  float:left;
  height: 125px;
  width: 258px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: url(images/sidebar_2_bg.png) repeat-x top left;
  margin:0px 0px 0px 8px;
}

.custom #sidebar_2 #recent-posts-3, .custom #sidebar_2 #categoryposts-3{ 
  margin: 0;
}

.custom #sidebar_2 .widget h3{
  color: #000;
  font-size: 19px;
  font-weight: bold;
  text-align:center;
  margin-bottom: 10px;
}

.custom #sidebar_2 .widget h4{
  font-size: 14px;
  margin-bottom: 5px;
}

.custom #sidebar_2 .widget, .custom #sidebar_2 .widget p{
  font-size: 10px;
}

.custom #sidebar_2 .widget blockquote{
  border: none;
}

.custom #sidebar_2 .widget a{
  color: #0081C5;
  background: url(images/blue_arrow.png) no-repeat;
  background-position: right 4px;
  padding: 0px 8px 0px 0px;
  border: none;
  text-decoration: none;
}



.custom .post_box{
  margin: 10px 0px 0px 0px;
  
  padding:15px 0px;
}


.custom .headline_area{
  position:absolute;
  top:-1500px;
  left:-1500px;
}

.custom .post .headline_area{
  position:static;
}

.custom #footer_links .widget{
  
  display:inline;
  text-align:left;
  font-size: 10px;
}
.custom #footer_links .widget ul li{
  display:inline;
  float:left;
  margin-right:10px;
}

.custom #footer_links .widget li a{
  text-decoration: none;
  border:none;
}

.custom #footer_links{
  margin: 10px 0px 0px 0px;
}

.custom #footer_links h2{
  display:none;
}

.custom #content .post_box ul, .custom #content .post_box ol{
  list-style: disc;
  margin-left: 30px;
}

.custom #content .post_box ul li ul, .custom #content .post_box ol li ol{
  list-style: circle;
}

.custom #content h1{
  margin-bottom: 15px;
}

.custom ul.contact li{
}

.custom ul.contact table{
  height: 20px;
}

.custom ul.contact li table tr td{
  vertical-align: top;
  padding-right: 3px;
  height: 20px;

}
