html {
	margin: 0px;
	height: 100%;
	
	overflow-y: scroll;
}

body {
	margin: 0px;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-position: bottom center;
	height: 100%;
}

.logo {
	width: 1000px;
	height: 100px;
	
	margin: 0px auto;
	z-index: 9;
}

.menu {
	position: absolute;
	margin-left: 550px;
	margin-top: 25px;
	width: 450px;
	height: 75px;
}

.menu .item {
	float: left;
	width: 60px;
	height: 60px;
}

#shadow {
	margin: 0px auto;
	width: 1024px;
	
	background-image: url(../img/bg.png);
	height: 100%;
}

#bg {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	
	background-image: url(../img/innerbg.jpg);
	background-attachment: fixed;
	background-position: bottom center;
}

.login {
	position: absolute;
	margin-left: 650px;
	margin-top: 5px;
	width: 350px;
	height: 20px;
	
	color: white;
	font-size: 10px;
	font-family: verdana;
}

.login p {
	display: inline;
	margin: 0px;
}

.login .input {
	font-size: 10px;
	font-family: verdana;
	width: 75px;
	padding: 0px;
}

.login .submit {
	font-size: 10px;
	font-family: verdana;
}

.login a:link, .login a:visited, .login a:active {
	color: white;
}

.menu img {
	width: 50px;
	height: 50px;
	vertical-align: top;
}

.menu #menuDescriptor {
	font-family: verdana;
	color: white;
	font-size: 11px;
	display: block;
}

.mainContainer {
	width: 1000px;
	margin: 0px auto;
	
	font-family: verdana;
	font-size: 12px;
	color: #888;
}

.mainContainer .divider {
	position: relative;
	background-image: url(../img/hb.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 1000px;
	z-index: 2;
}

a:link, a:visited, a:active {
	color: #444;
}

a:hover {
	color: red;
}

img {
	border: none;
}

.divider {
	background-image: url(../img/divider.png);
	width: 1000px;
	height: 10px;
	margin: 0px auto;
}

.adContainer {
	text-align: center;
	margin: 0px auto;
	padding-top: 5px;
	width: 1000px;
	height: 95px;
	background-image: url(../img/abg.png);
}

#rating img {
	cursor: pointer;
	margin: 0px;
}

form {
	margin: 0px;
}

#cinema {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	right: 0px;
	background-color: black;
	
	filter: alpha(opacity=0);
	opacity: 0;
	
	display: none;
	
	cursor: pointer;
	
	z-index: 10;

}

.miniBrowseCell {
	float: left;
	margin-bottom: 5px;
}

.miniBrowseCell .image {
	float: left; 
	padding: 10px 10px; 
	width: 100px; 
	height: 100px;
}

.miniBrowseCell .trivia {
	float: left; 
	width: 130px; 
	height: 100px;
	padding-top: 20px; 
}

.miniBrowseCell h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 25px;
	color: #CCC;
	margin-left: 10px;
	margin-bottom: 5px;
}

.miniBrowseCell h1 a {
	color: #CCC;
	text-decoration: none;
}

.miniBrowseCell h1 a:hover {
	color: red;
	text-decoration: none;
}


.miniBrowseCell .info {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #AAA;
}

.miniBrowseCell img {
	border: 1px solid #444;
}

.mini_tp {
	background-image: url(../img/240w_tp.png);
	width: 251px;
	height: 28px;
}

.mini_bg {
	background-image: url(../img/240w_bg.png);
	width: 251px;
}

.mini_bt {
	background-image: url(../img/240w_bt.png);
	width: 251px;
	height: 28px;
}

.browseCell {
	width: 707px;
	height: 211px;
	font-size: 10px;
	margin-left: 50px;
	background-image: url(../img/browsecell.png);
}

.browseCell h1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	height: 20px;
	color: #CCC;
	font-weight: bold;
}

.browseCell h1 a {
	color: #CCC;
	text-decoration: none;
}

.browseCell h1 a:hover {
	color: red;
	text-decoration: none;
}

.browseCell .trivia {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	
	color: #888;
}

.browseCell .image {
	 float: left; 
	 margin-right: 20px; 
	 width: 200px; 
	 margin-left: 27px; 
	 margin-top: 30px;
}

.browseCell .info {
	float: left; 
	width: 200px; 
	margin-right: 10px; 
	margin-top: 30px;
}

.browseCell .image img {
	border: 1px solid #444;
}

.browseCell .rating {
	background-image: url(../img/miniratingbg.png); 
	width: 191px; 
	height: 56px; 
	color: white; 
	padding-top: 15px;
	margin: 0px auto;
}

.browseCell .rating p {
	margin: 0px; 
	margin-bottom: 5px;
}

.navigation {
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	background-position: center;
	
	padding-top: 7px;
	height: 64px;
	margin-left: 50px;
	width: 411px;
	
	color: #444;
	
}

.navigation a {
	text-decoration: none;
	color: #888;
	
}

.navigation a:hover {
	text-decoration: none;
	color: red;
	
}

.navigation b {
	color: white;
	
}

.navigation p {
	padding-top: 2px;
	margin: 0px;
	
	color: #AAA;
}

#footer {
	text-align: center;
	margin-top: 50px;
	height: 20px;
	padding-top: 8px;
	width: 100%;
	
	font-family: verdana;
	font-size: 10px;
	
	color: white;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}

#silverscreen {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	display: none;
	z-index: 12;
}

#silverscreen img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	cursor: pointer;
	
	border: 10px solid black;
	margin-bottom: 25px;
	
}

#youtube {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 800px;
	height: 530px;
	
	border: 5px solid black;
	border-left: 10px solid black;
	border-right: 10px solid black;
	background-color: black;
}

#youtube div {
	margin-bottom: 5px;
	background-color: black;
	cursor: pointer;
	color: white;
}

#youtube img {
	position: static;
	display: inline;
	margin: 0px;
	border: none;
}

.linkdesc {
	margin-left: 125px;
	width: 337px;
	float: left;
}

.linkdesc .thumb {
	margin-bottom: 20px;
	padding-top: 35px;
	height: 202px;
	background-image: url(../img/linkbg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.linkdesc .thumb img {
	border: 1px solid #444;
}

.linkdesc .thumb p, .linkdesc .thumb a {
	margin: 0px;
	font-size: 10px;
	
	cursor: pointer;
	color: #888;
}

.linkdesc .desc {
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

.linkdesc p {
	margin: 0px;
}

.linkdesc .title {
	font-size: 12px;
	color: #444;
}

.linkdesc .text {
	font-size: 10px;
	margin-left: 10px;
	color: black;
	
	
}

.linkdesc .pageviews {
	margin-bottom: 5px;
	color: #DDD;
}

.linkdesc .rating {
	font-size: 10px;
	color: white;
	height: 56px;
	margin-bottom: 10px;
	background-image: url(../img/ratingbg.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 15px;
}

.linkdesc .rating p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.linkdesc .tags {
}

.comments {
	float: left;
	margin-left: 50px;
}

.comment {
	width: 213px;
}

.comment .navigation {
	margin: 0px;
	margin-top: 5px;
}

.comments .tp, .comment .tp {
	width: 213px;
	height: 20px;
	
	background-image: url(../img/c_tp.png);
}

.comments .msg, .comment .msg {
	width: 173px;
	padding: 0px 20px;
	font-size: 11px;
	background-image: url(../img/c_bg.png);
	color: #444;
}

.comments .btm, .comment .btm {
	width: 173px;
	height: 43px;
	
	font-size: 9px;
	text-align: right;
	
	color: #888;
	padding-right: 40px;
	
	background-image: url(../img/c_bt.png);
}

.comment_user {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 20px;	
	margin-left: 10px;
	color: #444;
	
	width: 130px;
	height: 12px;
	
	font-size: 9px;
	padding: 3px 10px;
	background-image: url(../img/comment_user.png);
}

.comment .comment_user {
	margin-bottom: 25px;
}

.msg .submit {
	margin-right: 25px;
	font-size: 10px;
	
	margin-top: 10px;
}

.msg #maxCount {
	font-size: 9px;
	margin-right: 75px;
}

.msg .textarea {
	width: 150px;
	font-size: 11px;
	font-family: verdana;
	border: none;
	padding: 3px;
	background-color: transparent;
	border: 1px solid #AAA;
	color: #888;
}



.desc .tp, .tags .tp {
	width: 300px;
	height: 29px;
	
	background-image: url(../img/wt_tp.png);
	background-position: center;
	background-repeat: no-repeat;
}

.desc .msg, .tags .msg {
	width: 250px;
	background-image: url(../img/wt_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	
	padding: 0px 25px;
}

.desc .btm, .tags .btm {
	width: 300px;
	height: 29px;
	
	background-image: url(../img/wt_bt.png);
	background-position: center;
	background-repeat: no-repeat;
}

.f_tp {
	background-image: url(../img/f_tp.png);
	height: 45px;
	width: 461px;
	
	margin: 0px auto;
}

.f_bg {
	background-image: url(../img/f_bg.png);
	width: 361px;
	padding: 0px 50px;
	
	margin: 0px auto;
}

.f_bg .input {
	float: left;
}

.f_bg .input input {
	font-size: 11px;
	width: 150px;
	background-color: black;
	border: none;
	color: #CCC;
	border-bottom: 1px solid #444;
	padding: 2px;
}

.f_bg .submit {
	margin-top: 15px;
	font-size: 14px;
	background-image: url(../img/f_button.png);
	width: 142px;
	height: 41px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	color: #CCC;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.f_bt {
	background-image: url(../img/f_bt.png);
	height: 45px;
	width: 461px;
	
	margin: 0px auto;
}

.f_lb {
	float: left;
	background-image: url(../img/f_lb.png);
	width: 137px;
	height: 18px;
	padding: 0px;
	padding-left: 15px;
	padding-top: 4px;
	margin: 0px;
	margin-right: 50px;
	
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
}

.f_no_margin {
	margin-top: -20px;
}

.f_de {
	margin: 0px;
	padding: 0px;
	height: 40px;
	
	width: 300px;
	
	color: #CCC;
	
	margin-left: 30px;
	
	font-size: 10px;
	
	margin-bottom: 5px;
}

.f_bg .error {
	color: red;
	
	font-size: 10px;
	font-weight: bold;
	
	margin-bottom: 25px;
}

.f_bg .big_input input {
	margin-top: 20px;
	width: 350px;
	font-size: 20px;
	border: 2px solid #444;
	background-color: black;
	
	color: #CCC;
	padding: 5px;
	
	text-align: center;
}

.f_bg .f_radio {
	font-weight: bold;
	color: #CCC;
}

.f_bg .f_next {
	width: 139px;
	height: 34px;
	color: #222;
	cursor: pointer;
	background-image: url(../img/next.png);
	background-color: transparent;
	border: none;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
}

.f_bg .textarea textarea {
	background-color: black;
}

#f_cat, #f_url, #f_trivia {
	display: none;
}

.indexLeft {
	float: left;
	width: 550px;
	margin-left: 30px;
}

.indexLeft .panel_bg {
	background-image: url(../img/index_l_bg.png);
	padding-left: 20px;
	width: 530px;
}

.indexLeft .panel_tp {
	background-image: url(../img/index_l_tp.png);
	height: 45px;
}

.indexLeft .panel_bt {
	background-image: url(../img/index_l_bt.png);
	height: 45px;
}

.indexRight {
	float: left;
	width: 350px;
	margin-left: 60px;
}

.search {
	text-align: center;
	background-image: url(../img/searchbg.png);
	width: 410px;
	height: 36px;
	padding-top: 13px;
	margin-left: 50px;
}

.search input {
	font-size: 10px;
	font-family: verdana;
}

.search .input {
	font-size: 12px;
	width: 230px;
	background-image: url(../img/searchinputbg.png);
	border: none;
	height: 17px;
	margin-right: 20px;
	
	padding-left: 5px;
	font-weight: bold;
	color: #CCC;
	border: 1px solid #444;
}

.search p {
	display: inline;
	margin: 0px;
}

.h2_l {
	float: left;
	width: 20px;
	height: 38px;
	background-image: url(../img/title_l.png);
}

.h2_bg {
	width: 300px;
	padding-top: 10px;
	float: left;
	height: 28px;
	background-image: url(../img/title_bg.png);
}

.h2_bg h2 {
	margin: 0px;
	padding: 0px 25px;
	
	font-family: verdana;
	font-size: 12px;
	letter-spacing: 1px;
	color: #CCC;
}

.h2_r {
	float: left;
	width: 20px;
	height: 38px; 
	background-image: url(../img/title_r.png);
}

.sortPanel {
	position: absolute;
	height: 100px;
	margin-top: -40px;
	margin-left: 550px;
	width: 400px;
	
	z-index: 1;
	background-image: url(../img/sortbg.png);
}

.sortPanelContent {
	padding-top: 27px;
	width: 400px;
	height: 73px;
}

.sortPanelContent .subPanel {
	float: left;
	width: 120px;
	font-size: 9px;
	text-align: left;
}

.sortPanelContent a {
	font-size: 9px;
	cursor: pointer;
	text-decoration: none;
	color: #999;
}

.sortPanelContent b {
	font-size: 10px;
	color: #CCC;
}

.sortPanelContent a:hover {
	color: #444;
}
