/*
Theme Name: Live Well Fit Now
Theme URI: http://adjacentconcepts.com/
Description: Custom theme for Live Well Fit Now by Adjacent Concepts, LLC.
Version: 1.0
Author: Adjacent Concepts, LLC.
Author URI: http://adjacentconcepts.com.com/
Tags:
*/

@import "http://meyerweb.com/eric/tools/css/reset/reset.css";
@import "http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz";

body {
	margin: 2em 0;
	padding: 0;
	background-color: #93CF40;
	font:normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	color: #212121;
}

h1, h2, h3, h4 {
	font-family: "Yanone Kaffeesatz", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .2em;
}

h1 { font-size: 2.4em; }
h2 { font-size: 3.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }

p { font-size: 1.2em; }

h1, h2, h3, p, ol, ul {
	margin-bottom: .75em;
}

ol, ul { padding: 0 2em; }
ol { list-style: decimal; }
ul { list-style: disc; }

a {
	color: #0B96AB;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0 1.5em 0 0;
}

img.alignright {
	float: right;
	margin: 0 0 0 1.5em;
}

#wrapper {
	width: 90em;
	margin: 0 auto;
	background: #F4F4F4;
	-moz-box-shadow: 0 0 2em #888;
	-webkit-box-shadow: 0 0 2em #888;
	box-shadow: 0 0 2em #888;
	
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

#header {
	padding: 1em 2em;
	height: 16em;
	background: url(images/rocks.jpg) no-repeat 0% 20%;
	
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
}

/* Logo */

#title h1 {
	font-family: "Yanone Kaffeesatz", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 5em;
	line-height: 1em;
}

#title h1 span {
	font-family: Baskerville, Garamond, Georgia, serif;
	color: #93CF40;
}

#title h1 a {
	color: #ffffff;
	text-decoration: none;
}

#menu {
	margin-bottom: 1em;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	font-family: "Yanone Kaffeesatz", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: .1em;
}

#menu a {
	display: block;
	float: right;
	padding: 0 .5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

#content {
	padding: 2em 0;
}

#main li {
	font-size: 1.2em;
}

#main {
	float: left;
	width: 56em;
	padding: 0 2em;
}

.post {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #888;
}

.post h2 a {
	text-decoration: none;
	color: #212121;
}

#latest-post {
	padding-top: 0;
	border: none;
}

#latest-post h2 {
	font-size: 4em;
	line-height: 1em;
}

#sidebar {
	float: right;
	width: 26em;
	padding: 0 2em;
}

#sidebar .widget {
	margin-bottom: 2em;
}

#sidebar .widget h3 {
	margin-right: -1.15em;
	padding: .25em .5em;
	background: #212121;
	color: #efefef;
	
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-topleft: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-webkit-border-top-left-radius: .5em;
	border-bottom-left-radius: .5em;
	border-top-left-radius: .5em;
}

.widget_search label {
	display: none;
}

.horizontalbar {
	padding: 1em 0;
}

.horizontalbar ul, #sidebar ul {
	padding: 0;
	list-style: none;
}

.horizontalbar ul ul, #sidebar ul ul {
	list-style: disc;
}

#sidebar ul ul {
	padding: 0 2.4em;
}

.horizontalbar li {
	display: block;
	float: left;
	width: 26em;
	padding: 0 2em;
}

.horizontalbar li li {
	background: url(images/bullet-plus.gif) no-repeat 2% 50%;
	float: none;
	width: auto;
	font-size: 1.2em;
}

#sidebar li li {
	font-size: 1.2em;
}

.horizontalbar a {
	color: #F4F4F4;
}

.horizontalbar li li a {
	color: #000000;
	text-decoration: none;
}

.horizontalbar a:hover {
	text-decoration: underline;
}

#topbar {
	background: #B5CF8E;
}

#topbar li:hover {
	background: #B8D4D1;
	
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	
	-moz-box-shadow: .5em .5em 2em #888;
	-webkit-box-shadow: .5em .5em 2em #888;
	box-shadow: .5em .5em 2em #888;
}

#topbar li li:hover {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#bottombar {
	background: #B5CF8E;
}

#footer {
	padding: 1em 2em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}