/* !Splash */

#wrapper-splash {
	margin: 35px auto;
}

/* !Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* !Main */

body {
	font: 75% Helvetica, sans-serif;
	text-align: center;
	line-height: 150%;
}

img {
	display: block;
}

/* !Links */

a {
	color: #000;
	text-decoration: none;
}

#content a {
	border-bottom: 1px solid #bbb;
}

#content a:hover {
	border-bottom: 1px solid #FFF;
	background: #852414;
	color: #FFF;
}

a:hover img {
	background: #fff;
}

#portfolio #content a, #view #content a {
	border-bottom: none;
}

/* !Layout */

#wrapper {
	margin-left: 34px;
	text-align: left;
}

#content {
	padding: 10px 0 0;
}

#portfolio #content {
	padding-top: 10px;
}	

#content img {
	padding: 3px;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
}

#home #content img {
	float: left;
}

#description {
	width: 250px;
	float: left;
}

p {
	margin: 0 0 15px;
}

/* !Navigation */

#nav {
	float: left;
}

#nav li {
	font-family: Baskerville, Georgia, serif;
	font-size: 130%;
	float: left;
	display: inline;
	border-right: 1px solid #CCC;
	padding: 21px 68px 1px 10px;
}

#nav li:first-child {
	border-left: 1px solid #CCC;
}

#nav li a {
	border-bottom: none;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#nav li a:hover {
	background: #852414;
	color: #FFF;
}

/* !Headers */



h1 {
	float: left;
	margin: 7px 30px 0 -7px;
}

h2, h3 {
	font-family: Baskerville, Georgia, serif;
}


h2 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 4px;
}

h3 {
	font-size: 120%;
}

#content h3 a {
	border-bottom: none;
}

/* !Gallery */

ul#paintings {
	text-align: center;
	margin-top: 20px;
}

ul#paintings li {
	width: 248px;
	height: 350px;
	float: left;
	padding: 0 30px;
}

ul#paintings li img, div.painting img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

/* !Misc */

span {
	color: #ccc;
	padding: 0 4px;
}

#page span {
	padding: 0;
}

hr {
	color: #eee;
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 10px;
}

.clearfloat {
	clear: both;
	height: 0;
}