/* ---- Reset ----- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body { background-image:url('images/background_top.jpg'); background-repeat:repeat-x; text-align:center; font-family:'Arial'; font-size:12px; background-color:#000000;}
h1, h2, h3, h4, h5, h6{color:#A1B7CE;}

h1{font-size:23px;}
h2{font-size:22px;}
h3{font-size:18px;}

p{padding:8px 0px; color:#FFF;}
a{text-decoration:none; color:#EEC859;}
li {list-style-type:none;}
.hr {
	line-height:1px;
	height:1px;
	border-style:solid;
	border-width:1px 0px;
	clear:left;
}

#floatGuard{
	float:left;
	width:100%;
}

#fauxBody {
	text-align:left; 
	margin:0px auto;
	width:800px;
	/* Temp */
}
#topStrip{
	background-image:url('images/top_strip_bg.gif'); /* to be replaced with gradient image */
	border-bottom:solid 1px #2F2C27;
	height:12px;
	position:absolute;
	top:0px;
	width:100%;
}
#header, #content, #footer{
	float:left;
	width:100%;
}
#header{
	height:180px;
	position:relative;
	background-image:url('images/banner.jpg');	
}
#dogtag{
	position:absolute;
	right:0px;
	top:0px;
	background-image:url('images/dogtag.gif');
	width:264px;
	height:33px;
}
#rssIcon{
	background-image:url('images/rss_icon.gif');
	padding-top:35px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	width:34px;
	position:absolute;
	right:16px;
	top:60px;
	display:block;
	background-repeat:no-repeat;
}
#searchBox{
	position:absolute;
	right:14px;
	bottom:14px;
	background-image:url('images/search_bg.gif');
	width:200px;
	height:36px;
}

#searchBox input{
	width:112px;
	height:20px;
	margin:5px 0px 0px 5px;
	-moz-border-radius:4px;
}
#searchBox button{
	color:#EEC859;
	border:none;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:transparent;
	padding:0px;

}
#content {
	background-image:url('images/content_bg.gif');
	position:relative;
}
#contentTopBorder{
	background-image:url('images/content_top_bg.gif');
	height:18px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
#contentBottomBorder{
	background-image:url('images/content_bottom_bg.gif');
	height:18px;
	position:absolute;
	bottom:0px;
		left:0px;

	width:100%;
}
.wideColumn{
	float:left;
	width:560px;
	position:relative;
	padding:18px 14px;
}
.wideColumn .inset{
	position:relative;
	height:100%;
	min-height:100px;
	background-image:url('images/widecolumn_inset_bg.gif');
	left:-7px;
	width:572px;
	padding-bottom:8px;
	margin-bottom:16px;
}
.wideColumn .inset .topBorder, .wideColumn .inset .bottomBorder{
	position:absolute;
	height:8px;
	width:100%;
	
}
.wideColumn .inset .topBorder{
	background-image:url('images/widecolumn_inset_top_border.gif');
	top:-6px;
	height:9px;
	left:1px;
	width:569px;
}
.wideColumn .inset .bottomBorder{
	background-image:url('images/widecolumn_inset_bottom_border.gif');
	bottom:0px;
}
.wideColumn .inset h2, .wideColumn .inset p{
	padding:0px 8px;
}
.wideColumn .hr{
	border-bottom-color:#5F5F5F;
	border-top-color:#161616;
	margin:16px 0px;
		float:left; width:100%;

}

.narrowColumn{
	padding:18px 18px 18px 8px;
	float:left;
	width:182px;
	position:relative;
}
.narrowColumn .topBorder{
	background-image:url('images/narrowcolumn_top_border_bg.gif');
	height:15px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
.narrowColumn h2{
	margin-bottom:8px;
	font-size:18px;
}
.narrowColumn .hr{
	border-bottom-color:#525252;
	border-top-color:#0F0F0F;
	margin:16px 0px 14px 0px;
}
#pages ul{}
#pages ul a .name, #pages ul a .description{
 display:block;
}
#pages ul a .name {
	color:#EEC859;
	font-size:18px;
	font-weight:bold;
}
#pages ul a .description{ color:#FFF; font-size:10px; margin-bottom:5px;}
#pages ul .current a .name {color:#FFF;}

.narrowColumn .event{color:#FFF; font-weight:bold; margin:6px 0px;}

.narrowColumn .cat-item a{	
	color:#EEC859;
	font-weight:bold;
	font-size:13px;
}
.post { float:left; width:100%; }
.post li{list-style-type:circle;}
.post h1{
	margin-top:16px;
}
.post h2 a{
	color:#A1B7CE;
}
.post .postmetadata{
	font-size:13px;
	font-weight:bold;
	color:#111111;
}

.preview-links{float:left; width:100%;}
.more-link{
	color:#EFC758;
	font-weight:bold;
	float:left;
}
.comments-link{text-align:right; float:right;}

.newer-posts-link, .older-posts-link{
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#EFC758;
	margin-top:16px;
	display:block;
}
.newer-posts-link{
	background-image:url('images/newer_posts_arrow.gif');
	background-position:top right;
	padding-right:18px;
	float:right;
}
.older-posts-link{
	background-image:url('images/older_posts_arrow.gif');
	background-position:top left;
	padding-left:18px;
	float:left;
}

#footer{
	text-align:center;
	height:132px;
	background-image:url('images/footer_logo.gif');
	background-repeat:no-repeat;
	background-position:center 60px;
}
#footer ul, #footer ul {margin:10px auto;}
#footer ul li{
	display:inline;
	padding:0px 2px;
}
#footer ul li, #footer ul li a{
	color:#333333;
	font-size:13px;
	font-weight:bold;
}

.archivesPage ul{
	padding-left:10px;
	font-size:16px;
	color:#5F5F5F;
	font-weight:bold;
}

.archivesPage ul a{
	padding-left:10px;
	font-size:14px;
}
#respond{
	float:left;
}
.workoutMonth {
	background-image:url(images/dailyworkout_month.gif);
	background-repeat:no-repeat;
	bottom:12px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:21px;
	left:12px;
	padding-left:6px;
	padding-top:4px;
	position:absolute;
	width:76px;
	z-index:2;
		cursor:pointer;

}
.workoutMonth ul{
display:none;
background-color:#A0B8D0;
position:relative;
left:-6px;
	padding-left:6px;
width:76px;
font-weight:normal;
}
.workoutMonth li:hover{
	color:#FFF;
}
.workoutDays {
	bottom:12px;
	position:absolute;
	right:12px;
}
.workoutDays li{
	float:left;
	height:20px;
	padding-top:5px;
	background-color:#A0B8D0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
}
.workoutDay{
	width:44px;
}
.workoutDays li.divider{
	background-image:url('images/dailyworkout_day_divider.gif');
	width:18px;
}
.workoutDays li.leftArrow {
	background-image:url('images/dailyworkout_left_arrow.gif');
	width:21px;
}
.workoutDays li.rightArrow {
	background-image:url('images/dailyworkout_right_arrow.gif');
	width:21px;
}

.sidebarLinks li{
	display:list-item;
}
