@charset "UTF-8";
/* CSS for OsterbergPhoto.com */

body	{
	background-color: #e5e3e1;
	margin: 0;
	padding:0;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	}
		
/* STRUCTURE */
	
#header	{
	background: url(images/header_bg.gif) #333;
	background-repeat: repeat-x;
	background-position: bottom center;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 24px;
	}
	
#gnav	{
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	border-top: 1px solid #FFF;
	border-bottom: 3px double #FFF;
	font-size: 11.5px;
	font-weight: normal;
		letter-spacing: .1em;

	padding: 8px 0px;
	text-align: center;
	color: #666;
	background: url(images/gnav_bg.gif) #cfcdcc;
	background-repeat: repeat-x;
	background-position: bottom center;
	}
	
#gnav ul	{
	margin:0;
	padding:0;
	}
	
#gnav ul li	{
	display: inline;
	margin: 0px 14px;
	padding: 0;
		}
		
#gnav ul li a	{
	text-decoration: none;
	color: #000;
	border: none;
	}
	
#mainContent	{
	width: 700px;
	width: 790px;
	text-align: left;
	margin: 43px auto;
	}
	
body.portfolios  #mainContent	{
	width: 900px;
	min-height: 700px;
	}

	
#tagline	{
	margin-top: 24px;
	}
	
#footer	{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	border-top: 3px double #d5d3d1;
	padding-top: 13px;
	color: #111;
	margin-top: 36px;
	}
	
#footer p.fineprint	{
	font-size: 10px;
	color: #666;
	}
	
#footer p	{
	margin: 0;
	padding: 4px;
	font-size: 11px;
	}
	
/* FORMAT & STYLE */

p	{
	font-size: 14px;
	line-height: 1.4em;
	margin: 9px 0px;
	}
	
a	{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #cfcdcc;
	}
	
a:hover, 
#gnav ul li a:hover	{
	border-bottom: 1px solid #666;
	}
	
.current	{
	color: #666;
	}	
	
img.photo	{
	padding: 11px;
	background-color: #FFF;
	border: 1px solid #e2e2e2;
	}
	
h1	{
	border-bottom: 3px double #d5d3d1;
	font-size: 22px;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 17px 0px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
	
h2	{
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-bottom: 9px;
	}
	

	
/*  Subpage structure */

#photoColumn	{
	float: left;
	width: 300px;
	height: 100%;
	}
	
#photoColumn img	{
	margin-bottom: 12px;
	}
	
#textColumn	{
	  width: 470px;  
		float: right;

	}
	
#localNav	{
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	color: #666;
	}
	
#localNav ul	{
	list-style-type: none;
	margin-left: 0;
	padding-left: 11px;
	margin-top: 0px;
	}
	
#localNav ul li	{
	margin-bottom: 9px;
	}
	
/* SUBPAGE FORMATTING */

div.show	{
	margin: 0 0 18px 0;
	}

div.show p	{
		margin: 0;
		padding: 0;
		
		}

p.location	{
	}

div.show p.date	{
	font-style:italic;
	margin-top: 6px;
	}
	
p.quote_source	{
	text-align: right;
	font-style:italic;
	margin-bottom: 18px;
	}



.home li#home a, .about li#about a, .portfolios li#portfolios a, .exhibitions li#exhibitions a, .future li#future a, .contact li#contact a	{
	color: #666;
	}
	
	
table#portfolios_table td	{
	text-align:center;
	vertical-align: top;
	}
	
table#portfolios_table p	{
	margin-left: 26px;
	text-align: left;
	}
	
table#portfolios_table h2	{
	text-align: center;
	margin-top: 12px;
	}
	
ul	{
	margin-bottom: 0px;
	margin-top: 0px;
	}

ul li	{
	margin-bottom: 6px;
	}
	
#assignment_preview	{
	background-color: #eee;
	border: 1px solid #ccc;
	}
	
#assignment_preview ul	{
	list-style-type: none;
	}
	
#assignment_preview li	{
	margin-left: 0px;
	}