/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body { background: white; font: 12px Helvetica, arial, sans-serif; line-height: 1.5; color: #4a4a4a;  }

#header	{ padding: 20px 0; }

/* PAGES NAVIGATION */
#pagenav  { width: 550px; margin-top: 20px; }
#pagenav a  { display:block; z-index:100; margin: 0px 10px 0px 10px; padding:0 2px 2px 2px; text-decoration: none; text-transform: uppercase; font-size: 14px; font-family: Helvetica, arial, sans-serif; color: #000; font-weight: bold; border-bottom: none; }
#pagenav li ul a:link, #pagenav li ul a:visited  { padding: 0 0 0 10px; font-family: Helvetica, Arial, sans-serif !important; font-size: 14px; text-transform: none; border: none; }
#pagenav li.current_page_item a, #pagenav li a  { color: #9fcef1; }
#pagenav li.current_page_item a, #pagenav li a:hover  { color: #17517b; }
#pagenav li.rss a  { background: none; padding-right: 2px; }

.nav ul	{ float: right; }

#topsearch	{ margin-top: -8px; float: right; }
#topsearch #searchform_top  { margin: 0;}

#logo		{ margin-top: 2px; }
#content	{ border-top: 3px solid #E7E7E7; padding: 15px 0 0 0; }

/*	Original Top Image With No Words

	#topImage		{ width: 890px; height: auto; min-height: 175px; margin: 0 0 15px 0; 
		float: left; padding: 15px 25px;
		background: #698faa url(images/feature_bg.png) repeat-x 0 0; 
		-webkit-border-radius: 5px;	-moz-border-radius: 5px; border-radius: 5px; 
		} 
*/

#topImage	{
	width: 940px;
	height: 205px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: url(images/topImgBg.jpg) no-repeat;
}
		
		
#topImage h3	{ font-family: Helvetica, arial, sans-serif; font-size: 18px; color: white; 
		border-bottom: 0px; }
#topImage .textwidget	{
	color: white; font-size: 14px;
}

/* Top Image contact Form */

#contactForm h4	{ 
	color: white;
	margin-bottom: 10px;
	font-size: 20px;
}
.formTitle	{
	font-size: 15px;
	font-weight: bold;
}
#contactForm	{
	width: 355px;
	float: right;
	margin: 30px 0 0 0;
	color: white;
}
input.form	{
	width: 230px;
	height: 20px;
	border: none;
	font-size: 15px;
	background: none;
}
input.form:focus	{
	border: none;
}
p.formBg 	{
	width: 249px;
	height: 34px;
	padding: 5px 10px 5px 10px;
	background: url(http://i48.tinypic.com/ne97jn.png) no-repeat;
}

.submitBtn	{
	background: none;
	border: none;
	width: 105px;
	height: 30px;
	margin: 10px 0 0 10px;	
}

.btnBg	{
	width: 128px;
	height: 48px;
	background: url(http://i45.tinypic.com/19r0q0.jpg) no-repeat;
	float: left;
	margin: -10px 0 0 0;
}

/* Contact Form End */

#main		{ width: 670px; }
#sidebar	{ width: 220px; background: #dde8f0; padding: 15px; 
		-webkit-border-radius: 5px;	-moz-border-radius: 5px; border-radius: 5px; 
		}
		
h3			{ font-size: 16px; }
.widget h3	{ text-transform: none; border-bottom: 1px solid #999; }
.widget ul li a:link, .widget ul li a:visited  { border-bottom: 1px solid #d3d3d3; }

.post .title	{ padding: 0px; margin-bottom: 15px;  }
h1.title a	{ 
	font-family: Helvetica, arial, sans-serif; font-size: 18px; color: #17517b!important;  
	}
h2.title a	{ 
	font-family: Helvetica, arial, sans-serif; font-size: 18px; color: #17517b!important;  
	}
	
.postDate		{ float: right; font-size: 10px; line-height: 30px; color: #3c3c3c; }

.post  			{ margin: 0px; padding: 15px 15px; background-color: #fff; border: 0; }
.more_entries 	{ border: 0px; }

.post-meta		{ border: 0; background: #dde8f0; 
		-webkit-border-radius: 5px;	-moz-border-radius: 5px; border-radius: 5px;
		}
.post-meta li	{ width: 200px; }

#comments	{ -webkit-border-radius: 5px;	-moz-border-radius: 5px; border-radius: 5px; }
#comments:hover	{ border:5px solid #cdcdcd; }
#respond	{ -webkit-border-radius: 5px;	-moz-border-radius: 5px; border-radius: 5px; }

.head	{ display: none; }

#footer	{ background-color: #131313; }
#extended-footer	{ background: #dde8f0; }
