/*
Theme Name: Nebraska CMF
Theme URI: http://pippinsdesign.com
Description: 
Version: 1.0
Author: Pippin Williamson
Author URI: http://pippinsdesign.com
Tags: 
*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #666;
	text-align: center;
}
/************************
main structure
************************/

#page {
	background-color: white;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	font-size: 1.3em;
}
#header	{
	height: 250px;
	margin: 0 0 20px 0;
	background: url('images/NCMF_logo.jpg') no-repeat;
}
#header .description	{
	display: hidden;
	text-indent: -999px;	
}
#header .navigation	{
	text-align: right;
	float: right;
	font-size: 1.5em;
	width: 100%;
	margin-top: 40px;
}
#main-content	{
	padding-left: 30px;
}
#sidebar	{
	width: 200px;
	float: right;
	height: 100%;
}

#home .donate	{
	height: 100%;
	float: left;
	width: 200px;
}
.announcement	{
	width: 500px;
	float: right;
	color: #3399FF;
	text-align: right;
}
#footer	{
	height: 100px;
	text-align: center;
	margin-top: 30px;
	background: url('images/footer-bg.jpg') right bottom no-repeat;
}
/********************
post styling
********************/

.entry	{
	width: 700px;
}
.entry p	{
	padding-right: 11px;
}
/********************
text styling
********************/
#header h1	{
	display: hidden;
	text-indent: -999px;
}

.entry	h2	{
	background: url('images/heading.jpg') no-repeat;
	height: 48px;
	width: 100%;
	text-indent: 160px;
	padding: 12px 0 0 0;
}

blockquote	{
	background: #f0f0f0;
	padding: 5px 10px 5px 10px;
	overflow: auto;
}
#footer p	{
	margin: 2px 5px;
	font-variant: none;
}
/********************
list styling
********************/

#header .navigation ul	{
	margin: 0;
	padding: 1px 0 1px 0;
	background: url('images/nav-bg.jpg') no-repeat right top;
	width: 650px;
	float: right;
	height: 44px;
}
#header .navigation li	{
	display: inline;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	float: right;
}
#sidebar ul	{
	margin: 0;
	padding: 0;
}
#sidebar ul li	{
	list-style: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}
#footer ul	{
	margin: 0;
	padding: 0;
}
#footer ul li	{
	display: inline;
	margin: 10px;
	font-variant: small-caps;
}
#footer p a:link, #footer p a:visited	{
	color: #333 !important;
}
/********************
link styling
********************/
a:link, a:visited	{
	color: #333;
	text-decoration: none;
}
a:hover	{
	color: #1a1b1a;
	text-decoration: underline;
}

#header .navigation ul li a:link, #header .navigation ul li a:visited	{
	color: #666;
	text-decoration: none;
	display: block;
	height: 30px;
	padding: 5px;
	border-right: 1px solid #A9BAC4;
}
#header .navigation ul li a:hover	{
	background: #CEE4F1;
}
#header .navigation ul li.current_page_item a:link, #header .navigation ul li.current_page_item a:visited	{
	text-decoration: none;
	display: inline-block;
	background: #CEE4F1;
	position: relative;
	z-index: 1000;
}
#sidebar ul li a:link, #sidebar ul li a:visited	{
	background: #f0f0f0;
	padding: 5px;
	display: block;
}
#sidebar ul li a:hover	{
	background: #CEE4F1;
	text-decoration: none;	
}
	
/******************
image styling
******************/

img.alignleft	{
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
img.alignright	{
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
img.alignnone	{
	margin: 5px 10px 10px 0;
}
img.aligncenter	{
	margin: 0 auto;
	display: block;
}
.wp-caption	{
	padding: 5px;
	background: #f0f0f0;
}
.wp-caption, .alignright{
	margin-left: 10px;
}
.wp-caption, .alignleft{
	margin-left: 10px;
}
.wp-caption img, .wp-caption p	{
	margin: 5px;
}	
/******************
misc
******************/

.clear	{
	clear: both;
}
.alignleft	{
	float: left;
}
.alignright	{
	float: right;
}

/*******************
form styling
*******************/
.cform ol	{
	margin: 0;
	padding: 0;
}
.cform ol li	{
	list-style: none;
}
.cform ol li label	{
	display: block;
	width: 100px;
	float: left;
	line-height: 150%;
	padding: 9px;
}

fieldset.cf_hidden	{
	display: hidden;
	height: 0;
	width: 0;
	border: 0;
}
.success	{
	margin-bottom: 10px;
}
input, textarea	{
	color: #666;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	outline: 0;
	border: 1px solid #E5E5E5;
	width: 200px;
	padding: 9px;
	margin-right: 10px;
}
textarea	{
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	margin-top: 2px;
}
input:hover, textarea:hover, input:focus, textarea:focus {   
    border-color: #C9C9C9;   
}
input.sendbutton	{
	display: block;
	width: 80px;
	border: 1px solid #C9C9C9;
	background: #CEE4F1
}
input.sendbutton:hover	{
	background: #f0f0f0;
	cursor: pointer;
}
input.sendbutton:active	{
	background: #617798;
	color: #fff;
}
.linklove	{
	display: hidden;
	height: 0;
	width: 0;
	overflow: hidden;
}
