/* 
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.

*/
/* ## START ## */

#navigation  {
	position: relative;
	z-index: 999;
	height: 37px;
	margin: 0 0 20px 0;
	background: url(images/navtile.png) repeat-x left top;
}

#intro h2 { color: #DF942A;}

/* ## WIDGET ## */

#searchform { background-color: #e7f1f8;}

.widget ul  { padding: 0!important;}

.widget ul li  { background-color: #e7f1f8; background-image: none; border-bottom: 1px solid #fff; }

.widget a:link, .widget a:visited  { color: 289dc8 /*#434a4f*/; }
.widget ul li a:link  { color: #289dc8; text-decoration: none; }
.widget ul li a:hover  { color: #000; text-decoration: none; }

#extended_footer .widget a:link, .widget a:visited  { color: #666; }
#extended_footer .widget a:hover  { color: #fff;}

#extended_footer .widget h3  { background: none; padding: 15px 0!important; }
#extended_footer .widget ul li  { background: none; border-bottom: 1px solid #424242!important;}
#extended_footer .widget ul li a:hover  { color: #fff!important; }
#extended_footer .widget ul li a:link, #extended_footer .widget ul li a:visited  { color: #666; padding: 2px 0 2px 0!important; border-bottom: 0!important; background: none!important; }

.widget ul li a:link, .widget ul li a:visited  {
	padding: 0 0 0 15px;
}

/* ## TABBER ##*/

#tabber .list  {
	background-color: #fff;
}

#tabber .list li  {background-color: #e7f1f8; background-image: none;}

#tabber .list li a:link,
#tabber .list li a:visited  {
	display: block;
	padding: 6px 0 6px 15px;
	color: #289dc8;
	border-bottom: 1px solid #fff;
}

#tabber .list li a:hover  {
	text-decoration: none;
	color: #000;
}

.entry img {
border: none !important;
}

.entry blockquote {
	color: #666 !important;
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
	padding: 0 10px 0 75px !important;
	background: url('images/quote.png') no-repeat 0 0;
	}

#intro .start{
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
	overflow: hidden;
	/*background-color: #242121;
	background: rgba(36, 33, 33, 0.3); */
}

#text-2 a:link, a:hover, a:visited {
	color: #2A7496;
}
