﻿/*
Theme Name: Big Baby 2 Column - Left Sidebar
Theme URI: http://itsbooyer.com
Description: A Wordpress theme with left sidebar.
Author: itsbooyer
Author URI: http://itsbooyer.com
version: 2.0
Tags: two-column, widget-ready, blank
*/
 body{
 margin: 0 auto;
	padding: 10px 0 0 0;
 }
html,  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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 auto;
	padding: 0 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 12px;}
h6 {font-size: 12px;}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {vertical-align: top;}
body {
	background: rgb(251, 255, 191); /* #b2f6f5; */
	margin: 0px;
	padding: 0px;
	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 */
	color: #333;
	font-family: "Comic Sans MS", Times, serif;
	line-height: 1.48em;
}
#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: -webkit-gradient( linear, left top, right bottom, color-stop(0.09, rgb(177, 246, 246)), color-stop(0.75, rgb(190,245,210)), color-stop(1, rgb(255,255,255)) );
	background: -moz-linear-gradient( left top, rgb(177, 246, 246) 9%, rgb(190,245,210) 75%, rgb(255,255,255) 100% );
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2f6f5, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2f6f5, endColorstr=#FFFFFFFF)";
}
#container-inside {background: URL('images/orange-bar.png') repeat-y;}
a, a:visited {color: blue;}
a:hover {color: #8BADD3;}
#content-wrapper {
	background: URL('images/orange-bar.png') repeat-y;
	
}
#left-bar {
	float: left;
	width: 18px;
	height: 600px;
	 background: URL('images/orange-bar.png') repeat-y; 

}
#right-bar {
	width: 1006px;
	float: left;
	background: URL('images/header-bg.png') no-repeat;
}
#header {
	height: 250px;
	text-align:center;
	
}
#header h1 {
	font-size: 1px;
	color: #e1c6c1;
	line-height: 62px;
	margin: 40px 0 16px 0;
}
#header h1 a, #header h1 a:visited{
	color: black;
	text-decoration: none;
	text-shadow: #fff -3px 3px 3px;

}
#header h1 a:hover{
	color: #dad1c0;
}
#header p {
	font-size: 20px;
	color: #dad1c0;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0 auto;
}
#mainContent p, #mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #comment p {
	margin: 0 1em 1em 0;
}
#mainContent ul,#mainContent ol {margin: 0 1em 0 1em;}
#menu {
	float: left;
	width: 256px;
	margin-right: 1em;
	font-size: 14px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	margin: 0px 0px;
	padding-left:  28px;
	list-style-type: none;
	height: 68px;
	width: 228px;
	text-align:center;
	background: URL('images/nav-button-bottles.jpg');
}
#menu ul li:first-child, #menu ul li:first-child:hover {
	margin: 0px 0px;
	padding-left:  28px;
	list-style-type: none;
	height: 26px;
	width: 228px;
	text-align:center;
	background: none;
}

#menu ul li a, #menu ul li a:visited {
	color: #59adb7;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 50px;
	padding-top: 18px;
}
#menu ul li a:hover {
	color: red;
}
#menu ul li:hover {
	background: URL('images/nav-button-bottles.jpg');
	background-position: 0px -68px;
}
.navigation {clear: right;}


#comment {float: right; width: 260px;background: #fff;
padding: 1em;
margin-left: 1em;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;}
#post-comment {width: 500px;}
#pageText {
	width: 700px;
	margin-left: 278px;
	padding-left: 15px;
	
}
#mainContent.index_page #pageText {
	float: left;
	width: 400px;
	margin-left: 0px;
	padding-left: 15px;
	padding: 1em;
background: #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
#mainContent.index_page  #sidebar {
margin-left: 10px;
width: 260px;
float: left;
font-size: .8em;
padding: 1em;
background: #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
#mainContent.index_page  #sidebar ul ul {margin-bottom: 15px;}

div.entry ul li:last-child {
	margin-bottom: 1em;
}
.postmetadata {font-color: #000000;font-size: .5em;}
#footer {
color: rgb(127, 196, 196);
	text-align: center;
clear: both;
}
#header ul {padding-top: 92px;}
#footer ul li, #header ul li {display: inline;padding: 0 .5em;border-left: solid 1px rgb(127, 196, 196);}
#header ul li:first-child, #footer ul li:first-child {border-left: none;}

.alignleft {float: left;margin-right: 1em;}
.alignright {float: right;margin-left: 1em;}
.clear {clear: both;}
