/* CSS Document */

body {
	background: #660; 
	color: #fff;
	}
#container {
	background: #000; }

#header {
	background: #000000 url(/images/header-black.jpg) no-repeat;
}

/* 1st Tier nav */

#nav ul li a.paintings {
	color: #EFF373;
	/* border-bottom: 1px solid #333333; */
		border: none; }

/* Open up 2nd Tier nav */

#paintings #nav ul ul.paintings { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif; 
	border: none; }
	
#paintings #nav ul ul a { 
	padding: 4px 0px 4px 34px;
	width: 135px;
	border:none; 
	text-decoration: none; }		
	
#paintings #nav ul ul a:link, #paintings #nav ul ul a:visited {
	padding: 4px 0px 4px 34px;
	font-weight: bold;
	color: #fff;
/*	background-color: #fff;*/ }
	
#paintings #nav ul ul a:hover {
	font-weight: bold;
	padding: 4px 0px 4px 34px;
	color: #EFF373;
/*	background-color: #EFF373; */}
	
/* Second Tier nav Links */

#paintings.dreamscapes #nav ul ul li a.dreamscapes {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.flowers #nav ul ul li a.flowers {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.commissioned #nav ul ul li a.commissioned {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.rainbow-tribe #nav ul ul li a.rainbow-tribe {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.golden-girl #nav ul ul li a.golden-girl {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.dragons #nav ul ul li a.dragons {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.equine #nav ul ul li a.equine {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.aquatic #nav ul ul li a.aquatic {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.on-the-wild-side #nav ul ul li a.on-the-wild-side {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.visions #nav ul ul li a.visions {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.faces #nav ul ul li a.faces {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.abstract #nav ul ul li a.abstract {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.archaic-dance #nav ul ul li a.archaic-dance {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.wings #nav ul ul li a.wings {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }
	
#paintings.metallics #nav ul ul li a.metallics {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }	
	
#paintings.transcendental #nav ul ul li a.transcendental {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }	
	
#paintings.diptychs #nav ul ul li a.diptychs {	
	color: #EFF373;
	background: url(/images/arrow.gif) no-repeat 2em 0.6em;	 }	
/* Other CSS */
			
.portfolio_item {
	float: left;
	width: 180px;
	text-align: center;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	padding-top: 15px;
	clear: both;
}

