/*  
Theme Name: HYR
Theme URI: http://www.ariklewis.com/
Description: A custom designed Theme by Arik Lewis
Author: Arik Lewis
Author URI: http://Ariklewis.com/
*/
html{
	margin:0;
	padding:0;
	background:url(images/fade-top.png) repeat-x top #e3e3e1;
}
body{
	margin:0;
	padding:0;
	background: url(images/background.png) no-repeat top left;
}
#container{
	margin: 0 auto;
	width:911px;
}
#header{
	background:url(images/header_bg.png) no-repeat;
	height:152px;
	width:879px;
	margin:0 auto;
	text-align:center;
}
#top{
	background:url(images/skyline.png) no-repeat;
	height:141px;
}
#page{
	background:url(images/page_bg.png) repeat-y;
}
#bottom{
	background:url(images/bottom.png) no-repeat;
	height:87px;
}
#logo{
	float:left;
	margin-left:20px;
	margin-top:20px;
}
#nav{
	background:url(images/navigation.png) no-repeat;
	width:879px;
	height:54px;
	margin:0 auto;
	margin-top:-10px;
}
#nav ul{
	margin:0 auto;
	padding-top:20px;
	width:760px;
}
#nav li{
	list-style:none;
	display:block;
	float:left;
}
#nav a{
	color:white;
	padding:9px;
	text-decoration:none;
	text-transform:uppercase;
}
.widecolumntp{
	background:url(images/wide_bg_top.png) no-repeat;
	width:698px;
	height:15px;
	margin-left:17px;
}
.widecolumn{
	background:url(images/wide_bg.png) repeat-y;
	margin-left:17px;
	padding:10px 20px;
	width:658px;
	color: #89898a;
	font-family:helvetica;
	font-weight:normal;
	font-size:.8em;
}
.widecolumn h1{
	/*font-size:2em;
		font-weight:normal;
		font-family:georgia;
		text-transform:uppercase;*/
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 100;
}
.widecolumn h2 a, .widecolumn h2{
	/*color: #89898a;
		font-family:helvetica;
		font-weight:normal;
		font-size:1.6em;
		text-decoration:none;*/
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -1px;color: #444;
}
.widecolumn h2{
	margin-bottom:10px;
}
.widecolumn small{
	padding-left:10px;
}
.entry{
	/*margin-top:10px;
		font-size:1.1em;
		line-height:1.5em;*/
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #444;
}
hr{
	background:#89898a;
	height:2px;
	border:none;
}
.widecolumnbtm{
	background:url(images/wide_bg_btm.png) no-repeat;
	width:698px;
	height:15px;
	margin-left:17px;
}
#sidebar{
	margin-left:705px;
	margin-top:10px;
}
#sidebar h1{
	color:#89898A;
	font-size:1em;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
}
.sidebarbox_tp{
	background:url(images/sidebar_bg_tp.png) no-repeat;
	height:14px;
	margin-top:-10px;
}
.sidebarbox{
	background:url(images/sidebar_bg.png) repeat-y;
	padding:2px 15px;
	width:158px;
}
.sidebarbox_btm{
	background:url(images/sidebar_bg_btm.png) no-repeat;
	height:14px;
}
.leftcolumn{
	float:left;
}
.post{
	padding-bottom:20px;

}
#search{
	float:right;
	margin:25px;
}
#rss{
	float:left;
}
#search_form{
	float:left;
	margin:4px 15px;
}
.event_post{
	text-align:right;
	margin-bottom:15px;
}
.event_post h2 a{
	text-transform:capitalize;
	color:#000;
	font-weight:normal;
	font-family:helvetica;
	text-decoration:none;
}
.event_post small{
	font-size:.7em;
}
.event_post img{
	float:left;
}
#footer{
	text-align:center;
}
#footer p{
	color:#89898A;
	font-weight:normal;
	margin-top:10px;
	line-height:1.2em;
	margin-bottom:20px;
}
#footer a{
	text-decoration:none;
	color:#3b54a5;
}
#twitter {
	padding-left:37px;
	padding-top:49px;
}
#twitter_bubble{
	margin-left:35px;	
}
#bubble_left{
	background:url(images/bubble_left.png) no-repeat;
	height:28px;
	float:left;
	width:18px;
}
#bubble{
	background:url(images/bubble_bg.png) repeat-x;
	height:28px;
	float:left;
	position:relative;
}
#bubble_right{
	background:url(images/bubble_right.png) no-repeat;
	height:28px;
	width:15px;
	float:left;
}
#bubble p{
	font-size:0.7em;
margin-left:-5px;
margin-top:7px;
}
#twitter img{
	float:left;
	margin-top:13px;
}
#join{
	float:right;
	margin:20px 20px 0px 20px;
}
img, div, html, body { 
	behavior: url(iepngfix.htc) 
}
.postmetadata{
	padding-top:10px;
}