/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 18px;
background: #5A7952;
font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
color: #666;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #C8D2C5;
	/* curved border radius */
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

header {
width: 940px;
margin: 0 auto;
}

#main {
width: 920px;
margin: 0 auto;
padding-top: 30px;
background: #FFF;
overflow: hidden;
border: 10px #C8D2C5 solid;
}

#content {
float: left;
width: 600px;
margin-left: 20px;
}

#sidebar {
float: right;
width: 280px;
}

footer {
width: 940px;
background: #C8D2C5;
color: #5A7952;
margin: 0 auto;
clear: both;
	/* curved border radius */
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#5A7952;
}

a:hover, a:active {
color: #333;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 18px;
font-weight: bold;
margin-top: 30px;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 25px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding-right: 15px;
text-decoration: none;
color: #5A7952;
}

nav .menu a:hover {
text-decoration: underline;
}

/** HEADER */

header .logo, header p {
margin: 0;
line-height: normal;
}

header .logo { 	
float: left;
padding-top: 10px;
font-size: 60px;
font-style: italic;
}

header .logo a:link, header .logo a:visited {
text-decoration: none;
color: #D0D5CE;
}

header .logo a:hover { 
text-decoration: underline; 
}

header p {
padding: 10px 0 0 10px;
font-style: italic;
font-size: 14px;
font-weight: bold;
color: #FFF;
clear: both;
}

/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content article {
padding-bottom: 30px;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

#content article h1 {
color:#5A7952;
font-size:26px;
margin: 20px 0 5px;
}

#content article h2 , #content article h3 {
color:#5A7952;
font-size:24px;
margin: 5px 0 5px;
padding-top: 20px;
clear:both;
}

#content article p {
margin-bottom: 15px;
}

#content article img.f_r{
float:right;
margin: 2px 0 15px 20px;
}

#content article img.f_l{
float:left;
margin: 2px 20px 0 15px;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside .standard {
 margin-left: 20px;
}

aside .standard h3 {
font-size: 14px;
}

aside .standard ul {
list-style-image: url(images/arrow.gif);
color: #5A7952;
margin: -15px 0 20px 20px;
}

aside .standard ul li {
line-height: 1.2em;
}

aside .standard li a {
font-size: 12px;
text-decoration: none;
}

aside .standard li a:hover {
text-decoration: underline;
}

#footer-area {
background: #03327d;
color: #5A7952;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

footer p {
text-align: right;
font-size: 11px;
padding: 5px 30px 5px 0;
}

footer a {
color: #5A7952;
}

footer a:hover {
color: #5A7952;
text-decoration: none;
}

footer a:link, footer a:visited {
color: #5A7952;
}

/* slideshow styles */
		.faded, .faded a {
			color: #B2B2B2 !important;
		}
		.slideShow ul, .slideShow li {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}

		.slideShow {
			padding: 10px; border: 1px solid #B3B3B3; display: table;
			clear: both;
			margin-bottom: 10px;
		}
		.slideShow .navigation {
			margin-top: 10px;
			clear: left;
			display: block;
		}
		.slideShow .navigation a {
			background-color: #5A7952;
			margin: 0px 2px 0px 0px;
			padding: 3px 8px;
			color: #FFF;
			text-decoration: none;
			float: left;
			font-size: 0.8em;
		}
		.slideShow ul.topNavigation {
			margin: 0px 0px 40px 0px;
		}
		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			background-color: #C8D2C5;
			color: #000000;
		}
		
		/** slides with more than an image in it **/
		.slide img {
			position: absolute;
			border:0;
		}
		.slide h1 {
			position: absolute;
			background-color: #ffffff;
			left: 0px;
			top: 0px;
		}
		
		/** slides with text over images **/
		.slide p {
			margin: 1em;
			position: absolute;
			right: 0px;
			bottom: 0px;
			background-color: #dedede;
			opacity: .7;
			filter: alpha(opacity=70);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
			color: #000;
			z-index: 1000;
			padding: 0.2em 0.8em;
		}
		.slide p a {
			color: #e43e01;
		}
		
		/** slideshow with images in navigation **/
		.navigation.white a, .navigation.white li {
			background-color: #ffffff;
		}
		.navigation.white a {
			border: 1px solid #ffffff;
			padding: 0px;
			line-height: 0.8em;
		}
		.navigation.white a:hover, .navigation.white a.selected {
			background-color: #ffffff;
			border: 1px solid #999;
		}

