/* SPRITEBAKER.COM */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Mathieu Hardiviller
* @author Jloupf (www.jloupf.fr)


*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

body {
text-align : center;
font-size : 12px;
font-family: verdana, arial, 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 : #666666; /* color of all the text in your website except for links and other sections overwritten */
background-color : none; /* sets the background color */
line-height : 150%;
}

/* WRAPPER */
#wrapper {
width : 800px; /* sets the widh of the website content */
margin : 0 auto; /* do not modify */
padding-top:0px;
text-align : left;
text-align : justify;
}

/* LINKS */
	
/* colors for all links */
a:link {
text-decoration : none;
color : #73a3c4;
}
a:active {
text-decoration : none;
}
a:visited {
text-decoration : none;
color : #73a3c4;
}
a:hover {
text-decoration : underline;
color : #73a3c4;
}
a img {
border : 1px;
}

#haut{
	position:absolute;
	top:0;
}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
#top-section {
background-color:#000000;
padding:5px 5px 1px 5px;
font-size : 15px;
color : #ffffff;
font-family: 'DejaVuSerifBoldItalic', arial, times, serif;
margin : 10px 0 10px 0;
line-height : 100%;
text-align:center;


}
#top-section a { /* this is the link property inside the Top-Section */
font-size : 1em;
text-decoration : none;
color : white;

}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color:white;
background-color: #000000;
padding: 0px 0px;
}

/* MENU */
#menu .container {
z-index : 1001;
margin : 0 0 20px 0;
padding:10px 0;
width : 800px;
/*position:fixed;*/
border-top:dashed 1px;
border-bottom:dashed 1px;
background-color:#ffffff;
}
#menu {
float : left;
height : auto;
padding : 0 0 0 0;
}
#menu p {
color : #ff0000;
width : auto;
text-align : left;
padding : 0 0 0 0;
margin : 0 0 0 0;
}
#menu ul {
display:block;
width : auto;
list-style : none;
overflow : auto;
margin : -10px 0px -10px 0;
word-spacing:-1px;
color:#ff0000;
padding:3px 0px 5px 0px;
}
#menu ul li.section-title {  /*property of the section titles */
font-family : verdana, arial, sans-serif;
color : #000000;
font-size : 10px;
font-weight : bold;
text-align : left;
text-decoration : none;
width : auto;
padding : 0;
margin : 0;

/*visibility: hidden;
position:absolute;*/

}
#menu ul li.section-title:hover {
color : #ffffff;
background-color:black;
}
#menu ul li {  /* property of the projects/exhibitions titles */
display:inline;
font-family : verdana, arial, sans-serif;
text-align : left;
font-size : 0.8em;
width : 150px;
line-height : 150%;
margin : 0 0 0 12px;
white-space:pre;
}

#menu ul li a:link {
padding : 0 0 0 0;
text-decoration : none;
color : #000000;
}
#menu ul li a:visited {
padding : 0 0 0 0;
text-decoration : none;
color : #000000;
}
#menu ul li a:hover {
padding:0 0 0 0;
background-color: #73A3C4;
color : #ffffff;
}

/*#menu ul a.active {
padding : 0 0 0 0;
text-decoration : none;
background-color:#000000;
color : #ffffff;
}*/

#menu ul li.active a{
	padding:0 5px;
	background-color:#000000;
	color:#ffffff;
}

img{
	display:block;
	padding-bottom:10px;
	padding-top:10px;
}

/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
background : url(/files/white_30_pct.png) repeat; 
position : fixed;
z-index : 800;
left : 0;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 8px 10px 2px 10px;
width : 100%;
font-size : 0.8em;
color : #bbbbbb;
font-family : georgia, "Times new roman", serif;
font-style : italic;
text-align : center;
line-height : 0%;
}

#copy:hover {  /* make the background 100% of opacity when the cursor is over */
background : #fff;
}

/* SEPARATOR : You can change this image in the index.php of this theme, or simply delete it */
/*#separator {
z-index : 1001;
top : 0;
margin-bottom: 10px;
background : none;
border-bottom:dashed 1px #000000;
}*/

/* CONTENT AREA */
#content {
height : 100%;
width : 800px;
margin-top : 0;
margin-right : 0;
margin-bottom : 10px;
top : 0;
}
.container {
/*margin-top : 30px;
margin-bottom : 30px;*/
}

#content p {  /* sets the properties for all paragraphs in the content area */
width : 800px;
margin-top : 10px;
margin-right : 0;
margin-bottom : 10px; /* sets the space between paragraphs */
margin-left : 0;
line-height : 150%;  /* use this the change the leading (space between lines) */
}

p {  /* sets the properties for all paragraphs  */
margin-top : 0;
margin-right : 0;
margin-bottom : 9px;
margin-left : 0;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
position : fixed;
z-index : 1000;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 2px 10px 2px 10px;
font-size : 0.8em;
color : #bbbbbb;
font-family : georgia, times, serif;
font-style : italic;
text-align : right;
}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
color : #bbbbbb;
text-decoration: none;
font-style : bold;
}
#indexhibit a:hover { border-bottom:1px dotted !important; }

/* HEADINGS */
	/*
	when typing your text/descriptions follow this format to use these heading types
	<h1>This is the text I want to be a heading</h1>
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/
h1 {
font-family : 'DejaVuSerifBook', georgia, times, serif;
font-size : 1.5em;
color : #000000;  /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
padding-bottom : 2px;  /* sets the spacing between the heading and paragraph below */
}
h2 {
font-family : 'DejaVuSerifItalic', georgia, times, serif;
font-size : 1.2em;
font-weight : normal;
color : #000000;
padding-bottom : 0px;
text-decoration:underline;
}
h3 {
font-size : 1.7em;
color : #9d9d9d;
font-style : italic;
font-weight : normal;
padding-bottom: 2px;
}
h4 {
font-size : 1.3em;
color : #9d9d9d;
font-weight : bold;
text-decoration : underline;
padding-bottom: 2px;
}
strong {
font-variant: small-caps;
color:#000000;
}

/* IMAGES */
#img-container {
margin : 0 0 20px 0;
padding : 0;
}
#img-container p {
width : 400px;
margin : 0;
padding : 0 0 12px 0;
}
.nothumb img {
margin-top : 0;
margin-right : 0;
margin-bottom : 30px;
margin-left : 0;
border-color : #bec3c2;
border-width : 2px;
border-style : solid;
}
#once {
clear : left;
}

/* SLIDE SHOW - Navigation */
p.nav a {
background-color : #dcdcdc;
color : #ffffff;
padding-top : 1px;
padding-right : 9px;
padding-bottom : 3px;
padding-left : 9px;
font-size : 1em;
font-family : "Courier New", Courier, monospace;
}
p.nav a:hover {
background-color : #d3d3d3;
}
p.nav span#num {
letter-spacing : 2px;
font-family : "Courier New", Courier, monospace;
font-style : italic;
padding-left : 20px;
}

#sous-menu{
	position: relative;
	text-align:left;
	left:-50px;
	margin-bottom:-1200px;
	margin-left:-103px;
	/*top:50px;*/
	width:150px;
	/*margin-top:50px;*/
	padding:6px 2px;
	float:left;

}

.nav-projet{
	/*height:1200px;*/
	padding: 3px 0 1200px 0;
}

.clear-both { clear : both; }

.new{
	color:red;
	vertical-align:super;
	font-size:70%;
}

.ei_menu{
	background:#111;
	width:100%;
	overflow:hidden;
}
.ei_menu ul{
	height:350px;
	margin-left:50px;
	position:relative;
	display:block;
	width:1300px;
}
.ei_menu ul li{
	float:left;
	width:75px;
	height:350px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #111;
}
.ei_preview{
	width:75px;
	height:350px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../images/bw.jpg) no-repeat top left;
}
.ei_image{
	position:absolute;
	left:75px;
	top:0px;
	width:75px;
	height:350px;
	opacity:0.2;
	background:transparent url(../images/color.jpg) no-repeat top left;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-75px 0px;
}
.pos3 span{
	background-position:-152px 0px;
}
.pos4 span{
	background-position:-227px 0px;
}
.pos5 span{
	background-position:-302px 0px;
}
.pos6 span{
	background-position:-377px 0px;
}
.ei_descr{
	position:absolute;
	width:278px;
	height:310px;
	border-right:7px solid #f0f0f0;
	padding:20px;
	left:75px;
	top:0px;
	background:#fff;
}
.ei_descr h2{
	font-family: 'Rock Salt', arial, serif;
	font-size:26px;
	color:#333;
	padding:10px;
	text-shadow:0px 0px 1px #fff;
	background:#fff url(../images/stripe_light.gif) repeat top left;
}
.ei_descr h3{
	font-family: 'Raleway', arial, serif;
	color:#fff;
	text-shadow:0px 0px 1px #000;
	font-style:normal;
	padding:10px;
	background:#333;
}
.ei_descr p{
	color:#000;
	padding:10px 5px 0px 5px;
	line-height:18px;
	font-size:11px;
	font-family: Arial;
	text-transform:uppercase;
}
div.tabbedArea {
    
}
div.tabHeading {
    overflow: hidden;
    padding: 30px 20px 0 20px;
	border-bottom:1px solid silver;
}
div.tabContainer {
    padding: 10px;
}
div.tabContent {
    overflow: hidden;
}

ul.tabs{
	list-style-type:none;
}

ul.tabs li {
    float: left;
    margin-right: 5px;
}
ul.tabs li a {
    color: #000;
    font-size: 10px;
    padding: 5px 10px;
    text-decoration: none;
	border:1px solid silver;
	border-bottom:0px;
}
ul.tabs li a:hover {
    color: #fff;
	background:#000;
}
ul.tabs li.active {
    border-right: medium none;
}
ul.tabs li.active a {
    background-color: black;
    color: #fff;
}
