/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.4;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Main */
body {
	background: #f8f7ee;
	color: #4a4a4a;
}

.sans {
	font-family: "Avenir LT Std", Arial, Helvetica, Geneva, sans-serif;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main-wrapper {
	border-top: 4px solid #4a4a4a;
	width: 100%;
}

#main {
	width: 836px;
	margin-left: auto;
	margin-right: auto;
}	

#logo {
	background: #4a4a4a url('../img/logo.gif') no-repeat top left;
	width: 101px;
	height: 69px;
}

#logo a {
	width: 101px;
	height: 69px;
	display: block;
}

#logo-wrapper {
	background: #4a4a4a;
	width: 101px;
	height: 69px;
	padding: 10px 28px 10px 10px;
}

#sidebar {
	width: 139px;
	padding: 32px 0 0;
	font-size: 10pt;
}

#subside {
	margin-right: 45px;
	float: left;
}

#largeside {
	float: left;
	width: 652px;
}

#header {
	margin-top: 35px;
}

#work-sub {
	list-style-type: none;
	font-size:12px;
	font-weight: bold;
	margin-left: 65px;
	clear: left;
}

#work-sub li {
	float: left;
	margin-right: 14.6px;
}

#main-nav {
	list-style-type: none;
	font-size:16px;
	font-weight: bold;
}

#main-nav li {
	float: left;
	margin-right: 20px;
}

#nav {
	float: left;
}

#contact-email {
	float: right;
	font-size: 11pt;
}

.subhead {
	font-weight: bold;
	text-decoration: none;	
}

#friends{
	list-style-type: none;
}

a:link {text-decoration: underline; color: #4a4a4a;}
a:visited {text-decoration:underline; color: #4a4a4a;}
a:active {text-decoration: none; color: #6f9e52;}
a:hover {text-decoration: none; color: #6f9e52;}

a.nav:link, a.nav:visited {text-decoration: none; color: #4a4a4a;}
a.nav:active, a.nav:hover {text-decoration: none; color: #6f9e52;}

a.back:link, a.back:visited {text-decoration: none; color: #a5a5a5;}
a.back:active, a.back:hover {text-decoration: none; color: #6f9e52;}

a.work-describe:link, a.work-describe:visited, a.work-describe:active, a.work-describe:hover {
	text-decoration: none;	
	color: #FFF;
}

a.current:link, a.current:visited, a.current:active, a.current:hover {
	text-decoration: none; color: #6f9e52;	
}

#content {
	padding-top: 88px;
}

.thumb {
	width: 152px;
	float: left;
	margin-bottom: 10px;
	height: 90px;
	overflow: hidden; 
	position: relative;
}

.thumb img {
	width: 152px;
}

.pad {
	padding-right: 14.6px;
}

a.thumb-link {
	width: 152px;
	height: 90px;
	position: absolute;
	z-index: 10;
}

.description {
	width: 152px;
	height: 90px;
	background: #6f9e52;
	color: #f8f7ee;
	line-height: 1.2;
	margin-right: 10px;
	float: left;
	font-weight: bold;
	position: absolute; 
	top: 90px; 
	left: 0; 
	border: 0; 
	opacity: 0.9; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
}

.word-wrapper {
	margin: 6px;
	width: 140px;	
}

.description h5 {
	font-size: 11px;
	color: #4a4a4a;
}

.description p{
	font-size: 10px;
}

.title {
	padding: 0 5px 0 0;
	margin: 0;
	line-height: 12px;
	font-weight: bold;
}

.left {
	float: left;
}

h3 {
	font-size: 16px;
}

h4{
	font-size: 14px;
	font-weight: bold;
}

.entry h6 {
	font-size: 11px;
	color: #a7a7a7;	
	font-weight: bold;
	line-height: 12px
}

#sidebar h6 {
	font-size: 11px;
	color: #a7a7a7;	
	font-weight: bold;
	line-height: 1.4;
}

#sidebar p {
	padding-top: 6px;
}

.entry {
	margin-bottom: 30px;
}

.entry p {
	padding-top: 4px;
	color: #4a4a4a;
	font-size: 12px;
	line-height: 1.4;
}

.entry object {
	margin: 0px 0 0;
}

.work-entry {
	margin-top: -4px;
}

p {
	font-size: 10pt;
	line-height: 1.4;
}

.single {
	margin: 4px 0 0;
}

img .landscape {
	width: 653px;
}

.headback {
	font-size: 11px;
	margin: 18px 0 0;
	padding-left: 15px;
	color: #a5a5a5;
	background: transparent url('../img/backarrow.png') no-repeat center left;
	height: 11px;
	width: 90px;
}
