/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, Courier New, Courier, monospace;
	color: #7F7F7F;
	line-height: 1.5em;
	background: #E5E5E5;
}

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

a:link { text-decoration: none; color: #333333; }
a:active { text-decoration: none; color: #707070; }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 160px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    background-color: #E5E5E5;
}

#menu ul {
	list-style: none;
	margin: 22px 0 20px 0;
}

#menu p a img {
      margin-bottom: 7px;
}

#menu ul li {
	padding:.4em 0 0 0; 
}

#menu ul li.section-title { 
	font-size: 1em; 
	font-family: Verdana,Times New Roman, Georgia, Helvetica, sans-serif;  
	color: #707070;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 0.4em;
	padding: 10 0 0 0;
}


#content {
    height: 100%;
    margin: 4px 0 0 227px;
    top: 0;
}

.container {
    padding: 16px 5px 25px 25px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 19px 0;
}

h1 {font-size: 1.5em;
	font-family: Verdana, Trebuchet MS, sans-serif; 
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 20px;
}

h2 {font-size: 1.1em;
	font-family: Verdana, Trebuchet MS, sans-serif; 
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
}

h3 { font-size: 24px; }
h4 { font-size: 16px; }


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ 
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0; 
    font-size: 10px;
	font-family: Verdana, Courier New, Courier, monospace;
}

#once { clear: left; }

/* amendments */ 

.horizontal_line { 
	border-top: 5px solid #353535; 
	width: 160px; 
}

.horizontal_line2 { 
	border-top: 5px solid #353535; 
	width: 411px; 
}

.horizontal_line3 { 
	border-top: 5px solid #353535; 
	width: 731px; 
}

#index-title {	
	position: absolute;
	bottom: 45px; 
	left: 19px; 
	right: 0px; 
	width: 321px;
	height: 15px;
	background-color:#E3E3E3;
	text-transform: uppercase; /* force text to uppercase */
	padding-left: 5px;
	line-height: 15px;
}

#indexhibit-link {	
	position: absolute;
	bottom: 25px; 
	left: 19px; 
	right: 0px; 
	width: 156px;
	height: 15px;
	background-color:#E3E3E3;
	text-transform: uppercase; /* force text to uppercase */
	padding-left: 5px;
	line-height: 15px;
}

#cv-indent { 
	margin-left: 10px;
	height:1em;
	line-height: 1em;
}


/* SLIDE SHOW - Navigation */

p.nav a {
	background-color: #8F8F8F;
 	padding-top: 2px;
  	padding-right: 7px;
  	padding-bottom: 2px;
   	padding-left: 7px;
  	font-size: 9px;
   	font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
   	color: #E0E0E0
}

p.nav a:hover {
  	background-color: #7F7F7F;
}
	
p.nav span#num {
  	letter-spacing: 2px;
   	font-family: Trebuchet MS, Helvetica, sans-serif; 
  	font-style: normal;
  	padding-left: 15px;
  	font-size: 9px;
}
		
/* CV definition list */

dl {
   	width: 731px;
}

dl dt {
	width: 50px;
	font-size: 1.1em;
   	font-family: Trebuchet MS, Helvetica, sans-serif; 
	text-decoration: none;
	color: #353535;
   	height: 10px;
   	padding: 5px 10px;
   	display: block;
   	float: left;
   	margin: 5px 0;
}

dl dd {
   text-align: left;
   width: 660px;
   height: 10px;
   padding: 5px 0;
   display: block;
   float: left;
   margin: 5px 0;
}

ul#twitter_update_list {width: 400px; display: block; list-style-type: none; padding-bottom:10px;}

ul#twitter_update_list li {padding: 5px 0 5px 0;}
