/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background: #d0d8e1 url(../images/body_bg.jpg) fixed no-repeat 0% 0%;
}

blockquote, h3 {
	padding: 0 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}
#content li, #content p {
	padding: 0 10px;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
	font: 1.6em Georgia, Times, serif;
	margin-left: 30px;
	line-height: 1.4em;
}

h1, h2, h3, h4 {
	margin: 0 0 0.8em 0;
	padding: 0 10px;
	font-weight: normal;
}
body#projects #content h3 {
	display: inline;
}
body#projects #content h4 {
	display: inline;
	font-size: 0.8em;
	font-weight: normal;
}
body#projects #content #right h4, body#home #content #right h4, #content #right h2.delicious-banner {
	display: block;
	font-size: 1em;
	letter-spacing: normal;
}
h2 {
	font-size: 2em;
	letter-spacing: 0.5em;
	/*font-family: Georgia, Times, serif;*/
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	color: #000;
	/*border-bottom: 1px #000 solid;*/
}	
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a, h4 a {
	border: none;
	text-decoration: none;
}

h3 a {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#content a {
	color: white;
}

#site-name a {
	border: none;
}

#foot a {
	color: white;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0;
	\width: 1000px;
	w\idth: 1000px;
}

#head {
	height: 180px;
	background: transparent url(../images/head_bg.jpg) scroll no-repeat 0% 0%;
}

#front #head {
	height: 500px;
	background: transparent url(../images/front_bg.jpg) scroll no-repeat 0% 0%;
}
#front p#name {
	position: absolute;
	width: 980px;
	top: 110px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	letter-spacing: 0.4em;
	font-size: 0.8em;
}
#front p#name a {
	font-size: 1.6em;
	text-decoration: none;
}

#site-name {
	position: absolute;
	left: 500px;
	top: 60px;
	font: 3em Georgia, Times, serif;
}
#front #site-name {
	top: 370px;
}

#site-slogan {
	position: absolute;
	left: 500px;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.5em;
}
#front #site-slogan {
	top: 420px;
}

#head .section_list {
	padding-top: 40px;
	margin-left: 60px;
	width: 150px;
}
#front #head .section_list {
	padding-top: 350px;
}
#head .section_list li {
	border-bottom: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.4em;
	margin: 0;
	padding: 0;
}
#head .section_list li a {
	text-decoration: none;
	color: #ccc;
	display: block;
	width: 140px;
	padding: 2px 5px;
}
#head .section_list li a:hover {
	color: #fff;
	background-color: #02012b;
}
#head .section_list li a.active {
	color: #666;
}
#right {
	float: right;
	width: 220px;
	margin: 0 -280px 0 0;
	background-image: url(../images/content_bg.png);
	padding: 20px 0;
}
#content #right ul.artist_list, #content #right ul.project_list {
	font-size: 1.1em;
}
#content #right ul.artist_list li, #content #right ul.project_list li {
	padding: 0.8em 1em;
}
.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin-left: 110px;
	padding: 30px 10px;
	width: 600px;
	background-image: url(../images/content_bg.png);
	color: white;
}
#sponsor {
	text-align: right;
	color: #997e56;
}
#foot {
	margin: 2px 0 0 60px;
	padding: 5px 10px 0 60px;
	clear: both;
	height: 50px;
	background: transparent url(../images/footer_bg.png) scroll no-repeat 0% 0%;
	color: #666;
}
#foot p {
	font-size: 0.6em;
	margin: 0;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

p.read-more {
	text-align: right;
}
#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 1em 0;
	text-align: center;
}
img.portrait {
	margin-bottom: 20px;
	float: left;
}
#content #artists {
	float: left;
	width: 200px;
}
#content #artists h4 {
	font-style: italic;
	color: #666;
}
#content ul.artist_list, #content ul.project_list {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#home .entry-content p {
	padding-right: 200px;
}
/*#home .entry-content img {
	margin-left: -200px;
}*/
#exhibition .entry-content {
	padding-right: 200px;
}
#content ul.people {
	margin: 0;
	padding: 0;
}
#content ul.people li {
	list-style-type: none;
	margin: 20px 0;
}
#content ul.project {
	margin: 0;
	padding: 0;
}
#content div.project {
	margin: 20px 0;
}
#content div.project li p {
	padding: 0;
}
#content div.project li h3.entry-title {
	padding-left: 0;
}
#content .biog {
	padding-left: 190px;
}
#content .biog.long {
	clear: left;
}
#content .biog h3 {
	display: inline;
}
#content .biog p.country {
	display: inline;
	line-height: 1.4em;
}
#content .biog p.role {
	font-style: italic;
	color: #999;
	font-size: 0.9em;
}
#content p, #content li {
	font-size: 0.7em;
	line-height: 1.4em;
}
#content li {
	list-style-type: square;
	line-height: 1.6em;
}
#content div.project_info {
	position: absolute;
	background: transparent url(../images/project_bg.png) scroll no-repeat 100% 100%;
	width: 200px;
	height: 60px;
	padding: 5px 0 5px 5px;
	margin-left: 410px;
}
#content div.project p.title {
	color: #666;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}