/*
Theme Name: Jamie Bell Online
Theme URI: http://transfixx.com/
Description: Layout specifically designed for <a href="/">this</a> website.
Version: 23.0
Author: Tran Nguyen
Author URI: http://transfixx.com/
*/

body {
	background: #000000 url(images/v17_bg.jpg) repeat-x;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #4b5152;
}

/*
----------------------------
*/

#ad {
	background: #242a2a url(images/v17_01.jpg) no-repeat;
	width: 900px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
#nav {
	background: #131416 url(images/v17_02.jpg) no-repeat;
	width: 900px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
#introduction {
	background: #050505 url(images/v17_05.jpg) no-repeat;
	width: 290px;
	height: 135px;
	font-size: 11px;
	font-style: italic;
	color: #728283;
	text-align: justify;
}
#sidebar {
	background: #000000 url(images/v17_09.jpg) no-repeat;
	width: 300px;
	height: 100%;
	vertical-align: top;
}
#contents {
	background: #000000 url(images/v17_10.jpg) no-repeat;
	width: 500px;
	height: 100%;
	vertical-align: top;
}

/*
----------------------------
*/

#nav a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #938980;
	margin-right: 15px;
}
#nav a:hover {
	color: #586868;
}

/*
----------------------------
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #aea28e;
}
a:hover {
	color: #64524a;
}
b, strong {
	color: #505f62;
}
em, u, i {
	color: #9eaaab;
}
a img {
	border: 2px solid #161b1d;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
a:hover img {
	border: 2px solid #2f3c42;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
textarea, input, select, button {
	background: #0f1214;
	border: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #4b5152;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote {
	border-left: 1px solid #191e20;
	border-bottom: 1px solid #191e20;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-style: italic;
	color: #364349;
}
table, tr, td {
	font-size: 12px;
}

/*
----------------------------
*/

#sidebar h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	color: #866c5d;
	text-align: center;
	margin-bottom: 15px;
}
#sidebar div.main {
	background: #050606;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 10px 0px;
}
#sidebar div.maintext, #sidebar td {
	text-align: justify;
	color: #424d4d;
}
#sidebar div.latestphotos img {
	width: 55px;
	height: 60px;
}

/*
----------------------------
*/

#contents h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-style: italic;
	color: #65787c;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#contents div.entrymeta {
	font-size: 11px;
	font-style: italic;
	color: #827473;
	margin-bottom: 15px;
}
#contents div.main {
	background: #080a0b;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}
#contents div.maintext {
	text-align: justify;
}