/* CHORA
Website by Mihai Maga

www.mihaimaga.ro

*/

body {
	margin: 0;
	padding: 2px;
	font-family: Verdana, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a, a:visited {
	color: #802000;
	text-decoration: none;
}

a:hover {
	color: #a04000;
	text-decoration: underline;
}

img {
	border: 0;
}

#toptoolbar {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	color: #c8c8c8;
}

#container {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #aaaaaa;
	background-image: url('chora-fundal.jpg');
	text-align: left;
}

.bodycontent {
	width: 840px;
}

#content {
	display: block;
	float: right;
	width: 650px;
	padding-right: 32px;
	line-height: 1.5em;
	text-align: justify;
}
#content ul ul li a {
	font-weight: normal;
}
#content ul li a {
	font-weight: bold;
}



h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

h1.sitetitle {
	font-size: 16px;
}

/* menu */

#menu {
	border-top: 1px solid #cccccc;
	.border-top: 0;
	width: 140px;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	float: left;
}

#menu ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

#menu ul li {
	float: left;
	cursor: pointer;
/*	white-space: nowrap;*/
	margin-right: 5px;
}

#menu ul a, #menu ul a:visited {
	display: block;
	width: 136px;
	height: auto;
	text-align: left;
	float: left;
	color: #802000;
	padding: 6px 0 6px 4px;
	margin: 0;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #f9f6f1;
	border-bottom: 1px solid #cccccc;
}

#menu ul a:hover, #menu ul a.select, #menu ul a:visited.select {
	color: #ff2000;
	background-color: #ffffff;
	border-bottom: 1px solid #ff8020;
}

#menu ul ul ul {
	display: none;
	position: absolute; 
}

#menu ul ul ul li {
	float: none;
}

#menu ul ul a, #menu ul ul a:visited {
	font-size: 10px;
	height: auto;
	width: 132px;
	background-color: #f9f6f1;
	padding: 6px 0 6px 8px;
}

#menu ul ul a:hover, #menu ul ul a.select, #menu ul ul a:visited.select {
	background-color: #ffffff;
}

/* --- */

#toptoolbar a {
	padding: 0 5px;
}

.lang-ro .link-ro a, .lang-fr .link-fr a, .lang-en .link-en a {
	background-color: #F3EFEC;
}

#backtrack {
	display: none;
	clear: both;
	width: 836px;
	text-align: left;
	font-size: 90%;
	margin-top: 50px;
	background-color: #f9f6f1;
	padding: 2px;
}

#backtrack a, #backtrack a.visited {
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: 9px;
	margin-top: 20px;
}
#footMenu {
	color: #c8c8c8;
	font-weight: bold;
}
.last {
	text-align: center;
}

ul.abstract {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}
ul.abstract li {
	margin-bottom: 1em;
}
.abstracttext {
	margin-left: 16px;
	margin-bottom: 10px;
}
.abstracttext p {
	margin: 0;
	padding: 0;
}
.abstracttitle {
	font-weight: bold;
}

.cover {
	float: right;
	margin-left: 10px;
	margin-top: -20px;
}

a.external, a:link.external, a:visited.external {
	color: #000000 !important;
	text-decoration: none;
}
.external span {
	background-image: url('external.gif');
	background-repeat: no-repeat;
	background-position: center right;
	width: 10px;
	display: inline-block;
}
a:hover.external {
	text-decoration: underline;
}

.searchresult {
	margin: 3px 8px 10px 16px;
}

.searchtext {
	font-weight: bold;
	text-decoration: underline;
}

.siteline {
	height: 0.5em;
	border-bottom: 1px solid #e05020;
	margin-bottom: 0.5em;
}

.infobox {
	background-color: #EDE5DF;
	color: #705850;
	padding: 0.5em;
}

.clear {
	clear: both;
}

