/*
Theme Name: Hensley 2012
Theme URI: http://www.michael-hensley.com/
Description: Theme for Michael Hensley's website
Version: 1.0
Author: Michael Hensley
Author URI: http://www.michael-hensley.com/
*/

/* 
RESET CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/*
PAGE CSS
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
}
@font-face {
    font-family: "oldrepublic";
    src: url(sf-old-republic-sc.ttf);
}
#main p {
	margin-bottom:10px;
	font-size:.85em;
	line-height:1.3em;
}
a, a:focus, a:visited {
	color:#fc9a1f;
}
a:hover {
	color:#f27245;
}
h1, h2, h3 {
	font-family: "oldrepublic", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:1.1em;
	font-weight:normal;
}
h1, h2 {
	clear:left;
	color:#e2357d;
}
h2 a, h2 a:focus, h2 a:visited, h2 a:hover {
	color:#e2357d !important;
	text-decoration:none !important;
	}
h1 {
	padding-bottom:10px;
}
h2 {
	padding:20px 0px;
	border-top:1px solid #eee;
}
h3 {
	font-size:.9em;
	margin-bottom:10px;
	color:#000;
}
.events h3 {
	margin-bottom:0px !important;
	}
.story h3 {
	margin-top:20px;
	}
.events p {
	margin-bottom:20px !important;
	}
h4 {
	margin:-10px 0px 10px 0px;
	color:#bbb;
	font-size:0.7em;
	font-weight:normal;
}
.postmetadata {
	font-size:0.7em !important;
	color:#bbb;
	padding:10px 0px 20px 0px;
}
hr {
	background-color:#eee;
	height:1px;
	border:0px;
	margin:20px 0px;
	width:80%;
}
#wrapper {
	width:980px;
	padding:10px 20px;
	margin:0 auto;
	position:relative;
}
#nav ul {
	list-style-type:none;
	padding:10px 0px;
	height:50px;
}
#nav ul li {
	float:left;
	text-align:center;
}
#nav a {
	display:block;
	width:155px;
	color:#fff;
	text-decoration:none;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	font-family: "oldrepublic";
	margin-right:10px;
	opacity:0.7;
}
#nav a:hover {
	opacity:1.0;
}
#nav-news {
	background-color:#fc9a1f;
}
#nav-music {
	background-color:#f78632;
}
#nav-gallery {
	background-color:#f27245;
}
#nav-live {
	background-color:#ec5d57;
}
#nav-faves {
	background-color:#e7496a;
}
#nav-about {
	background-color:#e2357d;
	margin-right:0px !important;
}
#social a {
	background-color:#fff;
	position:absolute;
	height:25px;
	text-align:center;
	top:270px;
	display:block;
	border-radius:15px;
	width:30px;
	padding-top:5px;
	opacity:0.7;
}
#social a:hover {
	opacity:1;
}
#nav-itunes {
	right:110px;
}
#nav-facebook {
	right:70px;
}
#nav-twitter {
	right:30px;
}
#content {
	padding:10px 0px;
}
#main {
	float:left;
	width:640px;
	padding-right:40px;
}
#sidenav {
	float:left;
	width:300px;
}
.section {
	clear:left;
	margin-bottom:30px;
}
.column-third {
	width:200px;
	float:left;
	margin-right:20px;
	padding-bottom:30px;
}
.column-third p {
	font-size:.7em !important;
}
.small-type {
	font-size:.7em !important;
	margin-top:5px;
	}
.column-half {
	width:300px;
	float:left;
	margin-right:40px;
	padding-bottom:30px;
}
.column-right {
	margin-right:0px !important;
}
.side-section {
	margin-bottom:20px;
}
#footer {
	clear:both;
	padding-top:20px;
}
.pagenav {
	border-top:1px solid #eee;
	padding:20px 0px;
	font-size:0.85em;
	}
#footer p {
	border-top:1px solid #eee;
	padding:20px 0px;
	font-size:0.7em;
	color:#bbb;
	}
.big-button {
	display:inline-block;
	padding:10px 20px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "oldrepublic";
	opacity:0.7;
	background-color:#fc9a1f;	
	font-size:150%;
}
.big-button:hover {
	opacity:1.0;
	color:#fff;
}
.big-button:active {
	background-color:#e2357d;
	color:#fff;
}
