/*
Theme Name: Asian Fantasy Girls
Theme URI: http://www.webdisect.com
Description: Custom theme created for asianfantasygirls.com
Version: v1.04
Author: Dheer Gupta
*/

/*---------------------------- Main -------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background-color:#3d0001;
	background-position:center;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-y;
	border-top:#DD4A28 6px solid;
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
	line-height: 170%;
	}
	
/*---------------------------- Links -------------------------------*/
a {  
	color: #FFFFFF;
	text-decoration: none;
	}	
a:visited {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration:none;
	}		
a img {
	border: none;
	}		

/*---------------------------- General Html -------------------------------*/
hr {
	display: none;
	}
h1	{
	text-align: left;
	letter-spacing: 1px;
	margin: 0 35px 0 0;
	padding-top: 10px;
	font: 32px Georgia, helvetica, sans-serif;
	color:#000000;
}	
h2, h3 {	
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	}
h4 {	
	font-weight: bold;
	text-align: left;
	margin-left: 60px;
	font-size: 13px;
	color: #999999;
	}	
	
h2, h3, h2 a, h2 a:visited{
	color: #000000;
	}
h1 a:visited{
	color: #000000;	
	}
h1 a:hover {
	color: #C60400;
	border-bottom: 1px dotted #C60400;
	}	
h2 a:hover {
	color: #C60400;
	border-bottom: 1px dotted #C60400;
	}		
h3{	
	font-size: 13px;
	}	
blockquote {
	border-left : 5px solid #C60400;
	padding: 10px 20px;
	}

code, pre, kbd {	
	font-family: 'Courier New', Courier, mono, Fixed, sans-serif;
	font-size: 1.1em;
	display: block;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #993333;	
	cursor: help;
	}	
strike, del {
	text-decoration: line-through;
}	

/*---------------------------- Page Navigation -------------------------------*/	
.navigation {
	margin: -35px 0 0 0;
	padding-bottom: 40px;
	font-weight: bold;
	font-size: 12px;
	width:95%;
	}
.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;
	}	
.ar {						/*This way you can use a simple class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;
	}
.al {
	float: left;
	margin-left: 20px;
	}
.ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}


/*---------------------------- Container -------------------------------*/
#container {
	width:1100px;
	text-align:left;
	margin: 0 auto;
	padding-top:23px;
	}

#wraper {
	width:971px;
	margin: 0 auto;
}

#contentwrapper {
	width:971px;
	margin-top:5px;
}

/*---------------------------- Header -------------------------------*/

#header {
	width:971px;
	height:300px;
	background: url(images/header.png) no-repeat;
}

#navmenu {
	width:971px;
	height:38px;
	background:url(images/nav_bg.png) repeat-x;
	font-size:14px;
}

#navmenu {
	clear:both;
	margin-bottom:2px;
}

#main form { display: inline; }

#navmenu li { list-style-type: none; display: inline; padding: 10px 20px 10px 10px; border-right: #000000 1px solid; text-align:center;}

#navmenu img { vertical-align: middle; }

#navmenu li a:link { color: #FFF; text-decoration: none; margin: 0 20px 0 20px; }

#navmenu li a:visited { color: #FFF; text-decoration: none; margin:0 20px 0 20px; }

#navmenu li a:hover { color: #003399; background-color: #F0F3F9; text-decoration: none; margin:0 20px 0 20px; }

#navmenu li a:active { color: #003399; background-color: #F0F3F9; text-decoration: none; margin:0 20px 0 20px; }

#navmenu ul { margin:0; padding: 10px 10px 10px 0; }

#subscribe img { padding-bottom: 2px; }


/*---------------------------- Sidebar -------------------------------*/
#sidebar {
	width:350px;
	float:left;
	margin-bottom: 7px;
}

#sidebar a img {
	border:#FF0000 2px solid;
}
	
#adbox {
	text-align:center;
	float:right;
	min-height:80px;
	width:350px;
	margin-bottom:10px;
	padding:5px;
	}

.sidefeature {
	text-align:center;
	background: url(images/content_bg.png) repeat-y;
	min-height:80px;
	width:350px;
	margin-bottom:10px;
	padding:5px;
}

#sidebar .sidefeature h2 {
	padding:10px 20px 3px 12px;
	border-bottom: 1px solid #ff0000;
	margin-bottom: 10px;
	font-size: 9pt;
	color:#fff;
}

#sidebar .sidefeature img {
	width:140px;
	padding: 0 10px 0 0;
}

#sidebar .sidefeature a img {
	border: none;
}

#sidebar .sidefeature p {
	font-size: 110%;
	text-align: left;
	color:#FF0000;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff0000;
}

#sidebar .sidefeature p b {
	font-size:120%;
	color: #FF9900;
}

#adbox a {
	float:right;
	padding: 10px 33px 10px 0;
}

.adblock {
	background:url(images/adblock.png) no-repeat;
	height:210px;
	width:350px;
	padding:20px 10px 20px 0px;
	clear:both;
}

#sidebar .left {
	width:130px;
	float:left;
	padding: 20px;
	clear:both;
}

#sidebar .right {
	width:175px;
	float:right;
}

#sidebar .right .block {
	background:url(images/sideblock.png) no-repeat;
	width:175px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: #000000 2px solid;
}

#sidebar .right .block form {
	padding: 5px 8px;
	text-align:right;
}

#sidebar .right .block form .searchsubmit {
	padding: 1px;
	margin-top:5px;
}

#sidebar .right .block form input {
	background-color:#C60400;
	border: #ff0000 1px solid;
	font-size:12px;
	font-weight:bold;
}

#sidebar li {
	text-align:left;
	margin-left:0px;
	padding-left:0px;
	font-size:12px;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar .right h2{
		padding:10px 20px 3px 12px;
		border-bottom: 1px solid #ff0000;
		margin-bottom: 10px;
		height: 20px;
		font-size: 13pt;
		color: #000000;
		}	
		
#sidebar li a:link { color: #C60400; padding: 5px 9px 7px 9px; text-decoration: none; }

#sidebar li a:visited { color: #C60400; padding: 5px 9px 7px 9px; text-decoration: none; }

#sidebar li a:hover { text-decoration: none;  }

#sidebar li a:active { color: #C60400; padding: 5px 9px 7px 9px; text-decoration: none; }



/*---------------------------- Content -------------------------------*/

#content {
	width:600px;
	min-height:400px;
	background: url(images/content_bg.png) repeat-y;
	float:left;
	margin-bottom:7px;
	margin-right:11px;
}

.list-column { float: left; width: 140px; margin: 10px 25px; }
.list-column ul { margin-left: 0; padding-left: 0; }
.list-column ul li { list-style-type: none; font-size:115% }
.spacer { margin-bottom: 20px; }

/*---------------------------- Post Structure -------------------------------*/

.post {
	MARGIN: 15px 0px 40px 10px; WIDTH: 95%;
}
.postdate {
	FONT-WEIGHT: normal;
	font-family: "Century Gothic", Verdana, sans-serif; 
	FONT-SIZE: 11pt; 
	PADDING-BOTTOM: 3px; 
	COLOR: #C60400; 
	BORDER-BOTTOM: #C60400 3px solid; 
	TEXT-ALIGN: right;
	TEXT-TRANSFORM: uppercase;
}

.postdate span {
	 display:inline; 
	 font-family: Century Gothic, Verdana, sans-serif; 
	 font-weight:bold; 
	 font-size:110%;
}

.posttitle {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
	FONT-WEIGHT: bold; 
	FONT: 18px 'Georgia', Lucida, Verdana; 
	COLOR: #000000;
	BORDER-BOTTOM: #C60400 2px solid;
}

.posttitle h3 {
	font-weight:lighter;
	font-size:90%;
	padding-left:20px;
	}
.posttitle h2 {
	padding-left:10px;
	font-weight:bold;
	font-size:100%;
	padding-left:10px;
	margin:5px 0px 0px 0px;
	}

.posttitle a:link { color: #C60400; padding: 5px 9px 7px 9px; text-decoration: none; font-size:110%; }

.posttitle a:visited { color: #C60400; padding: 5px 9px 7px 9px; text-decoration: none; font-size:110%; }

.posttitle a:hover { color:#000000; text-decoration: none; border-bottom: 1px dotted #003399; }

.posttitle a:active { color: #C60400; padding: 5px 9px 7px 9px; text-decoration: none; }

.searchtitle {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 40px; 
	PADDING-BOTTOM: 10px; 
	MARGIN: 0px; 
	PADDING-TOP: 10px;
	FONT-WEIGHT: bold; 
	FONT: 18px 'Georgia', Lucida, Verdana; 
	COLOR: #666666;
}
.archived {
	padding: 20px 0px 0px 0px;
	MARGIN-LEFT: 20px;
	}	
.postmetadata {
	border-top:1px solid #FF0000;
	clear:both;
	color:#999999;
	float:left;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	margin-bottom:20px;
	padding:3px;
	text-align:left;
	width:100%;
	}
	.wcol .postmetadata {
	
	margin: 25px 0px 30px 0px;
	}
.postmetadata a:link { color: #C60400; padding: 5px 9px 7px 9px; text-decoration: none; font-size:110%; font-weight:bold; }

.postmetadata a:visited { color: #C60400; padding: 5px 9px 7px 9px; text-decoration: none; font-size:110%; font-weight:bold; }

.postmetadata a:hover { color:#000000; text-decoration: none;  border-bottom: 1px dotted #003399;}

.postmetadata a:active { color: #000000; padding: 5px 9px 7px 9px; text-decoration: none; }


.entry {
	font-family:bold;
	font-size:15px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	color:#FF9900;
}
	
.entry img {
	margin:5px;
}
	
.entry a {  
	font-weight: bold;
}
.entry a:hover {
	border-bottom: #C60400 1px dotted;
}	
.entry ol li {
	list-style: decimal outside;
}
.entry ul li {	
	list-style-type: none;
	list-style:square;
}
.entry ul li ul li {	
	list-style-type: none;
	list-style:circle;
}
.entry form { 
	text-align: left;
}
.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #7F7F7F;
}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: default;
}
.entry input[value="Submit"]:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
}

.entry .bookmark-me {
	padding-top: 13px;
	border-top: 1px #ff0000 solid;
	width:100%;
}

.entry .bookmark-me img {
	padding: 0 5px 0 0;
	margin: 0;
	border: 0;
}

/*---------------------------- Comments -------------------------------*/
.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
}
.comol{
	margin: 20px 0px 40px 20px;
	text-align: left;
	font-weight: bold;	
	list-style-type: none;
}
.comli{
	background:#EBEDF5;
	border: 1px solid #B6B6B6;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	width: 90%;
}
.comauth{
	width: 90%;
	font-size: 12px;
	font-weight: bold;	
	padding: 0px 0px 2px 2px;
	margin-bottom:10px;
}
.mod {
	color: #990033;
	}
.comli .cmeta {
	margin: 1px 0px 5px 2px;
	border: none;
	font-size: 11px;
	font-weight: normal;
}	
.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	font-weight: normal;	
	text-align: left;
}

/*---------------------------- Comment Form -------------------------------*/
#commentform {
	margin: 15px 0px 30px 50px;
	}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #7F7F7F;
	border-right: 3px solid #7F7F7F;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 450px;
	padding: 2px;
	border: 1px solid #7F7F7F;
	border-right: 3px solid #7F7F7F;
}
#commentform #submit {
	width: 450px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #7F7F7F;
	border-right: 3px solid #7F7F7F;
	font-weight: bold;
	cursor: default;
}
#commentform #submit:hover { /*-- does not work in IE --*/
	background-color: #EFEDED;
}
	
/*---------------------------- Footer -------------------------------*/
#footer {
	clear:both;
	width:971px;
}	
#featured {
	border-top:#C60400 2px solid;
	border-bottom:#700000 1px solid;
	width:971px;
	background: url(images/content_bg.png) repeat-y;
	min-height: 5px;
}
#featured .more a, #featured .more a:visited {
	color:#ff0000;
}
#featured .model {
	width: 300px;
	height: 300px;
	border: 2px #ff0000 solid;
	padding: 5px 4px;
	margin: 0 6px 10px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #C60400;
	float: right;
}

#featured .model span {
	font-weight:bolder;
	color:#1EBA0C;
}

#featured .model img {
	width:300;
	height:200;
	border: 1px #ff0000 solid;
}
#footbar {
	clear:both;
	background:#000000;
	border-top:#3d0001 2px solid;
	height:50px;
	width:971px;
}

#footer a:link { 
	color: #C60400; 
	padding-left:2px; 
	text-decoration: none; 
}

#footer a:visited { 
	color: #C60400; 
	padding-left:2px; 
	text-decoration: none; 
}

#footer a:hover { 
	text-decoration: none; 
}

#footer a:active { text-decoration: none; }

#featured h2 {
	text-align:center;
}
#respond,.commenttitle,.comment_template{color:#fff !important;padding-left:13px;}

