/*
Theme Name: WordPress Living Balance
Description: Custom WordPress theme built for <a href="http://livingbalance.us">Living Balance</a>.
Author: Presley Thompson
Author URI: http://presleythompson.com
*/


/* Body
-------------------------------------------------- */
html, body {
	margin:0px; padding:0px;
	background:#e1edc1;
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	color:#454545;
	font-weight:normal;
	font-size:12px;
	text-align:justify;
	line-height:16px;
}
a:link, a:visited {
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:12px;
	font-style:normal;
	color:#7fb9d5;
	background:transparent;
	text-decoration:underline;
}
a:hover {
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:12px;
	font-style:normal;
	color:#fff;
	background:#7fb9d5;
	text-decoration:none;
}


/* Structure
-------------------------------------------------- */
#wrap {
	background:#e1edc1 url(images/bg.jpg) repeat-x top left;
}
#banner {
	background:#999;
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:12px;
	color:#ccc;
}
#content {
	margin:0px auto; padding:0px 10px 0px 10px;
	width:980px;
	background:url(images/bg_shadow.png) repeat-y top left;
	overflow:hidden;
}
#header {
	margin:1px 0px 1px 0px; padding:121px 0px 0px 0px;
	width:980px; height:40px;
	background:url(images/header.gif) no-repeat top left;
}
#nav {
	width:980px; height:40px;
	background:url(images/nav_default.gif) repeat-x top left;
}
#main {
	margin:0px 0px -4000px 0px; padding:0px 0px 4000px 0px;
	width:640px;
	background:#fff;
	float:left;
}
#sidebar {
	margin:0px 0px -4000px 0px; padding:0px 0px 4000px 0px;
	width:339px;
	background:#f2f2f2;
	text-align:justify;
	overflow:hidden;
	float:right;
}
#footer {
	padding:20px 0px 20px 0px;
	background:#999;
	height:159px;
}
#footer_inner {
	margin:0px auto; padding:20px 20px 20px 20px;
	width:980px;
}
#copyright {
	background:#a9a9a9;
	border-top:1px solid #e1edc1;
}
#copyright_inner {
	width:992px;
	margin:0px auto; padding:4px 0px 4px 20px;
	font-size:10px;
	color:#fff;
}
#modal_main {
	margin:0px; padding:10px 20px 10px 20px;
	background:#fff;
}
.orientation_text {
	font-size:12px;
	color:#666;
}


/* Banner
-------------------------------------------------- */
#banner_content {
	margin:0px auto; padding:6px 15px 6px 0px;
	width:965px;
}
#banner_search {
	padding:0px 15px 0px 0px;
	float:right;
}
#banner a:link, #banner a:visited {
	font-style:italic;
	color:#ccc;
	background:transparent;
}
#banner a:hover {
	background:transparent;
	text-decoration:underline;
}


/* Header:Nav
-------------------------------------------------- */
#nav ul {
	margin:0px; padding:0px;
	height:40px;
	list-style:none;
}
#nav ul li {
	margin:0px; padding:0px;
	height:40px;
	float:left;
	overflow:hidden;
}
#nav a {
	margin:0px;
	font-style:normal;
	display:block;
}
#nav a:link, #nav a:visited {
	padding:14px 20px 13px 20px;
	background:url(images/nav_default.gif) no-repeat top left;
	font-style:normal;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	background:url(images/nav_hover.gif) no-repeat top left;
	font-style:normal;
	color:#fff;
	text-decoration:none;
}
body#IDhome #nav_home a,
body#IDservices #nav_services a,
body#IDblog #nav_blog a,
body#IDstore #nav_store a,
body#IDabout #nav_about a,
body#IDdocuments #nav_documents a,
body#IDaffiliates #nav_affiliates a {
	background:url(images/nav_hover.gif) no-repeat top left;
	font-style:normal;
	color:#fff;
}


/* Marquee
-------------------------------------------------- */
#marquee {
	margin:0px; padding:0px;
	width:640px; height:321px;
	border-bottom:1px solid #e1edc1;
}
#marquee_captions {
	background:url(images/marquee_nav.jpg) repeat-x top left;
	margin:0px; padding:0px;
	height:40px;
	border-top:1px solid #838383;
}
#marquee_captions ul {
	margin:0px; padding:0px;
	height:40px;
	list-style:none;
}
#marquee_captions ul li {
	margin:0px; padding:0px;
	height:40px;
	border-left:1px solid #838383;
	float:right;
}
#marquee_captions a {
	margin:0px;
	font-style:normal;
	display:block;
}
#marquee_captions a:link, #marquee_captions a:visited {
	padding:14px 20px 13px 20px;
	background:url(images/marquee_nav.jpg) no-repeat top left;
	font-style:normal;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}
#marquee_captions a:hover {
	background:url(images/marquee_nav_hover.jpg) no-repeat top left;
	font-style:normal;
	color:#fff;
	text-decoration:none;
}


/* Body
-------------------------------------------------- */
#promo_double {
	margin:0px; padding:0px;
	width:640px;
	background:url(images/promo_double_bg.gif) repeat-y top left;
	border-bottom:1px solid #e1edc1;
}
#promo_left {
	margin:0px; padding:20px 20px 30px 20px;
	width:280px;
	float:left;
}
#promo_right {
	margin:0px; padding:20px 20px 30px 20px;
	width:280px;
	float:right;
}
#promo_single {
	margin:0px; padding:20px 20px 30px 20px;
	width:600px;
	background:#fff;
	border-bottom:1px solid #e1edc1;
}
#promo_inner_left {
	margin:0px; padding:0px;
	width:280px;
	float:left;
}
#promo_inner_right {
	margin:0px; padding:0px;
	width:280px;
	float:right;
}
.promo_heading {
	color:#666;
	font-weight:bold;
	font-size:16px;
	line-height:32px;
}
.promo_title {
	color:#d28744;
	font-weight:bold;
	font-size:12px;
	line-height:32px;
	text-align:left;
}
.promo_title a:link, .promo_title a:visited {
	color:#d28744;
	font-weight:bold;
	font-size:12px;
	line-height:32px;
	text-decoration:none;
	background:transparent;
}
.promo_title a:hover {
	text-decoration:underline;
	background:transparent;
}


/* Sidebar
-------------------------------------------------- */
#sidebar_promo_1 {
	margin:0px; padding:20px;
	background:#aaa url(images/sidebar_grass.png) no-repeat bottom right;
	border-bottom:1px solid #e1edc1;
	color:#fff;
	text-align:left;
}
#sidebar_promo_1 .heading {
	font-weight:bold;
	font-size:16px;
	line-height:32px;
}
#sidebar_promo_1 .heading a:link, #sidebar_promo_1 .heading a:visited {
	font-weight:bold;
	font-size:14px;
	line-height:28px;
}
#sidebar_promo_1 .heading a:hover {
	font-weight:bold;
	font-size:14px;
	line-height:28px;
}
#sidebar_promo_2 {
	margin:0px; padding:20px 20px 30px 20px;
	background:#e6e6e6 url(images/sidebar_grass.png) no-repeat bottom right;
	border-bottom:1px solid #e1edc1;
	color:#999;
	text-align:left;
}
#sidebar_promo_2 ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	top:0px;
	left:0px;
	list-style:none;
}
#sidebar_promo_2 ul li {
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:block;
}
#sidebar_promo_3 {
	margin:0px; padding:20px 20px 30px 20px;
	background:#f2f2f2 url(images/sidebar_grass.png) no-repeat bottom right;
	border-bottom:1px solid #e1edc1;
	color:#666;
	text-align:left;
}
#sidebar_promo_4 {
	margin:0px; padding:20px 20px 30px 20px;
	background:#f2f2f2;
	color:#666;
	text-align:left;
}
#sidebar_promo_3 .heading {
	font-weight:bold;
	font-size:16px;
	line-height:32px;
}
#sidebar_divider {
	border-top:1px solid #e1edc1;
}
#social_icons ul {
	margin:0px; padding:0px;
	top:0px; left:0px;
	list-style:none;
}
#social_icons ul li  {
	margin:0px; padding:0px;
	overflow:hidden;
	display:block;
	float:left;
}



/* Tweetable
-------------------------------------------------- */
#tweet {
	font-family:"Georgia","Trebuchet MS","Times New Roman","Times",Serif;
	font-size:24px;
	line-height:36px;
	font-weight:normal;
}
#tweet ul {
	margin:0px; padding:0px;
	top:0px; left:0px;
	list-style:none;
}
#tweet li {
	margin:0px; padding:0px;
	overflow:hidden;
	display:block;
}
#tweet a:link, #tweet a:visited {
	font-family:"Georgia","Trebuchet MS","Times New Roman","Times",Serif;
	font-size:24px;
	line-height:36px;
	font-weight:normal;
	font-style:normal;
	color:#7fb9d5;
	background:transparent;
	text-decoration:underline;
}
#tweet a:hover {
	color:#fff;
	background:#7fb9d5;
	text-decoration:none;
}
#tweet_tag {
	font-family:"Georgia","Trebuchet MS","Times New Roman","Times",Serif;
	font-size:14px;
	line-height:26px;
	font-weight:normal;
}
#tweet_tag a:link, #tweet_tag a:visited {
	font-family:"Georgia","Trebuchet MS","Times New Roman","Times",Serif;
	font-size:14px;
	line-height:26px;
	font-weight:normal;
	font-style:normal;
	color:#7fb9d5;
	background:transparent;
	text-decoration:underline;
}
#tweet_tag a:hover {
	color:#fff;
	background:#7fb9d5;
	text-decoration:none;
}


/* About
-------------------------------------------------- */
#about {
	margin:0px; padding:0px;
	width:640px; height:299px;
	background:#fff;
	overflow:hidden;
	border-bottom:1px solid #e1edc1;
}
#about_img {
	margin:0px; padding:0px;
	width:224px;
	border-right:1px solid #e1edc1;
	float:left;
}
#about_text {
	margin:0px; padding:30px 30px 0px 30px;
	width:355px;
	float:right;
}
.about_promo_heading {
	color:#d28744;
	font-weight:bold;
	font-size:16px;
	line-height:32px;
	text-align:left;
}
.about_txt_lrg {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	color:#666;
}
.about_txt_sml {
	font-size:13px;
	font-weight:bold;
	line-height:26px;
	color:#666;
}
.about_txt_tag {
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	line-height:30px;
	color:#666;
}
.store_txt_tag {
	font-size:11px;
	font-weight:normal;
	color:#666;
}
.nanp {
	font-size: 10px;
}
#testimonial_text {
	margin:0px; padding:30px 30px 0px 30px;
}


/* Blog
-------------------------------------------------- */
#blog_post_wrap {
	margin:0px 0px -4000px 0px; padding:0px 0px 4000px 0px;
	width:640px;
	background:#fff;
	float:left;
}
#blog_post {
	margin:0px; padding:20px 30px 20px 30px;
	width:580px;
	border-bottom:1px solid #e1edc1;
}
#blog_post_meta {
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color:#999;
}
#blog_post_comments {
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color:#999;
}
#blog_post_comments a:link, #blog_post_comments a:visited {
	font-size:11px;
	color:#d28744;
	font-weight:normal;
	font-style:italic;
	background:transparent;
	text-decoration:underline;
}
#blog_post_comments a:hover {
	font-size:11px;
	color:#fff;
	font-weight:normal;
	font-style:italic;
	background:#d28744;
	text-decoration:none;
}
#archive_heading {
	margin:0px; padding:20px 30px 0px 30px;
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color:#454545;
}
#archive_heading .category {
	color:#d28744;
}
.blog_title {
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	font-style:normal;
}
.blog_title a:link, .blog_title a:visited {
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#454545;
}
.blog_title a:hover {
	color:#fff;
}
.blog_body {
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	color:#333;
	font-weight:normal;
	font-size:12px;
	text-align:justify;
	line-height:15px;
}


/* Footer
-------------------------------------------------- */
#footer_left_wrap {
	width:490px; padding:0px;
	float:left;
}
#footer_left {
	width:195px;
	margin:0px; padding:0px 20px 0px 20px;
	float:left;
}
#footer_left_center {
	width:195px;
	margin:0px; padding:0px 20px 0px 20px;
	float:right;
}
#footer_right_wrap {
	width:490px; padding:0px;
	float:right;
}
#footer_right_center {
	width:195px;
	margin:0px; padding:0px 20px 0px 20px;
	float:left;
}
#footer_right {
	width:195px;
	margin:0px; padding:0px 20px 0px 20px;
	float:right;
}
#footer .heading {
	font-size:12px;
	font-weight:bold;
	color:#e6e6e6;
}
#footer .body {
	font-size:10px;
	color:#e6e6e6;
	line-height:16px;
}
#footer ul {
	margin:0px; padding:0px;
	list-style:none;
	line-height:16px;
}
#footer ul li {
	margin:0px; padding:0px;
}
#footer a:link, #footer a:visited {
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	color:#e6e6e6;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#site_by {
	margin: 0px; padding: 0px 20px 0px 0px;
	font-size:10px;
	color:#fff;
	float: right;
}
#site_by a:link, #site_by a:visited {
	font-family:"Helvetica","Arial","Verdana",SansSerif;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	color:#e6e6e6;
	text-decoration:none;
}
#site_by a:hover {
	text-decoration:underline;
}


/* Buttons
-------------------------------------------------- */
.btn {
	padding:5px;
	display:block;
	color:#fff;
	background:#aaa;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	float:left;
}
.btn * {
	font-style:normal;
	background-image:url(images/btn_border.png);
	background-repeat:no-repeat;
	display:block;
	position:relative;
}
.btn i {
	margin-bottom:-5px;
	width:5px; height:5px;
	top:0; left:0;
	background-position:top left;
	position:absolute;
}
.btn span {
	margin-bottom:-5px; padding:0 0 5px 10px;
	left:-5px;
	background-position:bottom left;
}
.btn span i {
	margin-bottom:0;
	width:10px; height:100%;
	top:0; left:100%;
	background-position:bottom right;
	position:absolute;
}
.btn span span {
	margin-left:10px;
	height:0;
	top:-5px; right:-10px;
	position:absolute;
	background-position:top right;
}
* html .btn span, * html .btn i {
	width:auto;
	background-image:none;
	cursor:pointer;
	float:left;
}
.btn.blue { background:#7fb9d5; }
.btn:link, .btn:visited { font-size:15px; color:#fff; text-decoration:none; }
.btn:hover { background-color:#ccc; }
.btn:active { background-color:#aaa; }
.btn[class] { background-image:url(images/btn_shade.png); background-position:bottom; }


/* Misc
-------------------------------------------------- */
img {
	border:0px;
}
img.store {
	margin:0px; padding:0px 0px 20px 20px;
	float:right;
	clear:right;
}
img.affiliate_profile {
	margin:0px; padding:0px 0px 0px 20px;
	float:right;
	clear:right;
}
div.clear {
	width:0; height:0;
	clear:both;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	visibility:hidden;
}
#widget_wrap {
	margin:0px; padding:0px 0px 0px 60px;
}
/*-- so images as links won't have a background color --*/
#social_icons a:link, #social_icons a:visited, #social_icons a:hover {
	background:transparent;
}
