/* base
----------------------------------------------- */

body {
	background-color: #fff;
	font: normal 100% Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 0.8em;
}

#wrapper {
	margin: 1em auto;
	width: 1000px;
}

#branding {
	width: 1000px;
}

#content {
	float: right;
	margin: 1em 0;
	width: 840px;
}

#home #content {
	float: none;
}

#subcontent {
	float: left;
	margin: 2em 0;
	width: 160px;
}

#contact #content {
	float: none;
	margin: 100px auto;
	min-height: 350px;
	width: 200px;
}


#site-info {
	clear: both;
	font-size: 90%;
	margin: 2em auto;
	text-align: center;
	width: 1000px;
}

#branding h1 {
	background: transparent url(/images/logo.png) no-repeat;
	height: 69px;
	width: 281px;
	text-indent: -99999em;
}

#branding h1 a {
	display: block;
	height: 69px;
	width: 281px;
	outline: none;
}


#branding ul {
	float: right;
	margin-top: -49px;
}

#branding li {
	float: left;
	height: 40px;
	text-indent: -99999em;
	width: 120px;
}

#branding li#work {
	background: transparent url(/images/work.png) no-repeat;
}

#branding li#comics {
	background: transparent url(/images/comics.png) no-repeat;
}

#branding li#diary {
	background: transparent url(/images/diary.png) no-repeat;
}

#branding li#contact {
	background: transparent url(/images/contact.png) no-repeat 0 0;
}

#branding ul li a {
	display: block;
	height: 40px;
	width: 120px;
}

#subcontent h3 {
	height: 40px;
	display: block;
	float: right;
	padding-right: 1em;
	text-indent: -99999em;
	width: 120px;
}

#subcontent h3#commissions {
	background: transparent url(/images/commissions.png) no-repeat;
}

#subcontent h3#personal {
	background: transparent url(/images/personal.png) no-repeat;
}

#subcontent h3#portfolio {
	background: transparent url(/images/portfolio.png) no-repeat;
}

#subcontent h3#comics {
	background: transparent url(/images/comics-sub.png) no-repeat;
}

#contact h3#portfolio {
	background: transparent url(/images/portfolio.png) no-repeat;
	height: 40px;
	display: block;
	margin: 0 auto;
	text-indent: -99999em;
	width: 120px;
}

#subcontent ul {
	clear: right;
	font-size: 100%;
	font-style: italic;
	margin: 0 0 2em;
	padding-right: 1em;
	text-align: right;
	text-transform: lowercase;
	width: 140px;
}

#subcontent li {
	line-height: 1.4;
}

#subcontent ul li a {
	display: block;
}

#contact p {
	margin: 1em auto;
	text-align: center;
}



/* work image slideshow styles */

.pics {  
	padding: 0;  
	margin: 0 auto;  
} 
 
.pics img {  
	padding: 0;  
	border: 0;  
	background-color: #eee;  
	top: 0; 
	left: 0; 
	cursor: pointer;
} 

/*

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}


h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #fff;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #c00;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

*/


/* layout
----------------------------------------------- 


#head {
	text-align: center;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#nav, #subcontent {
	clear: both;
	width: 960px;
}

#nav {
	margin-top: -69px;
	margin-right: 5px;
	float: right;
	text-align: right;
}

#subcontent {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
	float: left;

}

#content {
	margin: 0 155px;
	padding-top: 30px;
}


/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}


