/*
Theme Name: CPAC Theme
Theme URI: http://wordpress.org/
Description: Theme created for cpacinc.org.
Version: 1.0
Author: <a href="http://www.brownbearcreative.com">Brown Bear Creative</a>
Author URI: http://brownbearcreative.com/
Tags: Wordpress as CMS, fixed width

	

*/

body{
	background: #d4c0b9;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	}

a{
	color: #690702;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	
	}

a:hover{
	text-decoration: underline;
	color: #933a36;
	}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd{
	margin: 0;
	padding: 0;
	}

ul, li{
	list-style: none;
	}


/******************************** LAYOUT STYLES *******************************/

#page{
	margin: 10px auto 7px auto;
	width: 900px;
	border: 1px solid #fff;
	background: #c6e0f0;
	text-align: left;
	}

#masthead{
	width: 900px;
	float: left;
	}

#topmast{
	background:url(images/mastheadbgd.png) no-repeat top left;
	width: 900px;
	float: left;
	height: 70px;
	}

#topmast h1{
	width: 486px;
	height: 28px;
	padding: 30px 0 0 30px;
	float: left;
	}

#topmast h1 a{
	text-indent: -9999px;
	display: block;
	background: url(images/title.png) no-repeat top left;
		height: 28px;
	width: 486px;
	}

#topmast p, #topmast ul{

	text-align: right;
	padding: 3px 10px 13px 0;
	
	font-size: 70%;
	}


#topmast ul{
	padding-bottom: 0;
	float: right;}
	

#topmast ul li{
	float: left;
	display: inline;
	border-right: 1px solid #a66b68;
	padding: 0 6px;
	}

#topmast p a{
	font-weight: normal;
	padding: 5px 0;

	}



#topmast ul a{

	font-weight: bold;
	}

#topmast p a.fb{
	padding-left: 23px;
	background:url(images/fblogo.png) no-repeat 0px 0px;
	padding-bottom: 5px;
font-weight: bold;
color: #3b5998;
margin-left: 57px;
	}

#topmast ul li.page-item-202{
	border: 0;
	padding-right: 0;
	}

#panorama{
	width: 900px;
	float: left;
	}

#navigation{
	background-color: #540a06;
	float: left;
	width: 900px;
	}

#navigation a{
	color: #fff;
	}

#navigation ul{
	float: left; 
	width: 630px;
	padding: 0px 0px 0 0;
	
	}

#navigation li{
	float: left;
	width: auto;
	border-right: 1px solid #fff;
	
	}

#navigation li a{
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 12px 15px 12px 15px;
	font-size: 80%;
	display: block;
	
	}



#navigation li.page-item-7 a{
	padding-left: 30px;
	}



#navigation ul#nav li ul{
	display: none;
	width: 200px;
	position: absolute;
	background: none;
	margin: 0 0 0 0px;
	padding: 0;
	float: left;
		
	height: auto;
		

	}


#navigation ul#nav li:hover a, #navigation ul#nav li.over a{
	color: #fff;
	background-color:#7d4542;
	}

#navigation ul#nav li:hover ul, #navigation ul#nav li.over ul{
	display: block;
	}

#navigation ul ul li{
	background: none;
	height: auto;
	display: block;
	position: relative;
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	
	}

#navigation ul ul li a{
	
	width: 180px;
	float: left;
	margin: 0;
	line-height: 150%;
	padding: 7px 15px 8px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	border: 1px solid #a66b68;
	border-bottom: 0;
	}

#navigation ul#nav ul li:hover a:hover, #navigation ul#nav ul li a:hover{

	background-color:#540a06;
	text-decoration:none;
	}

#navigation form{
	width: 240px; 
	float: right;
	padding: 9px 30px 0 0;
	margin: 0;
	text-align: right;
	}

#navigation input{
	padding: 3px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	}

#navigation label.screen-reader-text{
	display: none;
	}

#navigation input#searchsubmit{
	background-color:#7d4542;
	color: #fff;
	font-weight: bold;
	font-size: 75%;
	width: auto;

	}
	
#navigation input#submit:hover{
background-color: #4e739c;	
	}

#maincontent{
	width: 810px;
	border: 25px solid #c6e0f0;
	border-bottom-width: 15px;
	background: #fff;
	float: left;
	padding: 25px 20px;
	}

#maincontent h1{
	font-size: 150%;
	font-weight: normal;
		color: #4e739c;
		margin: 0 0 15px 0;
	}

#maincontent h2{
	font-size: 90%;
	line-height: 150%;
	margin: 20px 0 10px 0;
	border-bottom: 1px dashed #a4c3d7;
	
	}

#maincontent h3{
	font-size: 100%;
	line-height: 150%;
	margin: 0 0 0px 0;
	}

#maincontent h4{
	font-size: 85%;
	color: #4e739c;
	margin: 20px 0 10px 0;
	line-height: 150%;
	}



#maincontent p{
	font-size: 75%;
	line-height: 150%;
	margin: 0px 0 15px 0;
	}

#maincontent ol{
	margin: 0px 0 15px 10px;
	font-size: 75%;
	list-style: decimal;
	}

#maincontent ol li {
	margin: 0 0 7px 0;
	padding: 0;
	list-style-position:outside;
	list-style: decimal;
	line-height: 150%;
	
}

#maincontent ol ul li{
	list-style: none;
	}

#maincontent ul{
	font-size: 75%;
	margin: 0 0 15px 15px;
	}

#maincontent ul li{
	padding: 0 0 0 10px;
	background: url(images/bullet2.png) no-repeat 0 7px;
	margin: 0 0 8px 0;
	line-height: 150%;
	}

#maincontent ul ul, #maincontent ol ul, #maincontent ul ol{
	font-size: 100%;
	margin-top: 10px;
	}

	

#maincontent ul.h2list li{
	padding: 15px 0 0 17px;
	background: url(images/bullet.png) no-repeat 0 21px;
	margin: 0px 0 20px 0;
	line-height: 150%;
	border-top: 1px dashed #a4c3d7;
	}

#maincontent ul.h2list{
	margin-left: 0;
	margin-top: 20px;
	}

#maincontent ul.piclist{
	display: block;
	float: left;
	width: 100%;
	margin-left: 0;
	}

#maincontent ul.piclist li{
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	background: 0;
	}

#maincontent ul.piclist img{
	float: left;
	margin-right: 10px;
	}

#maincontent ul.piclist a{
	padding-top: 45px;
	}

#maincontent ul p{
	font-size: 100%;

	}

#maincontent ul h2{
	font-size: 120%;
	border: 0;
	margin-bottom: 0;
	}

#maincontent dl{
	font-size: 75%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	}

#maincontent dt{
	padding: 0 0 0 17px;
	background: url(images/bullet.png) no-repeat 0 4px;

	}
#maincontent dd{	
	padding: 0 0 10px 17px;

	}

#maincontent dd a{
	clear: both;
	display: block;
	}	

#maincontent img{
	border: 0;
	}

#breadcrumb{
	font-size: 70%;
	padding: 0 0 15px 0;
	color: #666;
	line-height: 150%;
	}

#share{
	background: #fff1dd;
	float: right;
		margin: -5px 0 0 5px;
	text-align: right;
	padding: 5px;
	border: 1px dashed #ffdfb1;
		font-size: 70%;
	}



#footer{
	width: 900px;
	text-align: center;
	padding-bottom: 15px;
	}
	
#footer p{
	font-size: 75%;
	color: #4e739c;
	font-weight: bold;
	margin-bottom: 10px;
	}

#footer p.accessible{
	font-size: 70%;
	color: #000;
	font-weight: normal;
	
	}

#footer2{
	width: 900px;
	margin: 0px auto 10px auto;
	font-size: 70%;
	}


#footer2 a{
	font-weight: normal;
	}

#leftfooter{
	width: 45%;
	float: left;
	text-align: left;
	}

#rightfooter{

	text-align: right;
	}

.post{

	margin-bottom: 20px;
	}

.borderbottom{
	border-bottom: 1px dashed #a4c3d7;
	padding-bottom: 20px;
	margin: 0;
	}

#maincontent p.postmetadata{
	clear: both;
	margin: 0;
	}

#newslettersignup{
	float: right;
	width: 300px;
	background-color: #4e739c;
	margin-top: -27px;
	padding: 20px;
	}

#newslettersignup h2{
	margin: 0 0 15px 0;
	padding: 0;
	color: #c6e0f0;
	font-size: 120%;
	
	}

#newslettersignup label{
	font-size: 75%;
	color: #fff;
	width: 95px;
	float: left;
	text-align: right;
	padding: 3px 5px 0 0px;
	}

#newslettersignup input{
	width: 190px;
	border: 1px solid #c6e0f0;
	padding: 3px;
	}

#newslettersignup div, #childfindreferral div{
	padding-bottom: 10px;
	}

#newslettersignup input#submit{
	background-color: #c6e0f0;
	border: 0;
	color: #4e739c;
	font-weight: bold;
	width: auto;
	margin-left: 100px;
	}

#newslettersignup p{
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: bold;
	}

#childfindreferral{
	padding: 20px;
	margin-top: 25px;
	border-left: 12px solid #ffdfb1;
	background-color: #fff1dd;
	}

#childfindreferral label{
	font-size: 75%;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	}

#childfindreferral label.full, #childfindreferral label.radio, #childfindreferral label.block{

	width: auto;
	text-align: left;
	}

#childfindreferral label.block{
	padding-bottom: 5px;
	display: block;
	float: none;
	}

#childfindreferral label.radio{
	float: none;
	padding: 0 0px 0 20px;

	}

#childfindreferral p{
	display: inline;
	}

#satisfactionform p{
	display: block;
	margin-bottom: 15px;
	}

#satisfactionform label{
	line-height: 160%;
	}

#satisfactionform select{
	margin-bottom: 5px;
	}

#satisfactionform input.checkbox{
	width: auto;
	float: left;
	padding: 0;
	margin: 2px 5px 0px 0;
	border: 0;
	}

#satisfactionform label.checkboxlabel{
	float: none;
	width: auto;
	text-align: left;
	padding: 0;
	}

#picnicregistrationform p{
	display: block;
	margin-bottom: 15px;
	}

#picnicregistrationform label{
	line-height: 160%;
	}

#picnicregistrationform select{
	margin-bottom: 5px;
	}

#picnicregistrationform input.checkbox{
	width: auto;
	float: left;
	padding: 0;
	margin: 2px 5px 0px 0;
	border: 0;
	}

#picnicregistrationform label.checkboxlabel{
	float: none;
	width: auto;
	text-align: left;
	padding: 0;
	}

#picnicregistrationform input#submit{

	background-color: #7d4542;
	border: 0;
	color: #fff;
	font-weight: bold;
	width: auto;
	margin-top: 15px;
	}

.section{
	border-top: 1px dashed #a66b68;
	padding-top: 15px;
	}
	

#childfindreferral h3{
	color: #4e739c;
	margin: 20px 0 10px 0;
	font-size: 85%;
	}

#childfindreferral input{
	border: 1px solid #c6e0f0;
	padding: 3px;
	width: 200px;
	}

#childfindreferral input.radioinput{
	width: auto;
	float: none;
	padding: 0;
	margin: 0;
	}

#childfindreferral textarea, #childfindreferral select{
	border: 1px solid #c6e0f0;
	padding: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	}

#childfindreferral textarea{
	width: 740px;
	height: 150px;
	}
	

#childfindreferral input#submit{

	background-color: #7d4542;
	border: 0;
	color: #fff;
	font-weight: bold;
	width: auto;
	margin-top: 15px;
	}

strong.red{
	color: #FF0000;
	padding-bottom: 12px;
	}
 

/***************************** HP STYLES ***********************************/

.home #maincontent{
	background:url(http://www.cpacinc.org/wp-content/uploads/2010/06/eventsbkgnd5.gif) repeat-y center #fff;
	}

#whatsnew, #upcoming{
	float: left;
	}

#whatsnew{
	padding: 0 20px 0px 0;
	border-right: 1px dashed #a4c3d7;
        width: 264px;
	}

#upcoming{
	
	width: 200px;
	padding: 0 0px 0 20px;
	}

#upcoming ul{
	margin-left: 0;
	}

#maincontent #upcoming li{
	background:url(images/bullet.png) no-repeat 0 4px;
	padding: 20 120px 0 20px;
	margin-bottom: 15px;
	}

#upcoming li a{
	display: block;
	}

#about{
	padding: 0 0px 0px 15px;
	width: 265px;
        border-left: 1px dashed #a4c3d7;
        float: right;	 
        }

#maincontent h1.hpheading{
	text-indent: -9999px;
	font-size: 90%;
	width: 242px;
	height: 25px;
	display: block;
	padding: 0 0 20px 0;
	margin: 0;
	background: no-repeat top left;
	}

#maincontent h1 a{
	display: block;
	width: 242px;
	height: 25px;
	}

#maincontent #whatsnew h1{
	background-image:url(images/heading_whatsnew.png);
	}

#maincontent #upcoming h1{

	background-image:url(images/heading_upcoming.png);
	}

#maincontent #about h1{

	background-image: url(images/heading_aboutus.png)
	}



/******************** CLASSES *******************************/

img.right{
	float: right; 
	margin: 3px 0 5px 15px;
	}

img.left{
	float: left;
	margin: 3px 15px 5x 0;
	}

img.full{
	margin: 3px 0 15px 0;
	}
	
img.alignright {

	margin: 0 0 5px 15px;
	display: inline;
		border: 1px solid #b7bfc9;
	}

img.alignleft {

	margin: 0 15px 5px 0;
	display: inline;
		border: 1px solid #b7bfc9;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#maincontent img.noborder{
	border: 0;
	}
a.normal{
	font-size: 12px;
	}
a.larger{
	font-size: 15px;
	}

a.largest{
	font-size: 18px;
	}

blockquote{
	padding-left: 10px;
	border-left: 12px solid #dfe8ed;
	margin: 0px 0 30px 0;
	display: block;
	clear: both;
	
	}

#maincontent p.highlight{
	background-color: #ffe8c7;
	padding: 10px 20px;
	margin-bottom: 15px;
	}

#maincontent p.highlight a{
	font-weight: normal;
	}

#maincontent #moreinfo{
	padding: 20px 20px 10px 20px;
	background: #fff1dd;
	margin: 20px 0;
	}

#maincontent #moreinfo h2{
	border-color: #a66b68;
	margin-top: 0;
	}

#maincontent #moreinfo ul{
	margin-left: 0;
	margin-bottom: 0;
	}

#maincontent #moreinfo p{
	margin-bottom: 10px;
	}

#maincontent p.date{
	color: #666;
	font-size: 80%;
	}
	
hr{
	border: 0;
	border-bottom: 1px dashed #a4c3d7;
	height: 0;
	background-color: #fff;
	color: #fff;
	}

#maincontent .navigation{
	font-size: 70%;
	width: 790px;
	height: 12px;
	clear: both;
	display: block;
	padding: 10px;
	}

a.morelink{
	font-size: 75%;
	}

p a.morelink{
	font-size: 100%;
	}

