/*  
Theme Name: Susan Hefner
Theme URI: http://www.yuindustries.com/
Description: Susan Hefner & Dancers Theme 
Version: 1.0
Author: Han Yu	
Author URI: http://www.yuindustries.com/
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BODY, WRAPPINGS, ANCHORS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {             
	background: #FFF url("./images/bg.jpg") repeat fixed 0 0;
	margin: 0;
	padding: 0;
	text-align: center;   
	line-height: 1.55em;
	font-size: 1.12em;
	font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
}

#wrapper {          
	background: #FFF url("./images/wrapper_bg.jpg") repeat-y scroll top left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: 0 10px 20px 20px;
	width: 480px;   
	position: relative;
	float: left;
}

a {	color: #006699;	text-decoration: none; }			
a:hover { color: #003366; }  


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
HEADER, HEADINGS, what not
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {    
	background: transparent url(images/logo.gif) no-repeat scroll 0 0;
	float: left;
	height: 264px;
	margin: 20px;
	position: relative;         
	width: 232px;
}

h1 {
	position: absolute;
	left: -999999px;
	font-size: 2.8em;
	font-weight: normal;
}

h2 a {
	color: #000;
	padding: 0;
}
h1 a, h1:visited { color: #fff; text-decoration: none; }

.description {
	margin: 0 0 0 35px;
	color: #fff;
	font-size: 1.2em;
}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TOP BAR
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topbar {
	width: 400px;
	height: 45px;
	margin: 1px auto 10px auto;
	padding-top: 45px;
	border-bottom: 15px solid #000;
}

#topbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topbar ul li {
	display: block;
	list-style: none;			
	float: left;
}

#topbar ul li a, #topbar ul li a:visited {
	color: #630;
	display: block;
	float: left;
	font: 11px "Avante Garde", Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 12px;	
	padding: 3px 9px 0 2px;
	text-decoration: none;
	text-transform: uppercase;
}

#topbar ul li a:hover { color: #C63; }

#topbar ul li ul, #topbar ul li ul li {
	margin: 0;
	padding: 0;
}

#topbar ul li ul li a, #topbar ul li ul li a:visited {
	position: absolute;
	left: -99999px;
}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTENT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#image {         
	position: absolute;    
	width: 300px;
	height: 400px;
	left: 25px;
	top: 260px;
	z-index: 5;
}

#content {
	width: 518px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 0 50px;
}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
POSTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.post {      
	width: 300px;
}

.post h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #000;
}

.post h2.single { margin: 2px 0 10px 0; }

.post h2 a:hover { color: #000; }

.post .data {
	font-size: 1em;
	font-weight: normal;
	color: #006699;
	margin: 0 20px 15px 50px;
}

.post h3 {
	font-size: 1.3em;
	font-weight: normal;
}

#content>.post h3 { margin-bottom: 8px; } /* FF Specific */

.entry {
	width: 350px;
	margin: 0 auto;
	font-size: 0.8em;
}

.postmetadata {
	width: 406px;
	margin: 25px auto 15px auto;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
	font-size: 0.9em;
	padding: 8px 10px;
}

.postmetadata#single { margin: 0 auto 30px auto; }

.postmetadata small { font-size: 0.8em; }			



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
POST PARAPHERNALIA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

blockquote {
	margin: 10px 0 10px 30px;
	padding: 0 0 0 10px;
	border-left: 3px solid #999;
}

.post ul {
	margin: 10px 0 ;
	padding: 0 0 0 37px;
}

.post a:hover { color: #0099CC; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NAVIGATION
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.navigation {
	background: #F5F5F5;
	width: 447px;
	height: 18px;
	margin: 0 auto;
	font-size: 0.8em;
	padding: 8px 40px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COMMENTS and COMMENT FORM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#commentformarea {
	width: 507px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background: #F5F5F5;
	margin: 0 auto 8px auto;
	padding: 8px 10px;
}

#commentform {
	margin: 15px 0 10px 40px;
}

#commentformarea h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #006699;
	margin: 10px 0 15px 20px;
}

#commentform p { margin: 0 0 3px 0;	}

#commentform input, #commentform textarea {
	border: 1px solid #A7A6AA;
	background: #fff;
	padding: 3px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#commentform textarea { width: 420px; }

#commentform input#submit {
	font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	width: 130px;
	color: #006699;
}

h4 {
	color: #333;
	margin: 8px 0 8px 0;
	font-weight: bold;
}

ol.commentlist {
	width: 426px;
	list-style: none;
	margin: 0 auto 60px auto;
	padding: 0;
	font-size: 0.9em;
}

ol.commentlist li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ABCAD9;
}

ol.commentlist p.await_mod {
	color: #f00;
	margin: 0 0 8px 0;
}

ol.commentlist p { margin: 0 0 10px 0; }

ol.commentlist span.cmntmeta { color: #006699; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SEARCH AND ARCHIVES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sanda h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #000;
	margin: 35px 0 0 0;
	text-align: center;
}

.sanda>h2 { margin: 15px 0 0 0; } /* FF Specific */

.sanda h3 { margin: 0 40px 15px 40px; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul#sidebar {
	width: 400px;
	margin: 8px auto 0 auto;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 5px 0;
}

#wrapper>#sidebar { padding: 5px 0 20px 0; } /* FF Specific */

#sidebar_wrapper {
	width: 400px;
	margin: 10px 15px 0 45px;
}

#sidebar>#sidebar_wrapper { margin-top: 0; } /* FF Specific */

ul#sidebar li, ul#sidebar li ul, ul#sidebar li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#sidebar li h2 { 
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 1.6em;
	width: 140px;
}

ul#sidebar li {
	width: 150px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}

ul#sidebar li ul {
	width: 135px;
	padding: 5px 0 15px 10px;
}

ul#sidebar li ul li { width: 130px;	}

input#s {
	width: 300px;
	margin: 0 13px -20px 0;
	border: 1px solid #A7A6AA;
	background: #fff;
	padding: 4px 0;
	color: #ccc;
	text-align: center;
}

div>input#s { margin-bottom: 0; margin-top: 15px; } /* FF Specific */



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FEED ICONS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.feedicon {
	width: 20px;
	height: 20px;
}


#topbar .feedicon {
	display: block;
	display: inline; /* IE */
	float: right;
	margin: 2px 10px 0 0;
}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FOOTER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
	width: 460px;
	height: 70px;
	background: #000 url(images/contact.gif) no-repeat scroll center center;
	padding: 10px;
}

#wrapper>#footer p { margin: 0; padding: 15px 0 15px 0; } /* FF Specific */



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++		
EMBED
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

object {
	width: 370px;
}          

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++		
TABLE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
table {
	text-align: left;          
	line-height: 1.3em;
	}

td, th {
	border-top: 1px dashed #666;	
	vertical-align: top;
	padding: 8px;
}

hr {
	padding: 10px 0 20px 0;
}
