/*
Theme Name: Open Source Diet
Description: A clean, flexible theme based on the good ol' nutritional label.
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #fff url(images/background.jpg) left top no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 160%;
}

#page {font-size: 95%;}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6 {

}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}

ul li {
	line-height: 110%;
	margin-bottom: 7px;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

input[type="text"],
select,
textarea {
	border: 1px solid #000;
}

input[type="text"],
select {
	height: 20px;
}

a, a:active {
	color: #000;
}

a:visited {
	color: #555;
}

a:hover {
	background: #000;
	color: #fff !important;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 90px auto auto 200px; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 701px;
}

#header,
#content,
#landing_pages {
	clear: both;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 471px;
}

#header {

}

#content {

}

.sidebar {
	margin-top: 140px;
	overflow: hidden;
	width: 200px;
}

#footer {
	clear: both;
}


/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	background: transparent;
	color: #000 !important;
	display: block;
	font-size: 200%;
	letter-spacing: -1px;
	margin: 13px 0px 5px 0px;
	text-decoration: none;
}

#header h2.description {
	border-bottom: 14px solid #000;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: .5px;
	padding-bottom: 8px;
}

#header ul,
#header .datekey {
	font-size: 120%;
	font-weight: bold;
	list-style: none;
}

#header ul li {
	border-bottom: 1px solid #000;
}

#header ul li.last {
	border-bottom: 8px solid #000;
	padding-bottom: 2px;
}

#header ul li a {
	color: #000;
	text-decoration: none;
}

#header .datekey {
	border-bottom: 8px solid #000;
	margin-bottom: 20px;
	padding: 4px 0px 4px 0px;
	text-align: right;
}

h3.category_description {
	font-weight: normal;
}


/* Sidebar elements */
	
.sidebar {
	font-size: 95%;
}

.sidebar a {
	text-decoration: none;
}

.sidebar .widget {
	border-bottom: 5px solid #000;
	margin-bottom: 25px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.sidebar .widget .heading {
	border-bottom: 1px solid #000;
	display: block;
	font-size: 150%;
	margin-bottom: 2px;
	margin-left: -8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #000;
	text-decoration: none;
}

.sidebar .widget ul li {
	line-height: 100%;
	margin-bottom: 10px;
}

.sidebar .widget input[type="text"] {
	width: 99%;
}

.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin-right: 10px;
}

form#searchform label {
	display: none;
}

.sidebar #text-4 {
	padding: 0;
}



/* Post elements */
.post {
	border-bottom: 8px solid #000;
	clear: both;
	margin-bottom: 50px;
}

.post-header {
	border-bottom: 1px solid #000;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 190%;
	width: 300px;
}

.post .post-date {
	display: block;
	float: right;
	font-size: 95%;
	font-weight: bold;
	margin-top: 0px;
	text-align: right;
	width: 125px;
}

.post-header,
.post-header a,
.post-header a:visited,
.post-header a:hover {
	background: transparent;
	color: #000 !important;
	text-decoration: none;
}

.post-body {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	padding: 8px;
}

.post .post-body .adInPost {
	float: right;
	margin-left: 20px;
}

.interpost-nav {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 90%;
	line-height: 100%;
	margin: 8px 0 30px 0;
	padding: 4px 8px 4px 8px;
	text-align: center;
}

.interpost-nav a {
	color: #000;
	text-decoration: none;
}

.interpost-nav a:hover {
	background: #000;
	color: #fff;
}

.interpost-nav .float-left {

}

.interpost-nav .float-right {

}

.post ul,
.post ol {
	margin-left: 30px;
}

.post ul li {
	line-height: 160%;
	margin-bottom: 7px;
}

/* Metadata elements */
.author-bio {
	border-bottom: 1px solid #000;
	font-size: 95%;
	line-height: 100%;
	padding: 8px;
}

.post-metadata {
	font-size: 95%;
	line-height: 100%;
	padding: 8px;
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments .heading {
	border-bottom: 1px solid #000;
	display: block;
	margin-top: 30px;
}

#comments .comment-list {

}

#comments .comment {
	border-bottom: 1px solid #000;
	clear: both;
	margin-bottom: 10px;
	padding: 0px 8px 0px 8px;
}

#comments ol.comment-list {
	margin-left: 20px;
	padding: 0;
}

#comments ol.comment-list li {
	border-bottom: 1px solid #000;
}

div.landing_pages,
div.series_toc {
	border: 1px solid #000;
	padding: 8px;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}


/* Footer elements */

#footer {
	font-size: 90%;
	padding-top: 30px;
	text-align: center;
}



/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

.related-posts {
	font-size: 90%;
	width: 190px;
}

.related-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:30px;
	margin:0 0 0 31px;
	background:url(images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-31px;
	width:31px;
	height:30px;
	background:url(images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:22px;
	margin:0 0 0 20px;
	background:url(images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-20px;
	width:20px;
	height:22px;
	background:url(images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 23px;
	background:url(images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 23px 0 0;
	background:url(images/borders.png) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */
