/** Stiluri pentru RSOC
 * (c) alexef
 */
* { margin: 0px; padding: 0px; border: none;}
body, p, td, input {
	font-family: sans-serif;
	font-size: 10pt
}

a, a:visited {
	color: red;
	text-decoration: none;
}
a:hover, a:active {
	color: lightred;
	text-decoration: underline;
}
#header, #content, #menu ul, #footer span{
	width: 780px;
	margin: 0 auto;
	display: block;
}
h2, h3, h4, h5 { 
	color:#333; 
	margin-top: 10px;
	margin-bottom: 5px }
h1 {
	font-size:185%;
	font-weight:normal;
	padding:5px 0 5px 0;
}
p, ol, ul {
	margin: 10px
}
input, button, select, textarea {
	padding: 2px;
	margin: 5px;
	border: 1px solid #aaa
}
/* O mica corectie */
h2 a, h2 a:visited, h2 a:hover { color:brown }
/* Urmeaza block-urile speciale */
#header {
	background-image: url('sigla.png');
	background-repeat: no-repeat;
	height: 150px;
	margin-top: 10px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
#menu {
	background-color: #eee !important;
	padding: 10px;
	height: 20px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
#menu ul li {
	display: inline;
	text-align:center;
	font-weight: bold;
}
#menu ul li a {
	display: block;
	height: 30px;
	margin: 0 20px;
	float: left;
}
#content {
	clear:left;
	padding: 20px;
	width: 740px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#footer {
	padding: 10px;
	background-color: #eee;
	font-size: 80%;
	color: #777;
	text-align: right;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#sidebar {
	float:right;
	width: 240px;
	border-left:1px solid #aaa;
	padding: 12px;
	padding-right: 0px;
	margin: 4px;
	margin-right: 0px;
}
/* FAQ */
#faq p {
	display: none
}
#faq {
	color: #000;
	padding-left: 10px;
}
#faq li {
	cursor: pointer;
	text-decoration: underline;
	color: red;
}

/* Feeds */

div#site {
	width:600px;
}
span.footnote {
	white-space:nowrap;
}
/*h4 {
	padding-left:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 1px;
}*/
.clearBoth {
	clear:both;
}
#content ul {
	margin-left: 40px;
}
