@charset "utf-8";
/* CSS Document */

 @charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}
body {
	margin: 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #2b2a2a;
	padding: 0px;
	background: #E0E0E1;
}
a {
	color: #2a2a2a;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link, a:visited {
	color: #cd050d;
	text-decoration: none;
}
a:hover {
	color: #2a2a2a;
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #cd050d;
	font-size: 21px;
	clear: both;
	float: left;
}
h2 {
	font: bold 21px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #cd050d;
	padding-bottom: 10px;
	text-transform: uppercase;
}
h4 {
}
h5 {
}
h6 {
}
.clear {
	padding: 0px; 
	margin: 0px;
	clear:both;
}
:focus {
	outline: none;
}
.form {
	border: 1px solid #d0d0d0;
	background: #FFF;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font: 12px Arial, Helvetica, sans-serif;
}
.form:focus {
	border: 1px solid #cd050d;
}
.btn {
	background: url(images/bg-button.gif) repeat-x left top;
	border: 1px solid #d0d0d0;
	padding: 0px 5px;
	color: #FFF;
	height: 23px;
	font: 12px Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.btn:hover {
	background: #333;
}
.btn2 {
	background: url(images/bg-button.gif) repeat-x left top;
	border: 1px solid #d0d0d0;
	padding: 0px 5px;
	margin-right: 10px;
	color: #FFF;
	height: 23px;
	font: 12px Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.btn2:hover {
	background: #333;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	background: #FFF;
}
#header {
	float: left;
	width: 980px;
	background: url(images/bg-header.gif) repeat-x left bottom;
	height: 193px;
	clear: both;
}
#header2 {
	float: left;
	width: 980px;
	background: url(images/bg-header2.jpg) no-repeat left bottom;
	height: 193px;
	clear: both;
}
#logo {
	margin-top: 11px;
}
#logo a {	
	background: url(images/logo.png) no-repeat center center;
	text-indent: -1000em;
	display: block;
	height: 169px;
	width: 335px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	clear: both;
	float: left;
	width: 980px;
	background: #FFF;
	height: 41px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #CECECE;
	margin-top: 1px;
	margin-bottom: 1px;
}
#nav {
	margin:0;
	padding: 9px 0px 0px 12px;
	list-style-type:none;
	list-style-position:outside;
}
#nav ul {
	margin:0;
	padding: 0;
	list-style-type:none;
	list-style-position:outside;
}
#nav a {
	display:block;
	padding:5px 9px;
	color:#000000;
	text-decoration: none;
	text-decoration:none;
	font: normal 17px Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	text-transform: uppercase;
	border-right: 1px dotted #333;
	height: 13px;
}
#nav a:hover {
	color:#cd050d;
	background-color:#FFFFFF;
}
#nav li {
	float:left;
	position:relative;
	z-index: 100;
}
#nav ul {
	position:absolute;
	display:none;
	width:100px;
	top:23px;
	left: 8px;
}
#nav li ul a {
	width:125px;
	height:auto;
	float:left;
	font-size:16px;
	text-align:left;
	background-color:#EEEEEE;
	padding-top:10px;
	border-right: none;
	color: #000;
}
#nav li ul a:hover {
	background-color:#666666;
	color:#FFFFFF;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12px;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
#container #navbar #nav .current a {
	color: #cd050d;
}
#container #navbar #nav .last a {
	border-style: none;
}


#site {
	background: url(images/bg-centru-top.gif) repeat-x left top;
	width: 954px;
	position: relative;
	clear: none;
	float: left;
	padding: 25px 13px;
	min-height: 100%;
}
#left {
	float: left;
	width: 191px;
	margin-right: 13px;
}
.box {
	background: #FFF;
	width: 169px;
	border: 1px solid #d0d0d0;
	margin-bottom: 15px;
	position: relative;
	padding: 45px 10px 10px;
}
.box2 {
	background: #FFF;
	padding-bottom: 10px;
	width: 189px;
	border: 1px solid #d0d0d0;
	margin-bottom: 15px;
}
.ttl {
	font-size: 17px;
	color: #FFF;
	text-transform: uppercase;
	background: url(images/bg-btn.gif) repeat-x left top;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 7px;
	text-indent: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.img-box {
	margin-bottom: 7px;
	clear: both;
}
.img-center {
	margin: 10px 0;
	clear: both;
	text-align: center;
}
.red {
	color: #cd050d;
	text-align: center;
}
.box-normal {
	background: #FFF;
	width: 191px;
	margin-bottom: 15px;
}
.dotted {
	width: 1px;
	float: left;
	background: url(images/dotted.gif) repeat-y center top;
	min-height: 100%;
}
#centru {
	float: left;
	width: 518px;
	padding-right: 13px;
	padding-left: 13px;
}
#centru2 {
	float: left;
	width: 735px;
	padding-left: 13px;
}

#bottom-centru {
	background: url(images/bg-centru-jos.gif) repeat-x left bottom;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 980px;
	float: left;
}
#slider {
	float: left;
	width: 518px;
	clear: both;
	margin-bottom: 15px;
}
.box-stire {
	background: url(images/bg-stiri.gif) repeat-x left top;
	border: 1px solid #d0d0d0;
	float: left;
	width: 486px;
	padding: 55px 15px 15px;
	position: relative;
	margin-bottom: 15px;
}
.box-stire2 {
	background: url(images/bg-stiri.gif) repeat-x left top;
	border: 1px solid #d0d0d0;
	float: left;
	width: 486px;
	padding: 20px 15px 15px;
	position: relative;
	margin-bottom: 15px;
}
.box-galerie {
	background: url(images/bg-stiri.gif) repeat-x left top;
	border: 1px solid #d0d0d0;
	float: left;
	width: 702px;
	padding: 60px 15px 15px;
	position: relative;
	margin-bottom: 15px;
}
.box-galerie2 {
	background: url(images/bg-stiri.gif) repeat-x left top;
	border: 1px solid #d0d0d0;
	float: left;
	width: 702px;
	padding: 15px 15px 15px;
	position: relative;
	margin-bottom: 15px;
}
.box-foto {
	float: left;
	padding: 5px;
	text-align: center;
	border: 1px dotted #BBBBBB;
	background: #FFF;
	margin-bottom: 20px;
	margin-right: 10px;
	height: 216px;
	width: 152px;
	vertical-align: middle;
}
.box-foto:hover {
	border: 1px dotted #000;
	cursor: pointer;
}
.box-foto img{
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #d0d0d0;
}
.sorteaza {
	margin-bottom: 20px;
	clear: both;
	width: 400px;
}

.ttl-stire {
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	width: 95%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 12px;
}
.box-img-stire {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 200px;
}
.box-img-stire img{
	width: 198px;
	border: 1px solid #d0d0d0;
	margin-bottom: 5px;
}
.box-stire p {
	padding-bottom: 15px;
}
.pclear {
	padding-bottom: 5px !important;
}
.yahoo {
	float: right;
	text-align: center;
	clear: right;
}
.box-stire2 p {
	padding-bottom: 15px;
}
.detalii {
	float: left;
	font-size: 17px;
	color: #d90e16;
	text-transform: uppercase;
}
.detalii a {
	text-decoration: none;
	color: #d90e16;
	font-size: 17px;
}
.detalii a:hover {
	color: #000;
	text-decoration: none;
}
.data {
	font-size: 14px;
	text-align: center;
	clear: both;
	text-transform: uppercase;
}
#right {
	float: right;
	width: 191px;
	margin-left: 13px;
}
#parteneri {
	clear: both;
	float: left;
	width: 954px;
	background: #FFF;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #CECECE;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 13px;
	text-align:center;
}
.partenerimg {
	padding: 0px 8px 13px;
}
.sponsorimg {
	text-align: center;
	margin-bottom: 10px;
}
#footer {
	background: url(images/bg-footer.gif) repeat-x left top;
	float: left;
	width: 940px;
	padding: 20px;
	clear: both;
}
#menu-footer {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	clear: both;
}
#menu-footer li {
	float: left;
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	list-style: none;
}
#menu-footer li a {
	padding-right: 25px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
#menu-footer li a:hover {
	text-decoration: none;
	color: #cd050d;
}
#copy {
	color: #da0000;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#wta {
	clear: left;
	float: left;
	margin-top: 12px;
}
#odd {
	clear: right;
	float: right;
}
.voturi {
	font-size: 18px;
	margin-bottom: 5px;
}
.button {
	background: url(images/bg-button.gif) repeat-x left top;
	color: #FFF;
	height: 23px;
	display: block;
	border: 1px solid #d0d0d0;
	float: left;
}
.button a {
	padding-top:4px;
	color: #FFF;
	text-decoration: none;
	height: 19px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.button a:hover {
	color: #FFF;
	background: #333;
	height: 19px;
}
.staff {
	float: left;
	text-align: center;
	margin-right: 28px;
	margin-bottom: 20px;
}
.staff img {
	margin-bottom: 0px;
}
.comment {
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d0d0d0;
}

#gmap {
	width:485px;
	height:320px;
	border:1px solid #999;
	text-decoration:none;
}
#gmap p {
	margin: 0px;
	padding: 0px;
}
/* ----------- paginatie ---------------  */ 

ul {
	border:0;
	margin:0px 0px;
	padding:0;
}
#pagination-flickr li {
	border:0;
	margin:15px 0;
	padding:0;
	font-size:11px;
	list-style:none;
	float: left;
}
#pagination-flickr a {
	border:solid 1px #DDDDDD;
	margin-right:2px;
}
#pagination-flickr .previous-off, #pagination-flickr .next-off {
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
}
#pagination-flickr .next a, #pagination-flickr .previous a {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
#pagination-flickr .active {
	color:#ED1C24;
	font-weight:bold;
	display:block;
	float:left;
	padding:2px 6px 3px;
}
#pagination-flickr a:link, #pagination-flickr a:visited {
	color:#000000;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-flickr a:hover {
	border:solid 1px #666666;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:518px;
	height:246px;
	overflow:hidden;
	display:none;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	margin:220px 0 0 355px;
	z-index:1000;
}
.nivo-controlNav a {
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
	background:url(images/slider_nav.png) no-repeat 0 0;
	width:7px;
	height:11px;
	display:block;
	text-indent:-9999px;
	margin:0 10px 0 0;
}
.nivo-controlNav a.active {
	background-position:0 -11px;
}
#slide-mare {
	clear: both;
	float: left;
	width: 518px;
	margin-bottom: 20px;
	height: 246px;
}

/* calendar

.main {
width:200px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: #ffffff;
padding: 2px;
}
.days #today{
font-weight: bold;
color: red;
}
*/
/* CALENDAR NOU */

/*  calendar */
#calendar_html {
	margin-left: 20px;
}
.calendar_table {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align:center;
}
.calendar_table td {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;	
}
.calendar_top_td {}
.calendar_blank_days {}
.calendar_day_td {}
.calendar_prev_link {
	float: left;
}
.calendar_next_link {
	float: right;
}
.event_link {
	padding: 3px;
}