* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #ffffff url(http://eul.ro/images/back.jpg) repeat-x top;
	background-repeat:repeat-x;
	margin-bottom:0px;
}
a {
	text-decoration: none;
	color: #00658D;
}

a:hover {
	text-decoration:underline;
	color: #663399;
	}
	
a:visited {
	text-decoration:none;
	color: #00658D;
	}
		
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	text-align: left;
	width: 980px;
	margin: auto auto;
	background: #ffffff;
}

/** BEGIN header **/
#header {

}
	
	#header h1 {
		clear: both;
		font-size: 0;
		margin-bottom:10px;
		vertical-align:bottom;
	}
	
	#logo a{
	float:left;
	background: url(images/logo.png) no-repeat 0 0;
	width:250px;
	height:60px;
	margin-top:10px;
	vertical-align:middle;
	bottom:0px;
	}
	
	#header img {
			float: right;
			margin-bottom:10px;
			vertical-align:bottom;
		}
		
	
/** END header **/

/** BEGIN content **/
#content {
	clear: inherit;
	float: left;
	border-right: 1px solid #CCCCCC;
	width: 470px;
	padding: 10px 5px 10px 10px;
}

#bara_sumar {
background: url(images/bara_sumar.jpg) no-repeat 0 0;
width:470px; height:25px;
}

#bara_sumar .text {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top:5px;
	padding-left: 10px;
}

	#content .latest {
		border-bottom: 0px solid #202014;
		padding: 0 10px 10px 0;
		margin-bottom: 5px;
	}
		#content .latest img {
			float: left;
			margin: 0 10px 5px 0;
			width: 150px;
		}
		#content .latest h2 {
			font-size: 1.3em;
			padding-right: 10px;
			padding-bottom: 10px;
		}
		#content .latest p {
			font-size: 0.9em;
			margin-bottom: 12px;
			line-height: 1.4em;
		}
	#content .l {
		width: 225px;
		float: left;
		padding: 0 0px 10px 0;
		border-right: 1px solid #FFFFFF;
	}
		#content .l .post {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding-top: 0px;
		}
		#content .l .post h2 {
			font-size: 0.9em;
			color: #ffffff;
			text-transform: uppercase;
			background-color: #202014;
			padding: 0px 10px;
			float: left;
		}
		#content .l .post h2 a {
			color: #ffffff;
		}
		#content .l .post h3 {
			clear: both;
			font-size: 1.1em;
			width: 100%;
			padding: 10px 0;
		}
		#content .l .post img {
			float: left;
			margin: 0 10px 5px 0;
			width: 100px;
		}
		#content .l .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
	#content .r {
		width: 225px;
		float: right;
		padding-left: 0px;
		border-left: 1px solid #ffffff;
		margin-left: -1px;
	}
		#content .r .post {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding-top: 10px;
		}
		#content .r .post h2 {
			font-size: 0.9em;
			color: #ffffff;
			text-transform: uppercase;
			background-color: #202014;
			padding: 5px 10px;
			float: left;
		}
		#content .r .post h2 a {
			color: #ffffff;
		}
		#content .r .post h3 {
			clear: both;
			font-size: 1.1em;
			width: 100%;
			padding: 10px 0;
		}
		#content .r .post img {
			float: left;
			margin: 0 10px 5px 0;
			width: 100px;
		}
		#content .r .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
	#content .postnav {
		padding: 20px 0;
		clear: both;
	}
	#content .postnav ul {
		list-style-type: none;
		border: 0;
	}
		#content .postnav ul li {
			float: left;
			border: 1px solid #cccccc;
			margin: 2px;
			font-size: 0.9em;
		}
		#content .postnav ul li a {
			display: block;
			border: 0 !important;
			padding: 5px;
		}
		#content .postnav ul li a:hover {
			background-color: #007AAA;
			color: #ffffff;
		}
		#content li.page_info {
			padding: 5px !important;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 320px;
}
	#sidebar div.head {
		background-color: #FFFFCB;
		border: 1px solid #CDCCCA;
		padding: 10px 5px;
	}
		#sidebar div.head h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		#sidebar div.head .rss {
			font-size: 0.9em;
			padding: 2px 0 2px 24px;
			background: url(images/rss.gif) no-repeat 0 0;
		}
	#sidebar form {
		border: 1px solid #CDCCCA;
		border-top: 0;
		margin-bottom: 10px;
		background: url(images/subscribe.jpg) no-repeat center;
		height: 50px;
	}
		#sidebar form input {
			margin: 15px 12px 15px 40px;
			width: 180px;
			float: left;
			border: 1px solid #ffffff;
		}
		#sidebar form button {
			float: left;
			width: 72px; height: 25px;
			margin-top: 12px;
			text-indent: -9999px;
			border: 0;
			background-color: transparent;
		}
	#sidebar div.body {
		border: 1px solid #cccccc;
		padding: 5px;
		margin-bottom: 10px;
	}
		#sidebar div.body img {
			
		}
		#sidebar div.body a {
			color: #333333;
		}
		#sidebar div.body a:hover {
			color: #00658D;
		}
	#sidebar ul.head {
		list-style-type: none;
		border: 1px solid #cccccc;
		border-width: 1px 1px 0 0;
		height: 30px;
	}
		#sidebar ul.head li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			border-left: 1px solid #cccccc;
		}
		#sidebar ul.head li a {
			color: #343434;
			display: block;
			padding: 8px 10px;
		}
		#sidebar ul.head li a:hover {
			
		}
	#sidebar ul.body {
		clear: both;
		list-style-type: none;
		border: 1px solid #cccccc;
		padding: 10px;
		margin-bottom: 10px;
	}
		#sidebar ul.body li {
			font-size: 0.9em;
			border-bottom: 1px dotted #313131;
			padding: 6px 0;
		}
		#sidebar ul.body li a {
			color: #323232;
		}
		#sidebar ul.body li a:hover {
			font-weight: bold;
			color: #006490;
		}
	#sidebar .l {
		width: 155px;
		float: left;
	}
		#sidebar .l h2 {
			border-top: 4px solid #1F1F15;
			font-size: 0.9em;
			text-transform: uppercase;
			padding: 5px 0;
		}
		#sidebar .l ul {
			list-style-type: none;
			margin-bottom: 20px;
		}
		#sidebar .l ul li {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding: 6px 0;
		}
		#sidebar .l ul li a {
			color: #363636;
		}
		#sidebar .l ul li a:hover {
			
		}
	#sidebar .r {
		width: 155px;
		float: right;
	}
		#sidebar .r h2 {
			border-top: 4px solid #1F1F15;
			font-size: 0.9em;
			text-transform: uppercase;
			padding: 5px 0;
		}
		#sidebar .r ul {
			list-style-type: none;
			margin-bottom: 20px;
		}
		#sidebar .r ul li {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding: 6px 0;
		}
		#sidebar .r ul li a {
			color: #363636;
		}
		#sidebar .r ul li a:hover {
			
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	border-top: 5px solid #1E2015;
	font-size: 1em;
	width:100%;
	height:250px;
	background: url("http://www.eul.ro/bg_bara_jos.png");
	background-repeat:repeat-x;
	background-color:#390A3B;
	text-align:center;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom:0px;
	color:#91799B;
}
	
#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	color: #FBD3FE;
	}
	
#footer a:hover {
	text-decoration:underline;
	}	

#footer .inactiv {
	color:#91799B;
	}	
/** END footer **/

/** BEGIN miscellaneous **/
#content .single ul {
	margin: 0 0 10px 18px;
}
#content .single ol {
	margin: 0 0 10px 20px;
}
	#content .single li {
		padding: 2px 0;
		line-height: 1.4em;
	}
	#content .single h3 {
		margin-bottom: 5px;
		font-size: 1.4em;
		font-size: 1.5em;
		font-weight: normal;
	}
	#content .single blockquote {
		padding: 20px 20px 10px;
		margin: 10px 0;
		background-color: #f3f3f3;
		border-width: 1px 0;
		border-color: #dddddd;
		border-style: solid;
		color: #9e9e9e;
		line-height: 1.4em;
	}
	.single .details {
		padding: 20px 0;
	}
	.single .details p {
		margin-bottom: 5px !important;
	}
#comments {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		color: #9e9e9e;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
	#respond {
		padding-top: 20px;
	}
	.comment1 {
		border: 1px solid #cccccc;
		padding: 10px;
		margin-bottom: 10px;
	}
	.commentdetails {
		float: left;
	}
	.gravatar {
		float: right;
	}
	h2.title {
		padding: 20px 10px 20px;
		font-size: 0.8em;
		font-weight: normal;
		text-transform: uppercase;
		color: #909090;
	}
.archive {
	clear: both;
	font-size: 0.9em;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 0 0 10px 10px;
}
	.archive h2 {
		font-size: 1.6em;
		font-weight: normal;
		padding-bottom: 10px;
	}
	.archive h2 a {
		
		
	}
	.archive img {
		float: left;
		height: 100px;
		margin: 5px 10px 5px 0;
	}
	.archive p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
/** END miscellaneous **/

/* DROPDOWN NAVIGATION - CATEGORIES */
#navcats {
	width:980px;
	background: #fff;
	border-bottom:2px solid;
	border-top: 0px solid #006599;
	list-style-type: none;
	clear: both;
	font-size:1em;
}	
#navcats #navcatlist li {
	float: left;
	width: auto;
	list-style-type: none;
}
#navcats ul li a {
	display: block;
	font-size: 1em;
	color: #333;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:12px;
	padding-left:12px;
	border-right:1px solid #ddd;
	font-size:1em;
}
#navcats ul li a:hover {
	background-color: #5F0161;
	color:#F8DFFF;
}
#navcatlist li li {
	float: left;
	width: 160px;
}
#navcatlist li li a{
	background-color: #68A9F9;
	color:#FFFFFF;
	float: none;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:12px;
	padding-left:12px;
	border-bottom: 1px solid #fff;
	border-right:0;
	width: 136px!important;
	width:160px;
	width/**/:/**/136px;
}
#navcatlist li li a:hover {
	background-color: #5F0161;
	color:#F8DFFF;
}
#navcatlist li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	border-bottom:1px solid #555;
}
#navcatlist li:hover ul {
	left: auto;
	display: block;
}
#navcatlist li:hover ul {
	left: auto;
}

/* ******************************************** DROPDOWN NAVIGATION - PAGES */
#navpages {
	width:980px;
	background-color: #E8CAFF;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	clear:both;
	list-style-type: none;
}
#navpages #navpagelist li {
	float: left;
	width: auto;
	list-style-type: none;
}
#navpages ul li a {
	display: block;
	font-size: .9em;
	color: #222;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:12px;
	padding-left:12px;
}
#navpages ul li a:hover {
	background-color: #5F0161;
	color:#F8DFFF;
}
#navpagelist li li {
	float: left;
	width: 160px;
}
#navpagelist li li a {
	background: #b5dded;
	color:#222;
	float: none;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:12px;
	padding-left:12px;
	border-top: 1px solid #555;
	border-right:0;
	width: 136px!important;
	width:160px;
	width/**/:/**/136px;
}
#navpagelist li li a:hover {
	background: #006599;
	color:#fff;
}
#navpagelist li ul {
	position: absolute;
	width: 160px;
	left: -999em;
}
#navpagelist li:hover ul {
	left: auto;
	display: block;
}
#navpagelist li:hover ul{
	left: auto;
}


/* CSS for the scroller*/
#pscroller1{
width: 350px;
height: 1.2em;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 310px;
height: 50px;
border: 1px solid #cc00cc;
padding: 5px;
background-color: #F0F0F0;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
	color:#750178;
	text-decoration: none;
}

.rssclass a:hover{
	color:#750178;
	text-decoration: underline;
}

/* MENIU STANGA 
---------------------------------*/

.urbangreymenu{
	width: 160px; /*width of menu*/
	margin-top:10px;
	padding:0px;
	float:left;
}

.urbangreymenu .headerbar{
	font: bold 12px Verdana;
	color: white;
	/*background-color: #666666;*/
	background: #be2b2b url(http://eul.ro/multimedia/down.gif) no-repeat 8px 10px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.headerbar h3 {
	margin: 15px;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px Arial;
	color: #000000;
	background-color: #F7F9F9;
	display: block;
	padding: 3px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	border: #CCCCCC 1px solid;
	border-width:0 1px 1px 1px;
}

.urbangreymenu ul li a:visited{
color: #000000;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #B4BFC2;
}

#sumar{
	clear: inherit;
	float: left;
	border-right: 1px solid #CCCCCC;
	width: 470px;
	padding: 10px 5px 10px 10px;
}

#sumar_stanga {
		width: 225px;
		float: left;
		padding: 0 0px 10px 0;
		border-right: 1px solid #FFFFFF;
	}
		#sumar_stanga .post {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding-top: 10px;
		}
		#sumar_stanga .post h2 {
			font-size: 0.9em;
			color: #ffffff;
			text-transform: uppercase;
			background-color: #202014;
			padding: 5px 10px;
			float: left;
		}
		#sumar_stanga .post h2 a {
			color: #ffffff;
		}
		#sumar_stanga .post h3 {
			clear: both;
			font-size: 1.1em;
			width: 100%;
			padding: 10px 0;
		}
		#sumar_stanga .post img {
			float: left;
			margin: 0 10px 5px 0;
			width: 100px;
		}
		#sumar_stanga .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
#meniu_sus {
	width:100%;
	height:30px;
	background: url("http://www.eul.ro/bg_bara_sus.png");
	background-repeat:repeat-x;
	text-align:center;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom:10px;
	color:#FBD3FE;
	}
	
#meniu_sus a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #FBD3FE;
	}
	
#meniu_sus a:hover {
	text-decoration:underline;
	}				

#meniu_sus .inactiv {
	color:#91799B;
	}			
	
#ultima_ora{
	padding:5px;
	width: 455px;;
	border: #CC00CC 1px solid;
	margin:10px 0 10px 0;
	background-color:#FDECFF;
	}
	
#ultima_ora h2 {
	color: #5F0161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	margin:0 0 5px 0;
	}

#ultima_ora a {
	font-weight:normal;
	color: #750178;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	}

#ultima_ora a:hover {
	font-weight:normal;
	color: #5F0161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	}
	
#top_stiri{
	padding:5px;
	width: 309px;;
	border: #CC00CC 1px solid;
	margin:10px 0 10px 0;
	background-color:#FDECFF;
	list-style:none;
	list-style-type:none;
	}

#top_stiri ul,li{
	list-style-type:none;
	}	
	
#top_stiri h2 {
	color: #5F0161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	margin:0 0 5px 0;
	}

#top_stiri a {
	font-weight:normal;
	color: #750178;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	}

#top_stiri a:hover {
	font-weight:normal;
	color: #5F0161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	}
	
#cauta {
  width: 300px;
  }
