/* Default stylesheet */
body {
	background: #9E8660 ;
	color: #444;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	/*font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;*/
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
/*
	Text selection
*/
::selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}


table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px 6px;
	padding: 0px;
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link { color: #b84b44; text-decoration: none; }
a:visited { color: #666666; }
a:hover { text-decoration: underline;}

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}


/* Copyright, CustomPublish powered link etc.	 */
#cp { }
#cp a{ color: #732900; font-weight: bold;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link {}
.headlinelink:visited { }
.headlinelink:hover { text-decoration: underline}

/* Navigation path links */
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.author { color: #333333; font-size: 0.9em; }

/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 

/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline, h1.headlineview {
	font-size: 1.6em;
}

.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}

.ingress {
	margin: 6px 0px; 
	padding: 0px;
}

.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 30px 0 10px; padding: 0px;
	font-size: 10px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}

/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 20px;
}

/* .imgborder {
	background: #FFF;
	border: 1px solid #eaeaea;
	padding: 2px;
	border-radius: 2px;
}*/




.articleblock .imgwrap {
	float: left;
/*
	width: 32.5%;
*/
		width: 150px;

}
.articleblock .imgwrap img {
/*
	max-width: 100%;
*/
/*
	width: 200px;
*/
	height: auto;
}



.imgwrapforside {
	width: 150px;
	float: left;

}


.articleblock .textwrap {
	float: left;
	width: 65%;
	padding: 15px;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

.listingarea hr, div.hr {
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: dashed;
	border-color: #CCC;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	box-shadow: 0 5px 10px rgba(0,0,0,0.6);
	background: #faf4e7;
}

#top {
	background: #ffffff;
	margin: 0px;
	padding: 10px 10px 15px;	
	}
.logo {}

#topnav {
	background: #362F1D;
	padding: 5px 0;
	color: #FFF;
	text-shadow: 0 1px 1px #000;
}
#topnav a{
	color: #FFF;
}
#middle {
	background: none repeat scroll 0 0 #faf4e7;
	padding: 10px;
}
#navbar {}
#main {
	min-height: 500px;
}


.listingpicviewarea {
	width: 300px;
/*
	margin-right: 40px;	
*/
}

.listingpicviewarea img {
/*
	width: 200px;	
*/
	margin-right: 20px;	

}




#mainsidebar {}

/* #main when no sidebar */
.widemain #main {
	float: right;
	margin-right: 0;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	margin-right: 0;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}

#footer {
	color: #732900;
	clear: both;
	margin: 10px auto;
	font-size: 10px;
}
/* SECTION: Sidebar */
.sidebar {}

.box {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0px;
	margin: 0 0 15px;
	position: relative;
	border: 1px solid #fff;
	border-radius: 6px;
}


.quotebox {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0px;
	margin: 0 0 15px;
	position: relative;
	border: 1px solid #fff;
	border-radius: 6px;
}

.box .cell {
	padding: 10px;
}
.box ul {
	padding: 0px 0 0 10px;
	margin: 0px 0px 0px 0px;
	list-style: square;
}
.box ul li {
	margin: 0px 0px 6px 0;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 5px 10px;
	margin: 0px;
	background: #f0f3f9 url(http://img4.custompublish.com/getfile.php/1658853.1554.ruaaevbcqa/mainmenubg.png) repeat-x top;
	border-bottom: 1px solid #dcdce6;
	border-radius: 6px 6px 0 0;
	text-shadow: 0 1px 1px #FFF;
}
/* SECTION: page elements */
#path {
	margin-bottom: 10px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#topmenu {
	list-style: none;
	float: right;
}
#topmenu li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #FFF;
}
#topmenu li.lastitem {
	border-right: 0;
}

}
#languagebar {
	float: right;
}


#searchform {
    background:  #FAF4E7;
    border-radius: 24px 24px 24px 24px;
    margin-top: 36px;
    padding: 0px;
}
input.searchinput {
    background: transparent;
    border: 0;
    color: #555555;
    vertical-align: middle;
    width: 66%;
    padding: 8px 12px;
    font-size: 1.2em;
    float: left;
    
}
input.searchsubmit {
    cursor: pointer;
    vertical-align: middle;
    padding-right: 12px;
    text-align: right;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    float: right;
    
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
.calendar table {
    border-spacing: 2px;
    margin: 0 0 10px;
}
.calendar table caption {
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
}
.calendar table td:first-child, .calendar table th:first-child {
    display: none;
}
.calendar table th {
    font-weight: normal;
    padding: 2px;
    text-align: right;
}
.calendar table td {
    background-color: #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
    text-align: right;
}
.calendar table td.caltoday {
    background-color: #b84b44;
    background-image: none;
    color: #FFFFFF;
}
.calendar table td b {
    font-weight: normal;
    text-decoration: underline;
}
.calendar table td.hasevent {
    background-color: #666;
    background-image: none;
    color: #FFFFFF;
    text-decoration: underline;
}
.calendar table td.empty {
    background-color: transparent;
    background-image: none;
}
h2.dayheader {
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
}
div.calendarentry {
    font-size: 0.9em;
}
span.caltime {
    margin-right: 15px;
}
div.vevent {
    background-color: #EEEEEE;
    border: 1px solid #666666;
    padding: 5px;
}


/*
	Form input placeholder
*/
::-webkit-input-placeholder { 
	color: #bbbbbb;
	font-weight: bold;
}

:-moz-placeholder { 
	color: #bbbbbb !important;
	font-weight: bold;
}

.placeholder { 
	color: #bbbbbb !important;
	font-weight: bold;
}
input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #CCC;
	padding: 4px 6px;
	border-radius: 2px;
	-webkit-transition: -webkit-box-shadow .15s linear;
	-moz-transition: -moz-box-shadow .15s linear;
	transition: box-shadow .15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 5px #aae2ff;
	-moz-box-shadow: 0 0 5px #aae2ff;
	box-shadow: 0 0 5px #aae2ff;
}

button,
input[type="submit"] {
	border: 1px solid #bababa;
	font-weight: bold;
	color: #777777;
	padding: 6px 12px;
	background: #f6f6f6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8');
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
	background: -moz-linear-gradient(top,  #fcfcfc,  #e8e8e8);
	background: -o-linear-gradient(#fcfcfc,#e8e8e8);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%);
	background: linear-gradient(top, #fcfcfc 0%,#e8e8e8 100%);
	border-radius: 5px;
	text-shadow: 0 2px 0 #f9f9f9;
	box-shadow: inset 0 0 4px #fff, 0 1px 3px rgba(0, 0, 0, .1);
}

button:hover,
input[type="submit"]:hover {
	text-shadow: 0 2px 0 #f6f6f6;
	background: #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e0e0e0');
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #f6f6f6,  #e0e0e0);
	background: -o-linear-gradient(#f6f6f6,#e0e0e0);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#e0e0e0 100%);
	background: linear-gradient(top, #fcfcfc 0%,#e0e0e0 100%);
	cursor: pointer;
}

button:active,
input[type="submit"]:active {
	text-shadow: 0 2px 0 #eeeeee;
	background: #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e0e0e0');
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d7d7d7));
	background: -moz-linear-gradient(top,  #f6f6f6,  #e0e0e0);
	background: -o-linear-gradient(#f6f6f6,#e0e0e0);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e0e0e0 100%);
	background: linear-gradient(top, #f6f6f6 0%,#e0e0e0 100%);
	-webkit-box-shadow: inset 0 0 4px #fff, 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 0 4px #fff, 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 4px #fff, 0 1px 4px rgba(0, 0, 0, .2);
}


#mainmenubg {
	background: #f0f3f9 url(http://img4.custompublish.com/getfile.php/1658853.1554.ruaaevbcqa/mainmenubg.png) repeat-x top;
	border-bottom: 1px solid #dcdce6;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#mainmenu, #mainmenu * {
	margin:	0;padding:0;
	list-style:	none;
	position: relative;
	z-index:99;
}

#mainmenu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:100%;
}
#mainmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:left;
	position:relative;
}
#mainmenu a {
	display:block;
	position:relative;
	
}
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	left:0;
	top:100%; /* match top ul list item height */
	z-index:99;
}
ul#mainmenu li:hover li ul, ul#mainmenu li.sfHover li ul {
	top:-999em;
}
ul#mainmenu li li:hover ul, ul#mainmenu li li.sfHover ul {
	left:100%;
	top:0;
}
ul#mainmenu li li:hover li ul, ul#mainmenu li li.sfHover li ul {
	top: -999em;
}
ul#mainmenu li li li:hover ul, ul#mainmenu li li li.sfHover ul {
	left: 100%;
	top: 0;
}

ul#mainmenu {
	color: #FFF;
}

ul#mainmenu li{
	float: left;
	font-size: 16px;
	text-align: center;
}

ul#mainmenu li a.menulevel0, ul#mainmenu li.noclick{
	color: #444444;
	display: block;
	padding: 14px 24px;
	text-decoration: none;
	border-right: 1px solid #e8ebf5;
	border-left: 1px solid #f9fafc;
	text-shadow: 0 1px 1px #FFF;
	font-family:"HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;

}
				
ul#mainmenu li.firstitem a {
	border-left: none;
}

ul#mainmenu li ul{
	background:	#FFFFFF;
	box-shadow: 0 5px 7px rgba(0, 0, 0, .3);
}

ul#mainmenu li ul li {
	text-align: left;
	font-size: 12px;
}
ul#mainmenu li li a{
	padding: 8px 10px;
	border: 0;
	border-bottom: 1px solid #E8E8E8;
    color: #636363;
    background: transparent;
}
ul#mainmenu li li li {
	background:	#003261;
	
}
ul#mainmenu li.sfHover a.menulevel0, ul#mainmenu li a:hover{
	background: #b7a997; /* Old browsers */
	background: -moz-linear-gradient(top, #4a3822%, #a99e92 46%, #4a3822 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a7a7), color-stop(46%,#a99e92), color-stop(100%,#4a3822)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4a3822%,#a99e92 46%,#4a3822 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4a3822%,#a99e92 46%,#4a3822 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4a3822%,#a99e92 46%,#4a3822 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#4a3822',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4a3822%,#a99e92 46%,#4a3822 100%); /* W3C */
	color: #FFF;
	text-shadow: 0 1px 1px #575757;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
}
ul#mainmenu li.sfHover a li a, ul#mainmenu li li a:hover{
	background: #FFF;
	color: #444444;
	text-shadow: 0 1px 1px #FFF;
}

#submenu {

}
#submenu li{	
}

#submenu li a{
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: background-color .15s linear;
	-moz-transition: background-color .15s linear;
	-ms-transition: background-color .15s linear;
	transition: background-color .15s linear;
}
#submenu li a:hover, #submenu li a.menuselected{
	background: #D0C5B8;
}
#submenu li.lastitem a{
	border-bottom: 0;
}
#submenu li.itemselected > a  {
	text-decoration: underline;
}


#dsq-content.clearfix, #disqus_thread {
 	height: auto !important;
 	clear: both !important;
 	font-size: inherit !important;
}

@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}

.articlesidebar {
    width:245px;
    height:380px;
    display:block
  }

.slides_container {
    width:245px;
    height:308px;
  }
  .slides_container div {
    width:245px;
    height:180px;
    display:block;
  }
  
  
  
  .padding {padding: 10px;}
  
  
  
  
  
  
  .headlinevision {font-size: 16px; font-style: oblique; font-weight: 500; font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;}
  
  .subheadlinevisions {text-align: right; font-size: 12px; color: #826435;}