@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: 85%;
	font-family: 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  #4068bf;
	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  #4068bf;
	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: #4068bf;
	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 {
	position:absolute;
	float: right;
	font-family: verdana;
	font-size: 300%;
	font-weight:bold;
	margin-top: 15px;
	margin-left: 50px;
	color:#ffbc00;
}

#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: 6px 15px !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:490px;
	 /* left column background colour */
	background-position:right top;
	float:right;
	background: transparent url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	
}

.colleft #nav ul {
	border:0px solid white;
	margin-top:70px;
	margin-right:20px;
	float: right;
}

.colleft #nav ul li {
	display: block;
	text-align: center;
	width: 130px;
	height: 35px;
	background: url(../images/buttons_wide.gif);
	margin-top: 1px;
	list-style-type: none;
}

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

.colleft #nav ul li a:hover {
color: #cc0000;
}

#recent_comments {
	margin-right:10px;
	clear: both;
	margin-top: 0px;
}

.colleft #recent_comments ul {
	float: right;
}

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

/* 3 Column settings */
.threecol {
	background: #6888ae; /* right column background colour */
}

.threecol .colmid {
	right: 25%; /* width of the right column */
	background: #fff; /* center column background colour */
	border-right: 2px solid silver;
}

.threecol .colleft {
	right: 50%; /* width of the middle column */
	background: #6888ae url(../images/left_thin.jpg);
	background-repeat: repeat-x;
	border-right: 2px solid silver;
}

.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: 70%;
	text-align: right;
	width: 100%;
	border-top: 1px solid #000;
}

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

#cheat_comments ul {
	
}

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

#input {
	padding: 10px;
	border: 2px solid #4068bf;
}

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

#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 {
	padding: 10px;
border: 2px solid #4068bf;
	
}

#breadcrumb{
  font-size:80%;	
}

.limamud{
	display: block;
	width: 150px;
	background-color: #efefef;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 80%;
	padding: 5px;
	border: 1px solid black
}
/* --> */