/*
Theme Name: Version 2
Description: 
Version: 0
Author: O.Skrinda
Author URI: http://skrinda.com/
Tags: current theme

*/

	
/* ------------ global reset -----------------*/
* {
	background-repeat:no-repeat;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:inherit;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	font-weight:normal;
}

strong {
	font-weight:bold;
}

ol,ul,li {
	list-style:none;
}

del {
	text-decoration:line-through;
}

blockquote,q {
	quotes:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}


	
/* ------------ end of global reset -----------------*/

	
/* ------------ basic styles -----------------*/
body {
	background:#666f3d url(images/bgBody.jpg) top center;
	font-family:Helvetica, Ariel, sans-serif;
	font-size:62.5%;
	text-align:center;
	line-height:1;
	color:#fff;
}

a {
	color:#5a572d;
}

a:hover {
}

.clear,.clear0 {
	clear:both;
}

div.clear {
	clear:both;
	font-size:1px;
	line-height:0;
	height:1px;
	position:relative;
	top:-1px;
	overflow:hidden;
}

.dnd {
	float:left;
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}

.highlight {
}

.img,.logo a,.home h1 {
	display:block;
	text-indent:-999em;
	overflow:hidden;
}

hr,.hidden {
	display:none;
}

.cleared:after,.navMain:after,.header:after,.bttmLinks:after,.footer:after,.item:after,.metaTop:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


	
/* ------------ end of basic styles -----------------*/
.wrapper {
	color:#251f09;
	font-size:1.2em;
	line-height:1.4;
	background:#e8efc2 url(images/bg.jpg) top center;
}

.decorative {
	background:url(images/bandGreen.jpg) center -5px repeat-x;
	padding-top:25px;
}

#content {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:20px 10px;
	text-align:left;
	color:#251f09;
	position:relative;
	min-height:200px;
}

#header {
	color:#fff;
	background:#569792 url(images/bgTop.jpg) top center repeat-x;
}

.header {
	clear:both;
	width:960px;
	margin:0 auto;
	height:347px;
	text-align:left;
	padding:20px 0;
	position:relative;
}

.illustration {
	background:url(images/top.jpg) top center no-repeat;
}

.header a {
	color:#fff;
	text-decoration:none;
}

.house {
	position:absolute;
	display:block;
	width:285px;
	height:75px;
	background:url(images/house.png) 0 0 no-repeat;
	bottom:-9px;
	left:85px;
	overflow:hidden;
}

.logo {
	position:absolute;
	width:142px;
	height:117px;
	top:17px;
	background:url(images/logo.png) 0 0 no-repeat;
	text-indent:-999em;
}

.logo a {
	width:100%;
	height:117px;
	position:absolute;
	left:0;
}

#footer {
	clear:both;
	background:url(images/bgFooter.jpg) top center repeat-x;
}

.footer {
	width:960px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
	font-size:1.3em;
	line-height:1.4;
	min-height:200px;
}

.footer a {
	color:#fff;
	text-decoration:none;
	color:#dbecca;
}

.footer a:hover {
	color:#fff;
	text-decoration:underline;
}

.copyright {
	float:left;
}


	
/* ------------ navigation -----------------*/
.navMain {
	float:right;
	clear:both;
	padding-top:20px;
}

.navMain li {
	float:left;
	position:relative;
	margin-left:30px;
	padding:2px 5px 5px;
}

.navMain li a {
	display:block;
	white-space:nowrap;
	font-size:1.4em;
	text-shadow:0 1px 1px #344746;
}

.navMain li a:hover,.navMain li.current_page_item a,.navMain li.current_page_ancestor a,.navMain li:hover a,
#news li.page-item-23 a, #blog li.page-item-180 a {
	color:#013532;
	text-shadow:0 1px 1px #fff;
}

.navMain ul {
	display:none;
	position:absolute;
	z-index:10;
	overflow: visible;
	text-align: left;
}

.navMain ul ul {
	position:static;
}

.navMain ul li {
	float:none;
	position:relative;
	margin-left:0;
	padding: 0;
}

.navMain ul li a {
	border-bottom:1px solid #417D79;
}

.navMain ul li a,.navMain li.current_page_item li a,.navMain li.current_page_ancestor li a,.navMain li:hover li a {
	display:block;
	padding:7px 10px 4px;
	text-shadow:none;
	color:#fff;
}

.navMain ul li li a,.navMain li.current_page_item li li a,.navMain li:hover li li a {
	color:#cde4e3;
}

#header .navMain ul a:hover {
	color:#fff;
}

.navMain li:hover ul {
	display:block;
}

.navMain ul {
	background:#234341;
	padding:1px;
/* 	border-bottom:4px solid #234341; */
	font-size:.85em;
	opacity:0.95;
	overflow:hidden;
	left:-5px;
}

.navMain ul ul {
	background:transparent;
	padding:0;
	border:none;
	font-size:.9em;
	opacity:1;
	left:0;
	margin-top:-2px;
}

.navMain ul a:hover {
	background-color:#4d9972;
	color:#fff;
	text-shadow:none;
}

.navmain li a:active {
	background-color:#4fc889;
}

.navTop {
	float:right;
	position:relative;
	overflow:hidden;
}

.navTop li {
	float:left;
	padding-left:10px;
	margin-right:10px;
	border-left:1px solid #acdcd9;
	position:relative;
	left:-11px;
	line-height:1;
}

.navTop li a:hover,.navTop li.active a {
	text-decoration:underline;
	color:#fff;
}

.bttmLinks {
	overflow:hidden;
	padding-bottom:10px;
	display: none;
}

.bttmLinks li {
	float:left;
	width:250px;
	margin:4px 100px 4px 0;
}

.bttmLinks li.last {
	float:right;
	margin-right:0;
}

.bttmLinks ul li {
	clear:both;
	width:100%;
	float:none;
}

.bttmLinks ul li li {
	margin-left:15px;
	list-style:disc;
	color:#c2d3a1;
}

.bttmLinks li a {
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #eef1eb;
	font-weight:bold;
	padding-bottom:2px;
}

.bttmLinks ul li a {
	text-transform:none;
	display:inline;
	border:none;
	font-weight:normal;
	padding-bottom:0;
}

.bttmLinks li a:hover {
	text-decoration:none;
}

.bttmLinks ul li a:hover,.bttmLinks li.current_page_item li a:hover {
	text-decoration:underline;
	color:#fff;
}

.bttmLinks li.current_page_item a {
	color:#fff;
}

.bttmLinks li li.current_page_item a {
	text-decoration:underline;
}

.bttmLinks li.current_page_item li a {
	color:#dbecca;
	text-decoration:none;
}

.navBttm {
	clear:both; 
	float:right;
	position:relative;
	overflow:hidden;
}

.navBttm li {
	float:left;
	margin-left:10px;
	padding-right:10px;
	border-right:1px solid #95a980;
	position:relative;
	right:-11px;
	line-height:1;
}

.navBttm li.active a {
	text-decoration:underline;
	color:#fff;
}


	
/* ------------ /navigation -----------------*/
a.lnkMore {
	display:inline-block;
	text-decoration:none;
	padding:5px 22px 2px 8px;
	font-size:.65em;
	text-transform:uppercase;
/* background-color: #c3cb9a;  */
	background:url(images/bgBttn.png) top right no-repeat;
	color:#322c02;
	border:1px solid #778059;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	box-shadow:0 1px 1px #fcfef1;
	-webkit-box-shadow:0 0 1px #fcfef1;
	-moz-box-shadow:0 1px 1px #fcfef1;
	letter-spacing:.05em;
}

a.lnkMore:hover {
	color:#425600;
}


	
/* ------------ forms -----------------*/
#searchform {
	float:right;
	margin:0;
}

.int_ad {
	border-bottom:1px solid #1a230d;
	border-right:1px solid #1a230d;
	background-color:#3b511d;
	margin:30px -8px;
	position:relative;
}

.int_ad a {
	border:1px solid #74904b;
	padding:8px;
	display:block;
	height:230px;
}

form#searchform input#s {
	border:1px solid #95b9bd;
	font-size:1em;
	padding:2px;
	width:150px;
	position:relative;
	top:-10px;
	background:#62959a;
	color:#fff;
}

form#searchform input#searchsubmit {
	position:relative;
	top:-5px;
}

label {
	font-size:1.4em;
	display:block;
	margin:20px 0 8px;
}

label small {
	font-size:.8em;
}

label span {
	font-size:.8em;
}

#commentform {
	position:relative;
	top:-20px;
}

#commentform .body input,#commentform textarea {
	width:550px;
	padding:5px;
	font-size:1.4em;
	background-color:#efffd6;
	color:#22310c;
	border:1px solid #778059;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 0 1px #fff;
	-moz-box-shadow:0 1px 1px #fff;
}

#commentform textarea {
	display:block;
	margin:0 0 20px;
	width:550px;
	font-family:TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
	height:250px;
}

#commentform #submit {
	padding:5px;
	border:none;
	background-color:#bdc595;
	color:#322d02;
	opacity:0.9;
	font-size:1.2em;
	border:1px solid #778059;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 0 1px #fff;
	-moz-box-shadow:0 1px 1px #fff;
}

#commentform #submit:hover {
	opacity:1;
	cursor:pointer;
}

#usermessageb {
	font-size: 1.2em;
}

.failure {
	color: #d63700;
}

.success {
	color: #557208;
}
	
/* ------------ /forms -----------------*/
.main p,.entry p {
	margin:1em 0 1.2em;
	font-size:1.2em;
}

h2 {
	color:#585f0a;
	font-size:1.8em;
	margin:5px 0 1em;
}

.entry h3,.entry h4 {
	color:#585f0a;
	font-size:1.5em;
	margin:1.2em 0 .2em;
}

.entry h4 {
	font-size:1.3em;
}

.page h1 {
	position:absolute;
	font-size:4em;
	top:-180px;
	color:#fff;
	text-shadow:0 1px 1px #253433;
	width: 650px;
	z-index: 5;
}

.page h1 span {
	font-size:.5em;
	font-style:italic;
	white-space:nowrap;
}

.home h2,.item h2,.home strong.subhead,.pageContacts h2 {
	color:#585f0a;
	font-size:2.2em;
	display:block;
	margin-bottom:8px;
}

.item h2 {
	margin-bottom:6px;
}

.home h2 a,.item h2 a,.home strong.subhead a {
	color:#585f0a;
	text-decoration:none;
}

.home #content .item h2 a:hover {
	text-decoration:underline;
}

.single h2 {
	margin-bottom:10px;
}

h1 a {
	color:#fff;
	text-decoration:none;
}

.main h1 a:hover,body .main h1 a:active {
	text-decoration:underline;
	background:transparent;
}

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

.main a:hover,.home .blogLatest h2 a:hover,.home .newsLatest h2 a:hover {
	text-decoration:none;
	background-color:#d6dcad;
}

body .main a:active,.home .blogLatest h2 a:active,.home .newsLatest h2 a:active {
	background-color:#b7c26e;
	text-decoration:none;
	color:#fafbf1;
}

.content-img {
	display:block;
	margin:1em 0;
	border:1px solid #bbc28a;
}


	
/* ------------ home page -----------------*/
.welcomeMssg {
	position:absolute;
	top:-300px;
	left:160px;
	left:188px;
}

.mssgCopy {
	width:490px;
	float:left;
	background:url(images/bbl.png) 0 0 no-repeat;
	padding:20px 130px 15px 30px;
	font-size:1.1em;
	color:#203836;
	padding-right:103px;
	height:;
}

.welcomeMssg img {
	float:right;
	border:7px solid #e2e2e2;
	position:relative;
	top:30px;
	box-shadow:1px 1px 2px #38625d;
	-webkit-box-shadow:1px 1px 2px #38625d;
	-moz-box-shadow:1px 1px 2px #38625d;
}

.mssgCopy p {
	line-height:1.1;
	margin-bottom:.7em;
}

.mssgCopy a {
	color: #203836;
}

.home h1 {
	background:url(images/h1Welcome.gif) 0 0 no-repeat;
	height:23px;
	padding-bottom:10px;
}

.blockFirst {
	clear:both;
/* 	display: none; */
}

.feat {
	width:330px;
	height:270px;
	float:left;
}

.feat img {
	border: 1px solid #a6ad75;
	opacity:0.80;
}

.feat a:hover img {
	opacity:1;
}

.blockFirst .last {
	text-align:right;
	width:300px;
}

.home h2.hWhatsOn,.home strong.subhead {
	float:left;
	width:230px;
	clear:both;
}

.home h2.hWhatsOn { display: none; }

.home .item {
	width:670px;
	float:right;
	padding:0;
	margin:0;
	background:none;
	margin-bottom: 15px; /* temp */
}

.blogLatest,.newsLatest {

	
/* border-top: 1px solid #36491e; */
	background:url(images/line.png) center top repeat-x;
	padding:20px 0 30px;
	float:left;
	width:100%;
	padding-bottom: 15px; /* temp */
}

/* .blogLatest { background: none; } */

.home .blogLatest h2,.home .newsLatest h2 {
	color:#585f0a;
	font-size:1.7em;
	margin-bottom:8px;
}

.home .blogLatest h2 a,.home .newsLatest h2 a {
	color:#585f0a;
	text-decoration:none;
}


	
/* ------------ / home page -----------------*/
.item {
	position:relative;

	
/* border-bottom: 1px solid #36491e; */
	background:url(images/lineDbl.png) center bottom repeat-x;
	padding:0 0 10px;
	margin:20px 0 0;
}

.item .date {
	display:block;
	width:41px;
	height:37px;
	background:url(images/calendar.png) 0 0 no-repeat;
	position:absolute;
	left:-57px;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
	padding-top:15px;
	padding-right:4px;
	line-height:1;
	top:0;
}

.item .date span {
	font-weight:normal;
	font-size:.8em;
	display:block;
	line-height:1;
	padding-bottom:1px;
}

.home .item .date {
	top:4px;
}

.single .date {
	top:3px;
}

.entry {
	clear:both;
}

.entry hr {
	clear:both;
	display:block;
	background:url(images/line.png) 0 0 repeat-x;
	height:1em;
	margin:1.2em 0 0;
	border:none;
}

.main {
	width:670px;
	float:right;
	padding-bottom:20px;
}

.metaTop {
	text-transform:uppercase;
	color:#5a582e;
	position:relative;
	top:-3px;
	font-size:.85em;
}

.metaTop a {
	text-decoration:underline;
	color:#5a582e;
}

.metaTop em {
	font-style:normal;
}

.metaTop {
	height:1.4em;
	width:100%;
}

.metaTop li {
	float:left;
	padding-right:10px;
	line-height:1;
}

.metaTop li.leaveComment {
	border-left:1px solid #5a582e;
	padding-left:10px;
}

.metaTop li.comments {
	background:url(images/bubble.png) 0 0 no-repeat;
	width:31px;
	height:23px;
	line-height:1;
	text-align:center;
	position:relative;
	top:-4px;
}

.metaTop li.comments a {
	display:block;
	margin:0 auto;
	line-height:1;
	padding:3px 0 0;
}

.postmetadata {
	margin:20px 0;
}


	
/* ------------ sidebar -----------------*/
#sidebar {
	width:210px;
	float:left;
	padding-top:20px;
	font-size:.8em;
}

#sidebar h3 {
	margin-bottom:0;
	position:absolute;
	left:-999em;
	overflow:hidden;
}

#sidebar .lists {
	padding-bottom:30px;
}

#sidebar .lists ul {
	position:relative;
	overflow:hidden;
}

#sidebar .lists ul li {
	position: relative; 
}
/*
#sidebar .lists ul li {
border-bottom: 1px solid #625b50;
	position:relative;
	bottom:-4px;
}
*/

#Events #sidebar .lists ul li a {
	text-transform:uppercase;
	font-size:1.3em;
}

#Events #sidebar .lists ul li li a {
	text-transform:none;
	font-size:1.3em;
}

#sidebar .lists ul li a {
	font-size:1.4em;
	text-transform:uppercase;
	font-size:1.3em;	
	text-decoration:none;
	color:#5d5936;
	position:relative;
	top:1px;
	display:block; 
	padding:7px 1.5em 7px 5px;
	background:url(images/line.png) bottom left repeat-x;	
}

#sidebar .lists ul li li a {
	padding-left: 15px;
}

#sidebar .lists ul li a:hover,#sidebar .lists ul li.current_page_item a:hover {
	color:#618001;
}

#sidebar .lists ul li.current-cat a,#sidebar .lists ul li.current_page_item a {
	font-weight:bold;
	color:#618001;
	letter-spacing:.03em;
}

#sidebar .lists ul li.current-cat li a,#sidebar .lists ul li.current_page_item li a {
	color:#5d5936;
	font-weight:normal;
	letter-spacing:normal;
}


#sidebar .lists ul span { position: absolute; top: 10px; right: 5px; }

#sidebar li.archives {
	margin: 30px 0 20px;
}

#sidebar li.archives h2 {
	margin-bottom: 0;	
}
	
/* ------------ / -----------------*/
.prevNext {
	padding:20px 0 10px;
	height:1.2em;
	width:100%;
	font-size:1.2em;
}

.prevNext li {
	float:left;
	width:42%;
	width: 45%;
	min-height:1em;
}

.prevNext li.next {
	float:right;
	text-align:right;
}

.prevNext li a {
	font-weight:bold;
	text-decoration:none;
}

.singlePost .prevNext li a {
	font-weight:normal;
}


	
/* ------------ contact page  -------------*/
.pageContacts {
	width:100%!important;
}

.pageContacts h1 {
	left:300px;
}

.pageContacts h3 {
	margin-bottom:.5em;
}

.col1 {
	float:right;
	width:380px;
	padding:10px 15px 5px;
	position:relative;
}

.col2 {
	float:left;
	width:500px;
	padding-right:50px;
	padding-top:12px;
}

form.cform li {
	float:left;
	width:200px;
	margin:5px 15px 15px 0;
}

form.cform li#li--3 {
	width:100%;
	float:none;
	clear:both;
}

form.cform label {
	display:block;
	margin:0 0 10px;
}

form.cform .reqtxt,form.cform .emailreqtxt {
	display:none;
}

form.cform input,form.cform textarea {
	width:190px;
	padding:5px;
	font-size:1.4em;
	background-color:#efffd6;
	color:#22310c;
	border:1px solid #778059;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
}

form.cform textarea {
	display:block;
	margin:0 0 20px;
	width:405px;
	font-family:TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
	height:200px;
}

form.cform #sendbutton {
	padding:5px;
	border:none;
	background-color:#bdc595;
	color:#322d02;
	opacity:0.9;
	font-size:1.2em;
	border:1px solid #778059;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 0 1px #fff;
	-moz-box-shadow:0 1px 1px #fff;
}

.ways-to-contact {
	font-weight:bold;
	width:8em;
	float:left;
	clear:both;
}

address {
	font-style:normal;
	font-size:1.25em;
	line-height:1.5;
	padding-bottom:10px;
}

#Contacts .list-styled li {
	margin-bottom:5px;
	list-style:circle;
	list-style-position: inside;
	font-size:1.2em;
	line-height:1.4;
	padding-bottom:7px;
}

#Contacts p {
	font-size:1.2em;
}

.cf_hidden legend {
	display:none;
}

.pageContacts p.cf-sb {
	margin-top:0;
}

#Contacts strong {
	font-weight:bold;
}

iframe {
	border: 1px solid #a6ad75;
}
	
/* ------------ /contact page  -------------*/

	
/* ------------ search page -----------------*/
.searchPage .postmetadata {
	margin-top:0;
}

.searchPage form#searchform input#s {
	border:1px solid #778059;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 0 1px #fff;
	-moz-box-shadow:0 1px 1px #fff;
	font-size:1.6em;
	width:400px;
	color:#22310C;
	background:#EFFFD6;
}

.searchPage form#searchform {
	float:none;
	margin:20px 0 10px;
}


	
/* ------------ /search page -----------------*/

	
/* ------------ comments -----------------*/
#comments {
	padding-top:20px;
}

#commentList {
	margin-top:12px;
}

.commentList {
	margin:15px 0;
}

.commentList li {
	margin:0 0 1.2em;
	background:url(images/line.png) left bottom repeat-x;
	padding-bottom:1px;
	width:100%;
	overflow:hidden;
}

.comment_body {
	margin:15px 0;
}

.avatar {
	float:left;
	margin:0 10px 10px 0;
}

.commentmetadata {
	font-size:.9em;
}

.commentList cite {
	font-weight:bold;
	font-style:normal;
}

.userID {
	float:left;
	width:200px;
	margin-top:1em;
}

.commentBody {
	position:relative;
	padding-bottom:10px;
	float:right;
	width:450px;
}

.moderation {
	font-weight:bold;
}

h3#respond,#commentList h3 {
	font-size:1.8em;
	margin:0 0 1em;
	color:#585f0a;
}


	
/* ------------ /comments -----------------*/
.cd-cover {
	clear:both;
	border:7px solid #bdc77b;
	float:left;
	margin:0 20px 20px 0;
	box-shadow:1px 1px 2px #c4ca9e;
	-webkit-box-shadow:1px 1px 2px #c4ca9e;
	-moz-box-shadow:1px 1px 2px #c4ca9e;
}

.list-tracks {
	padding-left: 240px;
	font-size: 1.1em;
}


	
/* ------------ site map -----------------*/
#sitemap h2 {
	margin-bottom:10px;
}

#sitemap .entry {
	font-size:1.1em;
}

#sitemap .entry li {
	line-height:1.6;

}

#sitemap .entry ul {
	margin-bottom: 30px;
}

#sitemap .entry li a {
	font-size:1.2em;
}

#sitemap .entry li li a {
	color: #494621;
}

#sitemap .entry li li li a {
	color: #403d0d;
}

#sitemap .entry li strong {
	font-size: 1.3em;
	font-weight: normal;
}

#sitemap .entry li ul {
	margin:3px 0 8px 15px;
	font-size:.9em;
}

#sitemap .entry li ul ul {
	font-size:.95em;
}

#sitemap .entry li li {
	list-style-position:outside;
	list-style-type:disc;
}

#sitemap .entry li li li {
	list-style-type:circle;
}

#sitemap .entry li ul ul li {
	line-height:1.8;
}

	
/* ------------ /site map -----------------*/