body {
	font-family: Georgia;
}

#header h1 {
	background: #600 url(../i/h1-bg-corner.gif) top right no-repeat;
	font-size: 40px;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	padding: 10px 10px 15px 10px;
	margin-top: 20px;
}

#header h1 em {
	font-size: 20px;
	color: #b38080;
	padding-left: 10px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	outline: none;
}


#photopage #header h1 {
	background: #600 url(../i/h1-bg-corner.gif) top right no-repeat;
	font-size: 30px;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	padding: 10px 10px 15px 10px;
	margin-top: 20px;
}




#footer {
	background: url(../i/bg-dotted-line.gif) top left repeat-x;	
	margin-top: 15px;
	padding-top: 10px;
	color: #ccc;
	font-size: 16px;
}

.section {
	padding-bottom: 15px;
}

.section h2 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	font-weight: normal;
	padding: 6px 0 0 0;
	background: url(../i/bg-dotted-line.gif) top left repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
}

.section h2 em {
	text-transform: none;
	padding-left: 10px;
	color: #999;
	letter-spacing: normal;
}

.section h3 {
	background-color: #903;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	clear: both;
}





/* about styles */

.section.about p {
	font-size: 18px;
	line-height: 24px;
	letter-spacing;
	color: #333;
	margin: 0 15px 15px 0;
}


.section.about p a {
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 15px 5px 5px;
	color: #333;
	font-weight: regular;
	font-style: italic;
	text-decoration: none;
	background: #ff6 url(../i/bg-link-arrow.gif) right  no-repeat;
}

.section.about p a em {
	color: #777;
	font-style: normal;
	font-weight: normal;
	padding: 0 5px;
}

.section.about p a:hover {
	text-decoration: none;
	background-color: #ffc;
}

.section.about p.resume {
	color: #999;
}



/* photos styles */

.section ul.photos {
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
}


.section ul.photos li {
	float: left;
	margin-left: 15px;
}

.section ul.photos li.first {
	margin-left: 0;
}


/* recent samples links */

.section.samples dl {
 clear: both;
}

.section.samples dl dt {
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 4px 0;
}

.section.samples dl dt a {
	padding: 2px;
	color: #333;
	text-decoration: none;

}

.section.samples dl dt a:hover {
	color: #000;
	background-color: #ffc;
}

.section.samples dl dd {
	font-size: 14px;
	padding: 2px 0 0 2px;
	margin: 0 0 15px 0;
	color: #999;
}

.section.samples dl dd a {
	/* color: #09c; */
	color: #999;
	text-decoration: none;
}

.section.samples dl dd span.date {
	color: #999;
	margin-left: 5px;
	padding-left: 10px;
	background: url(../i/bg-date-divider.gif) left repeat-y;
}


/* contact styles */

.section.contact p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing;
	color: #333;
	margin: 0 15px 15px 0;
}

.section.contact a {
	color: #09c;
	text-decoration: none;
}

.section.contact a:hover {
	color: #09c;
	background-color: #ffc;
}
