/*
Theme Name: MOMMY DOCS 2010
Theme URI: http://mommydocs.com
Description: Mommy Docs web site Theme.
Version: 1.0
Author: George Gomez
Author URI: http://www.mphentonline.com
Tags: cmi colors, custom header, fixed width, two columns, widgets
*/


/* === GLOBALS ============================================================ */

/* Set Site Typography, Colors & Center Aligment */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* background-image:url(images/pg-bkgrd.gif); */
	background-color: #242424;
	color: #FFF;
	text-align: center;
	margin:0;
	}

a:link, a:visited {
	color: #fa9d19;
}

a:hover {
	color: #0c5310;
}


/* === SITE PAGE STRUCTURE ============================================================ */

/* Creates a page container for all content and fixes center alignment for IE */
#page {
	width: 1000px;
	background: #50902c;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	}

#header {
	position: relative;
	left:0px;
	top:0px;
	width:1000px;
	margin:0;
	clear:both;
	background-image:url(images/header-back.jpg);
}

#content {
	position: relative;
	left:0px;
	top:0px;
	width:1000px;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(images/content-back.jpg) repeat-x;
}

#LelftContent {
	float:left;
	width: 660px;
	padding: 10px 0 0 20px;
}


#FullContent {
	float:left;
	width: 920px;
	padding: 10px 15px 0 15px;
}

#sidebar {
	float: right;
	width: 300px;
	padding: 0;
	margin: 0 20px 0 0;
}

#footer {
	position: relative;
	width:1000px;
	margin:0;
	padding: 10px 0;
	background: #6b6c6c;
	color: #dbdbdb;
	clear:both;
}


/* == TOP NAVIGATION ============================================================ */

#header-docs {
	float: left;
	margin-left: 100px;
}

#header-logo {
	float: right;
	margin-right: 120px;
}

#top-nav {
	width: 1000px;
	background-image:url(images/nav-back.jpg);
	font-size: 1.2em;
}

#top-nav a {
	text-decoration: none;	
}

#top-nav img {
	border: none;
}

/* == CONTENT BLOCKS ============================================================ */


#homecontent {
	width: 640px;
	font-size: 1.3em;
}

#livecontent {
	width: 640px;
}


#forumcontent {
	width: 920px;
}

/* Clears the bottom of the content div and closes the wrapper */
.clear { 
	display: block;
	height:0px;
	clear:both;
	visibility: hidden;
	} 

.break {
	padding: 0;
	clear: both;
	width: auto;
	line-height: 10px;
	margin: 5px 15px;
	border-top: 1px solid #CCC;
}


/* == SIDE BAR BLOCKS ============================================================ */

#signup {
	width: 300px;
	padding: 0;
	margin: 0;
}

#email-form {
	height: 240px;
	background-image:url(images/signup-back.gif);
	padding: 0;
	margin: 0;
}

#mc_embed_signup {
	width: 280px;
	margin: 0 10px;
	padding: 0;
}

.indicate-required {
	text-align: right;
}


.mc-field-group {
	float: left;
	width: 100px;
}

.mc-field-group ul, .mc-value-group ul, .mc-field-group label {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.mc-field-group li, .mc-value-group li {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	text-align: left !important;
	font-size: 1.5em;
	font-weight:bold;
	line-height: 1.8em;
}

.mc-value-group {
	float: right;
	width: 155px;
}

.email-value-form {
	width: 155px;
	height: 1.5em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.validate fieldset {
	border: none !important;
}

.response {
	font-size: 1.2em;
	color:#FC0;
}

#quote {
	width: 300px;
	padding: 0;
	margin: 20px 0;
	font-size: 1.1em;
}



/* == SIDEBAR CONTENT ============================================================ */

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar li {
	padding: 10px 0 0 0;
	list-style: none;
	text-align:center;
}

#form h2  {
	margin: 0 0 10px 0;
	border-bottom: #ea0101 solid 2px;
}

#form li {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.2em;
	font-weight:bold;
}

#form a {
	font-size: 1.1em;
}

#links h2 {
	margin: 0;
	padding: 0;
}

.linkcat {
	padding: 0 !important;
}

.linkcat h2 {
	margin: 10px 0 0 0 !important;
	padding: 10px 0 0 0 !important;
	border-top: 4px solid #f1c485;
	font-size: 1.7em;
}

#links li a, #ads li a {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-weight:bold;
}

#s { 
	width: 135px !important;
	border: 1px #999 solid;
	background-color:#EDECD3;
	line-height: 14px;
	margin-top: 4px;
}

#searchsubmit {
	width: 55px;
}

#searchbox .hidden {
	color: #436434;
}


/* === 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;
	background-color:#edecd3;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	background-color:#edecd3;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	
/*original tags */
.img_left {
	margin: 2px 8px 2px 0;
	border: 2px solid #CCC;
	}

.img_right {
	margin: 2px 0 2px 8px;
	border: 2px solid #CCC;
	}
	
.img_right2 {
	margin: 2px 0 2px 8px;
	border: 2px solid #aa9d85;
	}

/* === HEADERS ============================================================ */

h1 .title {
	color:#fdc605;
	font-size: 1.4em;
	font-weight:bold;
	border-bottom: #ea0101 solid 2px;
}

.page h2, .category h1 {
	color:#fdc605;
	font-size: 2.6em;
	font-weight:bold;
	border-bottom: #224317 solid 2px;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size:1.3em;
}

h2 {
	color:#fdc605;
}

h2 a:link, h2 a:visited {
	color:#FFF;
	text-decoration: none;
}

h2 a:hover { 
	color:#fe0101;
}

h3 a:link, h3 a:visited {
	text-decoration: none;
}

#respond h3 {
	font-size:1.8em;
	color:#fdc605;
}


/* === POST LOOP ============================================================ */

.entry {
	font-size: 1.2em;
}

#comment {
	border: 2px #46603c solid;
	background-color:#bcd3b3;
	width: 620px;
}

#livecontent .navigation {
	clear:both;
	margin-bottom: 25px;
}

#livecontent .postmetadata {
	background-color:#547a50;
	padding: 8px;
}

#livecontent .postmetadata a {
	color: #ffea01;
}


small, .navigation, #respond {
	font-size: 1.2em;
}

small {
	font-weight: bold;
	color: #CCC;
}

.postmetadata small {
	font-weight: normal;
	font-size: 0.8em;
}


/* posted comments */
.commentlist {
	font-size: 1.2em;
	width: 645px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.commentlist li {
	padding: 10px;
	margin-bottom: 15px;
	background: #46603c;
	border: #a8c3b8 solid 1px;
}

.commentlist p {
	display: block;
	clear: both;
	font-size: 1em;
}

.avatar {
	float: left;
	padding: 0 5px 5px 0;
	border: none;
}

.fn {
	color:#0081c6;
}


/* === PLUG INS ============================================================ */

.sociable_tagline {
	margin-top: 40px;
	margin-bottom: 10px;
}

/* == Original CSS ============================================================ */

.yellow {
	color:#0081c6;
	font-weight:bold;
	font-weight:bold;
	font-size: 1.3em;
	line-height:normal;
	}

.yellowbig {
	color:#0081c6;
	font-weight:bold;
	font-size: 1.7em;
	line-height:normal;
	}

.yellowtitle {
	color:#ffc704;
	font-weight:bold;
	font-size: 2em;
	line-height:normal;
}
	
.white {
	color:white;
	font-weight:bold;
	font-weight:bold;
	line-height:normal;
	}

.whitebig {
	color:white;
	font-weight:bold;
	font-weight:bold;
	font-size: 1.7em;
	line-height:normal;
	}