/*  
Theme Name: Moms Journal 4.0
Theme URI: http://www.momsjournal.org
Description: Widget ready, Three Column theme with an orange and peep blue color.
Version: 4.0
Author: Erica
Author URI: http://www.momsjournal.org
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/*************************************
 +Containers
 *************************************/
body {
	background:#fff url(images/bg.gif) repeat-x top left;
	color:#333;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif; 
	font-size:62.5%;
	line-height:1.4;
	margin:0;
	padding:0;
	text-align:left;
}
#wrap {
	position:relative;
	margin:0 auto;
	padding-top:1em;
	text-align:left;
	width:1004px;	
}
#portrait-bg {
	position:absolute;
	background:url(images/bg-portrait0.jpg);
	width:319px;
	height:221px;
	right:0;
	top:0;
}
#header {
	text-align:left;
	width:1004px;	
	margin-bottom:180px;
	padding:0px;
	padding-top:40px;
}
#blog_description {
	position:absolute;
	color:#333;
	font-size:1.4em;
	left:160px;
	margin-top:0.9em;
	text-align:left;
	top:120px;
}
#logo_moms_journal {
	position:absolute;
	background:url(images/logo_moms_journal.gif);
	width:402px;
	height:71px;
	top:55px;
	left:130px;
}
#sophia {
	position:absolute;
	background:url(images/sophia.jpg);
	width:110px;
	height:107px;
	top:86px;
	left:15px;
}

#content {
	font-size:1.1em;
	float:left;
	padding:0em 0em 0em 1em;
	width:660px;
}
#sidebar-right {
        background:#EEFFEA;
        border:1px #9F6 dotted;
	font-size:1.1em;
	float:left;
	padding:0em 2px 5px 5px;      
	margin-left:15px;
	width:275px;
	
}

#footer {
	background:url(images/bg-footer.gif) repeat-x bottom left;
	padding:15px;
	color:#333;
	font-size:1em;
	clear:both;
	text-align:center;
}

/*************************************
 +Footer
 *************************************/

#credits {
margin:55px 0px -10px;
}
#footer a {
    color:#39F;
}
#footer a:hover {
     color:#333;
}

/*************************************
 +Hn, a and p
 *************************************/

a{
	color:#39f;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

a img {
	border:0px;
}

h1, h2, h3, h4{
	font-weight:normal;
	letter-spacing: -.1px;
	margin:0;
}

.entry h3 {
	font-size: 1.5em;
}

.entrytitle h1, .entrytitle h2, .entrytitle h3 {
	font-size:1.9em;
}

.entrytitle h1 a, .entrytitle h2 a, .entrytitle h3 a {
	color:#333;
}

.entrytitle h1 a:hover, .entrytitle h2 a:hover, .entrytitle h3 a:hover {
	color:#39f;
	text-decoration:none;
}

.date {
	background: #FFF url('images/bg_calendar.gif') no-repeat;
	float: left;
	width: 45px;
	height: 50px;
	margin: 3px 0px 0px 0px;
	padding: 0px;

}

.date .month { 
	color: #333;
	font-size: 0.8em;	
	font-weight: normal;
	padding: 1px 12px 0px 10px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase; 
}

.date .day { 
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #666; 
	font-size: 2.1em; 
	font-weight: bold;
	padding: 1px 4px 0px 0px;
	margin: 0px;
	text-align: center;
 
}

blockquote
{
  background: url(images/quote.gif) no-repeat 0 3px; 
  color: #666;
  display:block;
  padding:2px 10px;
  clear:both;
  margin-left:0px;
  margin-right:0px;
}

pre
{
  max-width:580px;
  font-size:12px;
  padding:10px;
  overflow: auto;
  clear:both;
}

code
{
  font-size:12px;
  max-width:580px;
  padding:10px;
  clear:both;
  overflow:auto;
}

.postspermonth li a
{
  color:#39f;
  text-decoration:none;
}

.postspermonth li a:hover
{
  color:#333;
  text-decoration:underline;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:0em;
	text-align:justify;	
}

.entry p, .entry ul, .entry ol, .entry tr td {
	font-size:1.2em;
	margin:0px;
	padding:0px 0px 15px;
}

.entry ul li ul li, .entry ol li ol li {
	font-size:0.8em;
	margin:0px;
	padding:0px 0px 15px;
}

.entry ul, .entry ol{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:1em;
}

.entry ul li ul, .entry ol li ol{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:0.5em;
        margin-left:1em;
}

.entry ul li:before, .entry ol li:before {
	content: "\00BB \0020";
}

.frame, .picture-frame, .picture-frame-left, .picture-frame-right {
	background-color:#FFF; 
	border:1px solid #999; 
	color:#FFF;
	padding:4px;
}

.frame {
	margin:2px; 
}

.picture-frame {
	display:block;
	margin:5px auto; 
}

.picture-frame-left {
	float:left; 
	clear:left; 
	margin:5px; 
}

.picture-frame-right {
	float:right; 
	clear:right;
	margin:5px; 
}

img.picture-frame  {
	border:1px solid #999;
}

a img.picture-frame, a img.picture-frame-left, a img.picture-frame-right {
	border:1px solid #999;
}

a img.picture-frame:hover, a img.picture-frame-left:hover, a img.picture-frame-right:hover {
	border:1px solid #39f;
}

.entrymeta-header { 
        font-size:1.0em;
	color:#666; 
        font-family: Verdana, Georgia, Times;
        padding-bottom: 1em;
}

.entrymeta-footer {
	font-size:1.0em;
	padding-top:1em;
	color:#333;
        border-bottom:1px dotted #F96;
        margin-bottom: 2em;
        text-align:right;
        clear:both;
}

.entrymeta-footer p {
        text-align:center;
}

.post-navi {
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	padding: 0px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:1em;
	clear:both;
}

#sidebar ul li:before {
	content: "\00BB \0020";
}

#sidebar h2, #sidebar h3, #sidebar h4{
	font-size: 1.5em;
	font-variant: small-caps;
	color: #333;
	line-height:20px;
	margin-top:10px;
	padding:0px;
}

#sidebar-left #cat {
	width: 195px;
	border:1px solid #CCC;
}


#sidebar-right #cat {
	width: 150px;
	border:1px solid #CCC;
}

.sidebar_feed {
	line-height: 20px; 
	height: 20px; 
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}

.comment-metadata .sidebar_feed { background: transparent url('images/icon_feed_small.gif') no-repeat; }

/*************************************
 +Menu
 *************************************/
#menu
{
  position:absolute;
  width:690px;
  margin:0;
  padding:0;
  height: 31px;
  overflow: hidden;
  top: 14px;
}

#menu ul
{
  font-size:1.3em;
  list-style:none;
  margin:0;
  padding:0;
}

#menu li
{
  background:#FAE2BF none repeat scroll 0 0;
  border: 1px solid #F96;
  border-bottom: 1px solid #39F;
  float:left;
  margin: 0 3px;
}
#menu li:hover {
  background:#EEFFEA;
  border: 1px #39F solid;
  border-bottom: 1px solid #EEFFEA;
  float:left;
} 

#menu li a
{
  color:#333;
  margin:0 .5em 0;
  display:block;
  padding:.4em 0em .3em;
  font-size: 13px;
}

#menu li a:hover
{
  text-decoration:none;
}

#menu ul li ul
{
  display:none;
}

/*************************************
 +Comments
 *************************************/
ol.commentlist{
	color:#333;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;      
}
ol.commentlist a{
	color:#39f;
}
ol.commentlist a:hover{
	color:#333;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#EEFFEA;
	border:1px solid #9F6;
	padding:0.5em;
}
h3.comments{
	font-size:1.2em;
	color:#333;
	margin: 5px auto 10px auto;
}	
#commentmeta{
	font-size:1em;
	padding:.3em;
	border-bottom:1px dotted #ccc;
}
#commentmeta cite{
	padding-right:1em;
	border-right:1px dotted #ccc;
	margin-right:1em;
	font-weight:bold;
	font-size:15px;
}

.comment-metadata { 
	line-height: 16px; 
	height: 16px; 
	padding: 0 5px; 
	margin: 0px auto 15px auto;
}

.comment-metadata .response {
	background: transparent url('images/icon_comment.gif') no-repeat;
	float: right;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}

.respond-form {
	background: #EEFFEA url('images/response-bottom.gif') no-repeat left bottom;
	margin: 0px;
	width:480px;
}
.respond-form .tr {
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	background: transparent url('images/response-tr.gif') no-repeat right top;
}
h3#respond {
	width: 150px;
	height: 30px;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	color: #333;
	background: transparent url('images/response.gif') no-repeat left top;
	line-height: 30px;
	text-align: center;
}
.respond-form form { padding: 10px; }
.respond-form p { margin: 3px 0 2px 0; }
.respond-form a, .respond-form a:visited { color: #39F; }
.respond-form a:hover { color: #333; text-decoration: underline; }

.respond-form input#author, .respond-form input#email, .respond-form input#url, .respond-form input#mcspvalue {
	width: 180px;
	font-size: 1.1em;
	color: #333;
	background: #FFF;
	border: 1px solid #39f;
}
.respond-form textarea#comment, #contact_comment {
	width: 420px;
	font: 1em Arial, Tahoma, Sans-Serif;
	color: #333;
	background: #FFF;
	border: 1px solid #9F6;
}

#contact_name, #contact_email {
	font: 1em Arial, Tahoma, Sans-Serif;
	color: #333;
	background: #FFF;
	border: 1px solid #9F6;
}

.respond-form input#submit, .contact_form input#submit {
	width: 160px;
	font-weight: bold;
	color: #333;
	background: #FFF;
	border: 1px solid #9F6;
}
p.comment-pass, p.comment-close, p.must-reg { padding: 10px; }

/*************************************
 +Ad Blocks
 *************************************/

#ad_block { 
	padding: 10px 0 10px 0; 
	margin: 1em 0 1em 0; 
	text-align: center; 
}
#ad_block_middle { 
	padding: 5px 0 10px 0; 
	margin: 1em 0 0em 0; 
	text-align: center; 
}
