/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Columner Theme by Mathieu Hardiviller (www.hmplus.net)

*/
* {
margin : 0;
padding : 0;
}

body {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;/* font of all the text in your website except for sections overwritten.
	Go to www.typetester.org to test sizes and see the list of safe fonts - If the user doesnt have the first one, it try the second, and goes along the list until it finds a font that the computer has installed */
	color: #222; /* color of all the text in your website except for links and other sections overwritten */
	text-align: left;
	background-color: white; /* sets the background color */
	line-height : 120%;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/* LINKS */
/* colors for all links */
a:link { 
	text-decoration: none;
	background-color: #333;
	color: #6ae8ff!important;
	padding:5px 10px 2px 5px;
}

a:active {
	text-decoration: none;
	background-color: #fff!important;
	color: #362f8e;
	padding:5px 30px 2px 5px;
}

a:visited {
	text-decoration: none;
	background-color: #ccc;
	color: #666!important;
	padding:5px 10px 2px 5px;
}
	

a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #333!important;
	padding:5px 10px 2px 5px;
}

a img { border: none; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: relative;
right : 0;
width: 100%;
margin:0 0 0 -6px;
float:left;
font-size: 8px;
font-weight: bold;
color: #1a1a1a;
font-family: Arial, Helvetica, sans-serif;
z-index:9999;

}
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: black;
font-weight: 100;
position:fixed;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: black;
}
#top-section p {
text-align: right;
}

/* MENU */

#menu {
	position: fixed;
	z-index:9994;
	width : 100%;
	background: url(menu_bg.jpg) 0 30px no-repeat #fff;
	padding:0;
	border-bottom: 2px solid #333;
}
/*LOGO GO HOME*/
.mylogo{float:left; position:fixed; z-index: 9999; margin:10px 0 0 30px;}
	.mylogo h1 a{font-size: 17px; background: url(elesefe.png) no-repeat center -1px; padding:28px;}
	.mylogo h1 a:hover{background: url(elesefe.png) no-repeat center -58px; padding:28px;}
	.mylogo p{font-size: 9px!important; color:#ededed; float:left; text-align:center; position:relative; font-style: italic; font-weight: lighter;margin:39px 0 0 0px;}
/*LOGO GO HOME*/

/*TOOGLE MENU*/
.toogle {width:100%; left:0; position:fixed; padding:8px 0 8px 0!important; z-index:9996; text-align:center;background: #111!important;color:#fff!important; letter-spacing: 4px; font-style: italic;}
p .toogle{ color:#eee!important;}
.toogle:hover{background: #333!important;color:#6ae8ff!important;}
/*TOOGLE MENU*/


#menu .container { padding: 0px 0% 0px 0px; }

#menu ul {
	float: right;
	width: 170px;  /* the width of each column in the menu */
	list-style-type: none;
	overflow: auto;
	margin: 35px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index:9998;
	position:relative;
}

#menu ul li.section-title { /* property of the section titles */
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: auto;
	font-size: 9pt;
	background: #ededed;
	font-weight: bold;
	padding: 5px 10px 3px 5px;
	margin: 0px 0px 7px 0px;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	width: auto;
	margin: 0px 0px 10px 0px;
}

#menu ul li.active {  
	text-decoration: underline;
}

#menu p {
	color: black;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu ul a:link {
	text-decoration: none;
	color: black;
}

#menu ul a:active {
	text-decoration: none;
	color: black;
}

#menu ul a:visited {
	text-decoration: none;
	color: black;
}

#menu ul a:hover {
	color: black;
}


/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
z-index : 80;
left : 0;
bottom : 0;
margin : 0 0 0 0;
width:100%;
background-color: #ededed;
color:#222;
font-size: 9px;
font-family: Arial, Helvetica, sans-serif;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
z-index : 100;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 40px 14px 0px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
text-align : right;
}

#copy  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
}
body > #copy  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
#indexhibit  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; 
}
body > #indexhibit  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

/* MAIN CONTENT */

#content {
	float: left;
	height: 400px;
	display: inline;
	margin: 8px 0px 0px 25px;
	padding: 70px 0px 0px 0px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -10;

}

.container {
    padding: 0px 0px 0px 0px;   
}

/* End Main Content */

/* Fonts / Typefaces */

#content p {
	width: 100%;
	margin: 0px 0px 5px 0px;
	position: static;
}

p {
	font-size: 9pt;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: -0.3px;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 12px;
}


#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


h1 { 
	letter-spacing: 0;
	line-height: 80%;
	font-size:28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size:500%;
	line-height: 120%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 50px;
	line-height: 100%;
	letter-spacing: -5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h4 {
	font-size: 12px;
}

#img-container {
	margin: 0px 0px 0p 0px;
	padding: 0px 0px 0px 0px;
}

#img-container p {
	width: auto;
	//margin: 0px 0px 0px 0px;
//	padding: 0px 0px 0px 0px;
}

/* End Fonts / Typefaces */

#once { clear: left; }
.content a:hover{color:#6ae8ff!important;background: none!important; padding:0!important;margin:0!important; font-size: 9pt!important;}
.content a{color:#000!important;border-bottom:1px solid #888; background: none!important; padding:0!important;margin:0!important; font-size: 9pt!important;}

.stripTransmitter a{ 
	text-align: center!important; 
	text-decoration: none;
	background:url(numb.png) no-repeat center 0!important; 
	color:#000!important;
	display: block;
	padding:10px 6px 8px 6px!important;
		border:none!important;

} 
.stripTransmitter a:hover, a.current{ 
	text-align: center!important; 
	text-decoration: none;
	color:#6ae8ff!important;
	display: block;
	background:url(numb.png) no-repeat center -30px!important; 
	padding:10px 6px 10px 6px!important;
	border:none!important;
}

/*TUITI*/
#twitter_div{
margin:0px 0 0 3px;
float:left;
position:absolute;
width:97%;
}
#twitter_div img{
	margin:0 0 -37px -30px;
}
#twitter_update_list{
	float:left;
	padding: 0;
	margin:6px 0 0 0;
	list-style: none;
	width:100%;
}
#twitter_update_list li{
font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
font-weight:normal;
font-size: 14px;
padding:10px 0 10px 27px;
display: block;
width:97%;
margin: 0 0 5px 0;
color:#999;
}
#twitter_update_list li:hover{
	color:#222;
}

#twitter_update_list li span a{
	color:#999;
	font-size: 18px!important;
}
#twitter_update_list li span a:hover{
	color:#666;
	font-size: 18px!important;
}
#twitter_update_list li a{
	font-size: 12px!important;
	color:#222;
}

#twitter-link{
	color:#fff;
	text-decoration: none;
	font-size: 14px;
	background: #888;
	padding:5px;
}
#twitter-link:hover{
	color:#222;
	text-decoration: none;
	font-size: 14px;
	background: #fff;
	padding:5px;
}

