/*
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/
/*---:[ core layout elements and header styles ]:---*/

body { 
background: url('http://www.suzstephens.com/blog/wp-content/themes/thesis_16/custom/images/calligraphyTile.jpg') repeat-x top left;
background-color: #CFCDC5; }


/*---:[ header ]:---*/
.custom #header {
display: block; 
margin-top: 24px;
height: 278px; 
background: url('images/ninjaHeader.jpg') left top no-repeat;
float:center; 
text-indent: -9999px;
outline: none;
padding-top: 0em;
padding-bottom: 0em;
}


.custom.ie ul#tabs { width: auto; }

	ul#tabs li { margin: 0 0 0 0em; border: none; }




/*nav bar*/
.custom ul.menu {
background:/*#05396b*/#9b672B none repeat scroll 0 0;

}
/*preceeding text extended nav bar color to end of header*/

.custom ul.menu {border:0;}

.custom ul.menu li {
margin:0;
padding-right: 1px; 
border:0; 
background: #9b672B;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	




}




.custom ul.menu li.current_page_item, 
.custom ul.menu li.current-cat {padding:0; border:0; background: #BD4028; color: #FFFFFF;}
   
.custom ul.menu li a,
.custom ul.menu li a:active {text-decoration:none; font-weight:normal; color: #000000;}
.custom ul.menu li a:visited {text-decoration:none; font-weight:normal; color: #000000;}

.custom ul.menu li a:hover {text-decoration:underline; 
font-weight: normal; 
color: #000000;
background:#BD4028;}

.custom ul.menu li.current_page_item a {
margin:0; 
border:0; 
background:#BD4028; 
color:#000000; 
font-weight: bold;
}

.custom ul.menu li.current-cat a {
margin:0; 
border:0; 
background: #BD4028;
color: #000000;}

.custom .rss a {
color: #000000;
text-transform: uppercase;
padding-right: 30px;
background: url('http://suzstephens.com/blog/wp-content/themes/thesis_16/lib/images/icon-rss.gif') 90% 50% no-repeat;
}
.custom .rss a:hover {
color: #000000;
text-transform: uppercase;
padding-right: 30px;
text-decoration: underline;
background: url('http://suzstephens.com/blog/wp-content/themes/thesis_16/lib/images/icon-rss.gif') 90% 50% no-repeat;

}

.latest h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;
	color: #666666;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.15em;
margin-top: 12px;
margin-bottom: 12px;
}

.custom h2.entry-title, h2.entry-title a, h2.entry-title a:hover {
	color:#9B6723;
	padding-bottom:4px;
	padding-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
line-height: 19px;
}

.custom h1.entry-title, h1.entry-title a, h1.entry-title a:hover {
	color:#9B6723;
	padding-bottom:0px;
	padding-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
line-height: 19px;

}

.custom #container {
        width: 961px;
        
}

.custom #page {
        width: 961px;
        
}



.custom #content_box .hfeed {
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 12px;
	width: 520px;
}

.custom p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.custom .teasers_box, format_teaser, entry-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 12px;
}



.custom .post_box, .teasers_box, .full_width #content_box .page {
	margin-top: 0;
	margin-right: 1.8em;
	margin-bottom: 0;
	margin-left: 12px;
}

.custom .headline_area h1, .headline_area h2 {
font-size: 17px;
line-height: 19px;
}

.custom h1, h2, h2 a {
color:#9B6723;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
line-height: 19px;
}


.custom .teaser .post_image_link img.alignleft {
margin-top: 2px;
margin-right:1.2em;
}

.custom .headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a {
color:#888888;
margin-bottom: 0px;
}

.custom .teaser {
width: 230px;
}

.custom .teasers_box {
width:490px;
}


.custom .teaser .teaser_comments {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.custom .teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a {
border-bottom:1px solid #EEEEEE;
color:#888888;
text-transform:none;
}

.custom .teaser .teaser_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}


.custom .teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a {
	border-bottom:1px solid #EEEEEE;
	color:#888888;
	text-transform:capitalize;
	letter-spacing: 0em;
	margin-right: 6px;
}

.custom dl#comment_list .bypostauthor {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-attachment: scroll;
	background-color: #F0F0EB;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}


.custom img.frame {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E1E0D9; none repeat scroll 0 0;
border-color:#CFCDC5;
border-style:solid;
}


.custom .teaser .teaser_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0em;
}

.custom #custom_box {
font-size: 18px;

}

.custom #multimedia_box {
	margin-bottom:14px;
}

.custom #multimedia_box {
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 16px;
}

.custom .sidebar h3 {
font-size:12px;
line-height:17px;
margin-bottom:0.615em;
}

.custom li.widget ul li {
font-size:11px;
line-height:15px;
margin-bottom:0.636em;
}

.custom .format_text {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.custom #sidebars {
border:0 none;
float:right;
width: 412px;
}

.custom #sidebar_1 {
border-width:0 0 0 0;
clear:left;
float:left;
width: 206px;
}

.custom #sidebar_2 {
float:left;
width: 206px;
}






