/*
Theme Name: Justin McEllroy
Theme URI: http://justinmcellroy.com
Description: Justin McEllroy actor website
Version: 1.0
Author: Joe Tannenbaum
Author URI: http://joetannenbaumdesign.com
*/
html {
	height:100%;
}
body {
	background:url(images/tearrepeattop.jpg) #5A6875 repeat-x 50% top;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:100%;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
hr {
	clear:both;
	visibility:hidden;
}
h2 {
	margin:5px 0;
}
#stars {
	background:url(images/starsbg.jpg) no-repeat 50% 60px;
	height:100%;
	width:100%;
}
#wrap {
	border-right:solid #171A1E 1px;
	border-left:solid #171A1E 1px;
	width:897px;
	margin:0 auto;
	background:#2D343B;
	height:100%;
	float:none;
	padding-bottom:10px;
}
#header {
	height:23px;
	padding-top:7px;
	background:#171A1E;
	position:relative;
}
#header img {
	position:absolute;
	top:7px;
	right:0;
}
#header ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header li {
	display:inline;
	float:left;
	text-transform:uppercase;
}
#header li a {
	margin:0 10px;
}
#header li {
	border-left:1px solid #FFFFFF;	
}
#header li.page-item-3 {
	border:0;
}
#bottomleft {
	width:438px;
	border-right:solid #171A1E 1px;
	padding:10px;
	float:left;
}
#bottomright {
	width:409px;
	padding:10px;
	float:left;
}
#content {
	padding:10px;
	background:url(images/pagetop.jpg) repeat-x;
}
.narrowcolumn {
	width:500px;
	margin:0 auto;
	border-bottom:1px dashed #999999;
	padding: 10px 0;
}
#footer {
	background:url(images/tearrepeatbottom.jpg) repeat-x bottom;
	height:53px;
	text-align:center;
	width:100%;
}

