/* @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; 
}

#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;
}

#pagenav {
	clear: both;
}

.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: 500px;
	height:250px;
	text-align: center;
	display: block;
	padding: 4px;
}

.imagebox {
	display: block;
	width: 150px;
	height: 290px;
	float: left;	
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
}

.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 141px;
	height: 185px;
	margin: 0 auto;
}

.imagebg {
	background-color: white;
	width: 130px;
	height: 182px;
	padding: 4px;
	margin-left: -2px;
	margin-top: 3px;
	
}

.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 {
	position: relative;
	width: 150px;
	padding: 5px;
	margin-left: 20px;
	top: -20px;
}