/*  
Theme Name: MM Maroon Blue v0.3
Theme URI: http://mommasterminds.com/
Description: MomMasterminds Exclusive Theme
Version: 0.3
Author: Kelly McCausey & Lynette Chandler
Author URI: http://mommasterminds.com
*/

/* Layout */
body {
	text-align: center;
	margin: 0;
	padding: 0;
}
#page {
	margin: 10px auto;
	text-align: left;
	width: 903px;
}
#head {
	height: 120px;
}
.description {
  padding: 20px;
}
#search {
	float: right;
	width: 270px;
}
#navmenu {
	width: 600px
}
#homefeatimg {
	float: left;
	width: 200px;
	margin-right: 10px;
	min-height: 200px;
	_height: 200px;
}
#homefeattext {
	width: 375px;
	padding: 5px;
	margin: 0 0 0 210px;
	min-height: 200px;
	_height: 200px;
}
#main {
	width: 610px;
	padding: 10px 5px 5px 10px;
	float: left;
}
.post {
	margin: 0 10px 15px 0;
}
img.postimg {
	float: left;
	margin: 0 10px 0 0;
}

.oldpg {
  width: 50%;
  float: left;
  text-align: left;
}
.newpg {
  width: 50%;
  float: right;
  text-align: right;
}
#sidebar {
	margin: 10px 0px 10px 615px;
	width: 280px;
}
#foot {
  clear: both;
  position: relative;
  padding: 10px 0;
  min-height: 160px;
  _height: 160px;
}
.clear {
	clear: both;
}
#footl {
	width: 30%;
	float: left;
	top: 10px;
	left: 0;
	min-height: 160px;
	_height: 160px;
	padding: 0 0 0 25px;
}
#footm {
	width: 33%;
	float: left;
	min-height: 160px;
	_height: 160px;
	padding: 0 0 0 25px;
}
#footr {
	width: 30%;
  float: left;
}
table, td {
	border-collapse: collapse;
	border: 0;
}
.adtbl td {
  min-width: 125px;
  min-height: 125px;
  vertical-align: top;
}
textarea#comment {
  width: 80%;
  height: 160px;
}
ol.commentlist {
  padding: 10px 10px 0 25px;
  margin: 0;
}

/* Colors and Typography */
body {
	background-color: #f2c3a7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: 130%;
}
#page {
  background-color: #ffffff;
}
#head {
	background-color: #260801;
	background-image: url('images/header.jpg');
}
.description {
  color: #ffffff;
  font-weight: bold;
}
#navbar {
	padding: 5px;
	background-color: #260801;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
}
#main {
}
#homefeattext {
	background-color: #f2c3a7;
}
#sidebar {
}
.adtbl td {
  font-size: 85%;
}
.adboxblue {
	border: #260801 solid 1px;
}
.adboxred {
	border: #5d2b12 solid 1px;
}
#foot {
	background-image: url('images/bg3.jpg');
}
#copyright {
	background-color: #260801;
	color: #ffffff;
	text-align: center;
	font-size: 80%;
}
#head h1 {
  padding: 20px 0 0 15px;
  margin: 0;
}
h2 {
  margin: 0;
  font-size: 120%;
  text-align: center;
  color: #5d2b12;
}
.posthead h2, #homefeattext h2 {
  text-align: left;
}
.adtbl h2 {
  margin: 0 0 10px 0 !important;
}
#sidebar h2 {
	margin: 20 0 0 0;
}
h3 {
  font-size: 110%;
  font-weight: bold;
  color: #5d2b12;
}
small {
	color: #5d2b12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
code {
  font-size: 105%;
  color: #000000;
}
.comment-text {
  font-size: 65%;
  font-style: normal;
  color: #000000;
}
.searchresults {
  text-align: center;
}
/* Links */
#head h1 a {
  color: #ffffff;
  text-decoration: none;
}
#navbar a {
	color: #ffffff;
	text-decoration: none;
}
#homefeature a {
  color: #5d2b12;
  text-decoration: none;
}
.posthead h2 a {
	color: #5d2b12;
	text-decoration: none;
}
.postfoot a {
	color: #5d2b12;
}
#sidebar li li a, #foot li li a {
	color: #5d2b12;
	text-decoration: none;
}
#copyright a {
	color: #ffffff;
	text-decoration: none;
}
/* Lists */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#homefeature ul ul {
  margin: 10px 0 0 15px;
  padding: 0;
	list-style-image: url('images/bull.jpg');
}
#navbar ul {
	margin: 3px 0;
	padding: 0;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0 10px;
}
#sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul.sb {
	margin-left: 25px;
}
#sidebar .sb li li, #foot li li {
	list-style-image: url('images/bull.jpg');
}
#sidebar table.adtbl ul {
  margin: 0;
  padding: 0;
}
#sidebar table.adtbl td li {
  list-style: none;
}
ol.commentlist {
  font: italic 150% Georgia, Times, serif;
  color: #8EA7CF;
}
#foot ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
    .aligncenter,
    div.aligncenter {
       display: block;
       margin-left: auto;
       margin-right: auto;
    }

    .alignleft {
       float: left;
    }

    .alignright {
       float: right;
    }

    .wp-caption {
       border: 1px solid #ddd;
       text-align: center;
       background-color: #f3f3f3;
       padding-top: 4px;
       margin: 10px;
       /* optional rounded corners for browsers that support it */
       -moz-border-radius: 3px;
       -khtml-border-radius: 3px;
       -webkit-border-radius: 3px;
       border-radius: 3px;
    }

    .wp-caption img {
       margin: 0;
       padding: 0;
       border: 0 none;
    }

    .wp-caption p.wp-caption-text {
       font-size: 11px;
       line-height: 17px;
       padding: 0 4px 5px;
       margin: 0;
    }
