/* @override http://bodyconversations.com/blog/wp-content/themes/bodyconversations/style.css */

/*
Theme Name: BodyConversations Theme
Theme URI: http://bodyconversations.com/
Description: A custom theme for BodyConversations.com
Version: 1.0
Author: Tierra Interactive
Author URI: http://tierrainteractive.com/
*/

/* @group Reset */

/* Kudos, Eric Meyer, you rock */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Elements */

html {
	background: #6D9491 url(images/bgbody.gif) repeat-x 0 top;
}

/* 62.5% resets default pixel size from 16 to 10; easier to work in base 10 */

body {
	font: 62.5%/1 Helvetica, Arial, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	clear: both;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.6em;
	margin-bottom: 10px;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.8em;
	font-style: italic;
	margin-bottom: 5px;
}

h5, h6 {
	font-size: 1.6em;
	margin-bottom: 15px;
}

h6 {
	font-weight: normal;
	font-style: italic;
}

ul h2, ul h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

p, ul, ol, dl {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 15px;
}

ul, ol {
	padding-left: 25px;
}

p p, p ul, p ol, p dl,
ul p, ul ul, ul ol, ul dl,
ol p, ol ul, ol ol, ol dl,
dl p, dl ul, dl ol, dl dl {
	font-size: 1em;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}

li {
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #204C53;
	text-decoration: underline;
}

a:hover, a:active {
	color: #800061;
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

label {
	display: block;
}

small {
	display: block;
	font-size: 1.2em;
	color: #58390A;
	margin:	0 0 10px;
}

p small {
	display: inline;
	font-size: .8333em;
	color: #000;
	margin: 0;
}

label small {
	font-size: 1em;
}

form p {
	margin-bottom: 10px;
}

textarea {
	width: 95%;
}

/* @end */

/* @group Classes */

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

.cleared, .inner {
	zoom: 1;
}

.cleared:after, .inner:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.center {
	text-align: center;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.inner {
	padding: 15px 20px;
}

/* === Nav styling === */

.nav {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.nav .inner {
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	left: 50%;
}

.nav li {
	float: left;
	margin: 0 15px;
	position: relative;
	right: 50%;
}

.nav a {
	text-decoration: none;
}

/* === Post styling === */

.post {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e3eae7;
}

.postmetadata {
	text-align: center;
	color: #444;
}

.wp-caption {
	text-align: center;
	background: #fff;
	padding: 8px 5px;
	border: 3px solid #e8eeeb;
}

.wp-caption img {
	margin-bottom: 8px;
}

.wp-caption-text {
	color: #444;
	margin: 0;
}

.navigation {
	font-size: 1.2em;
	line-height: 1.5;
}

.navigation .alignleft {
	width: 45%;
}

.navigation .alignright {
	width: 45%;
	text-align: right;
}

/* === Comments === */

.commentlist {
	list-style-type: none;
	padding: 0;
	clear: both;
}

.comment-author {
	width: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #e8eeeb;
	padding: 3px;
	_left: -156px;
}

.comment-meta {
	background: #e8eeeb;
	padding: 3px 0;
	margin-bottom: 5px;
	*margin-top: -15px;
}

.comment-body {
	padding-left: 156px;
	position: relative;
}

/* @end */

/* @group Layout */

#page {
	margin: 25px auto;
	text-align: left;
	width: 800px;
	background: #9eb9b5;
	border: 1px solid #fff;
	padding: 15px;
}

#top-nav {
	top: -15px;
	margin-bottom: -15px;
	background: #9eb9b5;
	*margin-bottom: -25px;
}

#header {
	background: #fff;
	border-bottom: 5px solid #9eb9b5;
	clear: both;
}

#header h1 {
	margin-bottom: 5px;
}

#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	color: #204C53;
}

#header h1 a:hover, #header h1 a:active {
	text-decoration: underline;
}

#header .description {
	font-style: italic;
	margin: 0 0 0 25px;
	color: #444;
}

#main {
	background: #f3f7f6;
	border: 1px solid #fff;
}

#content {
	float: left;
	width: 524px;
}

#sidebar {
	float: left;
	width: 234px;
}

#sidebar .inner {
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 0;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
}

#sidebar li {
	margin: 0 0 25px;
}

#sidebar ul ul {
	list-style-type: disc;
	padding: 0 0 0 25px;
}

#sidebar li li {
	margin: 0 0 5px;
}

#searchform input {
	margin-bottom: 5px;
}

#bottom-nav {
	padding-top: 5px;
	margin-bottom: 10px;
}

#bottom-nav ul {
	font-size: 1.1em;
}

#footer {
	clear: both;
	color: #fff;
}

#footer p {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 0;
}

/* @end */

/* @group Page Specific */

/* @end */