/*  paulpenders style */


/*  Images */
#top-out {
	background: url(../images/structure/bg_top.jpg) repeat-x 0 0;
}
#header {
	background: url(../images/structure/bg-header.jpg) no-repeat;
}
#page_navi a:hover {
	background: url(../images/structure/bg-nav-hover.png) no-repeat;
}
#secnav li:hover, #secnav li.sfhover1 {
	background: url(../images/structure/bg_cat_navi_hover.gif) repeat-x;
}

#middle-out-top { /* Background - Middle Top */
	background: /*#3D7D62*/ #7AAB6A url(../images/structure/bg_middle_out_top.jpg) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(../images/structure/bg_middle_out_bottom.jpg) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(../images/structure/bg_middle_content_single.jpg) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(../images/structure/bg_middle_content.jpg) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(../images/structure/bg_middle_content_bottom.jpg) no-repeat 0 bottom;
}
#content {
	background: url(../images/structure/bg_middle_top.jpg) no-repeat 0 0;
}

#comments .comment .col-left p { color:#78635E;}
#comments .comment .col-right p {color:#6F250B;}

.picborder {margin:10px; padding:10px; background: #FFF; border: solid 1px #CCC;}

#footer {
	color:#FFF;
	background: url(../images/structure/bg_footer_gradient.jpg) no-repeat 0 0;
}
#footer-out {
	background: #EF4C0C;
}
#copyright-out {
	background: #020202;
}
#copyright {
	color:#FFFFFF;	
}
#copyright  p, #copyright  a{
	color:#AEDDBC;	
}
	#copyright  a:hover{
	text-decoration: underline;	
}
.stockist {background: #F0F7FA;}
	.stockist tr{vertical-align:top;}
.odd {background:#E3F0F5; vertical-align: top;}

/*  Colors */
h1 { color: #6C8F86 /*#C41B08*/; }
h2 { color: #659E59 /*#D9381E*/;}
h3 { color: #B39B61 /*#E77327*/;}
h4 { color: #289A95;}

a 	{ color: #838c1c; }
p 	{ color: #020202;}

hr { color: #DEEBD9; background-color: #DEEBD9; height: 1px;}

#footer h2.widget_title {
	background: #222222;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #333333 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul#idTabs li a {
	background: #767676;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	background: #85CBDE;
}
.Nav .on, .Nav a:hover {
	background: #838383 !important;
}

#page_navi a {	
	color: #E0EDA9;
}

#page_navi a:hover {
	color: #2EC3FF;
}


#main-content .post h4.continue a:hover {
	background: #607125;
}

#nav li ul li a {
	/*background: #3a3a3a;*/
	background: url(../images/structure/bg-nav.png) no-repeat;
	border-bottom: 1px solid #333333;
}

#main-content p { color: #414141;}


/* Testimonial
--------------------------------------------------------------------------- */
#testimonial {
	margin: 15px 10px;
 	padding: 15px 15px 15px 35px;  
	background: #F0F7FA url(../images/quote02.gif) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.6em;
	/*font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	*/
	
}

#testimonial  .author {
	padding-top:15px;
	font-size: 0.95em;
	color: #473C3A;	
}

