/* BASE
***************************/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    }


body { 
	font: 62.5%/1.5 verdana, helvetica, sans-serif;
	background:#000;
	color:#fff;
	margin: 0;
    padding: 0;
	}

p { font-size:1.1em; margin-top:1em; }	


a {
color:#990100;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}



/* CONTENT 
***************************/
	
#content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#content  img  { margin:0; padding:0;}
#content .container {
	text-align:center;
	margin-left:120px;
}
	#content .container img { margin:20px 0 0;}
	
#content #about { 	margin-top:60px; }

#content #contact { margin-top:150px;   }

#content #paintings {margin-top:30px;}


#content #illustrations {margin-top:50px;}

/* next / prev nav */
ul#nextPrevNav {	
	margin:0 0 25px;
	padding:0;
	position:relative;
	height:27px!important;
	
}
ul#nextPrevNav li {
	display: -moz-inline-box; /* Fixes Firefox 2 */
	display: inline-block;
	margin:0;
	padding:0;
	height:27px!important;
}
	ul#nextPrevNav li.prev {
	 	width:21px;
		height:27px;
		background:#000 url(/assets/img/prev.gif) 0 0 no-repeat;
   		margin-right:100px;
	}
	ul#nextPrevNav li.next {
	 	width:27px;
		height:27px;
		background:#000 url(/assets/img/next.gif) 0 0 no-repeat;
 		margin-left:100px;
	}

	ul#nextPrevNav li a { 
		width:21px;
		height:27px;
		display:block;
		text-indent:-9999px;
	 
		}
		
/* dropdown */
#portfolio-dropdown {
background:#938e6e;
border:#000000 1px solid;
color:#000000;
}