/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------END RESET------------ */
/* ------------START OVERALL STYLES------------ */
body {
	font: 16px georgia;
	line-height: 1.5em;
	max-width: 1440px;
	margin: 0 auto;
	background-color: #EBEBE0;
}

h1 {
	font-size: 1.5em;
}

h2, h3 {
	font-size: 1.25em;
}

a {
	color: #c92540;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote {
	margin: 0 2em;
	padding-left: 1em;
	border-left: 3px solid #80828c;
	font-size: .75em;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}
/* ------------END OVERALL STYLES------------ */
/* ------------HACKS------------ */

.clearfix {
	overflow: auto;
}

/* ------------END HACKS------------ */
/* ------------BEGIN HEADER STYLES------------ */
#header {
	background-color: #c92540;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

#logo {
	display: block;
	float: left;
}

#header-support {
	float: right;
}

#nav-bar {
	clear: both;
	width: 100%;
	background-color: #342e30;
	height: 3em;
}

#nav-bar a {
	color: #fff;
	text-decoration: none;
}

#header nav {
	clear: both;
}

#main-nav ul {
	padding-left: 2em;
}

#main-nav ul li {
	float: left;
	padding-left: 2em;
	margin-top: 1em;
}

#social-links {
	float: right;
	padding-right: 2em;
}

#social-links a {
	float: left;
	padding-right: 2em;
	margin-top: 0.5em;
}

/* ------------END HEADER STYLES------------ */
/* ------------HOMEPAGE FEATURED ARTICLES STYLES------------ */
#feature-articles{
	color: #EBEBE0;
	margin-top: 1em;
	line-height: 1em;
	width: 100%
}

#feature-articles a {
	color: #fff;
	text-decoration: none;
}

#feature-articles p {
	padding-top: 1em;
}

#main-feature {
	height: 480px;
	width: 67%;
	float: left;	
	position: relative;
	overflow: hidden;
}

#main-feature img{
	display: block;
	height: auto;
	width: 100%;
}

#main-feature div {
	background-color: #0c1014;
	opacity: 0.8;
	width: 50%;
	position: absolute;
	left: 3em;
	bottom: 0px;
	padding: 1em;
}

#side-feature-wrapper {
	background-color: #666;
	width: 33%;
	float: left;
}

.side-feature {
	height: 160px;
	position: relative;
	overflow: hidden;
}

.side-feature img{
	height: auto;
	width: 100%;
}

.side-feature div{	
	background-color: #0c1014;
	position: absolute;
	bottom: 0px;
	opacity: 0.8;
	width: 100%;
	padding: 1em 4em 1em 1em;
}
/* ------------END HOMEPAGE FEATURED ARTICLES STYLES------------ */

#main-content {
	width: 67%;
	float: left;	
	margin-top: 2em;
}

#main-content h1 {
	margin-left: 2em;
	margin-bottom: 1em;
}

.teaser-post {		
	clear: both;
	overflow: auto;
	margin-left: 4em;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

.teaser-post p {
	padding-top: 0.5em;
	padding-right: 20px;
}

.teaser-post img {
	float: right;
	width: auto;
	max-height: 160px;
	padding-top: 0.5em;
	padding-left: 2em;
}
/* ------------BEGIN SIDEBAR STYLES------------ */
#sidebar {
	width: 28%;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-right: 5%;
	
}

#site-search {
	float: right;
	overflow: auto;
}

#site-search fieldset {
	margin-bottom: 3em;
	overflow: auto;
}

#site-search input[type="text"] {
	height: 2em;
	width: 18em;
	padding-left: 1em;
	border: 2px solid #342e30;
}

#site-search input[type="submit"] {
	color: #fff;
	padding: 0.5em;
	border: 2px solid #342e30;
	background-color: #342e30;
}

#sidebar h3, #sidebar ul {
	display: block;
	clear: both;
	text-align: right;
	
}
/* ------------END SIDEBAR STYLES------------ */
/* ------------BEGIN FOOTER STYLES------------ */

#footer {
	width: 100%;
	height: 4em;
	clear: both;
	padding-top: 1em;
	background-color: #342e30;
	text-align: center;
	color: #fff;
}

#footer p {
	font-size: 0.75em;
}

/* ------------END FOOTER STYLES------------ */
/* ------------BEGIN POST STYLES------------ */

#post-feature {
	width: 100%;
	height: 480px;
	margin-top: 1em;
	overflow: hidden;
	/*background-color: #c92540;*/
}

#post-feature img {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

#post-content{
	width: 60%;
	margin: 0 auto;
}

#post-title-block {
	text-align: center;
	padding: 1em;
	margin-bottom: 1em;
}

#post-content h1{
	font-size: 2em;
	margin-bottom: .25em;
}

#post-content h2{
	font-weight: bold;
}

#main-image {
	height: 480px;
	overflow: hidden;
}

#post-content span {
	margin-right: 2em;
}

#post-content p {
	clear: both;
	font-size: 1.25em;
	margin-bottom: 1em;
}

/* ------------END POST STYLES------------ */
/* ------------BEGIN ABOUT STYLES------------ */

.about-img {
	display: block;
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

/* ------------END ABOUT STYLES------------ */