@charset "UTF-8";
html, body, div, span, applet, object, iframe,
/* -----------------------------reset styles--------------------------*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
/* ------------------------end of reset styles----------------------*/
 
body {
	font: 100% "Alice", Times, serif;
	background: url(images/bg.png) repeat;
	margin: 0px;
	padding: 10px 0;
}

#main{
	width:751px;
	margin:auto;
	padding:5px 40px;
	background:#f2edd0 url(images/main_bg.jpg) repeat-y;
}
h1{
	color:#904830;
	font-size:70px;
	padding:40px 0;
	text-align:center;
	height:60px;
	background: url(images/title.jpg) no-repeat center center;
	text-indent:-5000em;
	text-transform:uppercase
}
h1 a{
	display:block;
	text-align:center;
	color:#904830;
	text-decoration:none
}
h2{
	text-align:center;
	font-size:90%;
	font-weight:normal;
	padding-bottom:5px;
	color:#43464f
}
figcaption {
	padding:0 0 22px 0;
	text-align:center;
	color:#904830;
	font-weight:normal
}
#menu{
	border:3px double #a09e8f;
	border-width:3px 0;
	height:24px;
	padding:1px 0 0 0;
	font-size:17px;
	line-height:22px;
}
#menu li{ 
	float:left;
	padding:0 92px 0 3px
}
#menu li#contact{
	padding-right:0;
}
#menu li a{
	text-decoration:none;
	color:#091430;
	text-transform:uppercase
}
#menu li a:hover, #menu li a.current{
	color:#904830;
}
#numar_curent{
	width:442px;
	height:460px;
	float:left;
	padding:59px 0 0 18px;
	margin:0;
	background: url(images/issue_bg_large.jpg) no-repeat 0 42px;
}
#numar_curent figcaption{
	padding:20px 0 0 0;
	display:block;
}
#cuprins{
	float:left;
	padding:20px 0 40px 0;
	width:287px;
	background: url(images/cuprins.png) no-repeat 0px 20px;
}
#cuprins dl{
	padding:40px 0 0 4px;
}
#cuprins dt{
	font-size:13px;
	padding-top:5px;
}
#cuprins dd{
	font-style:italic;
	font-size:11px;
	color:#333
}
#cuprins dd span{
	float:right;
	font-style:normal
}
.numar_arhiva{
	width:348px;
	height:393px;
	float:left;
	margin:0;
	padding:25px 0 10px 15px;
	background: url(images/issue_bg_small.jpg) no-repeat 0 50px;
}
.numar_arhiva img { width:332px;}
.numar_arhiva.left{
	padding-right:24px;
}
#info{
	height:485px;
	padding:30px 25px 0 25px;
	font-style:italic;
	background: url(images/institut.jpg) no-repeat 0 100px;
	color:#43464f;
	font-size:110%;
	line-height:140%
}

/*------------------------------vcard-------------------------*/
#vcard{
	padding:5px 0 30px 32px;
	line-height:170%;
	color:#43464f;
	width:330px;
	float:left
}
#vcard div{
	border-bottom:1px solid #C3A688;
	padding:5px 0;
}
#vcard h3{
	color:#3f4449;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	padding:0 0 55px 0;
	border-bottom:1px solid #C3A688;
}
#vcard a{
	color:#904830;
}
#vcard span.tel {
	padding-left:18px;
}
#vcard span.url {
	padding-left:12px;
}
/*------------------------------end vcard-------------------------*/

/*----------------------------contact form-----------------------*/
form#contact_form{
	width:380px;
	float:left;
	color:#43464f;
	padding:1px 0 0 0;
	border-right:1px solid #c3a688
}
fieldset div {
	padding:2px
}
form#contact_form span {
	font-weight: bold;
	display:block;
	font-size:24px;
	color:#904830;
	padding:0 0 20px 5px;
}
form#contact_form span.error{
	font-size:16px;
	font-weight:normal
}
form#contact_form label {
	display:block;
	vertical-align: top;
	width:340px;
	line-height:170%;
	padding:5px 0 5px 12px;
	border-bottom:1px solid #C3A688;
}
form#contact_form label.last{ 
	display:inline; 
	border-bottom:none
}
form#contact_form label span, form#contact_form p span {
	padding:0 5px;
	text-transform:none;
}
form#contact_form span.req{
	 color:#904830;
	 display:inline;
	 font-size:18px;
}
form#contact_form p {
	padding:0 0 20px 12px;
}
form#contact_form p label{
	padding-left:0;
}
input, textarea {
	margin:0;
	padding:2px 1px;
	border:none;
	width:200px;
	background: transparent;
}
textarea {
	width:335px;
	height:150px;
	overflow:auto;
	border-bottom:1px solid #C3A688
}
form#contact_form #submit {
	color:#e6e1c1;
	background:#904830;
	border:none;
	padding:4px;
	font:bold italic 10px "Times New Roman", Times, serif;
	text-transform:uppercase
}
#contact_me {
	position:relative;
	padding:130px 0 20px 0;
	background: url(images/cp.jpg) no-repeat right top;
	overflow:auto;
	font-style:italic;
}
#contact_me #success{
	position:absolute;
	z-index:100;
	top:29px;
	left:30px;
	font-weight: bold;
	text-transform:uppercase;
	display:block;
	color:#904830;
	padding:0 0 20px 0;
}
/*----------------------------end contact form--------------------*/
footer{
	text-align:center;
	font-size:80%;
	font-weight:normal;
	padding-bottom:5px;
	color:#43464f;
	clear:both;
	border-top:3px double #a09e8f;
	padding:7px 0 15px 0;
	display:block;
}
footer a{
	text-decoration:none;
	color:#43464f;
}
footer a:hover{
	color:#904830;
	text-decoration:underline
}

