/* ------------------------------------------------------------

		Title:      Kevin Weller Designs
		Author:     nealbarrow at gmail.com
		Updated:    October 8 2006

------------------------------------------------------------ */

body {
	padding: 0;
	margin: 0;
	font: small Verdana,"Lucida Grande", Myriad, "Trebuchet MS", Arial, sans-serif;
	background: url(img/bg_body.jpg);
	color: #FFF;
}
	
h1, h2, h3, h4, h5, h6, ul, li, p {
	padding: 0;
	margin: 0;
}

ul, li {
	list-style: none;
}
	
p {
	margin-bottom: 1.4em;
}

a:link, a:visited {
	text-decoration: none;
	color: #ffd965;
}

a:hover {
	text-decoration: underline;
	}

img { border: none; }

/* ------------------------------------------------------------

	Layout Structure

------------------------------------------------------------ */
#container {
	width: 600px;
	margin: 0 auto;
	background: url(img/bg_container.jpg) repeat-y top left;
	clear: both;
	}
	
#containerInner {
	background: url(img/bg_containerInner.jpg) no-repeat top left;
	position: relative;
	padding: 0 5px 0 5px;
	}
	
#containerInner .archive {
	padding: 10px 0;
	margin: 0;
	}
	
#containerInner .archive li {
	padding: 2px 0;
	margin: 0;
	}	
/* ------------------------------------------------------------

	Post

------------------------------------------------------------ */
.posts {
	overflow: hidden;
	_height: 1%;
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0 0 20px 0;
	width: 562px;
	}

.post {
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	text-align: left;
	width: 85px;
	}
	
.post p {
	font-size: 70%;
	}
	

.post img {
	background-color: #555;
	border: 4px solid #BAAF91;
	margin: 0;
	padding: 1px;
	width: 80px;
	}

.linktext {
	padding: 1px 0 0 5px;
	}
	
/* ------------------------------------------------------------

	Nav

------------------------------------------------------------ */
#nav {
	display: block;
	overflow: hidden;
	_height: 1%;
	width: 590px;
	margin: 0 0 277px 0;
	padding: 0;
	}
	
#nav li {
	text-indent: -9999px;
	display: inline;
	padding: 0;
	margin: 0;
	}
	
#nav li a {
	float: left;
	background: url(../images/nav.jpg);
	height: 47px;
	}
	
#nav .tattoos a {width: 179px; background-position: 0 0; margin-left: 0px; display: inline;}
#nav .cargraphics a {width: 125px; background-position: -179px 0; margin-left: 0px;}
#nav .sketches a {width: 108px; background-position: -304px 0; margin-left: 0px;}
#nav .contact a {width: 178px; background-position: -412px 0; margin-left: 0px;}

#nav .tattoos a:hover {background-position: 0 -47px}
#nav .cargraphics a:hover {background-position: -179px -47px}
#nav .sketches a:hover {background-position: -304px -47px}
#nav .contact a:hover {background-position: -412px -47px}
	
	
/* ------------------------------------------------------------

	Footer

------------------------------------------------------------ */
#footer {
	background: #080A0F url(img/bg_footer.jpg) repeat-x top left;
	margin: 0;
	text-align: right;
	padding: 21px 27px 16px 0;
	font-size: 90%; 
	}
	
/* ------------------------------------------------------------

	Botom Navigation

------------------------------------------------------------ */
#bottomNav {
	clear: left;
	overflow: hidden;
	margin-left: 45px;
	}
	
#bottomNav ul li {
	float: left;
	margin-right: 6px;
	}
	
#bottomNav ul li a {
	text-indent: -9999px;
	width: 63px;
	height: 40px;
	display: block;
	}
	
#bottomNav ul {
	overflow: hidden;
	padding-top: 40px;
	float: left;
	}
	
#bottomNav .top {
	overflow: hidden;
	padding-top: 40px;
	float: right;
	}
	

#bottomArchive {
	background: url(img/btn_archive.gif) no-repeat bottom left;
	}
	
#bottomContact {
	background: url(img/btn_contact.gif) no-repeat bottom left;
	}
	
#bottomHome {
	background: url(img/btn_home.gif) no-repeat bottom left;
	}
	
#bottomTop {
	background: url(img/btn_top.gif) no-repeat bottom left;
	}
	
/* ------------------------------------------------------------

	Headers

------------------------------------------------------------ */

	
h1 a {
	text-indent: -9999px;
	width: 540px;
	height: 180px;
	display: block;
	position: absolute;
	top: 60px;
	left: 20px;
}
	
h2 {
	font-size: 150%;
	font-family: Georgia, Verdana, sans-serif;
	margin: 0 0 15px 0;
	clear: left;
	padding: 0;
	display: block;
	}
	
#containerInner .hdrtattoo, 
#containerInner .hdrcargraphics, 
#containerInner .hdrsketches,
#containerInner .hdrcontact {
	height: 78px;
	text-indent: -9999px;
	}
#containerInner .hdrtattoo { background: url(images/tattoos_hdr.gif) top left no-repeat;}
#containerInner .hdrcargraphics { background: url(images/cargraphics_hdr.gif) top left no-repeat;}
#containerInner .hdrsketches { background: url(images/sketches_hdr.gif) top left no-repeat;}
#containerInner .hdrcontact { background: url(images/contact_hdr.gif) top left no-repeat;}
/* ------------------------------------------------------------

	Typography

------------------------------------------------------------ */
#intro {
	font-size: 125%;
	color: #faf6cd;
	width: 501px;
	padding: 0 0 0 45px;
	}
	
#intro strong {
	color: #ffd965;
	}
/* ------------------------------------------------------------

	 Form Fields

------------------------------------------------------------ */
input, select, textarea {
	border: 1px solid #BABABA;
	padding: 2px;
	margin: 5px 0
	}
	
input {
	margin-bottom: 12px;
	}
	
fieldset {
	border: none;
	clear: left;
	}

.zemError {
	padding: 0 0 15px 0;
	}
	
.posts .zemContactForm {
	width: 535px;
	clear: left;
	}
	
/* ------------------------------------------------------------

	 Misc

------------------------------------------------------------ */
.clear {
	clear: both;
	}
