/*
Theme Name: Smart Bitch Sarah
*/

/* main selectors */
html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	background: #6F71D8 url(images/background-body.png) repeat-x;
	height: 100%;
}

a {
	color: #D20000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 18px 0;
}

p.rss-info {
	color: #FEFEFE;
}

ul, ol {
	margin: 0 0 0 22px;
	padding: 0 0 18px 0;
}

img {
	border: none;
}

img.tff {
	border: none !important;
	display: block;
}

.alignleft {
	float: left;
	margin: 0px 15px 0px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 8px 15px;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

h2, h3 {
	font: italic normal 16px Georgia, 'Times New Roman', Times, serif;
	color: #DD3524;
	margin: 0;
	padding: 0 0 8px 0;
        margin-top: 20px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
}

/* main layouts */
#container {
	width: 900px;
	padding: 0 40px;
	background: url(images/background-container.png) repeat-y;
	margin: 0 auto;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

#main {
	background: #000 url(images/background-main.gif) repeat-y;
	padding: 0 4px;
	width: 892px;
	overflow: hidden;
}

/* header section */
#header {
	height: 200px;
	position: relative;
	z-index: 5;
}

/* header external link */
#header em.ext {
	position: absolute;
	top: 3px;
	left: 699px;
}

#header em.ext a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 193px;
	height: 193px;
	background: #D20000 url(images/girls.jpg) no-repeat;
}

/* tagline section*/
#header q {
	position: absolute;
	top: 200px;
	left: 225px;
	quotes: none;
	text-indent: -9999px;
	overflow: hidden;
	background: #FFC14E url(images/tagline.gif) no-repeat;
	width: 667px;
	height: 38px;
}

#header q:before, #header q:after {
	content: '';
}

/* logo section */
h1.logo {
	position: absolute;
	top: 60px;
	left: 22px;
	font-size: 11px;
	margin: 0;
	padding: 0;
	z-index: 5;
}

h1.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 463px;
	height: 173px;
	background: url(images/logo.png) no-repeat;
	outline: none;
	color: #FFF;
}

/* navigation section */
#navigation {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #6F71D8 url(images/background-navigation.gif) repeat-x;
	height: 41px;
	width: 694px;
}

#navigation li {
	float: left;
	padding: 7px 0 0 32px;
}

#navigation li a {
	float: left;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	color: #FFF;
}

#navigation li.bio a {width:45px;background-image:url(images/navigation/bio.gif);}
#navigation li.books a {width:73px;background-image:url(images/navigation/books.gif);}
#navigation li.news a {width:63px;background-image:url(images/navigation/news.gif);}
#navigation li.studio a {width:105px;background-image:url(images/navigation/studio.gif);}
#navigation li.press a {width:67px;background-image:url(images/navigation/press.gif);}
#navigation li.workshops a {width:117px;background-image:url(images/navigation/workshops.gif);}

#navigation li a:hover,
#navigation li.active a {
	background-position: 0 -28px;
	color: #FAD53F;
}

/* subnavigation section */
#subnavigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 78px;
	left: 573px;
}

#subnavigation li {
	vertical-align: middle;
	padding-bottom: 22px;
}

#subnavigation li a {
	display: block;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	color: #DD3524;
}

#subnavigation li a:hover,
#subnavigation li.active a:hover  {
	background-position: 0 -13px;
	color: #FFF;
}

#subnavigation li.home a {width:52px;background-image:url(images/navigation/home.gif);}
#subnavigation li.contact a {width:78px;background-image:url(images/navigation/contact.gif);}
#subnavigation li.rss a {width:84px;background-image:url(images/navigation/rss.gif);}

/* footer section */
#footer {
	background: #1E1E1E;
	border-top: 5px solid #111111;
	height: 1%;
	overflow: hidden;
	font-size: 11px;
	color: #666;
	padding: 14px 0;
	width: 900px;
	margin: 0 -4px;
	position: relative;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer p {
	float: right;
	padding: 0 45px 0 0;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#footer ul li {
	float: left;
	padding: 0 6px 0 10px;
	background: url(images/bullet-footer.gif) no-repeat left;
}

#footer ul li.copy {
	padding-left: 40px;
	background: none;
}

/* content section */
#content {
	width: 100%;
	margin-top: 42px;
	background: #FFF url(images/background-content.gif) repeat-y;
	position: relative;
	z-index: 4;
}

#content-full {
	width: 100%;
	margin-top: 42px;
	background: #FFF url(images/background-content-full.gif) repeat-y;
	position: relative;
	z-index: 4;
}

#content:after,
#content-full:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#secondary {
	width: 221px;
	float: left;
	background: #F02624 url(images/background-secondary.gif) repeat-y;
	margin-top: -42px;
	position: relative;
}

#primary {
	width: 667px;
	float: right;
}

#text {
	width: 414px;
	float: left;
	background: url(images/background-text.png) repeat-x;
	min-height: 200px;
	overflow: hidden;
	padding: 20px 30px 0 30px;
}

#content-full #text {
	width: 607px;
}

* html #text {
	height: 200px;
	overflow: visible;
}

#sidebar {
	width: 160px;
	float: right;
	padding: 20px 20px 0 0;
}

/* widgets section */
div.widget {
	width: 100%;
	margin-bottom: 20px;
}

div.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.widget ul li {
	border-top: 1px solid #E4A1C3;
	padding: 4px 2px;
}

div.widget ul li:first-child {
	border-top: none;
	padding-top: 0;
}

div.widget a {
	color: #535BC0;
}

div.widget a:hover {
	color: #F02624;
	text-decoration: none;
}

/* inner boxes section */

/* post section */
div.post {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

/* bookmarks section */
div.bookmarks {
	padding-top: 18px;
}

div.bookmarks a {
	margin-right: 6px;
}

/* teaser box section */
div.teaser {
	border-bottom: 4px solid #000;
}

div.teaser img {
	border: none;
	display: block;
	width: 100%;
}

/* twitter box section */
div.twitter {
	padding: 15px 20px 0 20px;
	color: #FFF;
	font-size: 11px;
}

div.twitter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.twitter span.date {
	display: block;
	text-align: right;
	padding-top: 6px;
}

div.twitter a {
	color: #FAD53F;
}

/* extra sidebar section */
#extra {
	width: 100%;
	padding: 24px 0;
}

#extra div.bg {
	height: 1px;
	overflow: hidden;
	background: url(images/background-extra.gif) no-repeat;
	width: 100%;
}

#extra div.inner {
	background: url(images/background-extra-inner.gif) repeat-y;
	width: 100%;
	overflow: hidden;
}

#extra div.box {
	width: 216px;
	padding: 12px 12px 0 12px;
	float: left;
	background-color: #333;
	margin-left: 50px;
	display: inline;
	font-size: 11px;
	color: #CCC;
}

#extra div.box-first {
	margin-left: 35px;
}

#extra h3 {
	color: #FFF;
margin: 0;
}

#extra a {
	color: #ED759D;
}

#extra p,
#extra ul,
#extra ol {
	padding-bottom: 12px;
}

/* schedule list section */
ul.schedule {
	margin: 0;
	list-style: none;
}

ul.schedule li {
	padding-bottom: 4px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

ul.schedule a {
	color: #999 !important;
}

ul.schedule a:hover {
	color: #FFF !important;
	text-decoration: none;
}

ul.schedule span {
	width: 45px;
	float: left;
	white-space: nowrap;
}

/* blog section */
div.section {
	width: 100%;
	margin-bottom: 20px;
}

/* response list section */
div.respond ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.respond ul li {
	padding-bottom: 8px;
}

/* navigation section */
div.navigation {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

div.navigation .next {
	float: right;
}

div.navigation .prev {
	float: left;
}

input, textarea {
border: 1px solid #000000;
background: #FFFFFF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
padding: 1px;
}

input.submit {
background: #E11459;
color: #FFFFFF;
font-weight: bold;
}

div.post ul,
div.post ol {
margin: 10px 30px;
}

div.post ol li{
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #E5487D;
}

div.post ul li {
margin-bottom: 5px;
color: #E5487D;
}

div.wp-caption p.wp-caption-text {
text-align: center;
margin: 3px 0px;
font-size: 11px;
color: #1F3293;
padding: 0;
}

div.wp-caption img {
border: 1px solid #000000;
}