@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
	}
body {
	margin: 0 auto;
	width: 960px;
	font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background-color: #271408;
	background-image: url(../../images/bodybkg.jpg);
	background-repeat: repeat;
	}
	
/* standard alignments */
.alignleft {
	float: left;
	}

img.alignleft {
	margin: 5px 10px 0 0; 
	}

.alignright {
	float: right;
	}

img.alignright {
	margin: 5px 0 0 10px; 
	}
	
.center {
	text-align: center;
	}
	
.fleft {
	text-align: left;
	float: left;
	margin-left: 20px;
	}
	
.fright {
	float: right;
	text-align: right;
	margin-right: 20px;
	}
	
.fcentered {
	text-align: center;
	}
#logo  {
	margin-bottom: 0px;
	margin-top: 21px;
	background-color: #FFF;
	background: hsla(0, 0%, 100%, 0.7);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-top: 58px;
	padding-bottom: 34px;
	padding-right: 0px;
	padding-left: 14px;
	height: 250px;
}

h1 {
	font-size: 48px;
	padding: 20px 0;
	text-shadow: 2px 2px 2px #000;
	color: #d6a965;
	}

h2 {
	font-size: 22px;
	text-align: left;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-weight: bold;
	color: #794D46;
	margin-bottom: -10px;
	}

h3 {
	font-size: 18px;
	padding: 10px 0;
	}

p {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(139,75,42);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-variant: normal;
	}
p:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: rgb(138,70,59);
	font-family: Helvetica, "Helvetica Neue", sans-serif;
	}	
	
/* nav */

nav {
	position: absolute;
	width: 960px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNjEwOSIgc3RvcC1vcGFjaXR5PSIwLjg0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODg0M2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(83,97,9,0.84) 0%, rgba(120,132,60,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(83,97,9,0.84)), color-stop(100%,rgba(120,132,60,1)));
	background: -webkit-linear-gradient(top, rgba(83,97,9,0.84) 0%,rgba(120,132,60,1) 100%);
	background: -o-linear-gradient(top, rgba(83,97,9,0.84) 0%,rgba(120,132,60,1) 100%);
	background: -ms-linear-gradient(top, rgba(83,97,9,0.84) 0%,rgba(120,132,60,1) 100%);
	background: linear-gradient(to bottom, rgba(83,97,9,0.84) 0%,rgba(120,132,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6536109', endColorstr='#78843c',GradientType=0 );
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	/* curved border radius */
	top: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	}

nav ul {
	margin: 0 auto;
	width: 960px;
	list-style: none;
	}

nav ul li {
	float: left;
	}
		
nav ul li a:link,nav ul li a:visited {
	display: block;
	margin-right: 23px;
	width: 140px;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: color .95s ease;
	-moz-transition: color .95s ease;
	-o-transition: color .95s ease;
	transition: color .95s ease;
	}
			
nav ul li a:hover {
	color: #3B4500;
	}
			
nav ul li.selected a {
	color: #D3D3D3;
	cursor: text;
	text-align: right;
	margin-left: -23px;
	}
			
nav ul li.subscribe a {
	margin-left: 20px;
	padding-left: 33px;
	text-align: left;
	background: url("../../images/rss.png") left center no-repeat;
	}
nav ul li a strong {
	margin-left: 25px;
}

#content {
	position: relative;
	margin-top: 10px;
	float: left;
	width: 939px;
	background-color: hsla(0, 0%, 100%, 0.65);
	/* curved border radius */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 21px;
}

/* columns */

#content ul.column {
	width: 100%;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ul.column li {
	float: left;
	width: 231px;
	display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0px;
}

#content .block {
	height: 355px;
	font-size: 1em;
	margin-right: 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 20px;
	background-image: url(../../images/cbloc_gb.jpg);
}

#content .block a {
	color: rgb(170,105,62);
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
#content .block a:hover {
	color: #B24E2E;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
	
#content .block img {
	/*Flexible image size with border*/
	width: 89%;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation IE 6/7 */
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-color: rgb(255,255,255);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5%;
	border: 2px solid rgba(179,179,179,1);
	}

#content .block img:hover {
	-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
	-o-transform: scale(1.7);
	-ms-transform: scale(1.7);
    transform: scale(1.7);

	}
/* end of column configuration */
	
/* footer */
footer {
	width: 931px;
	clear: both;
	color: #ffffff;
	overflow: hidden;
	/* curved border radius */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	height: 200px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 25px;
	margin-bottom: 20px;
	background-image: url(../../images/kurs_fotbg.jpg);
	}
	
footer section {
	width: 292px;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}

footer section h2 {
	color: rgb(255,255,255);
	margin-top: 0;
	margin-left: 0px;
}

footer section h4 {
	font-size: 0.95em;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
	color: rgb(255,255,255);
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;	/*text-shadow: 3px 3px 3px rgb(51,51,51);*/
	}
	
footer section h4:hover {
  -webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
   -o-transform: scale(1.05);
   -ms-transform: scale(1.05);
    transform: scale(1.05);
	color: rgb(246,241,225);
	}

footer section a {
	color: rgb(255,255,255);
/*	Font-zise: 1em;*/
	font-family: Verdana, Geneva, sans-serif;
	display: inline;	
	/*text-shadow: 3px 3px 3px rgb(51,51,51);*/
	}
	
footer section a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#innercontent {
	float: left; 
	width: 610px; 
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #d6a965;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

aside {
	float: right;
	text-align: left; 
	width: 300px; 
	margin:0; 
	padding:0;
	}

/* article */
.articlecontent header p, .blogPost header p a {
	font-size: 14px;
	font-style: italic;
	color: #777;
	}

.articlecontent p a {
	color: #695e53;
	}
	
.articlecontent p a:hover {
	color: #fff;
	}
	
.articlecontent header p a:hover {
	text-decoration: none;
	color: #000;
	}
	
.articlecontent img {
	-webkit-box-shadow: 3px 3px 7px #777;
	}

/* sidebar */
aside section {
	margin: 10px 0 0 10px;
	padding: 10px 15px;
	background-color: #d6a965;
	
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

aside section ul {
	margin: 0 0 0 20px;
	color: #FFF;
	}
	
aside section ul li a {
	display: block;
	text-decoration: none;
	color: #695e53;
	}
		
aside section ul li a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
#content .column li .block p span {
	margin-bottom: 10px;
}
