/**
 * Theme Name: AW Blog
 * Theme URI: http://andersenwindows.com
 * Description: Custom blog theme developed for Andersen Windows.
 * Version: 0.1
 * Author: Eric Johnson
 * Author URI: http://hardlyneutral.com
 * Tags: blog, two column, custom fields
 * Template: hybrid
 */
 
/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');

/* HTML */
html {
	height: 100%;
	}

/* Body */
body {
	font-family: Arial, Helvetica, Garuda, sans-serif;
	color: #000;
	background: #bfc497 url(images/aw-blog-background.png) repeat-x;
	height: 100%;
	}

/* Body container */
#body-container {
	width: 960px;
	margin: 0 auto -120px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	background: #f1f2f0;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #564018;
	}
a:hover {
	color: #564018;
	text-decoration: underline;
	}
a:visited {
	color: #564018;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Garuda, sans-serif;
	}

/**
* Header
************************************************/
#header-container {
	width: 960px;
	height: 160px;
	background: #f1f2f0;
	}

#header {
	margin: 0 80px;
	height: 160px;
	/* background: url('images/aw-header-background.png') center center no-repeat; */
	}
#header #site-title {
	float: left;
	width: 800px;
	height: 100px;
	padding: 0;
	}
#header #site-title a {
	display: block;
	width: 800px;
	height: 100px;
	background: url('images/aw-header-background.png') no-repeat;
	}
#header #site-title a span {
	display: none;
	}
#header #site-description {
	display: none;
	}

#rotating-top-image {
	height: 240px;
	width: 960px;
	overflow: hidden;
	}

#top-right-links {
	text-align: right;
	margin: 0;
	height: 30px;
	}
#top-right-links ul {
	list-style: none;
	padding: 10px 0 0 0;
	}
#top-right-links ul li {
	display: inline;
	margin-left: 24px;
	}
#top-right-links ul li a {
	font-size: 11px;
	color: #808285;
	}

#site-title {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}
#site-title a {
	color: #9c8165;
	}
#site-description {
	margin: 10px 0 0 10px;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #bfc497;
	}

/**
* Navigation
************************************************/
#navigation {
	width: 960px;
	height: 40px;
	margin: -40px 0 0;
	padding: 0;
	background: transparent url('images/aw-nav-background.png') no-repeat;
	}

/* Page navigation */
#page-nav {
	width: 800px;
	margin: 0 auto;
	}
#page-nav ul.menu {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	margin-top: 4px;
	margin-bottom: 0;
	height: 38px;
	}
#page-nav li a {
	display: block;
	font: 20px arial, verdana, sans-serif;
	text-transform: lowercase;
	background: none;
	border: none;
	padding: 7px 0 6px 12px;
	margin-right: 15px;
	color: #FFF;
	text-decoration: none;
	}
#page-nav li a:hover {
	color: #574119;
	}
#page-nav li.current_page_item {
	background: transparent url('images/aw-nav-tab-right.png') no-repeat right;
	}
#page-nav li.current_page_item a {
	color: #564018;
	background: transparent url('images/aw-nav-tab.png') no-repeat left;
	}

/**
* Container (content and widget areas)
************************************************/
#container {
	background: #f1f2f0;
	width: 880px;
	margin: 0 40px;
	background: #FFF;
	}

#social-links {
	height: 35px;
	width: 880px;
	padding-top: 15px;
	background: #f1f2f0;
	}
#social-links ul li {
	display: inline;
	}
#social-links ul li a {
	font-size: 11px;
	color: #808285;
	}
#social-links ul.left-links {
	float: left;
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
	}
#social-links ul.left-links li {
	margin-right: 22px;
	}
#social-links ul.left-links li a {
	}
#social-links ul.right-links {
	float: right;
	list-style: none;
	margin: 0 40px 0 0;
	padding: 0;
	}
#social-links ul.right-links li {
	margin-left: 22px;
	padding-left: 20px;
	}
#social-links ul.right-links li.rss-link {
	background: transparent url('images/rss.png') no-repeat;
	}
#social-links ul.right-links li.twitter-link {
	background: transparent url('images/twitter.png') no-repeat;
	}
#social-links ul.right-links li a {
	}

/**
* Content
************************************************/
.content {
	background: #FFF;
	width: 540px;
	margin: 40px 40px 0;
	}

/* Posts */
.post {
	border-bottom: 2px dotted #c2b59b;
	}

/* Custom media */
div.custom-media {
	width: 100%;
	text-align: left;
	overflow: hidden;
	}
div.custom-media img.custom-image {
	border: 1px solid #939598;
	}

/* Entry title */
.entry-title {
	font-family: Georgia, Cambria, Times, 'Times New Roman';
	font-style: normal;
	margin-bottom: 0;
	line-height:24px;
	}
.entry-title a {
	color: #574119;
	font-size: 24px;
	}

/* By line */
.content .byline {
	margin: 5px 0 18px 0;
	font: 11px arial, verdana, sans-serif; 
	font-style: normal;
	color: #000;
	}

/* Post Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	font: 12px arial, verdana, sans-serif;
	line-height: 18px;
	margin-bottom: 0;
	}
.entry-content a.more-link {
	color: #e67a1e;
	}

/* Post Meta */
.entry-meta {
	font: 11px arial, verdana, sans-serif;
	margin-bottom: 10px;
	}
.entry-meta a {
	color: #808285;
	}
.entry-meta a:hover {
	color: #e67a1e;
	}

/* Page title */
.page-title {
	margin-bottom: 10px;
	}

/* Archive and Category title */
.archive-title, .category-title {
	font-family: Georgia, Cambria, Times, 'Times New Roman';
	font-style: normal;
	margin-bottom: 20px;
	color: #939598;
	font-size: 24px;
	}

/**
* Widget Areas
************************************************/
#primary {
	width: 220px;
	margin: 40px 40px 0 0;
	}

#primary .widget {
	font: 12px arial, verdana, sans-serif;
	color: #574119;
	line-height: 18px;
	}

/* Widget title */
.widget-title {
	font: 12px arial, verdana, sans-serif;
	font-weight: bold;
	color: #574119;
	margin: 0 0 5px 0;
	padding: 0 0 8px 0;
	border-bottom: 2px dotted #c2b59b;
	}

/* Widget lists */
.widget ul {
	list-style: disc;
	color: #e67a1e;
	margin: 0 0 0 13px;
	}
.widget ul li {
	font-size: 8px;
	line-height: 17px;
	}
.widget ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #574119;
	}

/* Blogroll */
ul.blogroll {
	list-style: none;
	margin: 10px 0 0 0;
	}
ul.blogroll li {
	display: inline;
	margin: 0 9px;
	}
ul.blogroll li a span img {
	margin-bottom: 10px;
	}

/**
* Footer
************************************************/
/* Pusher */
#pusher {
	height: 120px;
	clear: both;
	}

/* Footer container */
#footer-container {
	height: 120px;
	width: 960px;
	margin: 0 auto;
	}
#footer {
	margin: 50px auto 0;
	width: 880px;
	background: #FFF;
	height: 70px;
	padding-top: 20px;
	}

/* Copyright information */
#footer p.copyright {
	font: 11px arial, verdana, sans-serif;
	color: #000;
	margin: 5px 0 0 40px;
	height: 25px;
	}
#footer p.copyright a {
	color: #000;
	}

/* Right links */
#footer ul#bottom-links {
	float: right;
	list-style: none;
	margin: 0 40px 0 0;
	height: 25px;
	}
#footer ul#bottom-links li {
	display: inline;
	margin: 0 0 0 24px;
	}
#footer ul#bottom-links li a {
	font: 11px arial, verdana, sans-serif;
	color: #808285;
	}
	
table{
	vertical-align:middle;
	border-left:none;}
	.certLeftSide{
		text-align:center;
		vertical-align:middle;}
	td, th{
		border-right:none;}
h2{color:#574119;
	font-size:14px;
	margin-top:21px;}
