@CHARSET "ISO-8859-1";

/* <!-- */ /* General styles */
body {
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 75%;
	font-family: helvetica,verdana;
}

h1 {
	font-family: verdana;
	font-size: 110%;
}

h2 {
	font-family: verdana;
	font-size: 100%;
}

#top_rated table {
	border-spacing: 0px;
	margin: 0px;
	width: 90%;
	border: 1px solid #ffea81;
	margin-top: 5px;
}

#top_rated td {
	margin: 0px;
	padding: 5px;
	vertical-align: top;
	font-size: 80%;
}

#random table {
	border-spacing: 0px;
	margin: 0px;
	width: 90%;
	border: 1px solid #ffea81;
	margin-top: 5px;
}

#top_rated {
	width: 50%;
	float: left;
}

#random {
	width: 50%;
	float: left;
}

#random td {
	margin: 0px;
	padding: 5px;
	vertical-align: top;
	font-size: 80%;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

h1,h2,h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

img {
	margin: 10px 0 5px;
}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
	background: #0d0301 url(../images/top.png);
	background-repeat: repeat-x;
}

#header {
	border-bottom: 1px solid #000;
}

#header p,#header h1,#header h2 {
	font-family: times;
	color: white;
	padding: .4em 15px 0 15px;
	margin: 0;
}

#header #slogan {
	float: right;
	font-family: verdana;
	font-size: 150%;
	font-weight: bold;
	margin-top: 95px;
	margin-right: 50px;
	color: #ff69b4;
}

#header #slogan a {
	color: #ffbc00;
	text-decoration: none;
}

#header ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li a {
	font-size: 12px;
	font-weight: bold;
	width: 101px;
	height: 25px;
	display: block;
	float: left;
	margin: o auto;
	padding: 0px 0px;
	text-align: center;
	background: transparent url(../images/tab.gif);
	color: #000;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
	padding-top: 10px;
}

#header ul li a:hover {
	color: #cc0000;
}

#header ul li a.active,#header ul li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
}

#header ul li a span {
	display: block;
}

/* 'widths' sub menu */
#layoutdims {
	clear: both;
	background: #efefef;
	border-top: 1px solid #000;
	margin: 0;
	padding: 3px !important;
	text-align: center;
}

/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* common column settings */
.colright,.colmid,.colleft {
	float: left;
	width: 100%; /* width of page */
	position: relative;
}

.col1,.col2,.col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}

#nav {
	width: 209px;
	height: 310px;
	/* left column background colour */
	background-position: right top;
	float: right;
	background: transparent;
	background-repeat: repeat-x;
	margin-right: 0px;
}

.colleft #nav ul {
	margin-top: 20px;
	margin-right: 20px;
	float: right;
}

.colleft #nav ul li {
	display: block;
	text-align: center;
	width: 130px;
	height: 35px;
	background: #ffea81;
	margin-top: 1px;
	list-style-type: none;
	margin-left: 0px;
	border: 1px solid orange;
}

.colleft #nav ul li a {
	font-family: verdana;
	font-weight: bold;
	width: 130px;
	color: #003399;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	text-decoration: none;
	font-size: 85%;
	text-decoration: none;
}

.colleft #nav ul li a:hover {
	color: black;
	text-decoration: underline;
}


#recent_comments {
	margin-right: 20px;
	clear: both;
	margin-top: 15px;
}

.colleft #recent_comments ul {
	float: right;
}

.colleft #recent_comments ul li {
	display: block;
	width: 130px;
	background-color: #ffea81;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: none;
	font-size: 80%;
	padding: 5px;
	border: 1px solid orange;
}

/* 3 Column settings */
.threecol {
	background: #fff url(../images/body.png);
	background-repeat: repeat-x; /* right column background colour */
}

.threecol .colmid {
	right: 25%; /* width of the right column */
	background: #fff url(../images/body.png);
	background-repeat: repeat-x; /* center column background colour */
	border-right: 2px solid orange;
}

.threecol .colleft {
	right: 50%; /* width of the middle column */
	background-position: 100px 50%;
	background: #fff url(../images/body.png);
	background-repeat: repeat-x;
	border-right: 2px solid orange;
}

.threecol .col1 {
	width: 46%;
	/* width of center column content (column width minus padding on either side) */
	left: 102%;
	/* 100% plus left padding of center column */
	padding-top: 10px;
}

.threecol .col2 {
	width: 21%;
	/* Width of left column content (column width minus padding on either side) */
	left: 33%;
	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
	width: 21%;
	/* Width of right column content (column width minus padding on either side) */
	left: 85%; /* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */
#footer {
	clear: both;
	font-size: 80%;
	text-align: right;
	width: 100%;
	border-top: 1px solid #000;
}

#footer p {
	padding: 10px;
	margin: 0;
}

#cheat_comments {
	margin-top: 20px;
}

#cheat_comments ul li {
	display: block;
	list-style-type: none;
	list-style-position: inside;
	background: silver url(../images/body.png);
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 10px;
}

#input {
	padding: 10px;
	background: #ffea81;
	border: 1px solid orange;
}

#alp {
	font-weight: bold;
	font-size: 350%;
	float: left;
}

#alp td {
	padding-right: 25px;
}

a.rnd {
	color: #222;
	text-decoration: underline;
}

a.rnd:hover {
	color: black;
}

#logo {
	margin: 0 auto;
	width: 990px;
	height: 200px;
	background: #ffffff url(../images/header.jpg);
}

#topnav {
	float: right;
	margin-right: 100px;
	padding-top: 165px;
}

#vote {
	width: 130px;
	padding: 10px;
	border: 1px solid orange;
	background: #ffea81;
	float: right;
	margin-top: 20px;
}

#breadcrumb {
	font-size: 80%;
}

ul.pagination {
	
}

ul.pagination li {
	diplay: block;
	float: left;
	margin: 3px;
	margin-top: 3px;
	background: #ffea81;
	list-style-type: none;
	padding: 2px;
	border: 1px solid orange;
}

ul.pagination li.this_page {
	background:orange;
}

#rating {
	font-size: 28px;
}

#rating_cont {
	padding: 10px;
	background: #ffea81;
	border: 1px solid orange;
	float: right;
	text-align: center;
	width: 130px;
}

.bar_container {
	width: 80px;
}

.bar {
	border: 1px solid orange;
	height: 20px;
	background: yellow;
}

.toplist {
	margin-top: 10px;
	border: 1px solid orange;
	width: 220px;
	padding: 5px;
	float: right;
	background: #ffea81;
	border: 1px solid orange;
}

#toplist {
	margin-top: 10px;
	border: 1px solid orange;
	width: 200px;
	padding: 5px;
	float: left;
	background: #ffea81;
	border: 1px solid orange;
}

#randlist {
	margin-top: 10px;
	border: 1px solid orange;
	width: 200px;
	margin-left: 15px;
	padding: 5px;
	float: left;
	background: #ffea81;
}

.lis {
	border: 1px solid orange;
	padding: 2px;
	padding-left: 5px;
}

#site_title {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	font-size: 350%;
	color: #ff69b4;
	font-weight: bold;
}

#list_cont {
	margin-top: 35px;
	clear: both;
}

#letter_nav {
	float: left;
	background: #ffea81;
	border: 1px solid orange;
	padding: 10px;
	margin-top: 10px;
	margin-left: 20px;
	width:90px;
}

#letter_nav ul li {
	list-style-type: none;
	margin-top: 3px;
	margin-left: -30px;
}

#pagination {
	clear: both;
	margin-top: 30px;
	padding-top: 15px;
}

.name_list {
	float: left;
	background: #ffea81;
	border: 1px solid orange;
	padding: 5px;
	margin-top: 10px;
}

.tb_head {
	font-size: 95%;
	font-weight: bold;
	border: 1px solid orange;
	background: orange;
	padding: 5px;
}

.name_right {
	float: right;
	width: 150px;
}

.general_block {
	background: #ffea81;
	border: 1px solid orange;
}

#chose_gender {
	float: right;
	width: 200px;
	padding: 10px;
	margin-top: 10px;
}

ul.nolst {
	list-style-type: none;
}

ul.nolst li {
	margin-top: 5px;
	margin-left: -30px;
}

#infos {
	float: left;
	width: 280px;
}

.comment {
	padding: 5px;
}
#search{
	text-align:center;
	font-size:85%;
	margin-right: 20px;
	float:right;
	margin-top: 0px;
	width:130px;
	padding:2px;
}

/* --> */
