@charset "UTF-8";

/*
Theme Name: Toning the Om - Based on Starkers, the totally Nude WP Theme By Elliot Jay Stocks
Theme URI: http://studiodog.com
Description:  (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: STUDIODOG. LLC | Elliot Jay Stocks (orig. starkers theme)
Author URI: http://studiodog.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body  {
	background: #666666 url(images/bkg-pattern.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	overflow-y: scroll; 
}
#container { 
	width: 952px;
	background: #f6ece0 url(images/container-pattern.jpg);
	margin: 7px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	margin: 0;
	padding: 0;
} 
#header img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
#left {
	float: left; /* since this element is floated, a width must be given */
	width: 267px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0;
}
#mainContent { 
	margin: 0 156px 0 267px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	list-style:disc;
}
#right {
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	width: 156px;
	/* float: right; */
}
#sidebar {
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	width: 156px;
	font-size: .85em;
}
#footer { 
	padding: 20px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	visibility:hidden;
}
.clearright {
	clear:right;
	font-size:1px;
	height:0;
}

img {
	border: 0;
}

table {
	border: 0;
}

ul {
	list-style:inside;
}

/*  BEGIN GENERAL TEXT STYLES  */


.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #993300;
	text-transform: uppercase;
}
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
}
.bodyboldItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	color: #993300;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
}



/*  BEGIN WORDPRESS POST TEXT STYLES  */

#sidebar ul {
	list-style:none;
	content: "\00BB \0020";
}
blockquote {
	margin: 0 20px 0 30px;
}
.post {
	padding: 0 20px 20px 0;
}
.post p {
	padding-bottom: 10px;
}
.entry {
	padding: 20px 10px 0 30px;
}
.caption {
	font-size: .85em;
	font-style: italic;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #993300;
	text-transform: uppercase;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #993300;
	text-transform: uppercase;
}
.tags {
	/* padding: 15px 0 15px 0; */
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #CC6600;
	background: #fef7e4;
}

#sidebar h2 {
	padding: 10px 0;
	text-transform:uppercase;
	color: #993300;
	}
	
.post h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #headerimg .description {
	color: #993300;
	text-decoration: none;
	}

.post a:hover {
	color: #CC6600;
	text-decoration: none;
	}

.entry p a:visited {
	color: #993300;
	}
	

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* FORM Elements */

#no-results {
	min-height: 600px;
	height: 600px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

#comments {
	
}

#comments img {
	float: right;
}
#comments li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #CC6600;
	background: #fef7e4;
}
.alt {
	background: #f0e8de;
	}
	
/* End Comments */