/*   
Theme Name: Stay at Home America
Theme URI: 
Description: Corporate WordPress theme for Stay at Home America.
Author: Will Markusen
Author URI: http://markusen.com/
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
 @import url('../sahliving/styles/typography.css');

/* Apply a basic layout */
@import url('../sahliving/styles/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../sahliving/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');




div {
	/*border: 1px dashed #ffcc99;*/
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #848163;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.05em;
	}

#header {
	background-image: url(images/header_bg_01.jpg);
	}

#access {
	border-top: 8px solid #848163;
	background-color: #c2bf85;
	}

.menu {
	margin-left: 275px;
	}

.sf-menu .page_item a {
	background-color: #c2bf85;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}

.sf-menu .page_item a:hover {
	background-color: #848163;
	}

.sf-menu ul li a {
	font-size: 14px !important;
	}

#branding {
	width: 350px;
	height: 220px;
	}

#branding img {
	margin: 85px 0 0 100px;
	}

#masterContainer {
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	width: 880px
	}

#mainContainer {
	font-size: 1em;
	line-height: 1.2em;
	background-color: #ffffe1;
	margin: 0;
	padding: 0;
	width: 880px;
	float: left;
	clear: both
	}

#main {
	width: 880px;
	}

#container {
	width: 480px;
	margin-right: 115px;
	display: inline;
	}

#container a, #container a p {
	text-decoration: none;
	color: #bb2727; 
	}

#font-size {
	width: 100px; margin-left: -100px; overflow: visible; float: right; clear: none; position: relative; right: -145px;
	}

#font-size a:hover {
	background: none !important;
	}

#content {
	margin: 0;
	width: 100%;
	overflow: visible;
	}

#header, #blog-title, #footer, #siteinfo {
	width: 880px;
	}

#blog-description {
	display: none;
	}

p, #main #content ul {
	font-size: 0.8em;
	line-height: 1.4em;
	}

#main a:hover {
	background-color: #bb2727;
	color: #fff !important;
	}

h2 + p {
	margin-top: 15px;
	}

h1, h2, h3, h4, .lcp_catlist li   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 475px;
	}

h1   {
	color: #bb2727; 
	font-size: 1.6em; 
	line-height: 1em; 
	margin-bottom: 10px; 
	width: 450px;
	}

h2, .lcp_catlist li a  {
	color: #848163 !important;
	font-size: 1.1em;
	line-height: 1.1em;
	}

h2 a {
	text-decoration: none;
	color: #bb2727 !important; 
	}

p > h2 {
	margin-top: 23px;
	}

h2 + p {
	margin-top: 3px;
	}

h3 {
	color: #848163;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 12px;
	}

.entry-title, .entry-meta, .entry-utility {
	display: none;
	}

#comments, #respond {
	background-color: #ffffe1;
	}

#form-allowed-tags {
	display: none;
	}

.red {
	color: #bb2727; 
	}

.breadcrumb {
	font-size: 10px;
	margin-left: 2px;
	margin-bottom: 25px;
	color: #848163;
	display: inline;
	}

.breadcrumb a {
	color: #bb2727 !important;
	text-decoration: none;
	}


.portrait {
	margin: 5px 14px 10px 1px !important;
	float: left;
	border: 5px solid #c2bf85;
	padding: 1px;
}

.page .xoxo, .page .xoxo li, .linklist {
	list-style-type: none;
	margin-left: 0;
	}

.lcp_catlist, .lcp_catlist li {
	list-style-type: none;
	margin-left: 0;
	}

a h2 {
	color: #bb2727;
	}

a:hover h2 {
	background-color: #bb2727;
	color: #fff;
	}


.page .xoxo li {
	margin-bottom: 22px;
	}

#sah_side {
	width: 235px;
	margin-left: 22px;
	margin-top: 100px;
	padding-bottom: 5px;
/*	border: 1px dashed #ffcc99; */
	float: left;
	clear: none;
	display: inline;
	}

#footer {
	background-color: #a39f7a;
	}

#footer p {
	font-size: 12px;
	color: #ffffe1;
	display: block;
	margin-left: 285px
	}



