/*

mindflowmedia 2011

*/

* {
	padding: 0em;
	margin: 0em;
}
body {
	background-color:#336633;
	padding: 35px 0px 35px 0px;
}
body, input {
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #333333;
}
p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: justify;
}
p.center {
	text-align: center;
}
a {
	color: #B96D00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 a {
	color: #333333;
}

a.link {
	color:  #333333;
	text-decoration: none;
}

.link a {
	color:  #333333;
	text-decoration: none;
}

h3, h4 {
	display: inline;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	margin-top:10px;
}
h2 {
	font-size: 1.3em;
	margin-top:10px;
}
h3 {
	font-size: 1.2em;
	margin-top:10px;
}
h4 {
	margin-top:10px;
	font-size: 1.2em;
}
.contentarea {
	padding-top: 1.3em;
}
img {
	border: solid 1px #336633;;
}
img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}
img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}

img.links {
	margin: 0em 0.8em 0em 0em;
}

.divider1 {
	position: relative;
	background: #ffffee url('images/border2.gif') repeat-x;
	height: 14px;
	margin: 2.0em 0em 1.5em 0em;
	clear: both;
}
.divider2 {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 2.0em 0em 2.0em 0em;
}
.post .details {
	position: relative;
	top: -1.5em;
	font-size: 0.8em;
	color: #787878;
}
.post ul.controls {
	clear: both;
}
.post ul.controls li {
	display: inline;
	font-size: 0.8em;
}
.post ul.controls li a {
	background-repeat: no-repeat;
	background-position: left;
	padding: 0em 1.0em 0em 20px;
}
.post ul.controls li a.printerfriendly {
	background-image: url('images/icon-printerfriendly.gif');
}
.post ul.controls li a.comments {
	background-image: url('images/icon-comments.gif');
}
.post ul.controls li a.more {
	background-image: url('images/icon-more.gif');
}
.box {
	position: relative;
	background: #FDFCF6 url('images/boxbg.gif') repeat-x;
	left: -1.5em;
	top: -1.5em;
	padding: 1.5em;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1.0em;
}
ul.linklist {
	list-style: none;
}
ul.linklist li {
	line-height: 2.0em;
}
#outer {
	z-index: 2;
	position: relative;
	width: 960px;
	border: solid 7px #ffffee;
	background-color: #ffffee;
	margin: 0 auto;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	max-width:960px;
	zoom: 1;

 filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=9) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=9) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=9) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=4) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=9) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=4);
}
#header {
	position: relative;
	width: 960px;
	height: 65px;
	background: #2B2B2B;
	background-position:right top;
	background-repeat:no-repeat;
	margin-bottom: 2px;
	background-color: #FFCC00;
}
#headercontent {
	position: absolute;
	bottom: 0em;
	padding: 0.1em 2.0em 0 2.0em;
	width: 468px;
}
#headercontent h1 {
	font-weight: normal;
	color: #336633;
	font-size: 2em;
 
	 text-shadow: 1px 1px #ffffee;
	 margin-bottom:1px;
}
 
#headercontent h2 {
	font-size: 1em;
	font-weight: normal;
	color: #336633;
	padding-bottom:5px;
	
}
#headerpic {
	position: relative;
	max-height: 400px;
	min-height: 200px;
	background: #ffffee url('images/oben.jpg') no-repeat center left;
	margin-bottom: 2px;
}
#menu {
	position: relative;
	background: url('images/menubg.gif') repeat-x top left;
	height: 3.0em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
	background-color: #535050;
	font-size: 1.2em;
}
#menu ul {
	position: absolute;
	top: 0.9em;
}
#menu ul li {
	position: relative;
	display: inline;
	border-right: solid 1px #ffffee;
}
#menu ul li a {
	padding: 0.5em 2.0em 0.9em 2.0em;
	color: #ffffee;
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;
	background-color:  #c7c7c7;
	color:  #666;
}
#menu ul li a.active {
	background: url('images/menuactive.gif') repeat-x top left;
	background-color: #666;
}
#menubottom {
	background: #ffffee url('images/border1.gif') repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 960px;
	height: 40px;
	color: #FFFFFF;
	margin: 1px auto 0px;
	padding: 0px;
	background-color: #363;
	font-size: 1.2em;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	margin: 0px;
	padding: 11px 20px 11px 20px;
	text-decoration: none;
	border-right: solid thin #999;
	}

#nav li a:hover, #nav li a:active {
	background-color: #F6F3EE;
	color: #222222;
	display: block;
    margin: 0px;
padding: 11px 20px 11px 20px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background-color: #F6F3EE;
	width: 170px;
	color: #333333;
	float: none;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #C4C1BC;
	border-left: 1px solid #C4C1BC;
	border-right: 1px solid #C4C1BC;
	}
	
#nav li li a:hover, #nav li li a:active {
	background-color: #333;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 170px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover1 ul ul, #nav li.sfhover1 ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover1 ul, #nav li li.sfhover1 ul, #nav li li li.sfhover1 ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

#nav ul li a.active {
	background: url('images/menuactive.gif') repeat-x top left;
	background-color: #666;
}

#content {
	padding: 0em 2.0em 0em 2.0em;
	background-color: #ffffee;
}
#primarycontainer {
	float: left;
	margin-right: -18.0em;
	width: 100%;
}
#primarycontent {
	margin: 1.5em 22.0em 0em 0em;
}
#secondarycontent {
	margin-top: 1.5em;
	float: right;
	width: 18.0em;
}
#footer {
	position: relative;
	height: 2.1em;
	clear: both;
	padding-top: 5em;
	background: #ffffee url('images/border2.gif') repeat-x 0em 2.5em;
	font-size: 0.8em;
}
#footer .left {
	position: absolute;
	left: 2em;
	bottom: 1.2em;
	width: 350px;
}
#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
	background:url(images/top.jpg) no-repeat;
	width:960px;
	height: 350px;
	margin:0 auto;
}
#slider {
	position:relative;
	width: 899px;
	height: 350px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}

#socialshareprivacy{ 	position: absolute;
	right: 5.0em;
	bottom: 0.2em;
}
