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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: justify;
}

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

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

a img { border: none; }


#main-header {
	background-image: url(../../../../images/logo_danielseguin.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 87px;
	border-left: 6px solid #000000;
	padding-left: 10px;
   	position: fixed;
	background-color: #fff;
}

#menu {
	width: 275px;
	overflow: auto;
	top: 87px;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
	border-left: 6px solid #000000;
	padding-left: 10px;
	padding-top: 15px;

}

#menu ul {
	list-style: none;
	/*margin: 0 0 5px 0;*/
}

#menu ul li.section-title {
	color: #790002;
	font-weight: bold;	
}


/*
Add these lines to your css file.
You may have to adjust height and width as well as the path to your image and your section-title-name 
(wich is connected to your category names).
*/

#menu ul li.section-title-COMMISSIONED {
			display:block;
			width:270px;
			height: 33px;		
			background-image:url(../../../../images/but_commissioned.gif);
			background-repeat:no-repeat;
 }

#menu ul li.section-title-GALLERIES {
			display:block;
			width:270px;
			height: 33px;	
			background-image:url(../../../../images/but_galleries.gif);
			background-repeat:no-repeat;
 } 
 
#menu ul li.section-title-PROJECTS {
			display:block;
			width:270px;
			height: 33px;		
			background-image:url(../../../../images/but_projects.gif);
			background-repeat:no-repeat;
}
 
#menu ul li.section-title-ESSAYS {
			display:block;
			width:270px;
			height: 33px;		
			background-image:url(../../../../images/but_essays.gif);
 			background-repeat:no-repeat;
 }
 
 #menu ul li.section-title-INFO {
			display:block;
			width:270px;
			height: 33px;		
			background-image:url(../../../../images/but_info.gif);
 			background-repeat:no-repeat;
 }
 
 #menu ul li.section-title-HOME {
			display:block;
			width:270px;
			height: 33px;		
			background-image:url(../../../../images/but_home.gif);
 			background-repeat:no-repeat;
 }
 
 #menu ul li.section-title-COMMISSIONED span, #menu ul li.section-title-GALLERIES span, #menu ul li.section-title-PROJECTS span, #menu ul li.section-title-ESSAYS span, #menu ul li.section-title-INFO span, #menu ul li.section-title-HOME span {
left:-2000px;
position:absolute;
}


/*END image nav mod */



#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
	padding-top: 102px;
}

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

#copyright{
   	position: fixed;
   	bottom: 10px;
	font-size: 10px;
	padding-left: 20px;
}

#copyright ul{
	list-style: none;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

img {
	border: 1px solid #999999;
}

.img-contact {
	border: 0px;
}

.img-copyright {
	border: 0px;
}

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

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

#once { clear: left; }}}: 0 0 12px 0; }

#once { clear: left; }
