/* @override http://themoviepostersite.com/css/styles.css */

/*globals*/
body {
	font-size: 62.5%;
	font-family: News Gothic MT, Trebuchet, Arial, sans-serif;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style-type: none;
}

div {
	
}

a img {
	border: none;
}

a {color: white;}

/* layout */
#wrapper {
	width: 804px;
	margin: 0 auto;
}

#header {
	height: 62px;
	width: 794px;
	padding-bottom: 10px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#content {
	background-image: url(../images/bgmain.png);
	background-position: center;
	background-repeat: repeat-y; 
	padding-bottom: ;
}

#leftnav {
	float: left;
	width: 150px;
	display: inline;
}

#leftnav img {
	margin-left: 15px;
}

#main {
	width: 550px;
	float: right;
	margin-right: 30px;
}

#contentTop {
	clear: both;
	background-image: url(../images/maintop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	height: 28px;
}

#footer {
	clear: both;
	background-image: url(../images/mainbottom.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	height: 28px;
}

#toolbar {
	position: relative;
	width: 150px;
	text-align: center;
	top: 10px;
	left: 640px;
}

#overlay {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 1000;
	background-image: url(../images/backgroundImg.png);
	background-repeat: repeat;

}

#overlay img {
	padding: 10px;
	border: 1px solid #011f31;
	background-color: white;
}

#disqus_thread {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #44b7fa;
}

#pagenav {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.pagelink {
	background-image: url(../images/pagebox.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 1.5em;
	color: #011f31;
	text-align: center;
	line-height: 1.6em;
}

	
/* main nav */
#leftnav ul {
	margin-left: 30px;
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
}

#leftnav ul li a {
	color: white;
}

#leftnav ul li a:hover{
	color: #011f31;
}

#toolbar a {
	color: white;
}

#leftnav ul.toplists {
	color: #081c2f;
	margin-top: 4px;
}

.toplists li {
	font-size: .5em;
	line-height: 1.3em;
	color: #fff;
	border-bottom: 1px solid white;
	padding: 2px 0;
}

.toplists li span {
	display: block;
	color: #003d78;
}

.toplists li.last {
	border-bottom: none;
}

/* page nav */
.pagelink a {
	color: white;
}

.pagelink a:hover {
	color: #011f31;

}

div.js-kit-rating {
	position: relative;
	margin: 0;
	margin-left: 20px;
}


/* image collection */
.imagerow {
	width: 550px;
	float: left;
	text-align: center;
	display: block;
	padding: 4px;
}

.imagebox {
	display: block;
	overflow: hidden;
	float: left;	
	margin: 10px 20px;
	text-align: center;
	width: 138px;
}

.imagebg {
	background-color: white;
	width: 130px;
	padding: 4px;
	
}

.imageGroupName {
	display: block;
	margin-top: 10px;
}

/*type */
.imageGroupName a{
	color: #011f31;
}

#leftnav a {
	color: white;
}

.imageGroupName a:hover {
	color: white;
}
#leftnav p {
	clear: left;
	margin-left: 20px;
	width: 150px;
}

#leftnav h3 {
	margin-left: 30px;
}

#leftnav h3.leftitle {
	margin-bottom: 2px;
	font-size: 1.6em;
}

#footer p {
	clear: both;
	position: relative;
	padding: 5px;
	margin-left: 220px;
}

.imagetag, .imagecat {
	margin: 0 10px;
	color: #44b7fa;
}

.imagetag:hover, .imagecat:hover {
	color: #007;
}

.dsq-comment-text {
	font-size: 120%;
	color: #007;
}

#disqus_thread a{
	color: #007;
}

#disqus_thread a:hover {
	color: white;
}

