/* CSS Document */

a { color: #00599d; text-decoration: none; }

a:hover { text-decoration: underline; }

.bootlink { font-weight: bold; text-decoration: underline;}

img {
	border: none;
}
body {
	background-color: #00599d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.74em;
	color: #333333;
	line-height: 20px;
	cursor: default;
	margin: 0;
	background: #00599d url(images/backgrounds/base_bg.png) repeat-x top;
}

h1{ font-size: 26px; }

h1,h2,h3 {
	text-shadow: 0px 2px 3px #C0C0C0;
	letter-spacing: -1px;
	color: #808080;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 7px;
	padding-top: 0px;
}

h2.acc_trigger {
	padding: 0;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 500px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}

h2.acc_trigger a { display: block; padding: 0 0 0 50px; }

h2.acc_trigger a:hover { color: #ccc; }

h2.active { background-position: left bottom; }


.acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}

.acc_container .block { padding: 20px; }

.acc_container .block p { padding: 0px; margin: 0px; }



.activeField {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #33677F;
}

.article {
	margin-left: 202px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/article.jpg");
	background-position: bottom right;
	background-repeat: repeat-x;
	margin-bottom: 10px;
-moz-border-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}

.article p { margin: 10px; text-align: justify; }

.article h1 { margin: 10px; text-align: left; line-height: normal;}
.article_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	letter-spacing: 2px;
	font-variant: small-caps;
	text-transform: lowercase;
	margin: 10px;
}

.article_info a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.bubblewrap{ list-style-type: none; margin: 0; padding: 0; }

.bubblewrap li{ display: inline; width: 20px; height: 20px; }

.bubblewrap li img{
	width: 20px; /* width of each image.*/
	height: 20px; /* height of each image.*/
	border: 0;
	margin-right: 5px; /*spacing between each image*/
	-webkit-transition: -webkit-transform 0.1s ease-in; /*animate transform property */
	-o-transition: -o-transform 0.1s ease-in; /*animate transform property in Opera */
}

.bubblewrap li img:hover{
	-moz-transform: scale(1.5); /*scale up image 1.8x*/
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
}

.comment {
	margin-left: 202px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-image: url(images/backgrounds/article.jpg);
	background-position: bottom right;
	background-repeat: repeat-x;
	margin-bottom: 1px;
-moz-border-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}

.date {
	padding: 2px;
	background-color: #00599d;
	width: 20px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 2px 3px #C0C0C0;
	text-align: center;
}

.idle {
	border: solid 1px #85b1de;
	background-image: url( 'images/backgrounds/gray_bg.png' );
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

.leaves {
	border-right: 2px solid #ffffff;
	float: left;
	position: absolute;
}

.name_news { font-size: 14px; font-weight: bold; }

.navig_activ{ color: #000000; }

.navig_passiv{ font-weight: bold; }

#contact-wrapper {
	text-align: center;
	width: 430px;
	border: 1px solid #e2e2e2;
	background: #f1f1f1;
	padding: 20px;
	margin: 1px 2px 15px 50px;
}

#contact-wrapper div { margin: 1em 0; }

#contact-wrapper label { display: block; float: none; width: auto; }

#container {
	width: 800px;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}

#header {
	background: #00599d url(images/backgrounds/bg.jpg);
	background-position: right;
	width: 800px;
	height: 120px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 20px;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0;
	color: #FFFFFF;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	padding: 20px 0 20px 225px;
}

#header p {
	font-size: 25px;
	margin: 0 0 0 385px;
	padding-top: 15px;
	text-indent: 0;
}

/* FEEDBACK */
#inputArea
	{ background-color: #d6e5f4; padding: 10px; width: 310px; }

#inputArea input, #inputArea textarea
	{
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	width: 300px;
}

#main_menu {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	text-align: right;
	color: #FFFFFF;
	background-image: url("images/backgrounds/menubg.jpg");
	margin-bottom: 10px;
}

#main_menu .aactive {
	background-color: #3F4A3E;
	background-image: url("images/backgrounds/link.jpg");
}

#main_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px !important;
	padding-top: 13px;
	padding-bottom: 11px;
	margin-left: 1px !important;
	margin-left: 1px;
}

#main_menu a:hover {
	background-color: #3F4A3E;
	background-image: url("images/backgrounds/link.jpg");
}

#news_block {
	padding: 0px;
	width: 98%;
	text-align: justify;
	vertical-align: top;
}

#shadow {
	border: 1px solid #D6D3D3;
	border-bottom: 2px solid #C4C2C2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 5px 15px 0;
	padding: 15px;
}

#share42 {
	display: inline-block;
	padding: 6px 0 0 6px;
	background: #FFF;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
}

#share42 a { opacity: 0.5; vertical-align: bottom; }

#share42 a:hover { opacity: 1; }

#share42:hover {
	background: #F6F6F6;
	border: 1px solid #D4D4D4;
	box-shadow: 0 0 5px #DDD;
}

#share42:hover a { opacity: 0.7; }

#sidebar {
	width: 188px;
	border: 1px solid #cccccc;
	padding: 5px;
	float: left;
	clear: left;
	background-image: url("images/backgrounds/article.jpg");
	background-position: bottom right;
	background-repeat: repeat-x;
	margin-top: 140px;
-moz-border-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}

#sidebar h1,h2,h3 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #808080;
	letter-spacing: -1px;
	border: none;
	text-align: center;
}