@charset "utf-8";
/* Main CSS Document for www.nioex.com
 * Author:	Maxim Chiriac moldova@mts.net
 * Description:	Main CSS document contains generic styles 
 *				for the whole site, such as:
 *				Site body, Header, Menu, Footer, etc.
 */

/* COLORS
 * Light Brown:		#968471 (H1)
 * Brown					#897853 (footer p)
 * Brown: 			#66512b (News p, H2)
 * Dark Brown:		#4a3f2d	(BIO)
 * Light Green:		#3f8760 (H3, h3 date, VATOR)
 * vLight Green:	#c9cdaf (image outline) 
 * vLight Green:	#d3dcc0 (footer top border)
 * 								#
 */

@import url(/styles/reset.css); /* reset script to turn various properties off */
/*@import "/styles/content.css"; /* script for general content items */
body {
	background: url(/images/template/wood.jpg) top center repeat-y #66512b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
#site_top {
	width:100%;
	height:130px;
	margin:0;
	background:url(/images/template/site_top.jpg) bottom left repeat-x #66512b;
	z-index:0;
	position:absolute;
	left:0;/*IE6, IE7 fix*/
}
#container {
	width:960px;
	margin:0 auto;
	padding:10px 0 0 0;
	z-index:1;
	position:relative;
	
}
#top {
	width:960px;
	height:120px;
	background:url(/images/template/nav_bar.png) bottom right no-repeat;
}
#logo {
	width:162px;
	height:80px;
	padding:28px 0 0 0px;
	/*margin-top:10px;*/
	
	text-align:center;

	/*float:left;
	z-index:10;
	position:relative;
	left:0px;*/
	
	float: left;

}
#logo img {
	width:140px;
	margin:0 auto;
}
ul#nav {
	position: relative;
	/*background: url(/images/template/nav_bar.png) bottom right no-repeat;*/
	/*height: 20px;*/
	width: 785px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 94px 0 0px 0px;
	z-index: 10;
	/*clear:both;*/
	list-style:none;
	text-align:right;
	font-size: 1em;
	line-height: 1em;
}
ul#nav li {
	/*display: block;
	float: left;*/
	position: relative;
	display: inline;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
}
ul#nav li a {
	position:relative;
	/*display:block;*/
	padding: 9px 15px 9px 15px;
	font: bold 11px/10px Verdana, Helvetica, Arial sans-serif;
	color: #d2d2d2;
	text-decoration: none;
	border-right: 1px solid #74604b;
	border-left: 1px solid #bfaf9e;
}
ul#nav li a:hover {
	/*background: #c60;
	opacity: 0.4;*/
	background: url(../images/template/sprites.png) 0 -31px repeat-x;
}
ul#nav li.first_item a {
	border-left: none;
}
ul#nav.level_1 li.last_item a,
ul#nav.level_1 li.last_item a:hover,
ul#nav.level_1 li.last_item a.over {
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topright: 8px;
	border-right: none;
}

ul#nav li:hover ul.level_2, 
ul#nav li.over ul.level_2 { 
	display: block;	/* show when hovered */
	z-index:11;
}
/* sub navigation LEVEL 2(3)*/
ul#nav ul.level_2,
ul#nav ul ul.level_3,
ul#nav ul ul ul.level_4,
ul#nav ul ul ul ul.level_5,
ul#nav ul ul ul ul ul.level_6{
	display: none;
	position:absolute;
	width:130px;
	text-align:left;
	background: #726755;
	left:0px;
	top:21px;
	padding:0px 0 0 0;
	margin:0;
}
ul#nav ul.level_2 li a,
ul#nav ul ul.level_3 li a,
ul#nav ul ul ul.level_4 li a,
ul#nav ul ul ul ul.level_5 li a,
ul#nav ul ul ul ul ul.level_6 li a {
	border: 1px solid #74604b;
	border-top: none;
}
ul#nav ul li {
	display:block;
	border:none;
	padding: 0px 0;
	margin:0;
	width: 100%;
}
ul#nav ul.level_2 li a {
	display:block;
	/*font: bold 11px/10px Verdana, Helvetica, Arial sans-serif;
	padding: 9px 15px 9px 15px;*/
	background: url(../images/template/sprites.png) 0 -62px repeat-x;
}

ul#nav ul li:hover ul.level_3, 
ul#nav ul li.over ul.level_3 { 
	display: block;	/* show when hovered */
	z-index:12;
}
/* sub navigation LEVEL 3(3) and > */
ul#nav ul ul.level_3,
ul#nav ul ul ul.level_4,
ul#nav ul ul ul ul.level_5,
ul#nav ul ul ul ul ul.level_6 {
	left:130px;
	top:0px;
}
ul#nav ul ul.level_3 li a {
	background: url(../images/template/sprites.png) 0 -93px repeat-x;
}

ul#nav ul ul li:hover ul.level_4, 
ul#nav ul ul li.over ul.level_4 { 
	display: block;	/* show when hovered */
	z-index:13;
}
/* sub navigation LEVEL 3(3)*/
ul#nav ul ul ul.level_4 {

}
ul#nav ul ul ul.level_4 li a {
	background: url(../images/template/sprites.png) 0 0px repeat-x;
}

ul#nav li a:hover,
ul#nav ul li a:hover,
ul#nav ul ul li a:hover,
ul#nav ul ul ul li a:hover
{
	/*background: #c60;
	opacity: 0.4;*/
	background: url(../images/template/sprites.png) 0 -31px repeat-x;
}

ul#nav ul.level_2 li.last_item a,
ul#nav ul ul.level_3 li.last_item a,
ul#nav ul ul ul.level_4 li.last_item a,

ul#nav ul.level_2 li.last_item a:hover,
ul#nav ul ul.level_3 li.last_item a:hover,
ul#nav ul ul ul.level_4 li.last_item a:hover,

ul#nav ul.level_2 li.last_item a.over,
ul#nav ul ul.level_3 li.last_item a.over,
ul#nav ul ul ul.level_4 li.last_item a.over {
	/*border-top-right-radius: 0px;*/
	-moz-border-radius-topright: 0px;
	-webkit-border-radius-topright: 0px;
	/*border-right: 1px solid #74604b;*/
}


/******************//******************/
#header {
	background:#fff;
	width:940px;
/*	height:300px;*/
	/*position:relative;*/
	/*display:block;*/
	float:left;
	padding:10px;
}
#header img {
	float:left;
}
#header_quote {
	float:right;
	width:220px;
	height:268px;
	padding: 0px 10px 0 10px;
	background:url(/images/template/header_news_bg.png) top left repeat-x;
	border: solid 1px #d7d7d7;
	overflow:hidden;
}
#header_quote h2 {
	font-size:1.3em;
	line-height:1.4em;
	color:#66512b;
	padding-top:4px;
}
#header_quote h3 {
	font-size:1.2em;
	line-height:1.3em;
	color:#3f8760;
	font-weight:bold;
}
#header_quote blockquote {
	margin-top: 20px;
}
#header_quote blockquote p {
/*	text-indent:0.8em;*/
	color: #736037;
	font: bold 1.2em/1.4em  Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#header_quote img {
	width:210px;
	height:100px;
	border: 5px solid white;
}
#header_quote blockquote p.quote:before {
	content: "\"";
}
#header_quote blockquote p.quote:after {
	content: "\"";
}
#header_quote blockquote p.quotee {
	font-weight: normal;
}

#content {
	clear:both;
	background:#dadfc8;
	padding: 20px 20px 20px 20px;
}

.two_column_left {
	width:630px;
	/*background:green;*/
	padding:0 50px 0 0 ;
	float:left;
}
.two_column_right {
	width:230px;
	/*background:brown;*/
	float:left;
	padding: 50px 0 0 10px;
}

.two_column_right img {
	border: 4px solid white;
	outline: 1px solid #c9cdaf;
	margin-bottom:20px;
}


.clear {
	height:0px;
	line-height:0em;
	border:0;
	font-size:0em;
	visibility:hidden;
	clear:both;
}
.frame { /* Image with Frame*/
	border: 5px solid white;
}

/* Typography */
h1 {
	font-size:2.8em;
	line-height:1.42em;
	font-style:italic;
	font-weight:normal;
	color:#968471;
	margin:0 0 10px 0;
	
}

h2 {
	font-size:1.3em;
	line-height:1.1em;
	font-weight:bold;
	color:#3f8760;
	margin:0 0 0.5em 0;
}

p, ul, ol, dl {
	font-size:1.3em;
	line-height:1.4em;
	color:#333;
	padding: 0 0 10px 0;
	
}

ul {
	list-style-position:inside;
	list-style:square;
	padding-left: 13px;
	
}
a:link, a:visited {
	text-decoration: none;
	color:#3f8760;
}
a:hover {
	color:#3f8760;
	text-decoration: underline;
}

span.bio {
	color:#4a3f2d;
	text-transform:uppercase;
	font-style:normal;
	font-size:1em;
}

span.vator {
	color:#3f8760;
	font-style:normal;
	font-size:1.4em;
}
sup {
	/*color:red;*/
	vertical-align: super;
}
h1 sup {
	color:#4a3f2d;
	vertical-align: text-top;
	font-style:normal;
}

.frac {
	white-space: nowrap; /* eliminates fraction line breaking problem*/
}

dl.bios {
	position: relative;
	margin: 0 0 20px 250px;
	font: 1em/1em Georgia, "Times New Roman", Times, serif;
}
dl.bios dt {
	font: bold 1.4em/1.6em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
}
dl.bios dd.title{
	font: normal 1.4em/1.6em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	padding-bottom: 1.5em;
}
dl.bios dd.description p{
	font: normal 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #333;
}
dl.bios dd.photo {
	margin-left: -250px;
	float:left;
}


ul#albums {
	list-style:none;	
}
ul#albums li {
	float: left;
	margin: 0 20px 20px 0;
}

ul#album {
	list-style:none;
}
ul#album li {
	float: left;
	margin: 0 20px 20px 0;
}
p.back {
	clear: both;
}
a.download {
	display: block;
	position: relative;
	background: #eae4b9;
	border: 4px solid #fff;
	width: 110px;
	padding-right:60px;
	min-height: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 30px;
}
a.download span {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin: 10px;
}
a.download span.title {
	color: #3f8760;
}
a.download span.size {
	color: #777777;
}
a.download img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
}

/* Contact Form */
form#contact_form {
	width: 400px;
}
form#contact_form span.error {
	color: red;
	font-family: Verdana, sans-serif;
	display: block;
}
form#contact_form label {
	width: 100px;
	display: block;
	float: left;
	font-size: 1.1em;
	line-height: 1.4em;
}
form#contact_form input {
	width: 259px;
	margin-bottom: 0.5em;
}
form#contact_form textarea {
	margin-bottom: 0.5em;
	margin-top: 0;
}
form#contact_form input.submit {
	width: 100px;
	font-weight: bold;
	float: right;
	margin-right: 35px;
}
form#contact_form span#captchaImage {
	float: none;
/*	clear: left;*/
	display: block;
}
form#contact_form label.country,
form#contact_form input#country {
	visibility: hidden;
	height: 0;
	width: 0;
	margin: 0px 0 0 0;
	border: 0;
}

#footer {
	border-top:4px solid #d3dcc0;
	border-bottom:2px solid #d3dcc0;
	background:#fff;
	height: 50px;
	line-height:50px;
	clear:both;
	/*position:relative;
	z-index:1;*/
}

#footer p {
	color:#897853;
	text-align:center;
	height:44px;
	line-height:44px;
	font-size:1.1em;
	margin:0;
	padding:0;
}
/* TinyMCE */
.tinytest {
	color: red;
}
