/* 
* Designed and Produced by
* Christian Nolle/cnolle.net
* June 2008
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #222;
	font-family: helvetica,arial,sans-serif;
}

#shopbg {
	background: #ccc url(/assets/shop_bg.jpg) no-repeat top center;
	height: 192px;
border-bottom:1px solid #ccc;
}

.frame {
	width: 750px;
	margin: 2em auto;
}

.cl {
	clear: left;
}

a {
	color: #760000;
	border-bottom: 1px #760000;
}

a:hover {
	color: #666;
	border-bottom: 1px #666;
}

#photos {
	background: #f7f7f7;
}

#exhibition {
	background: #edece6;
}

#statement {
	background: #fef8e2;
}

#contact {
	background: #efe1e3;
}

#about {
	background: #d5e8eb;
}

#shop{
	background: #f8f8f8;
}

/* Typography */

h2 {
	font-size: 1.3em;
	font-weight: normal;
	color:#760000;
	margin: 1em 0 1em 0;
	text-transform: uppercase;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color:#760000;
	text-transform: uppercase;
}

#statement h3 {
	margin: 0 0 0.5em 0;
}

p {
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 0 0 0.5em 0;
}

dl {
	
}

dt,dt {
	font-size: 1em;
}

dt {
	text-transform: uppercase;
	color:#760000;
	margin: 1em 0 0 0;
}

dd {
	margin-left: 1em;
	line-height:1.4em
}

span.title {
	font-family: georgia,serif;
	font-weight:bold;
}


/* Top navigation */

#logo {
	padding-top: 0.5em;
	background: #fff;
	margin: 0;
	border-bottom:1px solid #ccc;
}

ul.navigation {
	margin: 2em 0 0 0;
}

ul.navigation li {
	display: inline;
	margin-right: 0.5em;
}

ul.navigation li a {
	font-weight: bold;
	color:#222;
	text-decoration: none;
	letter-spacing: -0.05em;
}

ul.navigation li a:hover {
	color: #760000;
	border-bottom: 2px solid #760000;
}

ul.navigation li a.active {
	color: #760000;
	border-bottom: 2px solid #760000;
}

.imageholder {
	width: 350px;
	float: left;
	margin-bottom: 1em;
}

.imageholder h3 {
	margin: 0.5em 0;
	font-size: 1em;
	color:#760000;
}

.imageholder p {
	font: 0.7em helvetica,arial,sans-serif;
	margin: 0.5em 0;
}

ul.buyarea {
	list-style:none;
	margin: 1em 0;
}

ul.buyarea li {
	margin: 0.3em 0;
	font-size: 0.85em;
	line-height:1.5em;
	vertical-align:middle;
}

ul.buyarea li span {
	vertical-align:top;
	float: left;
	display: block;
}

ul.buyarea li input {
	margin-left: 2em;
}

.left {
	margin-right: 50px;
}

fieldset
{
	border: 0;
}

fieldset input, fieldset textarea
{
	display: block;
	border: 1px solid #760000;
	margin: 5px 0;
}

.allacross {
	clear: both;
	border-top: 1px solid #222;
	padding: 1em 0;
}

button {
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Times, sans-serif;
	border: 0;
	padding: 0.3em 0.3em;
	margin-bottom: 1em;
	font-size: 1em;
	background-color: #760000;
	color: #fff;
}

.zemSubmit {
	font-size: 1em;
}

#footer {
padding: 1em 0;
border-top: 1px solid #ccc;
}

#footer p {
color:#666;
font-size: 0.8em;
}
