/* 
COLORS 
b14f3c Red
56596b Blue (default text)
c2bdad Beige
*/


@import url("navigation.css");

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #56596b;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#f9faf8;
}

#pageContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
	border:1px solid #c2bdad;
	background-color: #fff;
}

#pagecell{
	width:100%;
	margin: 0;
	min-height:480px;
}

#masthead{
	width:100%;
	text-align:right;
	margin-bottom: 20px;
}

#masthead img{
	padding-right:15px;
	position:relative;
}


#content{
	padding: 0;
	margin: 0 15px;
	clear: left;
}

/* use this when there shouldn't be any margins for the main content */
#content_flush{
	padding: 0;
	margin: 0;
	clear: left;
}

#siteInfo{
	padding: 10px 0;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
}

#siteInfo img{
	padding-bottom: 5px;
}

.footer_GalleryDriver{
	padding-top:6px;
	font-size: 10px;
	color: #666;
	font-style:italic;
	letter-spacing:1px;
}

#popUpContent{
	padding: 20px;
}

a:link, a:visited{
	color: #56596b;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.redlink{
	color: #b14f3c;	
}



h1{
	font-size: 16px;
	color: #b14f3c;
}

h2{
	font-size: 16px;
	font-weight:normal;
	color: #b14f3c;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

#about_txt{
	width:100%; 
	text-align:right; 
	height: 550px; 
	font-size:14px;
}

#about_txt p{
	margin-bottom:30px;
	margin-top:0;
	line-height:19px;
}

#about_txt h3{
	margin-top:160px;
	margin-bottom:0;
	font-size:18px;
	font-weight:normal;
}

#artist_list a{
	font-size:18px;	
}

#artist_list img{
	margin:30px 0;
}

#artist_statement{
	width:675px;
	clear:both;
}

#artist_statement p{
	width:575px;
}

#artist_statement img{
	padding: 0 0 20px 20px;
}

#artist_nav{
	float:left; 
	position:absolute; 
	width:200px; 
	text-align:right; 
	margin:0 auto;
	padding-left:664px;
	color:#b14f3c;
	font-size:14px;
}

#artist_nav a{
	color:#b14f3c;
	font-size:14px;
}

#artist_nav a.sub_nav{
	color:#56596b;
	font-size:12px;
}

#artist_portfolio{
	width:675px;	
}

#artist_portfolio table{
	width:100%;	
}

#artist_portfolio td{
	padding-bottom: 30px;
	padding-right: 20px;	
}

#artist_portfolio td img{
	padding-bottom: 10px;	
}

#exhibit .exhibit_thumbs{
	padding-top: 36px;
	padding-left: 30px;	
}


#popUpContent{
	text-align:center;	
	padding-bottom: 40px;
}

#popUpContent img{
	padding-bottom: 10px;	
}

#popUpNav{
	width:100%;
	margin-bottom: 10px;
}

/* BEGIN - Blog Entries */

.BlogDate{
	font-size: 16px; 
	background-color:#cccccc; 
	color: #ffffff; 
	font-weight:bold; 
	padding: 5px;
}

.BlogEntry{
	border: 1px solid #cccccc; 
	padding: 0 10px 10px 10px; 
	margin: 8px 0 8px 0;
}

/* //END - Blog Entries */


.red_text{
	color:#b14f3c;	
}

.grey_text{
	color:#666;	
}

.reddot{
	color: #b14f3c;
	font-weight:bold;
}

