/*   
Theme Name: Waterbird Society
Theme URI: http://www.waterbirds.org
Description: Wordpress theme designed for the Waterbird Society (Spring 2009)
Author: Mike Szczys
Author URI: None
Version: 1.1.5
.
This theme is designed to have a static home page that uses the "Front Page" page
template.  The home page will then display a rotating image banner.  Instructions
and theme settings can be found in the wordpress dashboard after the theme has
been activated.
.
*/

/*-----------------------------------------------------------*/
/*----- Page Structure --------------------------------------*/
/*-----------------------------------------------------------*/
body {
	margin: 0 auto; padding: 0;
	background: url('images/bg_brown2.gif') #cbb8a2;
	font: 1em Georgia, "Times New Roman", Times, serif; color:#777777;
}

#page {
	margin: 0 auto;
	padding: 10px 36px;
	width: 780px;
	border-left: 4px dotted #cbb8a2;
	border-right: 4px dotted #cbb8a2;
}

#content .banner img {
	width: 563px;
	height: 161px; 
	margin: 0 7px 12px 0;
	padding: 4px;
	background: white;
	border: 1px solid #777777;
}

	.regular {
		margin: 0 7px 0 0; padding: 0;
		width: 573px;
		float: left;
		overflow: hidden;
	}

	.wide_page {
		margin: 0; padding: 0;
		width: 780px;
		overflow: hidden;
	}



	.entry {
		background: #fff6eb url('images/p_bg.gif') repeat-x;
		padding: 8px;
		margin: 0 0 12px 0;
		border: 1px white solid;
		-moz-border-radius-topleft: 25px;
		-moz-border-radius-bottomright: 25px;
		-webkit-border-top-left-radius: 25px;
		-webkit-border-bottom-right-radius: 25px;
		overflow: hidden;
	}

	.breadcrumb {
		padding: 4px;
		font-size: 0.75em;
		color: #fff6eb;
		display: block;
		background: #4c4027;
		overflow: hidden;
	}

	.divider_heading {
		padding: 4px;
		font-size: 1.5em;
		color: #fff6eb;
		display: block;
		background: #4c4027;
		overflow: hidden;
	}	

#header {
	background: #cbb8a2;
	border: 1px solid white;
}

	#header img {
		margin: 0 auto;
		padding: 0;
		border: 0;
		display: block;
	}

	#header_title {	display: none; }

#sidebar {
	margin: 0; 
	width: 200px;
	float: right;
}

	#sidebar .widget {
		background: #fff6eb url('images/sidebar_widget_bg.gif') repeat-x;
		padding: 0 4px;
		margin: 0 0 12px 7px;
		border: 1px #777777 solid;
		overflow: hidden;
	}


	#sidebar ul {
			margin: 0; padding: 0;	
			list-style: none;
	}

	#sidebar ul ul {
			list-style: square url('images/bullet.gif') inside;
	}

	#sidebar ul ul a { 
		font: 1.05em Georgia, "Times New Roman", Times, serif;
		color: #47443a;
	 }

	#sidebar ul ul ul {
		font-size: .8em;
		padding-left: 22px;
		list-style: none;
	}

	.widgettitle {
		margin: 0;
		padding: 18px 0 12px 4px;
		text-decoration: none;
		font: bold 1em Arial, Helvetica, sans-serif;
		color: #cbb8a2;
	}


	/* Hack for Search Widget alignment */
	#sidebar .widget_search {
		padding-top: 18px;
		padding-bottom: 4px;
	}

	#sidebar .widget_search label {
		font: bold 1em Arial, Helvetica, sans-serif;
		color: #cbb8a2;
	}

	#sidebar #s { margin-top: 12px; }
	/* end hack */

#footer {
	clear: both;
	padding: 6px 0;
	background: #cbb8a2;
	border: 1px white solid;
	text-align: center;
	font: 0.75em Arial, Helvetica, sans-serif; color:#47443a;
}


/*-----------------------------------------------------------*/
/*----- Fonts -----------------------------------------------*/
/*-----------------------------------------------------------*/

h1 {
	font:bold 2.00em Arial, Helvetica, sans-serif; color:#2e2a21;
	letter-spacing:-1px;
}

h2 {
	margin: 0 0 8px 0;
	width:auto; height:auto; line-height:39px;
	font:1.45em Arial, Helvetica, sans-serif; color: #2e872a;
	display:block;
}

	h2 a {
		margin:0;
		width:auto; height:auto; line-height:39px;
		font: Arial, Helvetica, sans-serif; color: #2e872a;
		display:block;
	}

h3 {
	/* Column Box Title */
	margin:0; padding: 0 0 0 3px;
	font:bold 1.10em Arial, Helvetica, sans-serif; color:#47443a;
}

p { margin: 0; padding: 0 0 2em 0; }

strong {
	color: #4c4027;
}

a {
	margin: 0; padding: 0;
	text-decoration: none;
	color: #e5881a;
}

a:hover { text-decoration: underline; }

.date {
	margin-left: 25px;
	font-size: 0.75em;
	color:#47443a
}


/*-----------------------------------------------------------*/
/*-----Misc -------------------------------------------------*/
/*-----------------------------------------------------------*/
hr { clear: both; }



/*-----------------------------------------------------------*/
/*----- Images and Captions ---------------------------------*/
/*-----------------------------------------------------------*/

/* Images */
img {
	margin: 4px;
	padding: 4px;
	background: white;
	border: 1px solid #777777;
	max-width: 100%;
	}

	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

	img.alignright {
		padding: 4px;
		display: inline;
		}

	img.alignleft {
		padding: 4px;
		display: inline;
		}

	.alignright {
		margin-left: 8px;
		float: right;
		}

	.alignleft {
		margin-right: 8px;
		float: left
		}

/* End Images */

/* Begin Caption Styling */ 
.wp-caption {
	padding-top: 4px;
	margin: 0 8px;
}

	.wp-caption img {
		display: block;
		margin: 0 auto 4px auto;
		padding: 4;
		border: 1px solid #777777;
		background-color: white;
	}

	p.wp-caption-text {
		border: 1px solid #777777;
		background-color: white;
		text-align: center;
		margin: 0;
		color: #4c4027;
		font-size: 0.66em;
		padding: 4px;
		display: block;
	}

/* End Caption Styling */


/*-----------------------------------------------------------*/
/*----- Comments --------------------------------------------*/
/*-----------------------------------------------------------*/

#comment {
	width: 571px;
	overflow: hidden;
}

	.comment {
		background: #fff6eb url('images/p_bg.gif') repeat-x;
		padding: 0 4px;
		margin: 0 0 12px 0;
		border: 1px white solid;
	}

	.comment img {
		float: left;
	}

	.commentlist {
		list-style: none;
	}

	.postmetadata {
		margin-top: -12px;
	}


/*-----------------------------------------------------------*/
/*----- Pluging Specific Style ------------------------------*/
/*-----------------------------------------------------------*/

/* Styling for Image Widget plugin: http://wordpress.org/extend/plugins/image-widget/ */
#sidebar .widget_sp_image {
	border: 0;
	border-bottom: 1px solid white;
	background: url('images/sidebar_img_bg.gif');
	padding: 4px 0;
}

	.widget_sp_image h2 {
		display: none;
	}

	.widget_sp_image a {
		text-decoration: none;
		font: bold 1em Arial, Helvetica, sans-serif;
		color: #cbb8a2;
	}

	p.widget_sp_image-description {
		margin: 0 0 0 8px;
		padding: 0;
	}

	.widget_sp_image img {
		margin: 0 0 0 8px;
		display: block;
		width: 100px;
		height: 100px;
	}

/* End Image Widget Plugin Style */

/* Style for Page Numbers Plugin: http://wordpress.org/extend/plugins/wp-page-numbers/ */
.navigation #wp_page_numbers ul, .navigation #wp_page_numbers li, .navigation #wp_page_numbers a {
	background: #4c4027;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 1em;
	font-family: Arial;
}

.navigation #wp_page_numbers {
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 4px;
	width: 100%;
	background: #4c4027;
}
.navigation #wp_page_numbers ul {
	width: 100%;
}
.navigation #wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

.navigation #wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #fff6eb;
	border: 1px solid #777777;
}

.navigation #wp_page_numbers li a:hover {
	border-color: #ff8000;
}

.navigation #wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

.navigation #wp_page_numbers li.first_last_page {
	font-style: italic;
}

.navigation #wp_page_numbers li.active_page a {
        background: none;
	border-color: #ff8000;
}
.navigation #wp_page_numbers li.active_page a:hover  {
	color: #ff8000; /* IE fix */
	text-decoration: underline;
	border-color: #ff8000;
}

.navigation #wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #fff6eb;
	font-size: 1em;
	border: 1px solid #777777;
}

/* End Page Numbers Plugin Style */

