/*

	Ben MacAdam
	http://macadamdesign.com
	
	pallete:
	

*/



/* RESET*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	color:#999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:18px;
	margin:0 0 15px;
	padding-top:10px;
}


a {
	color:#0099CC;
	padding:2px;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #A8D8CE;
}

a:active,a:focus {
outline: none;
}

/* UTILITY*/

.clear {
	clear:both;
}


#wrapper {
	margin:0 auto; 
	height:auto;
	width:900px;
	position:relative;
	
}

#header {
	height:30px;
	padding-top:10px;
	width:900px;
	font-size:18px;
}

#header a {
	color:#666666;
}

#header a:hover {
	color:#0099CC;
}


/*NAV*/


ul {
	text-decoration:none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
	
#nav {
	height:29px;
	width:945px;
	font-size:12px;
}

#nav a {
	color:#999;
	background:#fff;
	display:block;
	height:20px;
	padding-top:5px;
	padding-right:10px;
}

#nav a:hover {
	color: #ff6600;
	
}

#nav ul {
	float: left;
}

#nav ul li {
	float: left;
}


body#index li.index a,
body#about li.about a,
body#paintings li.paintings a,
body#media li.media a,
body#shows li.shows a,
body#contact li.contact a { color: #ff6600; }

#home-image {
	
}

/*CONTENT*/
	
.list {
	color:#ff6600;
}	
	
#content {
	width:900px;
	padding-top: 20px;
	height: 500px;
}

#show-image {
	float: right;
	width:400px;
	height:300px;
}
#show-list {
	float:left;
	padding-right: 20px;
	
}

#showcontent {
	width:900px;
	height: 500px;
	background-image:url(paintings/storefront.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:left
}


#titles {
	float:left;
	font-size: 12px;
	
}

#thumbs {
	float: right;
	width:900px;
	padding-top:50px;
}

#thumbs img{
	padding:2px;
}

/*FOOTER*/



#footer {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8px;
	margin:auto;
	width:950px;
}
#footer p {
	color:#lightblue;
	text-transform:uppercase;
	padding-top: 15px;
	float:left;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #lightblue;
	text-decoration: none;
	letter-spacing: 1px;
}

