/*#############################################################
Name: Batman The dark knight
Date: 2011.10.15
Description: Film site.
Author: Balmos Gábor

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #445044;
}

a:hover {
	color: #252C25;
	text-decoration: none;
}

body {
	background: #000 url(img/bg.jpg) no-repeat;
	background-attachment: fixed;
	color: #444;
	margin: 0;
	font-family: BatmanForeverAlternate;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,blockquote,ul {
	margin-bottom: auto;
}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {margin: 0 18px 6px 0;}

.divider {
	background: url(img/divider.png) no-repeat;
	background-position:center;
	height: 38px;
	opacity:0.2;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y center top;
	margin: 0 auto;
	width: 700px;
}

.gfx {
	background: url(img/gfx.gif) no-repeat;
	float: left;
	height: 140px;
	margin-top: 0px;
	width: 52px;
}

.top {
	float: left;
	text-align: center;
	width: 620px;
	background-image: url(img/bgcontent.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
}

.header {
	background: #000000 url(img/header.jpg) no-repeat;
	color: #333;
	font-size: 1.5em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	font: normal 3.2em BatmanForeverAlternate;
	padding-top: 62px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* navigation */
.navigation {
	margin: 0 0px;
	background-position:bottom;
	background-image: url(img/header2.png);
	background-repeat: no-repeat;
	}

.navigation a {
	color: #444444;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
	font-family: BatmanForeverAlternate;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.navigation a:hover,.navigation #selected {
	color: #242424;
}

/* content */
.gallerycontent {
	background: url(img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 2em;
	margin: 0 0px;
	padding: 0 38px 12px;
}

.content {
	background: url(img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item img {border: 0px dashed #8A6;}

.item .title {
	color: #445044;
	font: normal 1.8em BatmanForeverAlternate;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.2em;
}

.item .metadata {
	color: #666;
	font: normal 1.6em BatmanForeverAlternate;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(img/bgfooter2.png) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 50px; 
	margin: 0 auto;
	text-align: center;
	width: 660px;
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: none;
}
