/*-------------------------------------------    
Main Style Sheet for Caring Pregnancy Center

version: 	1.1
author: 	Brian Sullan
email:		brian@briansullan.com
website:       http://www.caringpc.com
-------------------------------------------*/

/*-------------------------------------------    
    Body Declaration
-------------------------------------------*/		
body {
	text-align: center;
	background: #4F0844;
	min-width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.5%;
	color: #4F0844;
	}
			

/*-------------------------------------------    
   Wrapper
-------------------------------------------*/  		
#wrapper {
	width: 760px;
	background: #FDEADD;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	}
	

/*-------------------------------------------    
   Header
-------------------------------------------*/ 		
#branding {
	width: 760px;
	height: 120px;
	background: #FDEADD url(./images/common/cpc-head.jpg) no-repeat left top;
        text-align: right;
	}

#branding p {
        font-size: 90%;
	line-height: 1.5;
        padding: 0;
        padding-top: 20px;
	padding-right: 20px;
        color: #E80C7A;
	}

#branding a:link, a:visited {
	color: #E80C7A;
	text-decoration: none;
}

#branding a:hover, a:active {
	color:  #E80C7A;
	text-decoration: underline;
}
		

/*-------------------------------------------    
   Main Navigation
-------------------------------------------*/ 

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #FF99CC;
color: #4F0844;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: normal;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px;
color: #4F0844;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: #E80C7A;
color: #FF99CC;
}

/*-------------------------------------------    
   Side Navigation
-------------------------------------------*/  

#sideNav {
	width: 100%;
}

#sideNav ul {
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
}


#sideNav a {
	display: block;
	padding: 0px 10px 0px 20px;
	width: 170px;
	background: transparent;
	margin: 0;
}

#sideNav a:link, a:visited {
	color: #4F0844;
	text-decoration: none;
}

#sideNav a:hover, a:active {
	color:  #E80C7A;
	text-decoration: underline;
}


/*-------------------------------------------    
   Section Head
-------------------------------------------*/  		
#sectionHead {
	width: 720px;
	margin: 0px 20px 0 20px;
	background: #FDEADD;
	}
	
#sectionHead h1 {
	font-size: 150%;
	font-weight: bold;
	padding: 0px 20px 5px 0px;
	margin: 0;
	color: #E80C7A;
	border-bottom: 4px solid #FF99CC;
	}

		
/*-------------------------------------------    
   SideBar (left hand column)
-------------------------------------------*/  		
#sideBar {
	width: 200px;
	float: left;
	background: transparent;
	margin: 0;
	margin-bottom: 10px;
	}
		
#sideBar p {
	font-size: 80%;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 10px;
	}
		
#sideBar h2 {
	font-size: 80%;
	padding-left: 60px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	margin: 0;
	margin-left: 20px;
	color: #4F0844;
	font-weight: normal;
	border-bottom: 4px solid #FF99CC;
	}



/*-------------------------------------------    
   Home SideBar News
-------------------------------------------*/  	

#hsNews {
               width: 180px;
               float: left;
               margin-left: 20px;
               background: transparent;
               border-bottom: 4px solid #FF99CC;
}

#hsNews p {
        font-size: 80%;
	line-height: 1.5;
        padding: 0;
	}

#hsNews h1 {
        font-size: 90%;
        padding-right: 10px;
        margin-bottom: -8px;
        color: #E80C7A;
	font-weight: bold;
	}

#hsNews a:link, a:visited {
	color: #4F0844;
	text-decoration: none;
}

#hsNews a:hover, a:active {
	color:  #E80C7A;
	text-decoration: underline;
}

/*--------------------------------------------------   
   Home SideBar MIssion Statement
----------------------------------------------------*/  	

#hsMission {
               width: 180px;
               float: left;
               margin-left: 20px;
               background: transparent;
               border-bottom: 4px solid #FF99CC;
}

#hsMission p {
        font-size: 80%;
	line-height: 1.5;
        padding: 0;
	}

#hsMission h1 {
        font-size: 90%;
        padding-right: 10px;
        margin-bottom: -8px;
        color: #E80C7A;
	font-weight: bold;
	}

/*-------------------------------------------    
   Home SideBar Blog
-------------------------------------------*/  	

#hsBlog {
               width: 180px;
               float: left;
               margin-left: 20px;
               background: transparent;
               border-bottom: 4px solid #FF99CC;
}

#hsBlog p {
        font-size: 80%;
	line-height: 1.5;
        padding: 0;
	}

#hsBlog h1 {
        font-size: 90%;
        padding-right: 10px;
        margin-bottom: -8px;
        color: #E80C7A;
	font-weight: bold;
	}

#hsBlog a:link, a:visited {
	color: #4F0844;
	text-decoration: none;
}

#hsBlog a:hover, a:active {
	color:  #E80C7A;
	text-decoration: underline;
}


/*-------------------------------------------    
   Home SideBar Mailing List
-------------------------------------------*/  	

#hsMail {
               width: 180px;
               float: left;
               text-align: left;
               margin-left: 20px;
               background: transparent; 
}

#hsMail p {
        font-size: 80%;
	line-height: 1.5;
        padding: 0;
	}

#hsMail h1 {
        font-size: 90%;
        color: #E80C7A;
	font-weight: bold;
	}

/*-------------------------------------------    
   Blog Links (within sidebar)
-------------------------------------------*/  		
#blogLinks {
	background: transparent;
	}

#blogLinks p {
        margin: 0;
        padding: 0;
       padding-top: 5px;
        font-size: 80%;
	line-height: 1.2;
	padding-left: 20px;
	padding-right: 20px;
}

#blogLinks h3 {
        margin: 0;
        padding: 15px 20px 0px 20px;
        font-weight: bold; 
        font-size: 90%;
        color: #E80C7A;
}

#blogLinks a:link, a:visited {
	color: #4F0844;
	text-decoration: none;
}

#blogLinks a:hover, a:active {
	color:  #E80C7A;
	text-decoration: underline;
}

.posted {
margin-right: 20px;
padding-bottom: 20px;
font-weight: normal; 
font-size: 80%;
color: #4F0844;
border-bottom: 4px solid #FF99CC;
line-height: 1.2;
}


		
/*-------------------------------------------    
   Content (main column)
-------------------------------------------*/ 		
#content {
	width: 540px;
	float: right;
	background: #FDEADD;
	margin-bottom: 20px;
	}

		
#content p {
	font-size: 90%;
	line-height: 1.5;
	padding-right: 20px;
	color: #4F0844;
	}	
		
#content h1 {
	font-size: 150%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-top: 0;
	color: #E80C7A;
	}
		
#content h2 {
	font-size: 100%;
	font-weight: bold;
	padding-right: 20px;
	color: #E80C7A;
	}
	
#content h3 {
	font-size: 80%;
	font-weight: bold;
	padding-right: 20px;
	color: #4F0844;
	}

#content h4 {
	font-size: 100%;
	font-weight: bold;
	padding-right: 20px;
        margin: 0;
        margin-top: 10px;
        margin-bottom: -5px;
	color: #E80C7A;
	}

#content h5 {
	font-size: 80%;
	font-weight: bold;
	padding-right: 20px;
         margin: 0;
        margin-top: 15px;
        margin-bottom: 10px;
	color: #E80C7A;
	}

#content img {
               float: left;
               margin-right: 20px;
               margin-bottom: 20px;
}
	
			
#content a:link, a:visited {
	font-weight : bold; 
	color: #4F0844;
	text-decoration: none;	
	}

#content a:hover, a:active {
	font-weight : bold;
	color: #E80C7A;
	text-decoration: underline;
	}

/*-------------------------------------------    
   Donate (full width column)
-------------------------------------------*/ 		
#donate {
	width: 760px;
	background: #FDEADD;
	margin-bottom: 20px;
	}

		
#donate p {
	text-align: center;
        font-size: 90%;
	line-height: 1.5;
	padding-right: 40px;
        padding-left: 40px;
        color: #4F0844;
	}

#donate a:link, a:visited {
	font-weight : bold; 
	color: #4F0844;
	text-decoration: none;	
	}

#donate a:hover, a:active {
	font-weight : bold;
	color: #E80C7A;
	text-decoration: underline;
	}	

/*-------------------------------------------    
   button (on Donate page)
-------------------------------------------*/ 		
#button {
	width: 380px;
        margin-left: 330px;
	background: #FDEADD;
	margin-bottom: 20px;
	}
		
/*-------------------------------------------    
    Footer
-------------------------------------------*/		
#footer {
	clear: both;
	text-align: center;
	background: #FF99CC;
	padding-top: 3px;
	padding-bottom: 3px;
	}
		
#footer p {
	font-size: 75%;
	line-height: 0.9;
	color: #4F0844;
	font-weight: normal;
	}
		
#footer a:link, a:visited {
	color: #4F0844;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover, a:active {
	color: #E80C7A;
	text-decoration: underline;
	font-weight: normal;
	}
