/*
Theme Name: Pink and Blue
Theme URI: http://www.carpejugular.com/
Description: 3-column adult blog theme
Version: 1.0.0
Author: John Foulds
Author URI: http://pattenconsultancy.com/
*/

/* clear browser defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
abbr,acronym,fieldset,img{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-size:100%;font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
div{overflow:hidden;}
h1,h2,h3,h4,li{white-space:nowrap;overflow:hidden;}
ol,ul{list-style:none;}
/* global hacks */
body{text-align:center;}
.clearfix:after,.clear{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
#preload{position:absolute;left:0;top:0;height:0;display:none;}
#preload img{width:1px;height:1px;}

/* global settings */
body {
	font: 13px Arial, Helvetica, sans-serif;
	background: #0C9CE0 url(images/bg_body.jpg) repeat-x;
	color: #333;
	margin-bottom: 20px;
	}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	}
a:link, a:visited {
	color: #0797DE;
	}
a:hover, a:active {
	color: #DF0E74;
	}

/* structure */
#wrapper {
	width: 960px;
	margin: 20px auto;
	}
#header {
	width: 100%;
	height: 84px;
	}
.navbar {
	width: 100%;
	height: 30px;
	margin-top: 10px;
	}
#content_top {
	width: 100%;
	height: 6px;
	background: url(images/content_top.gif);
	margin-top: 10px;
	}
#content {
	width: 920px;
	padding: 14px 20px;
	background: url(images/bg_content.gif);
	text-align: left;
	}
#content_btm {
	width: 100%;
	height: 6px;
	background: url(images/content_btm.gif);
	}
#footer {
	margin-top: 20px;
	font-size: 90%;
	}
	
/* header */
#headleft {
	width: 428px;
	height: 84px;
	float: left;
	background: url(images/logo.jpg);
	text-align: left;
	}
#headleft a:link, #headleft a:visited, #headleft a:hover, #headleft a:active {
	text-decoration: none;
	color: #FFF;
	font-size: 240%;
	line-height: 160%;
	margin-left: 90px;
	}
#headleft h1 {
	color: #FFF;
	font-size: 140%;
	line-height: 120%;
	margin-left: 90px;
	}
#headright {
	width: 512px;
	height: 84px;
	float: right;
	background: url(images/promo.jpg);
	text-align: center;
	}
#headright img {
	width: 468px;
	height: 60px;
	border: 1px solid #DF0E74;
	margin-top: 10px;
	}
	
/* navbars */
.navbar.top {
	background: url(images/navbar1.jpg);
	}
.navbar.btm {
	background: url(images/navbar2.jpg);
	}
.navbar ul {
	float: left;
	list-style: none;
	font-size: 90%;
	}
.navbar li {
	float: left;
	text-transform: uppercase;
	}
.navbar li a:link, .navbar li a:visited {
	float: left;
	padding: 6px 10px;
	color: #EEE;
	}
.navbar li a:hover, .navbar li a.active {
	color: #FFF;
	}
.navbar li.current_page_item a:link, .navbar li.current_page_item a:visited {
	color: #DC0F74;
	}
.navbar li.current_page_item a:hover, .navbar li.current_page_item a.active {
	color: #FFF;
	}
#search {
	float: right;
	text-align: right;
	padding: 4px 10px;
	}
#search input.text {
	width: 142px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	vertical-align: middle;
	height: 14px;
	border: 1px solid #0B9BDF;
	}
#search input.submit {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 1px 4px;
	vertical-align: middle;
	height: 20px;
	border: 1px solid #0B9BDF;
	background: #7BD2F9;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	}
#pagetop {
	text-transform: uppercase;
	font-size: 90%;
	text-align: right;
	padding: 4px 10px;
	}
#pagetop a:link, #pagetop a:visited {
	color: #EEE;
	}
#pagetop a:hover, #pagetop a.active {
	color: #FFF;
	}
	
/* content area */
#widecol {
	float: left;
	width: 710px;
	}
#leftcol {
	float: left;
	width: 500px;
	}
#centcol {
	float: right;
	width: 150px;
	}
#sidebar {
	float: right;
	width: 150px;
	}
	
/* posts */
.post {
	padding-bottom: 20px;
	}
.post h2 {
	width: 500px;
	height: 30px;
	background: url(images/header_post.jpg) repeat-x;
	font-size: 130%;
	line-height: 30px;
	font-weight: bold;
	}
.post h2 a:link, .post h2 a:visited {
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
	}
.post h2 a:hover, .post h2 a:active {
	padding: 0 20px;
	color: #FFF;
	text-decoration: underline;
	}
h2.plaintext {
	font-size: 150%;
	line-height: 30px;
	font-weight: bold;
	color: #DF0E74;
	margin-bottom: 20px;
	}
.postmetadata {
	font-size: 90%;
	padding: 10px 0;
	}
.entry p {
	padding: 10px 0;
	line-height: 150%;
	}
.entry img {
	border: 1px solid #DF0E74;
	margin-right: 2px;
	}
blockquote {
	margin: 5px;
	border: 1px solid #0797DE;
	background: #E9F7FF;
	padding: 0 10px;
	line-height: 140%;
	}
.entry ol li, .entry ul li {
	background: url(images/bullet.gif) left 6px no-repeat;
	padding-left: 15px;
	white-space: normal;
	margin-left: 10px;
	}
#navigation {
	font-size: 90%;
	padding: 20px 0;
	}
#navigation .left {
	float: left;
	width: 40%;
	}
#navigation .right {
	float: right;
	width: 40%;
	text-align: right;
	}
	
/* comments */
#comments {
	margin-top: 20px;
	}
#comments h3, #comments h4 {
	font-size: 140%;
	color: #DF0E74;
	margin-bottom: 5px;
	}
#comments p {
	margin-bottom: 2px;
	}
#comments input, #comments textarea {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	border: 1px solid #0797DE;
	}
#comments textarea {
	width: 490px;
	}
#comments input#submit {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 1px 4px;
	border: 1px solid #0797DE;
	background: #E9F7FF;
	font-weight: bold;
	cursor: pointer;
	}
#comments li {
	white-space: normal;
	padding-bottom: 20px;
	background: url(images/bullet.gif) left 6px no-repeat;
	padding-left: 16px;
	}
#comments li p {
	margin: 5px 0;
	}
.commentmeta {
	font-size: 90%;
	margin-bottom: 5px;
	}

/* sidebars */
#centcol h2, #sidebar h2 {
	width: 150px;
	height: 30px;
	background: url(images/header_sbar.jpg);
	font-size: 110%;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	padding: 0 20px;
	}
#centcol ul, #sidebar ul {
	width: 150px;
	padding: 5px 0 20px 0;
	}
#centcol ul li, #sidebar ul li {
	line-height: 180%;
	background: url(images/bullet.gif) left 10px no-repeat;
	padding-left: 12px;
	white-space: normal;
	}
	
/* footer */
#footer a:link, #footer a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #EEE;
	}
#footer a:hover, #footer a:active {
	color: #FFF;
	}

#widget {
	width: 150px;
	display: block;
	}