/*
Theme Name: Financial help single mom
Theme URI: http://financialhelpsinglemoms.com/
Description: custom wordpress theme for financialhelpsinglemoms.com
Version: 1.0
Author:Lalmuanawma Khiangte
Author URI: http://chromicdesign.com/
Tags: 
*/



/* Begin Typography & Colors */
html {
background-color:#EBEBEB;
font:12px "Trebuchet MS",Verdana,"Lucida Grande",Georgia,Sans-Serif;
}

body {
	background-color: #EBEBEB ;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	}

img{border:none;}


a {
border-bottom:1px dotted transparent;
font-weight:bold;
}
a:link {
border-bottom-color:#336699;
color:#336699;
text-decoration:none;
}
a:visited {
border-bottom-color:#5588AA;
color:#5588AA;
text-decoration:none;
}
a:hover, a:active {
border-bottom:1px solid #AD5B1E;
color:#AD5B1E;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
margin:5px 0 10px;
padding:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
border-bottom-width:0;
font-weight:normal;
}
h1 {
font-size:26px;
}
h2 {
font-size:26px;
}
h3 {
font-size:24px;
}
h4 {
font-size:20px;
}
h5 {
font-size:18px;
}
h6 {
font-size:16px;
}
ul, ol, blockquote, pre {
color:#555555;
line-height:1.8em;
padding:10px 30px;
}
ul {
list-style-type:square;
}
blockquote, pre {
background-color:#EEEEEE;
border:1px solid #BBCCDD;
}
ins {
color:#466B85;
text-decoration:none;
}
del {
color:#555555;
}







/**********************************************************/
/************** MAIN SRUCTURE STYLE START HERE ************/
/**********************************************************/


#outerWrapper {
	background-color:#ffffff;
	height:auto;
	width:900px;
	margin:0 auto;
	}

#innerWrapper {
	background-color:#ffffff;
	float:left;
	height:auto;
	width:900px;
	}

.content-wrapper{
	float:left;
	height:auto;
	width:800px;
	margin-left:50px;
	}
/**********************************************************/
/************** HEADER STYLE START HERE ************/
/**********************************************************/


#header {
	background-color:#ffffff;
	float:left;
	height:auto;
	width:900px;
	}
#header a.logo{
	border:none !important;
	}


.home_menu{
	margin:0 0 0 50px;
	height:45px;
	float:left;
	text-align:center;
	width:800px;
	}


/**********************************************************/
/************** HOMEPAGE STYLE START HERE ************/
/**********************************************************/

.left-column{
	float:left;
	height:auto;
	margin-top:10px;
	padding-left:15px;
	padding-right:15px;
	width:390px;
	}


.left-column h3 {
	font-size:13px;
	margin-top:10px;
	padding:5px 10px;
	}
	
.left-column ul{
	margin:0;
	padding:5px 0 5px 15px;
	}	
	
h3.cat-1{
	background-color:#94B4D6;
	}

h3.cat-2{
	background-color:#D6EB9A;
	}
h3.cat-3{
	background-color:#FFB366;
	}
h3.cat-4{
	background-color:#94B4D6;
	}
h3.cat-5{
	background-color:#D6EB9A;
	}
h3.cat-6{
	background-color:#FFB366;
	}


.right-column{
	float:left;
	height:auto;
	width:380px;
	}
	
.homepage-content{
	padding-bottom:10px;
	padding-top:10px;
	}
	
.subscribe{
	text-align:center;
	}	
	
.page-entry{
	margin-top:10px;
	}
	
/**********************************************************/
/************** FOOTER STYLE START HERE ************/
/**********************************************************/
.footer{
	float:left;
	height:auto;
	padding:20px 0;
	text-align:center;
	width:800px;
	}
