/*
Theme Name: Natural Family Planning
Theme URI: http://wordpress.org/
Description: CCL Chicago
Version: 1.0
Author: Kevin Banet
Author URI: http://www.treefrogclick.com/

Can't find BC-Costs category in any Theme Files.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a {
	color: #333399; text-decoration: none; font-weight: bold;
}
a:hover {
	color: #cc6633; text-decoration: none; font-weight: bold;
}

h1,h2,h3,h4 {
	color: #119604;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	text-decoration: none;
}

h1 { 
	font-size: 1.4em;
}
h2 { 
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
    font-size: 1.0em;
	margin-top: 4px;
	margin-bottom: 0px;
}

h5 a{
	color: #362e74;
	text-decoration: none;
	line-height: 25px;
}

img{
	border: 1;
}

p a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 20px;
	text-align: justify;
}

.switchcontent ,.switchcontent li a ,.switchcontent  li a:visited{
	color:#FFFF66;
	margin-left:6px;
}

.localclass,.localclass li,.localclass li a{
	color:#FFFF66;
	margin-left:5px;
	font-size:92%;

}

/* The below governs bullet points, and sometimes sidebar-left */
ul li {margin: 0 2em; padding: 0.2em; 	font-size: 1.1em; list-style: round outside;}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 780px;
	background: url(images/background_cols.gif) repeat;
}

#header {
	margin: 0;
	height: 175px;
}

#sidebar-left {
        font-size: 92%;
	float: left;
	width: 165px;
	padding-top: 40px;
	border-left: 1px solid #63b72b;
	border-top: 1px solid #63b72b;
	border-right: 1px solid #271e4c;	
}

#sidebar-left ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar-left li{
        margin: 0 0 0 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	list-style: none outside;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

#sidebar-left a:hover {

	color: #00CC33;

}

.page_item a, .page_item a:visited, .page_item a:hover, .page_item a:active{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	margin-left:6px;
	margin-top:-5px;
	
}

#sidebar-right {
	float: right;
	width: 30px;
}

#maincontent {
	float: left;
	width: 77.5%;
}
/* Questions are on the home page, about NFP */
.questions {
	color: #119604;
    font-size: 1.1em;
    font-style: italic;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	text-decoration: none;
}

#searchbar {
	background-color: #000000;
	text-align: left;
	padding: 5px 0px 5px 400px;
	border-top: 1px solid #88837f;
}

#searchbar a:link, #searchbar a:visited, #searchbar a:hover, #searchbar a:active {
	color: #63b72b;
	text-decoration: underline;
}


input{
	border: 1px solid;
}

#content{

	padding: 10px;
	text-align:left;
}

/* The below is content of paragraphs */
#content p{
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 20px;
}



#content h2{
	padding-bottom: 10px;
}
.print{
	float:right;
	margin: -15px 10px 5px 0px;
}

#footer {
	clear: both;
	background: #63b72b;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	color: #FFFFFF;
	border-top: 1px solid #9cd06f;
	height: 20px;
}

#footer a, #footer a:visited, #footer a:active{
	color:#FFFFFF;
	text-decoration: none;
}


#footer a:hover {
	color: #003300;

}


#designer{
	height: 15px;
	background: #000000;
}

#treefrog a{
	color: #d7e648;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 3px;
	text-decoration: none;
	width: 45%;
	float: left;
}

#treefrog a:hover {
        color: #66CC33;
}

#stats{
	color: #FFFFFF;
	width: 45%;
	float: right;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

/***** Captions Styling *****/

.aligncenter,dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #333366;
	text-align: center;
	font-size: 0.8em;
        font-color: 333366;
	background-color: #cccccc;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {

	line-height: 1.2em;
	padding: 0 4px 5px;
	margin: 0;
}