@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align:center;	/* a hack to center the initial div box */
	background-color:#25352f;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #EEE;
	text-decoration: none;
}

ul#leftNav {
	list-style-type: none;
	list-style-image: none;
	float: left;
	clear: left;
	width: 100px;
	margin-right: 40px;
}

ul#leftNav li a {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border: solid #999 1px;
	vertical-align: bottom;
}

#listRecentWork a {
	
}

#listWisconsin a {
}

#listSanFrPortugal a {
}

#listAbout a {
}

#listBlog a {
}

#listFeature a {
}

#centerStage {
	margin: auto;
	margin-bottom: 40px;
	text-align: center;
	margin-top: 20px;
	display: block;
}

table {
	margin: auto;
	text-align: center;
	border: 0;
	vertical-align: middle;
}

table tr td {
	padding: 20px;
}

table tr td a img{
	margin-bottom: 5px;
	border: solid #999 1px;
}

.paintingCaption {
	width: 150px;
	height: 10px;
	text-align: center;
	margin: 5px 0 0 0;
}

/* begin deprecated layout features: */
#paintingFeatured img {
	border: solid #999 1px;
}

#paintings { /* IE7 numbers */
	margin: auto;
	width: 835px;
	text-align: center;
	padding-left: 175px; /* not sure why, but this text does not align with the other centered items. a 175px-pad is necessary to make it line up. */
}

html > body #paintings { /* Mozilla numbers */
	width: 710px;
}

.paintingTier {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.paintingTierShort {
	text-align: center;
	position: relative;
	width: 500px;
	margin: auto;
	margin-bottom: 30px;
}

.painting {
	margin: 0 20px 0 20px;
	position: relative;
	display: inline;
	text-align: center;
	padding: 0;
}

.painting a img {
	margin-bottom: 5px;
	border: solid #999 1px;
}

.paintingCenter {
	margin: 0;
	margin-bottom: 10px;
	position: relative;
	padding: 0;
	width: 150px;
	text-align: center;
}

.paintingCenter a img{
	margin-bottom: 5px;
	border: solid #999 1px;
}

.paintingLeft {
	margin: 0 21px 10px 0px;
	padding: 0;
	position: relative;
	width: auto;
	float: left;
}

.paintingLeft a img{
	margin-bottom: 5px;
	border: solid #999 1px;
}

.paintingRight {
	margin: 0 0px 10px 21px;
	padding: 0;
	position: relative;
	width: auto;
	float: right;
}

.paintingRight a img{
	margin-bottom: 5px;
	border: solid #999 1px;
}

/* end deprecated layout features. */

.heading {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: center;
}

.bigCaption {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}

#blog {
	text-align: left;
}

.accentText{
	color: #999999;
}

.mainText{
	margin: auto;
	margin-top: 20px;
	width: 400px;
	padding-left: 175px; /* not sure why, but this text does not align with the other centered items. a 175px-pad is necessary to make it line up. */
	display: block;
	font-size: 12px;
	text-align: center;
}

.mainText p{
	text-align: left;
}

.mainTextTwoColumn{
	margin: auto;
	margin-top: 20px;
	width: 600px;
	padding-left: 175px; /* not sure why, but this text does not align with the other centered items. a 175px-pad is necessary to make it line up. */
	display: block;
	font-size: 12px;
	text-align: center;
}

.mainTextTwoColumn p{
	text-align: left;
}

.secondColumn{
	float: right;
	width: 200px;
	height: 650px;
	padding-left: 20px;
}

form p {
	font-size: 10px;
}

form p .state {
	float: right;
	/* padding-right: 10px;  */
}
