/*
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/
*/

#sidebull {width:11px;height:11px;vertical-align:middle;}

.social {
float: left;
display: block;
width: 400px;
height: 30px;
margin: 17px 0 0 0;
}

.social-single {
margin: 17px 0 0 0;
}

#social-twitter, #social-facebook, #social-su, #social-fb, #social-gb, #social-be, #social-dg {
float: left;
display: block;
}

#social-facebook {
margin-top:-1px;
margin-left:-3px;
}

#social-dg {
margin-right: 10px;
margin-left: 10px;
}

#social-fb {
margin-left:-10px;
margin-top:-1px;
margin-right: 5px;
}

#social-be {
margin-left: 10px;
}

#social-gb {
margin-left: 15px;
}

#social-su {
margin-left: 5px;
}

table.special {
	width: 595px;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(bg_caption.jpg) right top;
	height: 45px;
	color: #FFAA00;
}
thead th {
	background: url(bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}
tbody tr {
background: url(bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(bg_td2.jpg) repeat-x;
}

tbody th,td.special {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
tfoot th {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}




/*.custom li.widget h3 {font-family: Verdana; font-weight: bold; color: #FFFFFF; font-size: 1.2em; height: 40px; background: url('http://kikolani.com/wp-content/uploads/2010/01/sidebar-header.png') no-repeat; padding:13px 20px 0;}*/

ul.domtabs li.active {background:#ffffff;}		/* Active tab background color */
ul.domtabs li:active a {color:#e48902;}		/* Active tab font color */
ul.domtabs li {background:#ffffff;}			/* Inactive tabs background color */
ul.domtabs li a {color:#d83900;}				/* Inactive tabs font color */
ul.domtabs li {border-color:#000000;}			/* Tabs border color */
.domtab div {border:1px solid #000000;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#ffffff;}						/* Box background color */

ul.domtabs li {margin-right:0.5em;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
	}

ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.domtabs li {
	float:left;
	padding:0 0.5em;
	text-align:center;
	border-style:solid;
	border-width:0px 0px 0 0px;
	}


ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0 0px 0px 0px;
	padding:0.5em;
	clear:both;
	}

/*.custom #header, .custom .teasers_box, .custom #archive_info, .custom .prev_next, .custom #sidebar_1, .custom #sidebar_2 {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
        background: none;
}*/

.custom h3 {color:#dc5322;font-weight:bolder;font-size:16px;}
.custom .format_text h3 {color:#dc5322;font-weight:bolder;font-size:16px;}

/*side bar widget bacground

.custom li.widget ul {
background:#444;
border: 0.1em solid #C7C7C7;
-moz-border-radius:4px;
padding:0.5em;
}*/


 body.custom {
    background: #8db6b6 url('images/chihuly-colors.jpg') 100% 0 no-repeat;background-attachment: fixed;
} 

#stat-icons {vertical-align:middle;padding-right:5px;margin:0;}
#top-row-l {padding:5px 0 5px 0;border-bottom:1px dotted #808080;border-top:1px dotted #808080;color:#808080;font-size:14px;text-align:left;}
#top-row-r {padding:5px 0 5px 0;border-bottom:1px dotted #808080;border-top:1px dotted #808080;color:#000000;font-size:14px;text-align:right;font-weight:bold;}
#middle-row-l {padding:5px 0 5px 0;border-bottom:1px dotted #808080;color:#808080;font-size:14px;text-align:left;}
#middle-row-r {padding:5px 0 5px 0;border-bottom:1px dotted #808080;color:#000000;font-size:14px;text-align:right;font-weight:bold;}

.postauthor {background-color: #fdedaf;padding: 5px;border-top: 3px solid #e48902;border-bottom: 3px solid #e48902;}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em; margin-top:2px;}
.postauthor h4 {color: #666; font-size: 14px; margin-bottom: 12px;}
.postauthor p {color: #515151; font-size: 12px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 12px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}

.custom #header { border-bottom:none;
height:85px;
padding-top:0;
background-color: #ffffff;
padding-bottom:0;
margin-left:-3px;
background:url(http://kikolani.com/images/kikolani-logo-2.png)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

/* Digg Button */
.diggbutton {
float:left;padding-right:4px;padding-top:8px;padding-bottom:3px;text-align:center;
      }

#si_contact_ex_field1_4 {padding-top:10px;width:20px;margin-top:2px;}

#footer-faq {
background-color: #fdedaf;
padding: 5px;
border-top: 3px solid #e48902;
border-bottom: 3px solid #e48902;
}

#related-posts-line {
background-color: #fdedaf;
padding: 5px;
margin-top: 5px;
border-top: 3px solid #e48902;
border-bottom: 3px solid #e48902;
}

/* Top Nav bar */
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background:#ffffff none repeat scroll 0 0;
width: 100%;
float: left;
}
.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }
.custom ul#topnav li a { font-size: 1.1em; color: #000000; }
.custom ul#topnav li a:hover { text-decoration: underline; } 

.custom .to_comments a {color:#d83900;}
.custom .to_comments a:hover {text-decoration: underline;}

.custom .headline_meta {padding-left:1px;}

.format_text a { text-decoration: none; color:#d83900;}

.format_text a:hover { text-decoration: underline;}

.custom #sidebars #multimedia_box { display: none; }

.custom #sidebars a {color:#d83900;}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

.custom h2 {font-size:18px; color: #d83900;  font-family:Verdana; font-weight:bold;}

.custom h1 {font-size:18px; color: #d83900;  font-family:Verdana; font-weight:bold;}

.custom h3 {font-size:14px; font-family:Verdana; font-weight:normal;}

.custom h2 a { color: #d83900; }

.custom .sidebar h3 { font-weight:normal; letter-spacing: 0; font-variant:normal; color: #e48902; font-size:16px; font-family:Verdana;}

.custom .headline_meta { font-style: normal; color: #e48902; }
.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.headline_meta a { color: #e48902; border-bottom: 1px solid #eee; }
.headline_meta a:hover { color: #111; }

#flickr-tb {

padding-right: 5px;
padding-top: 5px;

}



#divider {
        padding-top:0px;
        padding-bottom:3px;
        border-bottom: 0px dotted #cccccc;
        font-size:13px;
        font-weight: bold;
        font-family:arial;
}

.custom ul#tabs {border-bottom:none; border-left:none; background:#EEEEEE;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#FFFFFF}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {}
.custom ul#tabs li a:hover {text-decoration:none; background:#FFFFFF}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#FFFFFF;}, .custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#FFFFFF}

#archive_info {display:none;}

#twitter_div ul li {
        text-decoration: none;
        margin:0;
        padding-bottom:20px;
        color: #000000;
        font-style: Verdana;
        font-size: 12px;
}

#twitter_div ul {
        text-decoration: none;
        margin:0;
        padding:0;
        list-style:none;
        color: #000000;
        font-style: Verdana;
        font-size: 12px;
}


 
#twitter_div ul li a {
	text-decoration: none;
        list-style:none;
        font-style: Verdana;
        font-size: 12px;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
        list-style:none;
        font-style: Verdana;
        font-size: 12px;
}

#twitter_div p {
	text-align: left;
	padding-right: 0px;
        color: #000000;
        font-style: Verdana;
        font-size: 12px;
}

#twitter_div {
	margin-top:16px;
	padding-right: 0px;
	padding-left: 0px;
        text-align:left;
        font-style: Verdana;
        font-size: 12px;
        color: #000000;
}

.block {
	float:left;
	width:190px;
	margin:0 10px 10px 0;
        text-align: left;
}

.last { margin-right:0 !important; }


.footerheader {color:#000000;margin-left:-2px;}

.footertext {color:#000000;}

#footer p {color:#000000; text-align:left;}
#footer h2 {text-align:left;}
#footer a {color:#d83900;text-decoration-none;}
#footer a:hover {text-decoration: underline;}

.nav{
 	border-top:1px solid #e48902;
	border-bottom:1px solid #e48902;
	list-style:none;
	font-size:9pt; 
	line-height:100%;
	font-weight:100;
	margin:0px;
	padding:0px;		
	background:#eee;
	float:left;
	width:100%;
      font-family: Verdana;

}

.nav ul{
	margin:0px;padding:0px;	float:left;	width:100%;
}

.nav li.noline{
	border:0;
}

.nav li{
	border-right:1px solid #555;
	float:left;
	display:block;
	padding:0px;
	margin:0px;
}
		
.nav li a{
	color:#323232;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	padding:5px 13px;
	margin:0px;
      font-family: Verdana;
}
	
.nav li a span{
	color:#d83900;
	text-transform:lowercase;
	display:block;
	font-size:9px;
      font-family: Verdana;

}
	
.nav li a:hover, .nav li a:hover span{
	background:#fed758;
	color:black!important;
      font-family: Verdana;
	}
		
* html .nav li a:hover{
	background:#333;color:#fff;
}
	
.nav li.lastnav{
	border-left:1px solid #fff;
	border-right:none;
	float:right;
	display:block; 

}

.nav li.lastnav a:hover, .nav li.lastnav a:hover span{
	background:#4a4a4a;
}

	
.clear {
	clear:both;
	height:0.001em;
	margin:0px;
	padding:0px;
	display:block;
}