/*
Theme Name: Jamie Bell Online
Theme URI: http://jamie-bell.com/
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 18.0
Author: Tran Nguyen
Author URI: http://transfixx.com/
*/

html, body {
	min-height: 100%;
	height: 100%;
}

body {
	background: #252d3a url(images/body-bg.jpg) repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #555555;
}

/*
--------------------------
*/

#container {
	background: url(images/container-bg.jpg) repeat-y;
	width: 953px;
	height: auto;
	margin: 0px auto;
}
#ad-container {
	background: url(images/ad-block.jpg) no-repeat;
	width: 953px;
	height: 100px;
}
#ad-container div.ad-code {
	padding: 5px 0px 0px 0px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 953px;
	height: 276px;
}
#header div.top-right {
	width: 560px;
	height: 55px;
	float: right;
	text-align: right;
	margin: 10px 53px 0px 53px;
}
#sidebar {
	width: 294px;
	height: auto;
	float: left;
	margin-left: 53px;
}
#contents {
	width: 550px;
	height: auto;
	float: right;
	margin-right: 53px;
}
#footer {
	width: 953px;
	height: 15px;
	clear: both;
}
/*
--------------------------
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #40567a;
}
a:hover {
	color: #7c644a;
}
em, i {
	font-weight: bold;
	color: #7c644a;
}
u, ins {
	color: #8f8f8f;
	font-weight: bold;
}
b, strong {
	color: #252d3a;
}
a img {
	border: 2px solid #cfcfcf;
	filter:alpha(opacity: 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
a:hover img {
	border: 2px solid #bfbfbf;
	filter:alpha(opacity: 100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #dadada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #555555;
	padding: 5px;
}
blockquote {
	background: #dae8e8;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	text-align: justify;
	padding: 10px;
}

/*
--------------------------
*/

#sidebar h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	color: #70644e;
	margin: 0px 0px 10px 0px;
}
#sidebar div.main {
	background: #eeeeee;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 10px;
	margin: 0px auto 10px 0px;
}
#sidebar div.maintext {
	text-align: justify;
}
#sidebar ul, #sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li a {
	display: block;
	background: #e3e3e3;
	padding: 5px;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 1px 0px;
}
#sidebar li a:hover {
	display: block;
	background: #0b202b;
	padding: 5px;
	text-transform: uppercase;
	color: #ffffff;
}
#sidebar strike {
	color: #b8b8b8;
}
/*
--------------------------
*/

#contents h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: lighter;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #151b20;
	margin: 0px;
}
#contents div.entrymeta {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	color: #70644e;
	margin: 0px 0px 10px 0px;
}
#contents div.main {
	background: #ffffff url(images/contents-main-bg.jpg) repeat-x;
	background-position: bottom;
	border-top: 2px solid #eeeeee;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
#contents div.maintext {
	text-align: justify;
}

/*
--------------------------
*/
