/*
Theme Name: Courtesan Lina 
Theme URI: http://Your-GFE.com/
Version: 1.0
Author: Bella @ YourGFE especially for Sensual Lina
The CSS, XHTML and design is released under 
GPL: http://www.opensource.org/licenses/gpl-license.php

*/

/* The structure used in this design is based on 
http://wp-themes.erikgyepes.com/?wptheme=Blue+Grey+Rose
Blue Grey Rose Theme

*/

/* basics */

*{margin:0; padding:0;}

body {
	background-image: url(images/bkgd.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #080503;
	margin-top: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
}

h1 {font-size: 18pt;}
h2 {font-size: 16px; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{
	border: none;
	margin-right: 10px;
	background-color: transparent;
}

img a:link {
	border: none;
	background-color: transparent;	
}

img a:visited{
	border: none;
	background-color: transparent;
}

img a:hover{
	border: none;
	background-color: transparent;
}

img.left{ float: left; border: none; padding: 6px;
background-color: transparent; }
img.right{ float: right; border: none; padding: 6px;
background-color: transparent; }

blockquote{
	border-left:0px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a:link{
	color: #EAE3D4;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

a:hover{
	color: #EAE3D4;
	text-decoration: underline;
	border: none;
	font-weight: bold;
}

a:visited{
	color: #EAE3D4;
	text-decoration: underline;
	border: none;
	font-weight: bold;}

strong {
	color: #FAFAD2;
	text-decoration: underline;
}


/* container */


#container {
	background-image: url(images/container.png);
	width: 859px;
	margin: 0 auto;
	padding: 0px;
	border-top: 1px solid #c24918;
	border-right: 1px solid #c24918;
	border-left: 1px solid #c24918;
}

/* header */

#header {
	background-image:url(images/header.png);
   width: 859px; 
	color: #fff; 
	height: 180px;
	}

/* main menu */


#menu {
	background-image:url(images/menu.png);
	font-family: verdana, arial, times, serif;
	font-size: 11px;
	width:100%; 
	height:30px;
	border-top: 1px solid #c24918;
	border-bottom: 1px solid #c24918;
}


#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: center;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
background-color: transparent;
}

#menu ul li a:hover {
	background:url(images/menu-hover.jpg);
	color:#000000;
	font-weight: Strong;
}



/* content */

#content {
	float: right;
	width: 76%;
	overflow: hidden;
	}

#contentz {
	width: 98%;
	height: 450px;
	}

#content p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#content img{
	background-color: transparent;
}

#contentz p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
color: #ffffff;
}

.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 15pt;
	max-height: 450px;
	overflow: scroll;
	overflow-x: hidden;
	}

.post_02 {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 15pt;
	}

.post h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FAFAD2;
text-shadow:1px 2px 3px #000;
}

.post h2 a{
	color: #FAFAD2;
	text-decoration: none;
	}

.post h2 a:hover{
	color: #FAFAD2;
	text-decoration: none;
	}

.post p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
color: #ffffff;}

.post a{
	text-decoration:underline;
	color: #000000;
font-weight: strong;}

.post a:visited{
	text-decoration:underline;
	color: #000000;
font-weight: strong;}

.post ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 15px;
}

.post li {
	margin-left: 15px;}

.entry p{margin:12px 0;}



.postmetadata{
	clear: both;
	font-size: 10px;
	background-image:url(images/footer.jpg);
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #c24918;
	border-bottom:solid 1px #c24918;
	}


.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}

.alignleft {float:left;}
.alignright {float:right;}

.pagetitle {}

/* sidebar */

#sidebar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	float: left;
	margin: 12px 0 24px 0;
	padding: 0;
}

#sidebar h2{
	background-image: url(images/h2.png);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar a {
	background-color: transparent;
	color: #BDA779;
	text-decoration: none;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	background-image: url(images/sidebar.png);
	background-color: transparent;
	margin: 12px;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	background-color: transparent;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	background-color: transparent;
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	background-color: transparent;
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	background-color: transparent;
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #263842;
}


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}

#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #B2703F;
}

#commentform{
	background-image: url(images/comment-form.png);
	margin: 12px 12px 20px 12px;
	padding: 20px;
}

#commentform p{
	color: #000;
	}

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #B2703F;
	}

#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}


ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #665532;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	overflow: hidden;
}

ol.commentlist li.alt {
	background: #B2703F;
}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	position: relative;
	background-image: url(images/footer.png);
	clear: both;
	width: 100%; /*margin-top: 0px;*/
	margin-top: 450px;
	border-top: 1px solid #c24918;
	border-bottom: 1px solid #c24918;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
}

#footer img{
	align: none;
	}	

#footer {
clear:both;
}

#footer p {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #eaeaea;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#footer a{
	color:#eaeaea; 
	font-size: 10px;
	text-decoration:none;
	background-color: transparent;
}

#footer ul {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #eaeaea;
	margin:5px;
	padding-bottom: 10px;
}

#footer ul li {	 
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eaeaea;
 	list-style-type:none;
	}

table.about {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ebe7e4;
	width: 75%;
	background-color: #7d4628;
	border: 1px solid #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}

tr.about {
	background-color: #ebe7e4;
	color: #7d4628;
}
