/*   
Theme Name: Lifezone Custom Theme
Theme URI: 
Description: Thematic Child Theme
Author: Bret Lund
Author URI: http://powerpix.net
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

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

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

/* Apply a basic layout */
@import url('../thematic/library/layouts/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('../thematic/library/styles/default.css');

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

/* ====== General ====== */

/*body, input, textarea {
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p, ul, ol, dd, pre {
	margin-bottom:auto;
}
pre, code {
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
}*/
p {
	margin-bottom:18px;
	color: #333;
}
a:link {
    color:#036;
}
a:visited {
    color:#036;
}
a:active,
a:hover {
    color: #6b9001;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th {
	padding: .7em 1.25em;
	background: #F5F5F5;
}
td {
    padding: .7em 1.25em;
}
body {
	min-width:960px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(images/body-bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
#header-inner-wrap {
	position:relative;
	padding: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*	background-color: #FFF;
	background-image: url(images/header-bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
#branding {
	width:450px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0;
	height: 93px;
	overflow: hidden;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
	height: 93px;
	width: 278px;
	text-indent: -9000px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#blog-description {
	color:#666;
	font-size:13px;
	font-style:italic;
	text-indent: -9000px;
	visibility: hidden;
}
#header-aside {
	float: right;
	width: 300px;
	padding-top: 4px;
	/*padding-top: 20px;*/
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	/*height: 50px;*/
	/*overflow: hidden;*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
/*#search-2 {
	background-image: url(images/search-2-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 1px;
}*/
#header #search {
	background-image: url(images/search-2-bg.png);
	background-repeat: no-repeat;
	background-position: center 9px;
	/*padding-top: 1px;*/
	/*padding-bottom: 1px;*/
}
#header #search .widgettitle {
	visibility: hidden;
}
#header #search .radiobuttons {
	width: 60px;
	font-size: 10px;
	font-variant: small-caps;
	float: left;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#header #search .searchfieldwrap {
	width: 180px;
	float: left;
}
#header #search .searchfield {
	width: 170px;
}
#header #search .searchbutton {
	width: 180px;
	text-align: right;
	padding-left: 64px;
}
#access {
	position:relative;
	overflow:visible;
	clear: both;
	z-index: 100;
	border-bottom-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}
.menu {
	width:940px;
	margin:0 auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*** MENU ***/
.sf-menu {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
	background-color: #fff;
/*	background-image: url(images/sf-menu-li-active-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top*/
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#036;
}
.sf-menu li {
	background-image: url(images/sf-menu-li-bg.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: center top;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background:     #fafafa;*/
	background:     #f5f8e3;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
	color: #036;
}
#main-wrap {
	background-image: url(images/main-wrap-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 15px;
	/*background-color: #999;*/
}
#main-wrap-btm {
	margin-top: 0px;
	height: 20px;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-top-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main {
	width:960px;
	overflow:hidden;
	position:relative;
	/*background-color: #FFF;*/
	background-image: url(images/main-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 10px;
	padding-top: 30px;
}
#container {
	width:620px;
	float:left;
}
#content {
	/*width:540px;*/
	width:580px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 20px;
}
#content a {
	color: #036;
}
#content a:link, a:visited, a:active {
	color: #036;
}
#content a:hover {
	color: #6b9001;
}
#content h1 {
	color: #036;
}
#content h2 {
	font-size:18px;
	color: #025692;
}
#content h3 {
	font-size:18px;
	color: #6b9001;
}
#content h4 {
	font-size:14px;
	color: #000;
	margin-bottom: 18px;
	font-style: italic;
}
.small {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	margin-top: 10px;
}
.carthl {
	font-size: 12px;
	font-weight: bold;
	color: #069;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	background-color: #FFC;
	padding: 4px;
	clear: both;
	margin: 0px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color: #036;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #036;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1 {
	font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
	color: #036;
}
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	color:#666;
	font-size:13px;
	line-height:18px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #036;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.main-aside h3 {
	font-size:15px;
	font-style:normal;
	line-height:22px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
	background: #0364A8;
	padding-left: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.main-aside {
	width:300px;
	float:right;
	position:relative;
	right:20px;
	/*background-color: #d1de84;*/
	background-image: url(images/main-aside-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	/*color: #036;*/
}
/*.main-aside a:link, a:visited, a:active {
	color: #036;
}
.main-aside a:hover {
	color: #6b9001;
}*/
#primary {
	margin-bottom:22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 302px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#primary a:link, a:visited, a:active {
	color: #036;
}
#primary a:hover {
	color: #6b9001;
}
#secondary {
	margin-bottom:22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 302px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear:right;
}
#secondary a:link, a:visited, a:active {
	color: #036;
}
#secondary a:hover {
	color: #6b9001;
}
#footer a:link, a:visited, a:active {
	color: #036;
}
#footer a:hover {
	color: #6b9001;
}
#footer {
	clear:both;
	margin-top: 0px;
	background: url(images/footer-bg.png) repeat;
	border-top: 1px solid #333;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
/*#footer a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #f0f4d7;
	text-decoration: underline;
}*/
#footer-top {
	margin-top: 0px;
	height: 20px;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-top-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	visibility: hidden;
}
#subsidiary {
	width:930px;
	overflow:hidden;
	/*background-color: #CCC;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	background-image: url(images/subsidiary-btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
	border-top: 1px solid #333;
}
#subsidiary .aside {
	/*width:300px;*/
	width:296px;
	float:left;
	margin:0 20px 0 0;
	color: #3399cc;
}
/*#subsidiary .aside a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
#subsidiary .aside a:hover {
	color: #f0f4d7;
	text-decoration: underline;
}*/
#subsidiary .widgettitle {
	color: #FFF;
	background: #0364A8;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #1c6393;*/
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subsidiary ul {
}
#subsidiary li {
	color: #036;
}
#subsidiary #first {
	/*border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;*/
}
/*#first a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}*/
#subsidiary #second {
	/*border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;*/
}
/*#subsidiary #third {
	
}*/
#siteinfo {
	clear:both;
	width:940px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
}
#footer #siteinfo a {
	color: #FFF;
}
/*#footer #siteinfo a:link, a:visited, a:hover {
	color: #6b9001;
}*/