*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #282c2f;
	font-family: arial , "Lucida Sans", "Lucida Grande", Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;
	color: #e6eaed;
}

hr{
	visibility: hidden;
	clear: both;
}

h1{
	font-size: 28px;
	padding: 10px 20px;
	text-shadow:1px 1px 1px #000000;
}

h4{
	color: #4e6066;
	font-weight: normal;
	font-size: 11px;
}

input, textarea, select{
	border: 1px solid #272a2c;
	background-color: #464f56;
	color: #fff;
	padding: 2px;
}

#errors{
	margin: 10px 50px;
	color: #600;
	background: #ffcccc;
	border: 2px solid #600;
	list-style: none;
	padding: 5px;
}

#count{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#left{
	width: 700px;
	float: left;
	
}

#right{
	width: 200px;
	float: left;
}

#menu{
	width: 700px;
	height: 30px;
	background: #2a3436;
}

#inside{
	width: 700px;
	background-color: #383d41;
	min-height: 950px;
}

#top{
	width: 200px;
	background-image: url(images/logo.jpg);
	height: 250px;
}

#strip{
	width: 200px;
	height: 700px;
	background-color: #41494c;
	background-image: url(images/sbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#inside div.joke{
	padding: 10px 20px;
	margin: 10px;
	background-color: #3a4045;
}

h3{
	color: #c1d5de;
	text-shadow:1px 1px 1px #000000;
	padding: 3px 0;
	font-size: 18px;
}

#menu a{
	display: block;
	padding: 5px 8px;
	font-weight: bold;
	float: left;
	margin: 1px;
	font-size: 15px;
	background-color: #353f41;
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu.active{
	background-color: #97c200;
	color: #0a1f02;
}

#scroll{
	padding: 5px 20px;
}

#scroll a{
	display: block;
	padding: 5px 8px;
	float: left;
	margin: 2px;
	text-decoration:none;
	background-color: #2c2f31;
	color: #68757b;
	font-size: 16px;
}

#scroll a:hover, #scroll a.active{
	background-color: #68757b;
	color: #323638;
}

#strip a{
	display: block;
	padding: 5px 3px;
	background-color: #323638;
	color: #68757b;
	margin-top: 1px;
	text-decoration: none;
}

#strip a:hover , #strip a.active{
	background-color: #68757b;
	color: #323638;
}

#strip h3{
	padding: 5px;
}

#menu h3{
	margin-left: 200px;
	float: left
}

#menu h3 span{
	color: #ff2400;
	font-size: 22px;
}

#foot{
	height: 218px;
	width: 900px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#footright{
	width: 100%;
	height: 150px;
	bottom: 0;
	position: fixed;
	z-index: 1;
	background-image: url(images/footright.png);
	background-repeat: no-repeat;
	background-position: right;
}

#bosskey{
	padding-top: 20px;
}

#bosskey p{
	padding: 0 10px;
}

#footleft{
	width: 100%;
	height: 150px;
	bottom: 0;
	position: fixed;
	z-index: 2;
	background-image: url(images/footleft.png);
	background-repeat: no-repeat;
	background-position: left;
}

#login{
	padding: 80px 10px 10px 10px;
	
}

#login dt{
	font-weight: bold;
	padding: 5px;
}

#login dd{
	padding: 5px;
}

#error{
	color: red;
}

#login dt input{
	border: 1px solid #000;
	width: 120px;
}

#login a{
	color: #fff;
	text-decoration: underline;
}

#reg{
	padding: 40px;
	
	width: 400px;
}
#reg dd, #reg dt{
	padding: 10px;
	text-align: right;
}

#reg dd input,#reg dd select{
	width: 140px;
}

#reg dd textarea{
	width: 200px;
	height: 160px;
}


.vote-ok{
	color: #009900;
}

.vote-err{
	color: #ff1200;
}

.rating{
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(images/star_small.gif);
	line-height: 10px;
	height: 10px;
}



