/*Theme Name: Mom Authority
Theme URI: http://momauthority.com/
Description: A WordPress Theme created for MomAuthority.com.
Version: 1.0
*/

/* Style sheet by Ron Howell - http://www.YourWebDesignPro.com */

.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000000;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
}

.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: lighter;
	color: #cc0000;
}
.h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
}
.h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #cc0000;
	font-weight: bold;
}
.h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #cc0000;
	font-weight: bold;
}
.h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	color: #cc0000;
	font-weight: bold;
}
body {
	background-image: url(images/bg.jpg);
	background-position: left bottom;
	background-attachment: fixed;
	background-color: #932c33;
	background-repeat: no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px; 
	color: #333333;
}

a:active {
	color: Blue;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: Blue;
}
blockquote {
	background-color: #cccccc;
	border-bottom: 1px dashed #cc0000;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: 1px dashed #cc0000;
	padding: 2px 2px 2px 2px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background: url(images/background.gif);
}
/* Style sheet by Ron Howell - http://www.YourWebDesignPro.com */
/*////////// SIDEBARS //////////*/
#sidebar { width: 150px; /*padding-right:35px;*/ float:right; }
#sidebar p { padding-left:5px; }
#sidebar form { padding-left:5px; }
#sidebar ul { margin:0; padding:0; }
#sidebar li { list-style:none; }
#sidebar li { clear:both; list-style:none; margin-bottom:25px; }
#sidebar li h2 { font-size:15px; font-weight:bold; line-height:31px; background:url(images/cat_head.jpg) top left no-repeat; height:27px; font-family:Georgia, "Times New Roman", Times, serif; text-align:center; color:#efee00/*#ffffff*/; padding-left:5px; }
#sidebar li ul { padding-left:10px; }
#sidebar li ul li { margin:0 !important; font-size:14px; padding-left:15px; line-height:18px; }
#sidebar li ul li a { text-decoration:none; }
#sidebar li ul li a:hover { text-decoration:underline; }

#container { width:390px; margin:0; padding:0; }
#content { padding-top: 15px; padding-bottom: 15px; padding-left:15px; float:left; width:390px }
.post ul, .post ol { padding-left:30px; line-height:18px; margin-bottom:10px; }
.post ul li, .post ol li { list-style-position:inside;  padding-left:15px; line-height:18px;  }
.post h1 a { text-decoration:none; color: #000; }
.post h1 a:hover { text-decoration:underline; color: #000; }
.post h1 a:visited { text-decoration:none; color: #000; }
.alignleft { float:left; }
.alignright { float: right; }
.alt { background-color: #cccccc; border-bottom: 1px dashed #cc0000; border-bottom-width: 1px; border-left: none; border-right: none; border-top: 1px dashed #cc0000; 	padding: 2px 2px 2px 2px; margin-top: 5px; margin-bottom: 5px; display: block; font-family:Georgia, "Times New Roman", Times, serif; background-color:#f8f8f8; /*background: url(images/background.gif);*/ }
.navigation {
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	}