body {
	margin: 0;
	padding: 0;
	background: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1em;
	letter-spacing: .4em;
	padding-top: 2px;
	text-transform: lowercase;
	margin: 0px;
}

h3 {
	font-size: 1.6em;
	padding-top: 13px;
	margin: 0px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4486C7;
}

a:hover {
}

#outer-wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 920px;
	height: 120px;
	margin: 0 auto;
	background-image: url(../images/banner.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#header h1 {
	float: left;
	text-transform: lowercase;
	font-size: 1em;
	padding-top: 80px;
	letter-spacing: .3em;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	background-color: #D5D6DB;
	height: 25px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 30px;
}

#menu a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	height: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#menu a:hover, #menu .current_page_item a {
	background: #4E9CE9 url(../images/nav_bg_over.gif) repeat-x center center;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

#menu .current_page_item a {
	background: #4E9CE9 url(../images/nav_bg_over.gif) repeat-x center center;
	padding-right: 20px;
	padding-left: 20px;
}

#main-image {
	background-image: url(../images/10.jpg);
	height: 350px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px 0px;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 0px;
	margin: 0px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #666666;
}

.post .title a {
	color: #32639A;
	border: none;
}

.post .meta {
	padding: 5px 0px 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: left;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 20px 0px 0px;
	color: #787878;
	margin-right: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-left: 1px solid #E2E2E2;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
	font-size: 11px;
}

#sidebar li li {
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -0.8px;
	font-size: 1.5em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 20px;
	margin: 0 auto;
	padding: 0px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}
#page-bottom {
	height: 20px;
	margin: 0 auto;
	background: #ECECEC url(../images/footer.gif) no-repeat center top;
	}
.indent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#biog-image {
	background-image: url(../images/biog_image.jpg);
	height: 350px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.col_one {
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	width: 48%;
}
.col_two {
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 30px;
	float: left;
	width: 45%;
}
.bold {
	font-weight: bold;
	color: #32639A;
}
.col_one ul li {
	font-size: 11px;
	list-style-type: square;
	text-align: left;
}
.col_two ul li {
	font-size: 11px;
	list-style-type: square;
	text-align: left;
}

.biog_intro ul {
	font-size: 11px;
	list-style-type: square;
}.biog_intro {
	float: left;
	width: 95%;
}
#essays-image {
	background-image: url(../images/essays-image.jpg);
	height: 350px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
#projects-image {
	background-image: url(../images/projects-image.jpg);
	height: 350px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
#sculpture-image {
	background-image: url(../images/sculpture.jpg);
	height: 350px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
#contact-image {
	background-image: url(../images/contact-image.jpg);
	height: 350px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
.comm-images {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.cssform p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 200px; /*width of left column containing the label elements*/
border-top: 1px dashed #CCCCCC;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -200px; /*width of left column*/
width: 180px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

.cssform img {
	margin: 2px 2px 2px 0px;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
#gallery-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	padding: 0px;
}
.twitter {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.addthis {
	padding-left: 30px;
	vertical-align: middle;
}
