/* css document for www.gongfan.com */
/* created by www.crashpaddesign.com */

/* clear base styles */
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, pre, form, div, body, html, p, blockquote, fieldset, input {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #3a2d2d;
}

/* base styles */

body {
	background: #3a2d2d url(../image/pattern.gif) repeat left top;
}

/* layout */

div#wrap {
	position: relative;
	margin: 0 auto;
	width: 840px;
	background: #fff;
}

div#header {
	height: 94px
}

div#top-nav {
	position: absolute;
	top: 38px;
	right: 20px;
}

div#main {
	background: url(../image/bg-sub-content.gif) no-repeat left top;
	padding: 0 20px 0 56px;
}

#home div#main {
	background: url(../image/bg-content.gif) no-repeat left top;
	padding-left: 194px;
}

div#content {
	width: 412px;
}

div#footer {
	font-size: 11px;
	margin-top: 54px;
	height: 34px;
	padding: 20px 20px 0 20px;
	background: #abb400;
}

/* navigation & linkage */

#top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-nav li {
	float: left;
	position: relative;
}

#top-nav li ul {
	display: none; /* hide sub-nav until activated by a body id on a specified page */
	position: absolute;
	left: 0;
	top: 14px;
}


/* show sub-nav on selected pages */
#portfolio #top-nav li ul {
	display: block;
}

#top-nav li li {
	display: block;
	margin: 2px 0;
}

/* highlight sub-nav item based on a body class */
.design a#design,
.design-illustration a#design-illustration {
	color: #559278;
}

#top-nav li a {
	display: block;
	padding: 0 20px 0 10px;
	background: url(../image/bg-topnav.gif) no-repeat right top;
	color: #3a2d2d;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

#top-nav li li a {
	padding-right: 0;
	background: none;
}

#top-nav li a:hover,
#about li a#nav-about,
#portfolio a#nav-portfolio,
#paintings a#nav-paintings,
#links a#nav-links,
#contact a#nav-contact {
	color: #559278;
}

#top-nav li a#nav-contact {
	padding-right: 0;
	background: none;
}

/* text formatting */

h1,h2 {
	margin: 1em 0 .5em 0;
	color: #559278;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

#home h1 {
	display: none;
}

#header h2 {
	position: absolute;
	margin: 0;
	left: 32px;
	top: 32px;
}

h2 a {
	display: block;
	width: 246px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../image/logotype2.gif) no-repeat left top;
}

#content p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.6em;
}

/* page-specific */

#main-image img {
	display: block;
	border: none;
}

#main-image cite {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	margin-top: .75em;
}

div#work-list {
	float: right;
	width: 120px;
}

#work-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#work-list li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-bottom: .5em;
	padding: 0;
}

#work-list li a {
	color: #3a2d2d;
	text-decoration: none;
}

#work-list a:hover,
#work-list li a.selected-item,
#content p a {
	color: #559278;
}

#work-list li a.selected-item {
	font-weight: bold;
}

#links #content dt {
	font-size: 16px;
	color: #559278;
	margin-bottom: .25em;
}

#links #content dd {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 1.4em;
} 

#links #content dd a {
	color: #3a2d2d;
}

/* portfolio image zoom (moognify) */

.moognifyBorder {
	background: #000;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}