/*  
Theme Name: Kiss My Teens
Version: 1.0
Description: Designed by FuckDesigns.com.
Author: Fuckdesigns
Author URI: http://www.fuckdesigns.com
*/


body, html { height: 100% }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #f9bbc1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { color: #b66ca7; }
a:hover { color: #d07dbf; }

.header {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}
.header .logo {
	margin-top: 20px;
	margin-left: 40px;
	float: left;
}

.header .menu {
	float: left;
	width: 450px;
	height: 20px;
	margin-top: 40px;
	margin-left: 40px;
	text-transform:capitalize;
}
.clear { clear:both; }

.Right {margin-left: 185px; top:0; }

.sidebar {
	position: absolute;
	top: 120px;
	width: 155px;
	height: 100%;
	left: 10px;
	border-right: 1px solid #1c1c1c;
}

.tradestitle { color: white; font-size: 18px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; letter-spacing:-1px; margin-bottom: 10px; }


.thumb {
	width: 153px;
	height: 153px;
	float: left;
	background-color:#f1f1f1;	
	position: relative;
	overflow: hidden;
	
}
.thumb .title { font-family: 'Yanone Kaffeesatz', arial, serif; font-size: 20px; padding: 10px; }
.thumb .tags { font-size: 8px; margin-left: 10px; margin-top: 10px; }

.thumb img {
	position: absolute;
	top:0;left:0;
	z-index:0;
}
.thumb .comments {
	position: absolute;
	top: 4px;
	left: 125px;
	width: 24px; height: 22px;
	z-index: 1;
}
.thumb .comments .number { position: absolute; top: 2px; left: 5px; color: #b66ca7; font-size: 11px; }
.thumb .category .catname { position: absolute; top:4px; left: 16px; text-transform:uppercase; font-size: 9px; color: #b66ca7;}
.thumb .type {
	position: absolute;
	top: 114px;
	left: 0px;
	width: 19px; height: 20px;
	z-index: 1;
}

.thumb .category {
	position: absolute;
	top: 135px;
	left: 0px;
	width: 19px; height: 20px;
	z-index: 1;
}


.tradetraffic {font-weight: bold;}

.wp-pagenavi {margin-top: 20px;}

.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px; margin-right: 10px;
	font-size: 15px; color: #03719c; text-decoration: none;
	border: 3px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	background-color:#f1f1f1;
	}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #03719c;
	color: #fff;
	border: 3px solid #AFAFAF;
	}
.wp-pagenavi span.current { font-weight: bold; }


li.categories { list-style: none; }  /* outermost list item */
 li.cat-item {list-style: none; float: left; margin-left: 5px; }
 li.cat-item-7 { list-style: none;  }  /* category ID #7, etc */
 li.current-cat { list-style: none;  }
 li.current-cat-parent { list-style: none;  }
 ul.children { list-style: none;  }
 
 
 