@import "layout.css";

body
	{
	font-family: verdana, helvetica, sans-serif;
	color:#888;
	margin:0px;
	padding:0px;
	background:#96cfd9 url(images/bg_body.gif) top center repeat-x fixed;	
	text-align:right;
	}
h1
	{
	display:none;
	}
h2.outline
	{
	display:none;
	}
h1, h2, caption, h3
	{
	font-size:80%;
	font-weight:700;
	color:#7cabb1;
	padding:3px;
	margin-right:15px;
	}
h2
	{
	padding:3px;
	padding-right:66px;
	background:#fcfffc url(images/bg_boxes_light.gif) center right no-repeat;
	}
caption
	{
	text-align:right;
	margin-top:20px;
	margin-left:auto;
	padding:0px;
	padding-right:26px;
	background-color:#d4e2e1;
	}
p
	{
	margin-left:16px;
	margin-right:20px;
	}
	
p, dd, dt, li, h3, th, td, .teaser
	{
	font-size:76%;
	}
a
	{
	text-decoration:none;
	color:#888;
	}

table, tr, th
	{
	margin:0px;
	text-align:left;
	}
	
#mainContainer .content
	{
	border:1px solid #d9d9e9;
	padding: 0px;
	background-color:#fff;
	margin:0px;
	}
.teaser
	{
	margin:10px;
	padding-top:10px;
	border-top: 1px dotted #bbb;
	text-align:left;
	clear:left;
	}
.teaser a
   {
   color:#555;
   }
.teaser img
	{
	float:left;
	padding:1px;
	background-color:#334f37;
	margin:0px 10px 10px 0px;
	border:3px solid #d9e9e5;
	}
.teaser p
	{
	text-align:right;
	}
#panelMain.front
	{
	margin-top:25px;
	}
.contactDetails
	{
	margin-left: 100px;
	}
#mainContainer .content dl
	{
	padding:0px;
	margin:0px;
	}
.painting dl
	{
	width:300px;
	border: 1px solid #d9e3d6;	
	margin:auto;
	background-color:#fff;
	margin-top:15px;
	}
.painting dt
	{
	margin:0px;
	padding:5px;
	display:inline;
	float:left;
	width:100px;
	text-align:right;
	font-weight:bold;
	}
.painting dd
	{
	
	display:inline;
	float:left;
	width:130px;
	text-align:left;
	margin:0px;
	padding:5px;
	}
	
	/*IMAGE STYLES*/
.imgHolder
	{
	margin:20px auto 10px 10px;
	padding:6px;
	}
.imgHolderFull, .painting
	{
	text-align:right;
	width:680px;	
	margin:20px 10px 10px auto;
	margin-left:auto;
	padding:6px;
	}
.imgHolder img, .imgHolderFull img, .painting img
    {
	border:3px solid #e9f9f5;
	padding:1px;
	background-color:#536f57;
    }
.noborder
	{
	border:0px;
	}
.imgHolder p
	{
	text-align:right;
	}
.painting img
	{
	display:block;
	margin-left: 10px;
	}
.breadcrumb
	{
	margin-left:16px;
	}
.clearer
	{
	clear:both;
	}
	
	/*TABLE STYLES*/
table
	{
	width:450px;
	margin-left:auto;
	margin-right:0px;
	}
table #awards_year, table #related_year, table #group_year, table #educationYear, table #solo_year
	{
	width: 100px;
	}
table #group_show, table #solo_show
	{
	width:200px;
	}
th, td
	{
	padding:6px 6px;
	vertical-align:top;
	border-bottom: 0px solid #edf2eb;
	}
th
	{
	display:none;
	margin-bottom:15px;
	border-bottom:2px;
	}
.clearer
	{
	clear:both;
	}

#footer
	{
	height:50px;
	padding-top:28px;
	text-align:center;
	color:#999;
	clear:both;
	}
#footer a
	{
	border-bottom:1px dotted #999;
	}
	