/* jmarches : site-wide styles */

html { overflow-y: scroll; }
body { text-align: center; font: .8em Georgia, serif; color: #222; } 
img { border: 0; }
a:link, a:visited, a:active { color: #66b399; text-decoration: none; }
a:hover { text-decoration: underline; }
span { visibility: hidden; }
.floatLeft {
	width: 100px;
	display: block;
	float: left;	
}
.clearFloat { 
	clear: both; 
	margin:0; 	/* zero margins or apply border to last element in div to avoid margin collapse */
}


/* general page layout setup */

#container { 
	width: 900px; 
	margin: 0 auto; 
	padding: 10px 0 0 0; 
	text-align: left; 
}
#sidebar {					/* left colummn */		
	width: 320px;
	float: left;
	margin: 0;
	padding: 0;	
	text-align: left;
}
#content {					/* right column */
	float: left;
	width: 550px;
	text-align: left;	
	margin: 0;
	padding: 0;
}
#content h2 { 
	font-size: 1em;
	padding-top: 15px;
	color: #333;
}
#content h2 p { 
	font-size: .9em;
	font-weight: normal;
	display: inline;
	padding-left: 7px;
}
#content p {
	line-height: 1.5em;
}

#panel { padding-left: 45px; }


/* menu */

/* spacing for menu h2 headings controled with height (using padding creates spacing bug with accordion script) 
 height for h2 elments set to 26px eventhough background image height is only 18px */

h1.title {
	margin: 0; padding: 0;
}
h1.title a {						
	width: 300px; height: 30px;
	margin: 0; padding: 0;
	display: block;	
	background: url('../images/jmarches.png') 0 0 no-repeat;
	text-decoration: none;	
}
h1.title a:hover {	
	background-position: -300px 0;
}

#info {	
	width: 250px; height: 60px;
	margin: 10px 0 10px 0; padding: 0;	
	background: url('../images/info.png') 0 0 no-repeat;	
}

h2.projects {
	width: 120px; height: 26px;
	margin: 0; padding: 0;
	display: block;
	cursor: pointer;	
	background: url('../images/projects.png') 0 0 no-repeat;
}
h2.curation {
	width: 120px; height: 26px;
	margin: 0; padding: 0;
	display: block;
	cursor: pointer;	
	background: url('../images/curation.png') 0 0 no-repeat;
}
h2.publications {
	width: 120px; height: 26px;
	margin: 0; padding: 0;
	display: block;
	cursor: pointer;	
	background: url('../images/publications.png') 0 0 no-repeat;
}
h2.courses {
	width: 120px; height: 26px;
	margin: 0; padding: 0;
	display: block;
	cursor: pointer;	
	background: url('../images/courses.png') 0 0 no-repeat;
}
h2.cv {
	width: 120px; height: 26px;
	margin: 0; padding: 0;
	display: block;
	cursor: pointer;
	background: url('../images/cv.png') 0 0 no-repeat;
}
h2.contact {
	width: 120px; height: 26px;
	margin: 0; padding: 0;
	display: block;
	cursor: pointer;	
	background: url('../images/contact.png') 0 0 no-repeat;
}
h2.projects:hover,
h2.curation:hover,
h2.publications:hover,
h2.courses:hover,
h2.cv:hover,
h2.contact:hover {	
	background-position: -120px 0;
	margin: 0; padding: 0; 	
}

#projects,
#curation,
#publications,
#courses,
#cv,
#contact {
	margin: 0; padding: 0 0 15px 20px;
}

#menu p {
	margin: 0; padding: 3px 0 0 20px;	
}





