/*
	Client: FONIS
	File name: standard.css
	
	Author: Uros Sosevic
	E-mail: u.sosevic@linkmedia.rs
*/

/* Generic styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	behavior: url(style/csshover.htc); 
	background: url(../images/bg.png) 0px 14px repeat-x;
}
ol, ul {
	list-style: none;
	
}
a, a:hover {
	color: #000;
	text-decoration: none;
	
}

/* Site Container Styles */

#site_container {
	
	width: 1024px;
	margin: 0 auto;
}

/* Header Styles */

#header {
	margin:0 15px;
	padding: 20px 0 0;
}
#header .heading {
	height: 1%;
}
#header .heading a img {
	float:left;
	display: block;
}
/* HACK za IE6 */
html>body #header .heading {
	height: auto;
}
#header .heading form {
	text-align: right;
	color: #b6b7b9;
	font-weight: bold;
	font-size: 11px;
	height: 87px;
}
.heading form#log_in label {
	vertical-align: 3px;
}
.heading form#log_in a {
	display: block; 
	float: right;
	line-height: 1.5em;
	margin: 3px 15px 0 0;
	color: #b6b7b9;
}
.heading form#log_in a:hover {
	text-decoration: underline;
	color: #fc9a00;
}
.heading form#log_in input#username, .heading form#log_in input#password {
	border: 1px solid #000;
	margin: 0 0 5px 0;
	width: 100px;
	font-weight: bold;
	color: #333435;
}
.heading form#log_in input#username:focus, .heading form#log_in input#password:focus {
	border: 1px solid #dadada;
	background: #fc9a00;
	color: #fff;
}
.heading form#log_in input#submit{
	background: #fc9a00;
	font-weight: bold;
	border: none;
	color: #fff;
	padding: 3px;
	margin: 0 0 10px 0;
	width: 60px;
	height: 22px;
	float: right;
}
.heading form#log_in input#submit:hover {
	background: #fff;
	color: #fc9a00;
	cursor: pointer;
}
#header .heading #search_bar .search_line {
	height: 10px;
	background: #a7a9ac;
	overflow: hidden; /* uklanja razmak kod IE6 */
}
.heading form#search_form {
	background: url(../images/search_bg.gif) no-repeat top right;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 115px 0 0;
	overflow: hidden; /* uklanja razmak kod IE6 */
	
}
.heading form#search_form b{
 	float:left;
	color:#CCCCCC
	margin: 0 0 -20px 10px;
	
	
}
.heading form#search_form input {
	height: 12px;
	width: 100px;
	margin: 2px 0 0;
	font-size:10px;
	border: 1px solid #fff;
	font-weight: bold;
}
.heading form#search_form input:focus {
	border: 1px solid #ff9900;
}
.heading form#search_form label {
	vertical-align: 0;
	color: #ffffff;
	font-weight: bold;
}
#header .navigation {
	background: #ff9900;
	height: 30px;
	-webkit-border-bottom-right-radius: 10px;
        
        -moz-border-radius-bottomright: 10px;
       
        border-bottom-right-radius: 10px;
      
}
#header .navigation ul {
	padding: 7px 0 0 5px;
}
#header .navigation ul li {
	display: inline;
	margin: 0 0 0 3px;
	
}
#header .navigation ul li a {
	color: #fff;
	font-weight: bold;
	padding: 6px 8px 10px 8px;
}
#header .navigation ul li a:hover {
	background: #fff;
	color: #ff9900;
}

/* Content Styles */

#content {
	width: 1024px;
	overflow: hidden;
	margin: 0px 0 0 0;
	padding: 5px 0 0 5px;
       
}
#content .top {
	background: url(../images/content_top_bg.png) no-repeat;
	height: 30px;
	margin: 0 0 0 10px;
	color:#fff;
	width: 1014px;
}
#content .top h1 {
	float: left;
	font-size: 14px;
	padding: 7px 0 0 25px;
}
#content .top h2 {
	float: right;
	font-size: 12px;
	padding: 11px 120px 0 0;
}
#content.karton #column_container, #content.static #column_container {
	background: url(../images/not_home_content_bg.png) repeat-y;
}
#content #column_container .column {

	width: 722px;
	padding: 7px 0 7px 0;	
}
#content #column_container {
	background: url(../images/home_content_bg.png) repeat-y;
	width: 1012px;
	float: left;
	padding: 0 0 15px 10px;
	margin: 0 0 0 1px;
	font-size: 12px;
	text-align: justify;
}
/* HACK za IE6 */
html>body #content #column_container {
	margin: 0 0 0 2px; 
}
/* HACK za IE6 */
#content #column_container .column_left, #content #column_container .column_right, #content #column_container .sidebar, #content.karton #column_container .column, #content.static #column_container .column {
	float: left;
	overflow: hidden;
	height:100%;
}
#content #column_container .column_left {
	width: 255px;
	padding: 7px;

}
#content #column_container .column_right {
	width: 453px;
	padding: 0;
	margin: 0 0 0 0px;
	
}
#content #column_container .sidebar {
	padding: 50px 7px 7px 7px;
	width: 255px;
	
}
#site_container .left_shadow {
	background:  url(../images/shadow_left.png) repeat-y ;
	width:10px;
	height: 100%;
	float: left;
}
#site_container .right_shadow {
	background: url(../images/shadow_right.png) repeat-y;
	width:10px;
	height: 100%;
	float: left;
}
#site_container .prelaz {
	background: url(../images/prelaz.png) no-repeat;
	width: 1010px;
	height: 89px;
	margin: 0 0 0 7px;
	padding: 0 0 0 15px;
}

/* VEST Styles */
#content .column_right .vest {
	text-align: right;
	line-height: 1.25;
	margin: 0 0 20px 0;
}
#content .column_right .vest h2 {
	background: url(../images/vest_naslov_bg.png) no-repeat;
	width: 454px;
	height: 36px;
	text-transform: uppercase;
	color: #969696;
	padding: 10px 5px 0 10px;
	margin: 0;
	text-align: left;
}
#content .column_right .vest h2 b {
	color: green;
	font-size: 10px;
	float: right;
	margin: 0 15px 0 0;

}
#content .column_right .vest p {
	text-align: justify;
	margin: 5px 5px 15px;	
}
#content .column_right .vest p img {
	float:left;
	margin: 0 5px 0 0;
}

#content .column_right .vest a {
	color: #fc9a00;
	font-weight: bold;
	margin: 0 5px 0 0;	
}
#content .column_right .vest a:hover {
	text-decoration: underline;
}

/* Sidebar Sections Styles */
#content .sidebar .section {
	margin: 0 0 30px 2px;
	width: 253px;
	text-align:center;
	border-bottom:#666666 dotted 1px;
	
}

#content .sidebar .section span {
	/* background: url(../images/navodnik_desni.png) top right no-repeat; */
	width: 19px;
	height: 36px;
	display: block;
	margin: 0;
	padding: 0;
}
#content .sidebar .section h1 a {
	/* background: url(../images/navodnik_levi.png) no-repeat; */
	padding: 8px 10px 25px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #509916;
}
#content .sidebar .section h1 a:hover {
	text-decoration: underline;
}
#content .sidebar .section p {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 1.25em;
}
/* Karton Clana Styles */
#content.karton .column #user_info {

	text-align: right;
	margin: 0 0 0 7px;
}
#content.karton .column #user_info img {
	margin: 0 25px 0 0;
}
#content.karton .column #user_info .info_container {

	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 5px;	
	line-height: 1.3em;
}
#content.karton .column #user_info .info_container table {
	float: left;
	width: 510px;
	color: #a7a9ac;
	margin: 0 20px 0 0;
} 
#content.karton .column #user_info .info_container table tr {
	padding: 0 0 5px 0;
	display: block;
}
#content.karton .column #user_info .info_container table td.label {
	width: 120px;
}
#content.karton .column #user_info .info_container table td.value {
	color: #fe9900;
	line-height: 1em;
	width: 380px;
	padding: 0 0 0 10px;
}
#content.karton .column #user_info .info_container table td.value1 {
	color:#000000;
	line-height: 1em;
	width: 380px;
	padding: 0 0 0 10px;
	font-weight:100;
}
#content.karton .column #user_info a.izmeni_profil {
	color: #fe9900;
}

#content.karton .column #user_info a.izmeni_profil:hover {
	text-decoration: underline;
	color: #509916;
}
#content.karton .column #user_info .info_container table td.value a {
	color: #fe9900;
}
#content.karton .column #user_info .info_container table td.value a:hover {
	text-decoration: underline;
	color: #509916;
}
#content.karton .column .courses {
	margin: 10px 0 0;
}
#content.karton .column h1 {
	background: url(../images/folder_section_bar.png) no-repeat;
	height: 62px;
	padding: 25px 0 0 70px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color:#666666;
}
#content.karton .column .courses h1 {
	background: url(../images/kursevi.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
} 
#content.karton .column .lessons h1 {
	background: url(../images/predavanja.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
}
#content.karton .column .projects h1 {
	background: url(../images/projekti.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
}

#content.karton .column #cours_users h1 {
	background: url(../images/clanovi.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
} 

#content.karton .column #course_ann h1 {
	background: url(../images/obavestenja.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
} 
#content.karton .column #course_files h1 {
	background: url(../images/files.png) no-repeat;
	color:#FFFFFF;
	padding-top:12px;
} 

#content.karton .column p {
	padding: 0;
	margin: 0 10px 20px 15px;
	color: #a7a9ac;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
}
#content.karton .column .courses p b a {
	color: #165679;
}
#content.karton .column .lessons p b a {
	color: #509916;
}
#content.karton .column .projects p b a {
	color: #836a34;
}
#content.karton .column p b a:hover {
	text-decoration: underline;
}
#site_container .prelaz .print {
	color: #a7a9ac;
	font-weight: bold;
	font-size: 10px;
}
#site_container .prelaz .print b {
	float: left;
	margin: 23px 0 0 0;
	line-height: 1.5em;
}
.prelaz .print a {
	margin: 0 0 0 180px;
	display: block;
	float: left;
	color: #a7a9ac;
	font-size: 10px;
}
.prelaz .print a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #ff9900;
}
.prelaz .print img {
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	display: block;
	float: left;
}
/* Footer Styles */
#footer {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	overflow: hidden;
	width: 1018px;
	
}
#footer .footer_top {
	background: #dadada;
	border-left: 10px solid #a8a9ad;
	border-right: 10px solid #a8a9ad;
	overflow: hidden;
	margin: 0 0 0 6px;
	color:#666666;
}
#footer .footer_top a {
	color: #909090;
}
#footer .footer_top a b{
	color: #666666;
}
#footer .footer_top h2 {
	color: #F0F0F0;
	margin: 0px 0px 0px 20px;
}
#footer .footer_top b {
	margin: 0px 0px 20px 0px;
	font-size:14px;
}
#footer .footer_top a:hover {
	color: #ff9900;
	
}
#footer .footer_top a img {
	margin: 10px 0 15px;
	display: block;
}
#footer .footer_top ul {
	padding: 5px 0px 30px 0px;

}
#footer .footer_top li {
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #CCCCCC;
	

}
#footer .footer_top .kolona_1 {
	float: left;
	width: 300px;
	margin: 15px 0 0 0;
	padding: 0 10px 0 25px;
	

}
#footer .footer_top .kolona_2 {
	float: left;
	width: 300px;
	margin: 15px 0 0 0;
	padding: 0 10px 0;
}
#footer .footer_top .kolona_3 {
	float: left;
	width: 300px;
	margin: 15px 0 0 0;
	padding: 0 25px 0 10px;
}
#footer .footer_top .friends_sponsors {
	border-top: 1px solid #a8a9ad;
	padding: 1px 3px 0 3px;
}

#footer .footer_top .friends_sponsors a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#footer .footer_top .news {
	float: left;
	width: 340px;
	margin: 10px 0 0 -365px;	
}
#footer .footer_top .news h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	
}
#footer .footer_top .news a {
	display: block;
	margin: 0 0 8px 0;
	width: 260px;
	height: 100%;
	float: left;
	line-height: 1.25; /* hack za IE za renderovanje underline-a */
}

#footer .footer_top .news b {
	color: #fff;
	float: right;
}
#footer .footer_bottom {
	overflow:hidden;
	height: 40px;
	padding: 0 0 0 5px;
}
#footer .footer_bottom .copyright {
	float: left;
	width: 962px;
	border-left: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
	padding: 15px 0 15px 30px;
	
}
#footer .footer_bottom .copyright ul {
	float: left;
}
#footer .footer_bottom .copyright ul li {
	display: inline;
	color: #848484;
}
#footer .footer_bottom .copyright ul li a {
	font-size: 8px;
	color: #848484;
	padding: 0 2.5px 0 2.5px;
	
}
#footer .footer_bottom .copyright ul li a:hover {
	color: #ff9900;
}
#footer .footer_bottom .copyright h3 {
	font-size: 8px;
	color: #848484;
	display: block;
	float: right;
	margin: 0 15px 0 0;
}
.clear {
	clear:both;
}
.clear_right {
	clear:right;
}
.clear_left {
	clear:left;
}
/* Registration.php Styles */
#content.static .column .register_form {
	margin: 15px auto 0 auto;
	width: 400px;
	display: block;
}
#content.static .column .register_form input {
	margin: 0;
}
#content.static .column .register_form label {
	display: block;
}
/* Prijava.php Styles */
form.prijava_form input {
	width: 300px;
}
form.prijava_form label {
	width: 200px;
}

/* Registration_check.php Styles*/

div.poruka {
	margin: 0 auto 50px auto;
	font-size: 16px;
	font-weight: bold;
	color: orange;
	width: 600px !important; 
	line-height: 1.5em;
	text-align: center;
}
div.poruka a#redirect {
	color: green;
}
div.poruka a#redirect:hover {
	text-decoration: underline;
}
/* LOG IN Styles */
#header .heading .welcome_box {
	text-align: right;
	color: #b6b7b9;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
	height: 87px;
}
#header .heading .welcome_box a {
	color: orange;
}
#header .heading .welcome_box a:hover {
	text-decoration: underline;
}
/* Static pages style */
#content.static #column_container .column p, #content.static #column_container .column h2, #content.static #column_container .column h3{
	margin: 10px 20px 10px 10px;
	font-size: 14px;
	line-height: 1.25em;
	text-align: justify;
	font-weight: normal;
	
}
#content.static #column_container .column p {
text-indent: 0px;
}
#content.static.kontakt #column_container .column p {
text-indent: 0;
}
#content.static.kontakt #column_container .column strong {
color:#666666;
}
#content #column_container .column_left p{
	font-size: 14px;
	margin: 10px 20px 10px 10px;
	line-height: 1.25em;
	text-align: justify;
	font-weight: normal;
}
#content #column_container .column_left a {
	color:#333333;
	font-size: 12px;
	
	
}#content #column_container .column_left li {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #666666;
}
#content #column_container .column_left h5 {
	color: green;	
	
    
}
#content #column_container .column_left a:hover {
	
	color: orange;
}
.column_left{
padding:0;
}
#rss_naslov{
margin-top:6px;
border-bottom:#FF9900 solid 2px;
height:22px;
cursor:pointer;
}

#pos_t{
font-size:14px;
background-color:#999999;
width:50px;
padding:4px;
padding-bottom:0;
font-weight:bold;
margin-top:-4px;
margin-left:10px;
color:#FFFFFF;
}
#pos{
display:none;
border-bottom:#FF9900 solid 2px;
margin-bottom:8px;
}
#dog{
border-bottom:#FF9900 solid 2px;
margin-bottom:8px;
}

#dog_t{
font-size:14px;
color:#FFFFFF;
background-color:#FF9900;
width:50px;
padding:4px;
padding-bottom:0;
font-weight:bold;
margin-top:-4px;
margin-left:10px;
}
#content.static #column_container .column h2 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 20px 20px 10px 10px;

}

#content.static #column_container .column h3 {
	
	color: #509916;
}
#content.static #column_container .column a {
	color: orange;
	font-weight: bold;
}
#content.static #column_container .column .clanovi a {
	color: #333333;
	font-size:12px;

}



#content.static #column_container .column #row {
   	padding: 5px; 
	border-top: 1px dotted #CCCCCC;
}


#content.static #column_container .column .clanovi a:hover {
	color: orange;
	font-size:12px;

}
#content.static #column_container .column a:hover {
	text-decoration: underline;
}

/* Kursevi Styles */

#content.static.kursevi #column_container .column ul.lista_kursevi li, #content.static.projekti #column_container .column ul.lista_projekti li{
	font-size: 14px;
	margin: 5px 0 5px 30px;
}

/* Kurs Styles */

#content.karton.kurs .column .files table .highlight {
	background: #dadada;
}
#content.karton.kurs .column .files table td {
	line-height: 1.25em;
}
#content.karton.kurs .column .files table td.naziv_fajla {
	width: 550px;
}
#content.karton.kurs .column .files table td.datum_fajla {
	width: 80px;
}
#content.karton.kurs .column .files table td a {
	color: orange;
	font-weight: bold;
	margin: 5px 0 0 0;
}
#content.karton.kurs .column .files table td a:hover {
	text-decoration: underline;
}
#content.karton.kurs .courses .prijavi_se {
	margin: 0 0 0 15px;
}
#content.karton.kurs .courses .prijavi_se p {
	margin: 0 0 5px 0;
	color: red;
}
#content.karton.kurs .courses .prijavi_se a{
	color: orange;
	font-size: 14px;
	font-weight: bold;
}
#content.karton.kurs .courses .prijavi_se a:hover {
	text-decoration: underline;
}
#content.karton.kurs .column .announcements h1 {
	height: 37px;
}
#content.karton.kurs .column .announcements .item {
	margin: 0 0 20px 0;
	background: url(../images/announcements_bar.jpg) top no-repeat;
}

#content.karton.kurs .column .announcements h2 {
	font-size: 11px;
	color: orange;
	padding: 5px 2px 0 10px;
	line-height: 1.25em;
}
#content.karton.kurs .column .announcements h2 b {
	font-size: 14px;
	color: #165679;
	width: 625px; 
	float:left;
}
#content.karton.kurs .column .announcements p {
	margin: 10px 85px 0 10px;
	color: black;
	font-weight: normal;
	line-height: 1.5em;
}
/* Vest.php Styles */
#content.static.vest .column h1 {
	background: url(../images/vest_naslov_bg.png) repeat-x;
	margin: -7px 0 0 0;
	padding: 10px 5px 0 5px;
	font-size: 16px;
	height: 36px;
	color: #333333;
}
#content.static.vest #column_container .column h3 {
	font-size: 10px;
	text-decoration: none;
	color: green;
	float: right; 
	margin: -30px 20px 0 20px;
	font-style: italic;
}

#content.static.vest #column_container .column .komentari {
	margin: 10px 20px 0 20px;

}
#content.static.vest #column_container .column .komentari p{
	font-size: 12px;
}
#content.static.vest #column_container .column .komentari h3 {
	margin: -15px 5px 0 20px;
	font-size: 14px;
	text-decoration: none;
	color: green;
	float: none;
}

#content.static.vest #column_container .column .komentari .postedby {
	padding: 0 0 0 18px;
	background: url(images/abullet.gif) no-repeat 0 4px;
	font-size: 10px;
	font-style: italic;
	}
	
	
	
/* Vest.php Sociable Styles */	
div.sociable { margin: 16px 20px; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
p.sidebarText {	font-size: 12px;	line-height: 16px;	color: #333333;	margin: 15px 5px 10px 5px;	text-align: left;}h1.sidebarText {	font-size: 14px;	color: #008000;	margin: 10px 0 0px 0;	text-align: left;}h3.uskoro {	color: #333333;	font-size: 13px;	font-style: italic;	margin-bottom: 10px;	text-align: right;}

div.hosting_registrovan {
	margin: 10px;
	padding: 10px;
	border: thin #4CC417 solid;
	background: #5EFB6E;
}
div.hosting_greska {
	margin: 10px;
	padding: 10px;
	border: thin red solid;
	background: #E77471;
}
.fb {
display: block;
}
#featured {
text-align: center;
}
p.vesti {

}


/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* SLIDER */

#slider { 
	width: 990px;
	height: 187px;
	background: white url('../orbit/loading.gif') no-repeat center center;
	
	overflow: hidden; }
#slider>img,  
#slider>div,
#slider>a { display: none; }


/* TYPOGRAPHY */

.content h2 {
	
	color: #2f3031;
	font-size:37px;
	padding: 15px;
	width: 550px;
}
.content p {
	font-family:Arial,"Lucida Grande",sans-serif;
	color: #4d4a4a;
	font-size:14px;
	line-height: 23px;	
	padding: 0 16px;	
	width: 510px;
	text-align: left;
}

p.datum {
	font-family:"Arial";
	color: #3a3b3a;
	padding: 0px 15px;
	width: 450px;
	font-size: 20px;	
	
}
/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 990px;
    height: 250px;
    position: relative; }

div.orbit {
    width: 400px;
    height: 250px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 990px;
    height: 250px; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */




/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

/* BULLET NAV
   ================================================== */

ul.orbit-bullets {
	
}

.orbit-bullets li {
	cursor: pointer;
	display: block; 
	float: left; 	
	height: 28px; 
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: #efefef url(../images/nav-bg.png);
	padding: 13px 35px 0px 10px;	
	color: #c9cbc8;
	
	
}
		
.orbit-bullets li.active {
	background: #efefef url(../images/nav-active-bg.png);
	color: #3f3838;
	text-shadow: 1px 0 0 #FFF; }
	
	
	

