/*
Theme Name: Mommy CFO
Theme URI: http://shannon.agroupmail.com/
Description: The official Mommy CFO worpress theme
Version: 1.0
Author: The A Group (http://www.agroup.com)
*/

body {
	font: 14px/1.6em "georgia", serif;
	color: #222;
	/*background-color: #222;*/
}


/* TYPOGRAPHY & BASIC STYLES */

a {
	color: #f30;
	outline: none;
}

h1 {
	background: url("images/mommy-cfo.png") no-repeat left top;
	text-indent: -3000px;
	margin: 0px 0 0px;	
}

h1 a {
	text-decoration: none;
	color: #222;
	display: block;
	height: 90px;
}

#header p {
	display: none;
}

h2 {
	font: bold 1.6em/1.25 "arial", serif;
	margin: 1.25em 0 1.25em;
	letter-spacing: -1px;
	color: #000;
}

h2 a {
	text-decoration: none;
}

h3 {
	font: bold 1.3em/1.23 "arial", serif;
	margin: 1.23em 0;
	letter-spacing: -1px;
}

h3 a {
	text-decoration: none;
}

p {
	margin: 1.6em 0;
}

hr {
	display: none;
}

#container {
	width: 820px;
	margin: 0 auto;
	background-color: #fff;
}

#container2 { 
	padding: 1px 35px;
}	

#header {
	border-bottom: 1px solid #ccc;
	margin: 40px 0 0em;
}

#content {
	padding-top: 0.8em;
	width: 75%;
	float: left;
}

#copy {
	padding: 1px 5em 1px 0;
}


/* POST STYLES */

.post_navigation {
}

.post_navigation ul {
	overflow: auto;
	font-family: arial;	
	font-size: 0.9em;
}

.post_navigation ul li.link_prev {
	float: left;
	padding-right: 1em;
}

.post_navigation ul li.link_next {
	float: left;
		
}	

.post {
	margin-bottom: 3em;
}

.post h2, .post h3 {
	margin-bottom: 0;
}

.post_date {
	margin: 0 0 0.888em;
	line-height: 1.777em;
	font-size: 0.9em;
	font-family: "georgia", sans-serif;
	color: #888;
}

.post_metadata {
	padding: 0.888em 0 0.888em 30px;
	font-size: 0.9em;
	line-height: 1.777em;
	font-style: italic;
	
	background: url("images/bg-post_metadata.png") no-repeat left center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	color: #777;
}

/* COMMENTS */

#comments {
	font-size: 0.9em;
}

#comments .commentlist li {
	padding: 1px 2em;
	margin-bottom: 1.6em;
}

#comments .commentlist li img {
	float: left;
	margin-right: 0.5em;
}

#comments .comment_metadata {
	margin: 4px 0 0;
	float: right;
}

#comments .comment_metadata a {
	color: #666;
	text-decoration: none;	
}

#comments .comment_author {
	margin: 4px 0 0;
}

#comments .comment_author cite {

}

#commentform p{
	margin: 0.8em 0;
}

#commentform .required {
	color: #f30;
	font-weight: bold;
	font-size: 1.2em;
}

#commentform .input_text, #commentform textarea {
	padding: 3px;
	border: 1px solid #aaa;
	font: normal 13px/1.6 "arial", sans-serif;
	background-color: #fff;
}

#commentform textarea {
	width: 100%;
}

/* SIDEBAR */

#sidebar {
	width: 25%;
	float: right;
	font-size: 11px;
	line-height: 1.89;
	padding: 0em;
	margin: 0em 0 1.89em;	
}

#sidebar2 {
	padding: 1px 0;
	
	/*-webkit-border-radius-bottomleft: 0.945em;	
	-webkit-border-radius-bottomright: 0.945em;
	
	-moz-border-radius-bottomleft: 0.945em;	
	-moz-border-radius-bottomright: 0.945em;
	
	border: 1px solid #ccc;
	border-top: none;*/

}

#sidebar h2 {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.6em;
	margin: 1.6em 0 0.4em;
	
	
	/*
	padding: 0 .5em;
	
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	
	border: 1px solid #ccc;
	color: #888;*/
}

#sidebar #about2 {
	/*margin: 0 0.75em;*/
} 

#sidebar p {
	margin: 0 0 1.89em 0;
}

#sidebar a {
	font-family: arial, sans-serif;
}

#sidebar ul ul {
	margin-bottom: 1.89em;
}

#sidebar ul ul li {
	margin-left: 0em;
}

#sidebar form input {
	margin: 0.427em 0em 0 0em;
}

#sidebar form input.input_text {
	width: 95%;
}

/* FOOTER */

#footer {
	border-top: 1px solid #ccc;
	font-style: italic;
	clear: both;
	text-align: right;
	color: #666;
	font-size: 12px;
}

#footer a {
	color: #666;
}