/* 
Theme Name: MamaBlog
Theme URL: http://twoherbalmamas.com/blog/
Description: two col
Author: Sam Mooney
Author URI: http://www.fortheloveofwork.com
Version: 1
*/
@charset "utf-8";

body  {
	font-family: "Century Gothic", "Trebuchet MS", futura, sans-serif;
	font-size: 95%;
	background-color: #7E76B7;
	color: #333333;
	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 */
	
}

.twoColFixLtHdr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColFixLtHdr #header {
	background: ffffff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #container #navbar ul {
	padding-right: 10px;
	padding-left: 20px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #header a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.twoColFixLtHdr #container #navbar li {
	display: inline;
}
.twoColFixLtHdr #container #navbar a.nav:link, a.nav:visited {
	font-size: 145%;
	font-weight: 400;
	color: #919B68;
	text-decoration: none;
	padding-right: 40px;
}

.twoColFixLtHdr #container #navbar a.nav:hover{
	font-size: 145%;
	font-weight: 400;
	color: #7e76b7;
	text-decoration: underline;
}


.twoColFixLtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-size: 90%;
}
.twoColFixLtHdr  #container  #sidebar  h2 {
	margin-top: 10px;
	color: #333333;
	font-size: 120%;
	margin-bottom: 5px;
}

.twoColFixLtHdr #container #sidebar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.twoColFixLtHdr #container #sidebar li {
	margin-bottom: 10px;
}

a.side:link, a.side:visited {
	color: #7E76B7;
	display: block;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
}

a.side:hover, a.side:active {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	background-color: #7E76B7;
}



.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 250;
	margin-bottom: 0;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	width: 450px;
} 

.twoColFixLtHdr #container #mainContent img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent #post #postmeta {
	font-size: 80%;
}


.oneColFixCtrHdr #container #mainContent h1 {
	color: #7e76b7;
	padding: 10px;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #7e76b7;
}
.twoColFixLtHdr #container #mainContent #post #postmeta #postedby {
	font-weight: bold;
}



.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;
}


.twoColFixLtHdr #footer {
	background-image: url(http://twoherbalmamas.com/blog/wp-includes/images/footer-back.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
	height: 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 5px;
} 

.twoColFixLtHdr #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 */
}

#footercontact {
	float: left;
	padding-left: 55px;
}
#footercopy {
	float: left;
}
#footerdesign {
	float: right;
	padding-right: 10px;
}
a.foot:link, a.foot:visited {
	text-decoration: none;
}
a.foot:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: "Comic Sans MS", cursive;
	font-weight: 400;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

ol {
	list-style-position: outside;
	list-style-type: decimal;
}
.singleh1 {
	font-size: 125%;
	font-weight: bold;
}