/* @group main elements */

body {
	background:transparent url(../img/bg_green.png) repeat-x top;
}

.clearfix {
	clear:both;
}

#wrapper {
	width:960px;
	margin:5px auto;
	position:relative;
}

#sdb-navigation {
	position:relative;
}

#header {
	width:960px;
	height:465px;
	position:relative;
}

/* @group navmenu elements */

#sdb-navigation ul {
	float:left;
	border-top:1px solid #aaa;
}

#sdb-navigation ul li {
	width:180px;
	height:24px;
	border-bottom:1px solid #aaa;
}

#sdb-navigation ul li a {
	display:block;
	width:150px;
	height:24px;
	line-height:24px;
	padding-left:30px;
	font-size:1.1em;
	color:#777;
	background:transparent url(../img/link_bg_light.png) repeat-y left;
}

#sdb-navigation ul li.nav-active a {
	color:#222;
	background:transparent url(../img/link_bg_dark.png) repeat-y left;
}

#sdb-navigation ul li a:hover {
	text-shadow:0.05em 0.05em 0.1em #57ae00;
}

/* @end */

/* @group Right Sidebar */

#sidebar-right h6 {
	font-weight:normal;
	font-size:1.1em;
	color: #777;
	margin-bottom:20px;
}

.logos-row {
	margin-bottom:20px;
}

#logo-mai-mult-verde, #logo-europa-fm, #logo-calendar-evenimente, #logo-gradina-mea-de-vis {
	float:left;
	margin-top:12px;
}

#logo-stop-co2, #logo-biz-10ani, #logo-green-revolution, #logo-zile-si-nopti {
	float:right;
}

#logo-zoom {
	position:relative;
	left:40px;
}

/* @end */

/* @group header elements */

#top-bg {
	width:706px;
	height:450px;
	background:transparent url(../img/bg_spirala.png) no-repeat;
	overflow:hidden;
	position:absolute;
	top:7px;
	left:-30px;
}

#logo {
	width:455px;
	height:95px;
	position:absolute;
	top:0;
	left:80px;
}

#header-url {
	width:455px;
	display:block;
	position:absolute;
	top:80px;
	left:0px;
	text-align:center;
}

#header-url a {
	font-size:1em;
	font-weight:bold;
	color:#fff;
	text-shadow: 0.05em 0.05em 0.2em #57ae00;
}

#sec-logo {
	width:155px;
	height:165px;
	position:absolute;
	top:-5px;
	right:30px;
}

#slider {
	width:960px;
	height:340px;
	border:1px solid #888;
	position:absolute;
	top:105px;
	left:0px;
	background:#ccc;
	overflow:hidden;
}

/* @group Top Slider */

/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider {
	width: 960px;
	height: 340px;
	position: relative;
	margin: 0 auto 15px;
}

.anythingSlider .wrapper {
	width: 960px;
	overflow: auto;
	height: 340px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 340px;
	width: 960px;
	margin: 0;
}

.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../img/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}

.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}

.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}

.anythingSlider .forward:hover {
	background-position: 0 -200px;
}

.anythingSlider .back:hover {
	background-position: -67px -200px;
}

#thumbNav {
	position: relative;
	top: 340px;
	text-align: center;
}

#thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(../images/cellshade.png) repeat-x;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#thumbNav a:hover {
	background-image: none;
}

#thumbNav a.cur {
	background: #e0a213;
}

#start-stop {
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 340px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#start-stop.playing {
	background-color: red;
}

#start-stop:hover {
	background-image: none;
}

/* Prevents */
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* @end */

/* @end */

#content {
	width:960px;
	position:relative;
}

/* @group content elements */

#sidebar-left {
	width:180px;
	position:relative;
	float:left;
	margin-right:20px;
}

#main-content-narrow {
	width:560px;
	float:left;
	position:relative;
}

#main-content-narrow h1, #main-content-narrow h2, #main-content-narrow h3, #main-content-narrow h4, #main-content-narrow h5, #main-content-narrow h6 {
	color:#57ae00;
}

#main-content-narrow a {
	color:#0072bc;
}

#main-content-left {
	width:760px;
	float:left;
	position:relative;
}

#main-content-right {
	width:760px;
	float:right;
	position:relative;
}

#main-content {
	width:960px;
	float:left;
	position:relative;
}

#sidebar-right {
	width:180px;
	position:relative;
	float:right;
}

/* @end */

#footer {
	width:960px;
	height:20px;
	position:relative;
	border-top:1px solid #ccc;
	margin-top:20px;
	color:#777;
}

#footer a {
	color:#777;
	font-weight:bold;
}

#footer a:hover {
	color:#555;
}

/* @group footer elements */

#footer-left {
	width:600px;
	position:absolute;
	top:10px;
	left:0;
}

#footer-right {
	width:340px;
	position:absolute;
	top:10px;
	right:0;
	text-align:right;
}

/* @end */



/* @end */

/* @group Accordions */

#accordion-l div {
	padding:5px;
}

/* @end */

/* @group Organizare */

#org-submenu {
	float:left;
	margin-left:30px;
}

#org-submenu li {
	float:left;
	margin-right:30px;
}

#org-submenu li a {
	font-size:1.2em;
}

#org-submenu li a.sel {
	color:#57ae00;
	font-size:1.4em;
}

#org-submenu-v {
	float:left;
	margin-left:30px;
}

#org-submenu-v li {
	margin-bottom:5px;
}

#org-submenu-v li a {
	font-size:1.2em;
}

#org-submenu-v li a.sel {
	color:#57ae00;
	font-size:1.4em;
}


.org-show {
	display:block;
}

.org-hide {
	display:none;
}

/* @end */

table tr {
	height:25px;
}

table td {
	line-height:25px;
}
