/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	/*font-size: 62.5%; */
	font-size: 12px;
 	margin-bottom: 40px;
	font-family: Tahoma, Verdana, Helvetica, Lucida, sans-serif;
	background: #e8e5e5;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

h1,h2,h3,h4,h5 { font-weight: normal; margin: 0; padding: 0; }

a { color: #000; }

p { margin-bottom: 1em; }

html {
	background: #e8e5e5;
}
.clear{
	clear: both;
}
img {
	border: 2px solid #e8e5e5;
}
.menu,.subtitle {
	text-transform: uppercase;
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	letter-spacing: 1px;
}
/**************
 	Site Container Box
*/
#Container { 
	width: 930px;
	background: #fff;
	margin: 0 auto;
	}
#Layout {
	clear: both;
	overflow: hidden;
	margin: 15px auto;
	padding: 0px 10px 0px 10px;
}
	#Layout a {
		font-weight: bold;
	}

/*
	Header
*/
#Header {
	background: url(../images/logo.gif) top center no-repeat;
	padding: 78px 0px 0px 88px;
	width: 403px;
	margin: 0 auto;
}
	#Header #Menu {
		background: #999 url(../images/menu-bg.gif) no-repeat;
		width: 405px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
		#Header #Menu a {
			padding: 0px 8px 0px 8px;
			color: #fff;
			text-decoration: none;
			font-size: 16px;
			font-weight: bold;
		}
			#Header #Menu a:hover,#Header #Menu a.section {
				color: #000;
			}

/*
	CONTENT
*/
h3 { color: #999; font-size: 14px; }
h2 {
	color: #a18b23;
	font-size: 20px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px 0px 5px 0px;
}

	h2.yellow {
		color: #a18b23!important;
		font-size: 20px;
		font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
		margin: 0px 0px 5px 0px;
	}

h4 { color: #999; font-size: 12px; }

#Content {
	width: 580px;
	border-right: 1px solid #e8e5e5;
	margin: 0px 10px 0px 0px;
	padding: 0px 20px 0px 0px;
	float: left;
}
	#Content.artwork {
		
	}
		#Content.artwork #Frame {
			/*height: 190px;*/
			/*float: left;*/
			text-align:center;
			width:510px;
			margin: 0 auto;
			overflow: visible;
			background: #e8e5e5;
			padding: 5px;
			
		}
		
		#Content.artwork #Frame-white {
			/*height: 190px;*/
			/*float: left;*/
			text-align:left;
			margin-left:50px;;
			overflow: visible;
			padding: 5px;
		}
		
		#Content.artwork h2 {
			color: #000;
			text-transform: uppercase;
			margin: 0px 0px 5px 0px;
		}
		div.infobox {
			background: #e8e5e5;
			padding: 5px 10px 10px 10px;
			width: 250px;
			/*float: left;*/
			margin-left: 80px;
			overflow: hidden;
		}
			 div.infobox h3 {
				color: #000;
				font-size: 16px;
				letter-spacing: 1px;
				font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
				margin: 0px 0px 5px 0px;
				font-weight: bold;
			}
			div.infobox ul {
				list-style-type: none;
			}

	#Content #GalleryPhoto {
		float: left;
		margin: 0px 10px 0px 0px;
	}
		#Content #GalleryPhoto p {
			color: #a18b23;
			letter-spacing: 1px;
		}
	
	#Content a.artist {
		display: block;
		background: #e8e5e5;
		padding: 5px 10px 5px 10px;
		width: 160px;
		height: 100px;
		float: left;
		margin: 0px 10px 10px 0px;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		text-decoration: none;
		text-align: center;
	}
		#Content a.artist img {
			/*float: left;*/
			margin: 0px 0px 5px 0px;
		}
		#Content a.artist h3 {
			font-size: 16px;
			letter-spacing: 1px;
			color: #000;
		}

.page-controls {
	padding-bottom: 20px;
}

.prev {
	float: left;
	padding-left: 20px;
}

.next {
	float: right;
	padding-right: 20px;
}

#thumbs-holder {
	height: 160px;
	overflow: auto;
	float: left;
	width: 570px;
}
	#thumbs-holder .thumbsx {
		float: left;
	}

#More {
	float: left;
	width: 270px;
	padding-left: 10px;
}
	#More #thumbs-holder {
		width: 270px !important;
		height: 105px !important;
	}
		#More #thumbs-holder #thumbsx img {
			display: inline;
			float: left;
			margin: 0px 4px 0px 0px;
		}
	#More h3 {
		 margin: 0px 0px 5px 0px;
	}
	#More h5 {
		font-size: 16px;
		color: #000;
		font-family: "Century Gothic", "Trebuchet MS", Tahoma, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
	}
	#More a.contact {
		display: block;
		letter-spacing: 1px;
		margin: 0px 0px 10px 0px;
	}

/*
	FOOTER
*/
#Footer {
	background: #999;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
}
	#Footer #Menu {
		padding: 0px 0px 0px 15px;
		width: 510px;
		float: left;
	}
		#Footer #Menu a {
			color: #fff;
			padding: 0px 2px 0px 2px;
			text-decoration: none;
		}
			#Footer #Menu a.section {
				font-weight: bold;
			}
	#Footer #Copyright {
		float: left;
		text-align: right;
		width: 390px;
	}
	
	a.current, a.section {
	color: #999;
	text-decoration: none;
	}
