/*
Theme Name: Suzy Hoodless Theme
Theme URI: http://wordpress.org/
Description: The scheme for the Suzy Hoodless web site.
*/

/* Styles for centering vertically (non-ie) */

#container { width: 100%; height: 100%; display: table; }
#position { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }

/* Generic body instructions */
body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	background-color:#fff;
	margin: 0px;
}

#aboutcontent img {
	border: 0px;
}

#content img {
	border: 0px;
}

/* The main block or content area */
#wrapper {
	position: relative;
	padding: 20px 20px 50px 20px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align:left;
	color: #666;	
	min-height: 480px;	
}

#inner_wrapper {

}

#aboutcontent h2 {
	margin-top: 0px;
	padding-top: 0px;
}
	
	
/* The header image */
h1#heading {
	position:absolute;
	top: 20px;
	left: 20px;
	background-image:url(./images/logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height: 66px;
	padding: 0;
	}

#newsletter_box {
	padding-left: 3px;
}

#logo {
}

#column_left {
	width: 230px;
	float: left;
	font-size: 12px;
}

.hp_hr {
	height: 1px;
	overflow: hidden;
	background-color: #c0c0c0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-top: 3px;
	margin-bottom: 10px;
}

.hr {
	height: 0px;
	border-top: 1px solid #c0c0c0;
	color: #FFFFFF;
}

#content {
	float: left;
	font-size: 12px;
	padding-right: 20px;
	
}

#content h2 {
	/* padding-top: 0px; */
	/* margin-top: 0px; */
}
.signature {
        margin-top: 10px;
	 height: 15px;
}
.narrowcolumn {
	width: 470px;
}
.widecolumn {
	width: 680px;
}
.hp_left_column {
	width: 335px;
	float: left;
}
.hp_block {
	width: 335px;
}
.hp_right_column {
	margin-left: 10px;
	width: 335px;
	float: left;
}
#content h2, #content h2 a, #content h3, #content h3 a {
	color: #999999; 
	font-weight: normal;
	font-size: 23px;
}

#content h2.pagetitle {
/*	padding-top: 37px; */
	padding-top: 18px; 
	padding-bottom: 0px;
	margin-bottom: -7px;
	
}

.cufon-active #content h2, .cufon-active #content h2 a {
	font-size: 23px;
}

#content h2.story_head, #content h2.story_head a {
	color: #999999;
	font-weight: normal;
	font-size: 23px;
}

h3#comments, #respond h3 {
	 color: #999999;
}

#sidebar {
	padding-top: 27px;
}

#sb_about p {
	padding-top: 0;
	margin-top: 4px;
}

#sidebar, #column_right {
	width: 180px;
	float: left;
	font-size: 12px;
	padding-right: 15px;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul ul {
	line-height: 19px;	
}

#column_left h2 {
	 color: #999999;
	 padding-bottom: 0;
	 margin-bottom: 0;
	 margin-top: 10px;
	 padding-top: 0;
	 font-weight: normal;
	 font-size: 23px;
}

#sidebar h2 {
	 color: #999999;
	 padding-bottom: 0;
	 margin-bottom: 0;
	 margin-top: 10px;
	 padding-top: 0;
	 font-weight: bold;
	 font-weight: normal;
	 font-size: 23px;

}

#column_left h2 {
	margin-bottom: 5px;
}

.cl {
	clear: both;
}


/* The menu */
#nav {
	text-align:left;
	width: 300px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#nav dd {
    display: none;
}
.nav, dd {
	margin:0 0 0 5px;
	padding:0;
	list-style-type: none;
/*	background-color: #fff; */
	}
dl {width: 250px;}
dt {background: #fff; font-size: 12px; padding: 3px;}
dt a { color:#666;
		text-decoration:none;
		}
dt a:hover, dd a:hover {
		color: #333;
		}
a, dd a{ color:#666;
		text-decoration:none;
		}	
a:hover, a.cur {
	color:#333;
	}
dd a:hover ul {list-style-type: none; padding: 0px;}
li {margin:0; padding:0;}
li a{font-size:12px;}

dd li {
padding-bottom: 4px;
}

/* Form */
#subscribeform {
position:absolute;
bottom: 60px;
left: 23px;
font-size: 10px;
}

/* Button */
.button {
background-color:#FFFFFF;
border:1px solid #999999;
color:#666666;
}

/* Class for jQuery menu & Tiny MCE*/
.selected, .pink {
color:#333;
}

/* The address bit on the front page */
#contact {
	position:absolute;
	bottom: 40px;
	left: 20px;
	font-size: 12px;
}


/* Box for about Suzy Hoodless: */
#about {		
	
	font-size: 12px;
	float: left;
	width: 300px;
	margin-top: 51px;
}

/* Nav bit for content boxes */
#aboutnav {
	text-align:right;
	margin-top: 6px;
	height: 20px;	
}

/* Suzy image */
#suzycase {	
	position: absolute;
	right: 0px;
	top: 0px;
	font-size:11px;

}

/* The Main image */
#showcase {	
	position: absolute;
	right: 0px;
	top: 30px;
	font-size:11px;
}
#showcase_picture {
}
	
/* The copy for sections */
#blurb {
   	font-size:12px;
}

#aboutcontent p {
	padding-top: 0px;
	margin-top: 0px;
}

/* Enter text */
#enter {
	position:absolute;
	left: 23px;
	top: 395px;
	font-size:14px;
	font-weight: 900;
}

/* Footer text */
#footer {
	position:absolute;
	bottom: 0px;
	left: 20px;
	text-align:left;
	color: #666;
	font-size: .7em;
	width: 950px;	
	height: 20px;
	line-height: 20px;
}
	
#picnav {
	float: right;
	font-size: 10px;
}

#picdesc {				
	font-size: 10px;
	height: 30px;
	clear: both;
	display: none;
	width: 300px;
}

#pictitle {
	font-size: 11px;
	font-weight: normal;
	float: left;
}

#pictitle a {
	font-size: 11px;
	font-weight: normal;
	font-style: normal; 
}

#pictitle a:hover {
	text-decoration: underline;
}

textarea#comment {
       width: 380px;
}

#commentform {
       width: 400px;
}
.gsom-optin-form {
	margin-top: 10px;
}
.gsom-optin-form div {
	float: left;
}
.gsom_sfi input {
	width: 120px;
	font-size: 12px;
	border: 1px solid #878787;
	border-right: 0px;
	color: #666666;
	height: 18px;
	padding: 0;
	margin: 0;
}
input, textarea, select {
	border: 1px solid #878787;
}
.gsom-optin-radiogroup input, input#searchsubmit {
	width: 60px;
	background-color: #e0e1e3;
	color: #878787;
	border: 1px solid #878787;
	font-size: 12px;
	height: 20px;
	vertical-align: top;
	padding: 0;
	margin: 0;	
	margin-top: 0px;
}
#news_head {
	margin-top: 100px;
}
.homepage a {
	color: #333;
	font-style: italic;
}
.homepage .entry {
	width: 280px;
	margin-bottom: 50px;
}
input#searchinput {
	width: 110px;
	font-size: 12px;
	border: 1px solid #878787;
	border-right: 0px;
	padding: 0;
	margin: 0;	
	color: #666666;	
	height: 18px;
}
#searchform label {
	padding: 0;
	margin: 0;
}
#searchform div.label {
	 color: #c0c0c2;
	 font-weight: bold;
	 font-size: 15px;
	 padding: 0;
	 margin: 0;
	 padding-bottom: 5px;		
	 padding-top: 10px;		
}
#rss_feed {
	margin-top: 20px;
	margin-bottom: 10px;
}
#gsom-optin-form {
	position:relative;	
}
.gsom-required-msg {
	position:absolute;
	top: 21px;
	left: 0px;
	display: block;
}

a#copy_iuvo {
	color: #c0c0c0;
}


a:hover#copy_iuvo {
	color: #666666;
}

.page-item-posts a:hover {
	color: #692149;
}

.page-item-725 a:hover {
	color: #8f2461;
}

.page-item-10 a:hover {
	color: #a3276d;
}

.page-item-22 a:hover {
	color: #ba3580;
}


.page-item-26 a:hover {
	color: #d8559f;
}

.page-item-24 a:hover {
	color: #e67db8;
}

.page-item-28 a:hover {
	color: #f3aed5;
}

.page-item-30 a:hover {
	color: #f9cfe7;
}