* { padding: 0px; margin: 0px; }
html, body { height: 100%; }
body {
	background: #808080;
	font: 10pt calibri, arial;
	color: #202020;
	text-align: center;
}

/* MAIN LAYOUT */
#container {
	position: relative;
	background: #e5e5e5;
	color: #606060;
	width: 100%;
	text-align: left;
}
#pageHeader {
	height: 125px;
	width: 100%;
	background: #2e3038 url("/css/default/bg-header.png") repeat;
	color: #afafaf;
	border-bottom: 3px solid #b8bbd5;
}
#pageBody {
	background: #ffffff url("/css/default/bg.png") repeat;
}
#pageFooter {
	padding-top: 10px;
	background: #2e3038 url("/css/default/bg-foot.png");
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	height: 100px;
	border-top: 3px solid #b8bbd5;
}

/* LINKS */
a:link, a:visited {
	color: #0076a3;
	text-decoration: none;
}
a:hover, a:active {
	color: #0076a3;	
	text-decoration: underline;
}
.linkNoDecoration:hover {
	text-decoration: none;
}
#headerNav a {
	font-size: 28pt;
	text-decoration: none;
	margin-left: 35px;
}
#headerNav a:hover {
	border-bottom: 3px solid #b8bbd5;
}
.bodyInner a {
	font-weight: bold;
}
#pageFooter a {
	padding: 2px;
}
#pageFooter a:link, #pageFooter a:visited {
	color: #ffffff;
}

/* HEADER */
#pageHeaderInner {
	width: 1000px;
	margin: auto;
}
#headerName, #headerNav {
	float: left;
}
#headerName {
	width: 300px;
}
#headerNav {
	width: 700px;
	text-align: right;
	margin-top: 50px;
}
#headerName h1 {
	text-indent: -10000px;
}
#headerName a {
	background: url("/css/default/header-joecombs.png") no-repeat transparent;
	display: block;
	height: 100px;
	width: 283px;
	margin-left: 5px;
}
#headerName a:hover {
	background-position: center bottom;
}
#headerNav ul {
	list-style: none;
}
#headerNav li {
	display: inline;
	padding-left: 5px;
}
.bodyNav {
	height: 50px;
	width: 1000px;
	margin: auto;
	text-align: right;
	padding-top: 10px;
}

img {
	border: 0;
}
.clear {
	clear: both;
	padding-bottom: 20px;
}
.floatRight {
	float: right;
	padding-right: 20px;
}
.bodyInner {
	width: 1000px;
	margin: auto;
}
.bodyLogoOuter {
	background: url("/css/default/bg-body-logo.png") repeat-x;
}
.bodyLogo {
	margin: auto;
	width: 1000px;
	height: 300px;
}
.bodyMainText {
	font-size: 14pt;
	width: 1000px;
	margin: auto;
	margin-top: 10px;
}
.bodyMainText p {
	margin-top: 20px;
}
.bodyMainText h3 {
	font-size: 24pt;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	color: #2e3038;
}
.bodyDesc {
	font-size: 14pt;
	margin-top: 15px;
	margin-bottom: 25px;
}
#indexMain {
	height: 450px;
}
#aboutMain {
	height: 575px;
}
.bodyMainWelcome {
	float: left;
	width: 400px;
}
.bodyMainRecent {
	float: left;
	margin-left: 40px;
	width: 550px;
}
.bodyMainRecentWork {
	width: 250px;
	float: left;
	margin-right: 20px;
}
.bodyMainRecent h4{
	font-size: 12pt;
	font-weight: normal;
	margin-left: 15px;
}
.recentDescription {
	font-size: 8pt;
	width: 250px;
	margin-left: 15px;
}
.bodyHeader {
	background: #2e3038 url("/css/default/bg-body-header.png") repeat-x; 
	height: 100px;
}
.bodyHeaderInner {
	width: 1000px;
	margin: auto;
}
.bodyHeader h2 {
	font-size : 28pt;
	color: #ffffff;
	padding-top: 25px;
	text-indent: 20px;
	font-weight: normal;
}

/*FOOTER */
#pageFooterInner {
	margin: auto;
	width: 1000px;
}
#footerColumn1, #footerColumn2 {
	float: left;
	margin: 10px 0px 0px 10px;
	font-size: 12pt;
}
#footerColumn1 {
	text-align: left;
	width: 350px;
}
#footerColumn2 {
	text-align: right;
	width: 300px;
	font-size: 10pt;
	margin-left: 300px;
}
#footerColumn2 p {
	padding-bottom: 5px;
}
#pageFooter ul {
	list-style: circle;
	margin-left: 30px;
}
#pageFooter li {
	height: 15px;
	margin-bottom: 3px;
}

/* CONTACT FORM */
#formContact {
	font-size: 12pt;
	padding: 0px 20px 20px 20px;
}
#formContact fieldset {
	padding: 10px;
	border: 0px;
	border-top: 2px solid #2e3038;
}
#formContact legend {
	font-size: 20pt;
	padding-left: 3px;
	padding-right: 3px;
}
.formField {
	display: block;
	margin-left: 10px;
}
.formField label {
	display: block;
	font-size: 18pt;
	margin: 5px 0px 5px 0px;
}
.formField input, .formField textarea{
	border: 1px solid #2e3038;
	width: 600px;
	padding: 5px;
}
.formField input {
	font-size: 16pt;
}
.formField textarea {
	font-size: 12pt;
	font-family: calibri, arial;
}
#contactSubmit {
	margin-top: 15px;
	margin-left: 10px;
	width: 100px;
	border: 1px solid #2e3038;
	border-width: 1px 2px 2px 1px;
	padding: 3px;
}
#contactResponse {
	border: 1px solid #2e3038;
	width: 600px;
	background-color: #ffffa0;
	padding: 5px;
	font-size: 16pt;
	margin: 10px 0px 0px 10px;
	text-indent: 10px;
	display: none;
}
label.error {
	color: #0076a3;
	font-size: 12pt;
}

/* ABOUT PAGE */
#aboutColumn1 {
	float: left;
	width: 500px;
}
#aboutColumn1 p {
	margin-top: 0px;
}
#aboutColumn2 {
	float: left;
	width: 300px;
	margin-left: 150px;
}
#aboutColumn2 li{
	list-style-image: url("/css/default/bullet-arrow.gif");
	padding-bottom: 5px;
	margin-left: 40px;
}

/* PORTFOLIO PAGE */
#portfolioLeft {
	float: left;
	width: 225px;
	margin-left: 25px;
}
#portfolioLeft li {
	list-style: none;
	margin-bottom: 5px;
}
#portfolioLeft .selected {
	font-weight: bold;
	text-indent: 20px;
	background: transparent url("/css/default/bullet-arrow.gif") no-repeat;
	background-position: left center;
}
#portfolioRight {
	float: left;
	width: 750px;
}
#portfolioRight h5 {
	font-weight: normal;
	font-size: 14pt;
	background-color: #2e3038;
	color: #ffffff;
	padding: 5px;
	margin-top: 10px;
}
.portfolioItem h5 {
	width: 300px;
}
.portfolioItemIllo h5 {
	text-indent: 5px;
	width: 350px;
}
.portfolioItem {
	margin-bottom: 25px;
	font-size: 12pt;
	min-height: 200px;
}
.portfolioItem p {
	margin-top: 5px;
}
.portfolioItemLink {
	text-indent: 5px;
}
.portfolioItemDetails {
	float: left;
	width: 325px;
}
.portfolioItemImageWeb {
	float: left;
	width: 400px;
}
.portfolioItemDesc, .portfolioItemComicDesc {
	font-size: 10pt;
	padding: 0px 10px 0px 10px;
}
.portfolioItemIllo {
	width: 375px;
	float: left;
	min-height: 375px;
}
.portfolioItemImage {
	margin-left: 10px;
	width: 350px;
}
.portfolioItemComicImage {
	margin: 15px 0px 15px 10px;
}
.portfolioItemComic, .portfolioItemComicImage, .portfolioItemComicDesc {
	width: 750px;
}
.portfolioItemComic a, .portfolioItemComicImage a, .portfolioItemComicDesc a {
	padding-right: 7px;
}