@CHARSET "ISO-8859-1";

/* >>> CSS RESET <<< */
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, 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-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body { color: black;    background: white;}  /*line-height: 1;*/
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0;}
/* ================================================= */


/* >>> MAIN ELEMENTS <<< */
body{
	top: 0;left: 3px; margin: 0 1px;
	background: #0d0d0d url('resources/img/bg.jpg') no-repeat center;
}
body, div, input, textarea, select, p, h1,h2,h3,h4, h5, h6, span, a:link, a:active, a:visited{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.97em;
    color: #f3f3f3;
}
p{
    /*line-height: 1.2;*/
}
a:link, a:active, a:visited{
    text-decoration: none;
}
a:hover{
    color: #eee;
    text-decoration: underline;
}

a:link, a:active, a:visited{
	color: #fff;
}

h1{
	font-size: 1.6em;
	text-align: right;
	text-transform: uppercase;
	color: #777;
	background: #131313;
	padding: 5px;
	font-weight: normal;
}

h2{
	font-size: 1.15em;
	font-weight: normal;
}

h3{
	font-size: 1em;
	font-weight: bold;
	margin: 1px 0 3px;
}

strong{
	font-weight: bold;
	color: #666666;
}

 .portalBody{
 	background: #000;
 	overflow: auto;
 	/*padding: 5px;*/
 	border: 1px solid #141517;
 	
 }
 
 .portalFooter{
 	font-size: 0.7em;
 	padding: 2px 0;
 	text-align: right;
 }
 
.backLink:link, .backLink:active, .backLink:visited{
 	display: block;
 	padding: 2px;
 	color: #777;
}

.contacts{
	color: #666;
	text-align: center;
	margin: 10px 2px;
	background: #141517;
	padding: 4px 2px;
}

 /* MENU */
#menuContainer{
	padding-left: 5px;
}
 
#menu a:link, #menu a:active, #menu a:visited{
	font-family: "Century Gothic";
	text-transform: uppercase;
	font-size: 18px;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #141517;
	/*text-transform: uppercase;*/
	color: #666;
}

#menu a:hover{
	color: #eee;
	background: #141517;
	text-decoration: none;
}
 
.newsletter:link, .newsletter:active, .newsletter:visited{
	color: #F8971C !important;
	
}
 
/* HOME PAGE */
#homeContainer{}

#homeCol1{
	float: left; 
	width: 300px;
}

#homeCol2{
	float: left; 
	width: 399px;
	/*height: 500px;*/
	padding: 0;

}

#homeSlideshow{
	padding: 4px 0;
}

#homeEvents{
	height: 550px;
	width: 389px;
	width: 404px;
	background: #000;
	padding: 0 5px;
	overflow: hidden;
}

#homePartners{
	/*height: 209px;*/
	/*background: #939598;*/
	overflow: hidden;
}


#homeEvents .event{
	border-bottom: 1px solid #141517;
	overflow: hidden;
	height: 100px;
}

#homeEvents .event h2{
	 font-size: 1.4em;
	 color: #939598;
	 font-weight: normal;
}
 
#homeEvents .event h3{
	 font-size: 1.1em;
}
 
#homeEvents .event .imgContainer{
  	float: left;
  	width: 110px;
  	margin: 2px;
  	
}
#homeEvents .event .infoContainer{
	overflow: auto;
}
#homeEvents h2.title, #homeCol1 h2.title{
	font-size: 1.4em;
	color: #287177;
	font-weight: normal;
	padding: 0 0 0 2px;
	
}
 
 
 /* EVENTS */
 #eventsList{
 	margin: 4px 2px;
 }
 
#eventsList .event{
 	border: 1px solid #141517;
 	padding: 2px;
 	margin: 4px 0;
}

#eventsList .event h2{
	 font-size: 1.6em;
	 color: #287177;
	 font-weight: normal;
}
 
#eventsList .event h3{
	 font-size: 1.1em;
}
 
#eventsList .event h3.subtitle{
	color: #666;
}
 
#eventsList .event .imgContainer{
  	float: left;
  	width: 160px;
  	margin: 2px;
}

#eventsList .event a, #homeEvents .event a{
	text-decoration: underline;
	color: #F8971C;
}

.eventClosure{
	clear: both;
}

.eventDetail{
	margin: 2px 2px 10px 0;
	padding: 2px;
	border-bottom: 1px solid #287177;	
}
 
.eventDetail h2{
	color: #287177;
	font-size: 1.6em;
	margin: 2px 0;
}
.eventDetail h3{
	color: #777;
	font-size: 1.2em;
	margin: 2px 0;
}

.eventDetail .date{
	margin: 3px 0 0 0;
}
.eventDetail .location, #eventsList .location{
	color: #777;
	font-size: 1.2em;
}

.eventDetail .imgContainer{
	float: left;
	margin: 0 5px 5px 0;
}

.eventDetail .imgContainer img{
	border: 3px solid #111;
}


 /* STANDAR PAGES */
 
.pageContainer{
	margin: 4px 2px;
}
.pageContainer .pageSection{
	margin-bottom: 10px;
	padding: 2px;
	border-bottom: 1px solid #287177;	
}

.pageContainer .pageSection h2{
	font-size: 1.8em;
	color: #287177;
	background: url('resources/img/section_bullet.jpg') no-repeat left center;
	padding: 0 0 0 26px;
}
.pageContainer .pageSection p{
	text-align: justify;
	line-height: 20px;
}

.pageContainer .pageSection strong{
	color: #666;
	font-weight: normal;
}

.pageContainer .pageSection strong.special{
	color: #F8971C;
	font-size: 1.2em;
	font-weight: normal;
}

.partnersPage{
	text-align: center;
}
.partnersPage div{
	margin: 6px 0;
}
.partnersPage a{
	margin: 0 6px;
}
