/*  
Theme Name: Wpdesigner5
Theme URI: http://www.wpdesigner.com/2007/06/28/wpdesigner5-wordpress-theme/
Description: Wpdesigner.com version-five theme created by Small Potato
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under the Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, fieldset, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-seriff;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #002552;
	color: #4198d3;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Sans-seriff;
}

a{
	text-decoration: underline;
	color: #0361a0;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 10px 0 0;
	background: #f7fde8;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 10px;
	background: #fff;
}

code{
	background: #f8fde9;
}

.clear{
	clear: both;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 10px 10px 5px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #f0f0f0;
	color: #f0f0f0;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #a9c659;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#topmenu-container{
	float: left;
	width: 100%;
	padding: 10px 0 0;
	background: #00406f;
	color: #fff;
	clear: both;
}

#topmenu{
	margin: 0 auto;
	width: 974px;
	text-align: left;
	vertical-align: top;
}

#topmenu ul{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topmenu ul li{
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
	background: #002552 url(images/bg_tab_a.gif) no-repeat top right;	
}

#topmenu ul li h1{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#topmenu ul li a{
	display: block;
	padding: 10px;
	text-transform: capitalize;
	text-decoration: none;
	background: url(images/bg_tab_b.gif) no-repeat;
	color: #bedf5d;
}

#topmenu ul li a:hover{
	text-decoration: underline;	
}

#topmenu ul li.current_page_item{
	background: #fff url(images/bg_tab_a_current.gif) no-repeat top right;
}

#topmenu ul li.current_page_item a{
	background: url(images/bg_tab_b_current.gif) no-repeat;
	color: #000;
}

#topmenu ul li.current_page_item a:hover{
	text-decoration: none;
}

#page-container{
	float: left;
	width: 100%;
	padding: 10px 0 10px;
	background: #fff;
	color: #000;
	clear: both;
}

#page{
	margin: 0 auto;
	width: 974px;
	text-align: left;
	vertical-align: top;
}

.narrowcolumn{
	float: left;
	margin: 0 10px;
	width: 550px;
	text-align: left;
	vertical-align: top;
	display: inline;
}

#about{
	height: 120px;
	overflow: hidden;
	background: url(images/bg_about.jpg) no-repeat;
}

#about p{
	padding: 15px 11px 11px 175px;
	line-height: 20px;
}

.post{
	margin: 10px 0;
	padding: 11px 11px 0;
	background: url(images/bg_post.jpg) no-repeat;
}

.post h2{
	padding: 0 0 10px;
	font-family: Arial, Helvetica, Georgia, Sans-seriff;
	font-size: 20px;
	font-weight: bold;
	background: url(images/bg_dot.gif) repeat-x bottom left;
	color: #536f06;
}

.post h2 a{
	color: #536f06;
}

.entry{
	line-height: 20px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 0;
	padding: 15px 0 0;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
}

.entry h1{
	font-size: 24px;
	line-height: 24px;
}

.entry h3{
	font-size: 16px;
	font-weight: bold;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

.entry img{
	max-width: 100%;
	width: expression(this.width > 520 ? 520: true);
}

.entry img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry img.alignright {
	margin: 5px 0 2px 7px;
	display: inline;
}

.entry img.alignleft {
	margin: 5px 7px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.entry p.author{
	font-size: 11px;
	padding: 5px 0 0;
	color: #647f17;
}

.postinfo{
	float: left;
	width: 528px;
	border: 1px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	margin: 15px 0 10px;
	padding: 0 0 10px;
	clear: both;
}

.postinfo ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.postinfo ul li{
	float: left;
	margin: 10px 0 0;
}

.postinfo ul li.tags{
	padding: 0 0 0 21px;
	background: url(images/tag_green.gif) no-repeat;
}

.postinfo ul li.comments-link{
	margin-right: 10px;
	padding: 0 0 0 19px;
	background: url(images/comment.gif) no-repeat 0 2px;
}

.postinfo ul li.postdate{
	margin-right: 10px;
	padding: 0 0 0 21px;
	background: url(images/calendar.gif) no-repeat;
}

.postinfo ul li.edit{
	margin-left: 10px;
}

.browse{
	padding: 5px;
	font-family: Georgia, Sans-seriff;
	font-size: 14px;
	font-weight: bold;
	background: #f0f0f0;
}

.browse p{
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
}

.sidebar{
	float: left;
	width: 202px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	margin: 0 0 10px;
}

.sidebar ul li h2{
	padding: 10px 11px 9px;
	font-family: Georgia, Sans-Seriff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #e6f1f7 url(images/bg_ul_li_h2.jpg) no-repeat;
	color: #333;
}

.sidebar ul ul{
	border-top: 1px solid #cce0ee;
	padding: 4px 11px 11px;
	background: #f6f9fc url(images/bg_ul_ul.gif) no-repeat bottom left;
}

.sidebar ul ul li{
	margin: 0;
	padding: 0 0 0 16px;
	line-height: 24px;
	background: url(images/bullet_green.gif) no-repeat 0px 9px;
}

.sidebar ul ul ul{
	border: 0;
	padding: 0;
	background-image: none;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;;
	background-image: none;
}

.sidebar ul li.popular h2{
	padding: 10px 11px 9px 32px;
	background: #3da1e4 url(images/bg_ul_li_h2_popular.jpg) no-repeat;
	color: #fff;
}

.sidebar ul li.popular ul{
	border-top: 1px solid #3497d9;
	padding: 6px 11px 11px;
	background: #7ac7fa url(images/bg_ul_ul_popular.gif) no-repeat bottom left;
}

.sidebar ul li.popular ul li{
	line-height: normal;
	padding: 5px 0 0 0;
	background-image: none;
}

.sidebar ul li.popular ul li img{
	border: 1px solid #3497d9;
	padding: 4px;
	background: #fff;
}

.sidebar ul li#feed h2{
	padding: 10px 11px 11px 32px;
	background: url(images/bg_ul_li_h2_feed.jpg) no-repeat;
}

.sidebar ul li#feed h2 a{
	text-decoration: none;
	color: #913a01;
}

.sidebar ul li#feed h2 a:hover{
	text-decoration: underline;
}

.obar ul li h2{
	background: #eeeeef url(images/bg_ul_li_h2_alt.jpg) no-repeat;
}

.obar ul ul{
	border-top: 1px solid #ddd;
	padding: 4px 11px 11px;
	background: #f9f9f9 url(images/bg_ul_ul_alt.gif) no-repeat bottom left;
}

/* comments template */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #f0f0f0;
	padding: 15px 0 0;
}

.comments-template h2{
	padding: 0;
	background-image: none;
}

.comments-template h2, .comments-template h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #f0f0f0;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */

/* wp-calendar */

.sidebar ul li#calendar #calendar_wrap{
	border-top: 1px solid #cce0ee;
	padding: 4px 11px 11px;
	background: #f6f9fc url(images/bg_ul_ul.gif) no-repeat bottom left;
}

.obar ul li#calendar #calendar_wrap{
	border-top: 1px solid #ddd;
	padding: 4px 11px 11px;
	background: #f9f9f9 url(images/bg_ul_ul_alt.gif) no-repeat bottom left;
}

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	line-height: 24px;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

table#wp-calendar td{
	padding: 2px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#footer-container{
	float: left;
	width: 100%;
	padding: 0 0 10px;
	text-align: left;
	vertical-align: top;
	background: #002552;
	color: #4198d3;
}

#footer{
	margin: 0 auto;
	width: 974px;
}

#footer a{
	color: #fff;
}

#footer p{
	padding: 15px 0 0;
	line-height: 24px;
}