html
{
	margin:0;
	padding:0;
	font-family:"Century Gothic", sans-serif;
	font-size:1em;
	background:#263030 url('../img/background-on_the_corner-small.jpg') right 200px no-repeat;
	color:#d9d2cd;
}
body
{
	margin:20px;
	margin-top:0;
	padding:0;
	height:100%;
	text-align:center;
}
h1,h2,h3,h4{font-weight:normal;}
h1{font-size:160%;}
h2{font-size:140%;}
h3{font-size:120%;}
h4{font-size:100%;margin-bottom:0;}
img{border:0;}

a:link, a:visited
{
	color:#D68400;
	text-decoration:none;
}
a:hover
{
	color:#D68400;
	text-decoration:underline;
}

p{margin:1em 0;}
ul,li{margin:0 10px;padding:0;}
acronym{color:#009966;border-bottom:1px dotted #009966;cursor: help;}

.small{font-size:.9em;}
.alert{color:#990000;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.spacer{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}
.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.leftspace{margin-left:20px;}
.rightspace{margin-right:20px;}
img.left{margin:0 1em .5em 0;}
img.right{margin:0 0 .5em 1em;}
.hidden{display:none;}

/* Forms */
.error-message{color:#cc3333;font-size:85%;margin-top:-1px;}
.form-error{}

input,select,textarea
{
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-size:100%;
	margin:0;
}
.input
{
	float:left;
	clear:left;
	padding:0 15px 10px 0;
}
.submit{clear:left;}
.inline_fields{clear:left;}
.inline_fields div
{
	clear:none;
	float:left;
}
label{display:block;font-size:90%;color:#666;}
.required label, p.required{font-weight:bold;color:#333;}

fieldset{border:0;}
legend{font-size:120%;font-weight:bold;}
input[type='checkbox']{width:auto;}
input[type='checkbox']+label{display:inline;}
/* end form styles */

#header
{
	margin-top:20px;
	text-align:left;
}
#header h1, #header h2, #header h3
{
	margin:0;
}
.logo
{
	font-size:200%;
	letter-spacing:6px;
}
.tagline
{
	font-size:110%;
}
.address
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:110%;
	letter-spacing:2px;
}
.open_times
{
	margin:0;
}

#content
{
	margin-top:40px;
	text-align:left;
	font-size:100%;
}

.artwork_container
{
	float:left;
	width:600px;
	height:520px;
	/*padding:20px;*/
	margin-right:20px;
	margin-bottom:20px;
	/*background-color:#000;
	background:url('../img/pattern-matte-light.gif') left top repeat;
	border:5px solid #5b3828;*/
}
.artwork_viewer
{
	width:600px;
	height:520px;
}
.artwork_viewer .slide
{
	width:600px;
	height:520px;
}
.artwork_viewer .slide .image
{
	width:600px;
	height:480px;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.artwork_viewer .slide .caption
{
	width:590px;
}
.artwork_viewer div.prev, .artwork_viewer div.next
{
	font-size:140%;
	font-weight:bold;
}
.artwork_viewer .prev
{
	float:left;
}
.artwork_viewer .next
{
	float:right;
}
a.prev:link, a.prev:visited, a.next:link, a.next:visited, a.prev:hover, a.next:hover
{
	text-decoration:none;
	outline:none;
}
.artwork_viewer .slide .caption span
{
	margin:0 5px;
	font-size:90%;
}
.artwork_viewer .slide .caption .title
{
	font-style:italic;
}

.home_content
{
	height:480px;
	font-size:100%;
}
.home_footer, .artwork_viewer .slide .caption
{
	height:20px;
	line-height:20px;
	padding:10px 5px;
	background-color:#000;
	text-align:center;
}


/* Ajax layout styles */
.ajax .cake-sql-log{display:none;} /* hide sql log output during ajax call */

/* Tables */
.cake-sql-log table
{
	width:100%;
	margin:0 auto;
	empty-cells:show;
	border-collapse:collapse;
}
.cake-sql-log caption
{
	font-size:9pt;
	color:#999;
}
.cake-sql-log th, .cake-sql-log td
{
	padding:4px;
	vertical-align:top;
	text-align:left;
	border:1px solid #ccc;
	font-size:9pt;
	color:#999;
}
.cake-sql-log th
{
	font-weight:bold;
	background-color:#eee;
	white-space:nowrap;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
	text-align:left;
}

pre.cake_debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

/* Scaffold View */
dl,dt,dd{margin:0;padding:0;}
dl {
	line-height:2em;
	margin:0;
}
dt {
	float:left;
	font-weight: bold;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	vertical-align: top;
}