/*  
Theme Name: Fall Creek PTA
Theme URI: http://www.fallcreekpta.org
Description: This is the default theme for the Fall Creek Elementary PTA
Version: 1.0
Author: bob marteal
Author URI: http://www.bobmarteal.com/

*/
/* Main sytlesheet for Fall Creek PTA */
body {
	text-align: center;
	min-width: 920px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	background:#f3f6d3 url(/web/layout-images/fcpta-body-bg.jpg) repeat-x;
	font-size:62.5%;
}

.clear{
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}

.skipLinks{
	display:none;
}
/*
=== wrapper ===
*/
#wrapper{
	margin:0 auto;
	width:920px;
	text-align:left;
	color:#334149;
	font-size:1.2em;
}

/* 
=== title ===
*/
#title{
	width:900px;
	height:50px;
	padding:0 20px;
	background:url(/web/layout-images/fcpta-title-bg.jpg) no-repeat top left;
}
#fcpta{
	padding-top:50px;
	height:0px;
	overflow:hidden;
	background-image:url(/web/layout-images/fcpta-h1-bg.gif);
	background-repeat:no-repeat;
}
p.quickLinks{
	float:right;
	width:250px;
	padding-top:1.5em;
	color:#334149;
	font-size:1em;
}
p.quickLinks a{
	color:#334149;
	border-bottom:1px solid #334149;
}

p.quickLinks a:hover{
	border-bottom:1px dashed #334149;
}

/*
=== picture ===
*/
#picture{
	width:900px;
	height:200px;
	padding:0 10px;
	background:url(/web/layout-images/fcpta-picture-bg.jpg) no-repeat top left;
	
}
#picture a img{
	border:none;
}

/* 
=== body ===
*/
#main{
	width:920px;
	background:#f3f6d3 url(/web/layout-images/fcpta-main-bg.gif) no-repeat top left;
}

/*
=== content ===
*/
#content{
	width:506px;
	float: left;
	margin-left:10px;
	padding:20px;
	background:#f3f6d3 url(/web/layout-images/fcpta-content-bg.jpg) repeat-x top left;
	color:#1d2124;
}

#content p{
	font-size:1.2em;
	line-height:1.4em;
	padding:5px 0;
}

#content strong{
	font-weight:bold;
}

#content ul li{
	font-size:1.2em;
	line-height:1.4em;
	padding:2px 0 0 12px;
	background:url(/web/layout-images/fcpta-bullet-bg.gif) no-repeat 0em .5em;	
}

#content ol li{
	font-size:1.2em;
	line-height:1.4em;
	list-style-type: decimal;
	margin-left:20px;
}

#content a{
	color:#9c230a;
	border-bottom:1px solid #9c230a;
}

#content a:hover{
	color:#5e92b2;
	border-bottom:1px dashed #5e92b2;
}

h2{
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0;
}
/*blog post*/
.postdate{
	background:#5e91b1 url(/web/layout-images/fcpta-date-bg.gif) repeat-x top left;
	border:1px solid #666;
	line-height:1.4;
	text-align:center;
	padding:5px;
	margin:10px 10px 0 0;
	float:left;
	color:#e3ffff;
}
.previous{
	float:left;
}
.next{
	float:right;
}

.post{
	padding-bottom:30px;
}
/* images */
#content img{
	border:1px solid #334149;
	margin:10px;
}

/*
=== sidebar ===
*/

#sidebar{
	width:354px;
	background:#447089 url(/web/layout-images/fcpta-sidebar-bg.jpg) repeat-x top left;
	float:right;
	margin-right:10px;
}	

#sidebar p{
	padding:5px 20px;
	font-size:1.2em;
	color:#a8b87d;
	line-height:1.4em;
}

#mainNav{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0;
}

/*mainNav*/

ul#mainNav li a{
	display:block;
	width:314px;
	padding:9px 20px;
	color:#a8b87d;
	font-size:1.7em;
	letter-spacing:.1em;

}

ul#mainNav li a:hover{
	background:#598cab url(/web/layout-images/fcpta-mainNav-bg-hover.jpg) repeat-x top left;
}



/* add on for showing parent page
ul#mainNav li.page_folder a{
	color:#fff;
}*/
/*current parent page and current page ancestor
ul#mainNav li.current_page_ancestor.page_folder a, ul#mainNav li.current_page_item.page_folder a{
	color:#ff0;
}*/
/*clear color for children
ul#mainNav li.current_page_ancestor li.page_item a, ul#mainNav li.current_page_item.page_folder li.page_item a{
	color:#a8b87d;
}*/

ul#mainNav  li ul li a{
	width:304px;
	padding:3px 20px 6px 30px;
	font-size:1.2em;
}

ul#mainNav  li ul li a:hover{
	color:#c22f2f;
	background:none;
}

ul#mainNav li ul li ul a{
	width:294px;
	padding:3px 20px 6px 40px;
}

/*newsNav*/

h3.update{
	font-size:1.6em;
	color:#a8b87d;
	border-bottom:2px solid #e3ffff;
	background:url(/web/layout-images/fcpta-update-h3-bg.gif) no-repeat 20px 0px;
	padding-left:40px;
	padding-bottom:6px;
	margin:10px 0;
}

ul#newsNav{
	width:354px;
	padding-bottom:20px;
}

ul#newsNav li a, ul#newsNav li p{
	display:block;
	width:314px;
	border-bottom:1px solid #45708b;
	padding:10px 20px 8px 20px;
	color:#a8b87d;
	font-size:1.0em;
	line-height:1.4em;
}

ul#newsNav li a:hover{
	background:#45708b;
}

ul#newsNav li a strong{
	padding-bottom:6px;
	font-size:1.3em;
	display:block;
	color:#e3ffff;
}

ul#newsNav li a:hover strong{
	color:#e3ffff;
}

ul#newsNav li a .date{
	display:block;
	color:#58877a
}

ul#newsNav li a .short, ul#newsNav li p{
	display:block;
}

/* categoryLinks */
ul.categories{
	margin-left:20px;
	margin-bottom:20px;
	line-height:1.4em;
	font-size:.9em;
}

ul.categories li a{
	color:#e3ffff;
	color:#e3ffff;
	border-bottom:1px solid #e3ffff;
}

ul.categories li a:hover{
	border-bottom:1px dashed #e3ffff;
}

#sidebar p.feed{
	margin-left:20px;
	padding-left:20px;
	padding-top:0px;
	font-size:1em;
	background:url(/web/layout-images/fcpta-feed-icon.png) no-repeat left;
}
#sidebar p.feed a{
	color:#e3ffff;
	color:#e3ffff;
	border-bottom:1px solid #e3ffff;
}
/*email signup form*/

h3.signUp{
	font-size:1.6em;
	color:#a8b87d;
	border-bottom:2px solid #e3ffff;
	background:url(/web/layout-images/fcpta-mail-h3-bg.gif) no-repeat 20px 0px;
	padding-left:43px;
	padding-bottom:6px;
	margin:10px 0;
}

form#signUp label{
	padding-right:10px;
}

form#signUp input{
	border:1px solid #1d2124;
	background:#e0dfd1;
}

/*footer*/

#footer{
	border-top:2px solid #e3ffff;
	padding-bottom:50px;
	margin-top:15px;	clear:right;
}

#footer a{
	color:#e3ffff;
	border-bottom:1px solid #e3ffff;
}

#footer a:hover{
	border-bottom:1px dashed #e3ffff;
}

#footer p{
	color:#e3ffff;
	font-size:1.0em;
}
