/*
Theme Name: Perverted Prudes
Theme URI: http://pervertedprudes.com/
Description: Perverted Prudes Theme.
Version: 1.0
Author: Winona Tong
Author URI: http://www.winonatong.com/

Structure of theme files derived from Blue Kino 1.2 http://kino.pandela.net/ by Kino
*/

body {
	font: 20px/1.2em Garamond, Georgia, Times New Roman, serif;
	background: #dabf78 url("images/bg.jpg") repeat-x;
	color: #333;
	padding: 0;
	margin: 0;
}
img {
	border: none;
	margin: 0 auto;
	display: block;
	text-align:center;
}

img.gallery {
  border: 1px dotted #999999;
  padding: 5px;
	margin: 0 auto;
	display: inline;
	text-align:center;
}
a {
	text-decoration: none;
}
h2 {
	text-align: left;
	font-size: 32px;
	margin: 0;
	padding: 10px 0 0;
}
blockquote { color: #777; }
#header {

	height: 150px;
	z-index: 1;
	background: url("images/title.jpg") no-repeat top center;
}
#container {
	text-align: center;
	padding: 0 0 0 ;
	margin: auto;
	width: 915px;
}

/*------- Tab Menu ---------*/
#nav { position:absolute; top: 130px; left:130px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	width: 800px;
	font: medium/normal tahoma, verdana, arial, helvetica, sans-serif;
}
#nav li { display: inline;
          width:200px; }
#nav a {
  width:200px;
  color: #777;
	margin: 0;
	float: left;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #e6e6e6;
	background: url("images/tab.gif") no-repeat left top;
}
#nav a span {
	color: #777;
	float: left;
	padding: 0px 36px 1px 11px;
	background: url("images/tab.gif") no-repeat right top;
}
#nav #current a {
  text-align: center;
  color: #555;
	border-width: 0;
	font-weight: bold;
	background-position: 0 -80px;
}
#nav #current a span {
	color: #555;
	padding-bottom: 1px;
	background-position: 100% -80px;
}
#nav a:hover { background-position:0% -40px; }
#nav a:hover span { background-position:100% -40px; }

/*------- Posts ---------*/
#content {
  float:left;
  width: 550px;
	padding: 0;
}
#content a, .entry a, .commentlist a, #footer a, #sidebar a {
	color: #600;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover, #sidebar a:hover {
	border-bottom: 1px dashed;
}
.entry {
	margin: 0;
	padding: 0 0 0px;
	text-align: justify;
	background-color: #ffffff;
}
.entry li {
	list-style: none;
	margin: 10px 0 0;
	list-style-image: url("images/bullet.gif");
}
.entrycontent {
	margin: 0;
	background: #FFF;
	position: relative;
	padding: 0 30px;
}
.pie {
	color: #777;
	font-size: 12px;
	text-align: right;
}
.date {
	padding-left: 15px;
	background: url("images/arrows.png") center left no-repeat;
}
.categories {
	padding-left: 15px;
	background: url("images/post.gif") center left no-repeat;
}
.comments {
	padding-left: 17px;
	background: url("images/comments.gif") center left no-repeat;
}
	
/*------- Rounded divs ------------*/
.topl { 
	height:15px;
	background: #FFF url(images/topl.gif) top left no-repeat;
}
.topr { 
	height:15px;
	background: url(images/topr.gif) top right no-repeat;
}
.bottoml {
	height:15px;
	background: #FFF url(images/bottoml.gif) bottom left no-repeat;
	margin-bottom: 20px;
}
.bottomr {
	height:15px;
	background: url(images/bottomr.gif) bottom right no-repeat;
}

/* --- Comments template --- */
#comments {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}
#comments li {
	list-style: none;
	list-style-image: none;
	margin: 0 15px 0 -30px;
}
#comments .header { background-color:#EDF3DE; }
#comments .header.alt { background-color:#D8E7F3; }

/* --- Footer ---*/
#footer {
	padding: 20px 30px 10px;
	text-align: center;
	clear: both;
	}
	
	
/* --- Side Bar ---*/	
#clear {width: 100%; height: 1px; clear: both;
}	

#right {
  width: 350px;
  border: 0;
  padding: 0;
  margin: 0;

  /*border: 1px solid #ff0000;*/
  float: right;
}
#sidebar {
  width: 330px;
  text-align: left;
  border: 0;
  padding: 0;
  margin: auto;  
  background-color: #ffffff;
  /*border: 1px solid #000000;*/
}

#sidebar li {
  text-align: left;
}

#sidebar ul, #sidebar ul ol {
	margin: 20px;
	padding: 0;
	list-style: none; 
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
 	line-height: 1.7;	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ul ul {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
	
	input#s, input#author, input#email, input#url, textarea, #sidebar #searchform #s {border: 1px solid rgb(201,197,195);}

#searchform {
	margin: 0 auto;
	padding: 0 0 15px 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 2px 0;
	}

#searchsubmit, #sidebarsubmit {
	margin-left: 10px;
	}
