/*
Theme Name: Customisable Header by Novella
Theme URI: http://transfixx.com/
Description: This layout has been designed for fan sites, but can be used for anything! Please remember to credit back to Novella.nu, Transfixx.com OR http://thecityloop.com! For updates on upcoming themes, please follow me on Twitter - http://twitter.com/thecityloop - Feedback, requests, suggestions most welcome!
Version: 1.0
Author: Tran N.
Author URI: http://transfixx.com, http://novella.nu
*/

html {
	background: #dddddd;
	min-height: 100%;
	height: 100%;
}
body {
	background: #dddddd url(images/body-bg.jpg) repeat-x;
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/*
-------------------------------
*/

#container {
	background: url(images/container-bg.jpg) repeat-y;
	width: 920px;
	height: auto;
	margin: 0px auto;
}
#ad {
	background: #232323;
	width: 920px;
	height: 100px;
	line-height: 100px;
	color: #ffffff;
}

/*
-------------------------------
*/

#menu {
	background: #101010;
	width: 920px;
	height: 45px;
}
#menu-bottom {
	background: url(images/menu-bottom-shadow.jpg) no-repeat;
	width: 920px;
	height: 16px;
}
ul#menulinks {
	margin: 0px 85px 0px 85px;
	padding: 0px;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 45px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana,sans-serif;
}
ul#menulinks li{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul#menulinks li a{
	background: #101010;
	border-right: 2px solid #232323;
	display: block;
	float: left;
	color: #ffffff;
	text-decoration:none;
	padding: 12px 25px 0px 20px;
	}
ul#menulinks li a:hover{
	color: #BEAE97;
}

/*
-------------------------------
*/

#header {
	width: 920px;
	height: auto;
}
#header div.top {
	background: url(images/header-top-shadow.jpg) no-repeat;
	background-position: center bottom;
	width: 920px;
	height: 22px;
}
#header div.image {
	background: url(images/header.jpg) no-repeat;
	background-position: center;
	width: 920px;
	height: 350px;
}
#header div.bottom {
	background: url(images/header-bottom-shadow.jpg) no-repeat;
	background-position: center top;
	width: 920px;
	height: 22px;
}

/*
-------------------------------
*/

#sidebar {
	float: left;
	width: 225px;
	height: auto;
	margin: 0px auto 0px 85px;
}
#contents {
	float: right;
	width: 500px;
	height: auto;
	margin: 0px 85px 0px auto;
}

/*
-------------------------------
*/

#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 920px;
	height: 74px;
	clear: both;
}
#footer p {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

/*
-------------------------------
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #4A5056;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #000000;
}
a img {
	border: 5px solid #eeeeee;
}
a:hover img {
	border: 5px solid #52545D;
}
em, i, u, ins {
	font-weight: bold;
	color: #7f7f7f;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	border-left: 5px solid #BEAE97;
	background: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	text-align: justify;
	line-height: 170%;
	padding: 5px;
}

/*
-------------------------------
*/

#sidebar h2 {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2px 2px #dddddd;
	letter-spacing: -1px;
	color: #000000;
	margin: 0px 0px 10px 0px;
}
#sidebar div.main {
	background: #eeeeee;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
#sidebar div.maintext {
	text-align: justify;
}
#sidebar a img, #sidebar a:hover img {
	border-width: 2px;
}

/*
-------------------------------
*/

#contents h2 {
	font-size: 21px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 2px 2px #dddddd;
	letter-spacing: -1px;
	color: #703136;
	margin: 0px;
}
#contents h2 a, #contents h2 a:hover {
	color: #703136;
}
#contents div.entrymeta {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
	background: #ffffff url(images/contents-main-bg.jpg) repeat-x;
	background-position: bottom;
	border-top: 3px solid #eeeeee;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}
#contents div.maintext {
	text-align: justify;
	line-height: 160%;
}
#contents p.entryinfo {
	background: #ffffff;
	border: 1px solid #dddddd;
	text-align: justify;
	font-size: 10px;
	text-align: left;
	color: #000000;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
-------------------------------
*/

div.wp-caption {
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
div.alignleft {
	float: left;
	margin-right: 5px;
}
div.alignright {
	float: right;
	margin-left: 5px;
}
