<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
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.

*/

#header  {
	width: 940px;
	margin: 0 auto -10px auto;
	background: url("images/header.gif") repeat-x scroll 0 0 #fff;
}

}

#header h1, #header h2  {display: none}

#header img { margin: 40px 0; }

#header #logo  {
	float: left;
	width: 470px;
}

body  {
    color: #666666;
    font: 14px Helvetica, Arial, Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/
	background: none repeat scroll 0 0 #3479B0; 
}

h1, h2, h3, h4, h5, h6  {
	color: #a8c399;
}

h5   {
     size: 14px;
     color: #3F312E;
}

a:link, a:visited  { color: #c98020; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #a8c399;
}

#about  {
	background: #99bbd6;
}

#about p  {
	color: #fff;	
	font-size: 14px;
	line-height: 20px;
}


#navigation  {
	position: relative;
	z-index: 1;
	margin-left: 50px;
	font-weight: bold;
}

#nav a:link, #nav a:visited {
	color: #4e8abe;
	background-color: #fff;
	border: none;
}

#nav ul ul li a:link, #nav ul ul li a:visited {
	color: #4e8abe !important;
}

#nav li.current_page_item a, #nav li a:hover, #nav li.hover a, #nav li.current_page_parent a  {
	color: #fff;
	background: #a8c399;
	border: none;
}
#nav li.current_page_item li a,
#nav li.hover li a,
#nav li.current_page_parent li a {
	color: #fff;
	text-transform: none;
	font-size: 14px;
}

/* Style drop down list */

#nav li ul { color: #e2eade; border: none;}
#nav li ul li {	color: #e2eade; border-bottom: none; background: #FFF; }
#nav li ul li a { color: #e2eade; background-color: #a8c399!important; background-image: none!important; border: none!important;}
#nav li ul li a:hover { color: #e2eade !important; background-color: #a8c399!important; background-image: none!important; border: none!important; }

#connect  {
	float: right;
	width: 278px;
	border: none;
}

#connect ul li a  {
	color: #ffffff;
	background: url(blue/connect_grad.png) repeat-x top left;
}

#connect ul li a span  {
	color: #c98020;
}

#connect ul li a  {
	height: 34px;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	cursor: pointer;
}

.entry img  {
	border: none;
}

.entry ul li  {
	list-style-type: circle;
	padding-bottom:8px;
}

.entry .alignleft  {
	float: left;
	margin: 5px 15px 10px 0;
    whitespace: nowrap;
}

.entry .alignright  {
	float: right;
	margin: 5px 0 10px 15px;
}
.post  {
    border-bottom:1px solid #C0D9E2;
}

.post .meta  {
	color: #666666;
}

#sidebar p  {
	font-size:11px;
}


#sidebar a  {
	color: #c98020;
}

.widget h3  {
	color: #fff;
	background-color: #99bbd6;	
}

.widget h3 span.fold  {
	background-image: url("blue/widget_fold.png") no-repeat center center;
}

.widget p  {
    padding-left:10px;
}

.widget ul li a:link, .widget ul li a:visited  {
	border-bottom: none;
	color: #c98020!important;
	background: url(blue/bullet.png) no-repeat 8px 13px;
}

.widget ul li a:hover  {
	color: #666666!important;
	background-color: #fff;
	background-image: url(blue/bullet_hover.png);
}

.widget_recent_comments li  {
	border-bottom: 1px solid #a8c399;
	background: url(blue/bullet.png) no-repeat 8px 13px;
}

.widget_recent_comments li a  {
	background: none!important;
	border: none!important;
}

.widget ul li a:link, .widget ul li a:visited  {
	display: block;
	padding: 0 10px;
	line-height: 20px;
	margin-top:10px;
}


#cat {font-size:13px ;    }


#searchform #s  {
	border: 1px solid #666666;
    width: 200px;
}

#searchform .submit  {
	color: #fff;
	border: none;
	background-color: #c98020;
}


.post .meta  {
	margin: 0;
	font-style: normal;
}

.post .categories a  {
	color: #c98020;
	text-transform: uppercase;
	background: none;
}

.post .categories a:hover  {
	text-decoration: underline;
}

.post h2.title a:link, .post h2.title a:visited {
	font-size:22px;
	text-decoration: none;
}

.post h2.title a:hover  {
	text-decoration: underline;
}


/* 2.7 Footer */

#footer p  {
	color: #fff;
	margin: 7px 0;
	font-weight: bold;
}

#footer ul li  {
	color: #fff;
	display: inline;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 6px;
}

#footer ul li a  {
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
}


/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments ol.commentlist  {
	border-top: 1px solid #dcd6d5;	
}

#comments ol.commentlist li {
	border-bottom: 1px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .avatar img  {
	border: 3px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .user-meta span.date  {
	color: #565656;
}

#comments ul.children {
	background: url(blue/comment_reply.png) no-repeat left 11px;
}

#comments ul.children li {
	border-bottom: 0;
}

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	color: #fff;
	background: #9F9F9F;
}

#comments .navigation a:hover {background: #888;}

#comments .commentlist #respond #form_wrap {
	border:0;
}

/* 5.2 Comments Form */

#commentform input.txt  {
	border: 1px solid #666666;
}

#commentform textarea  {
	background-color: #f4f4f4;
	border: 1px solid #666666;
}

#commentform #submit  {
	color: #fff;
	border: none;
	background-color: #c98020;
}

#accordion h3 a{
	font-size:18px;
	color:#A8C399;
	font-weight:bold;
	display:block;
	background:url(images/arrow_right.jpg) 0px 3px no-repeat;
	padding: 0 0 0px 20px;
}

#accordion div{
	padding:0 0 20px 20px;
}

#accordion h3 a:hover{
	color:#A8C399;
}

#accordion h3 a.selecteda{
	background:url(images/arrow_down.jpg) 0px 3px no-repeat;
}

</pre></body></html>