/* Main CSS Document for RedKatArt.com revision IV.*/

body {
	background: #1c0403 url('image/interface/bgGrad.gif') repeat-x fixed bottom;
	color: #fff0db;
	
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 4em 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, "ITC Garamond", Georgia, serif;
	}



#main {
	position: relative;
	width: 900px;
	height: 100%;
	margin: auto;
	padding: 0;

	background: url('image/interface/bg_30p.png') repeat;
	}
	
a, a:link, a:visited {
	color: #fed;
	}
	
a:hover {
	color: white;
	}

/*Header CSS*/

#header {
	position: relative;
	width: 100%;
	height: 306px;
	margin: 0;
	padding: 0;

	background: url('image/interface/banners/rotator.php') no-repeat;
	}

#header h1 {
	position: relative;
	top: 20px;
	left: 50px;
	width: 250px;
	height: 250px;
	float: left;

	display: block;
	background: url('image/interface/folder_banner.png');
	behavior: url(iepngfix.htc);
	margin: 0;
	padding: 0;
	}
	
#header h1 span {
	visibility: hidden;
	}
	
#header #resumeLink a {
	text-decoration: none;
	}

#headerNav {
	position: relative;
	top: 277px;
	width: 100%;


	text-align: right;
	font-size: 10pt;
	margin: 1em 0 0 0;
	padding: 0;
	background: url('image/interface/button_30p.png') repeat;
	}

#headerNav ul {		
	margin: 0;
	padding: .5em  2em .5em 0;

	list-style-type: none;
	}

#headerNav ul li {
	position: relative;
	display: inline;
	margin: 0;
	padding: .5em;
	}
	
#headerNav ul li:hover {
	background: url('image/interface/button_60p.png') repeat;
	}
	
body#index li.index, body#reel li.reel, body#sketch li.sketch, body#about li.about, body#anim li.anim {
	background: url('image/interface/button_80p.png') repeat;
	}

#headerNav a {
	padding: 0.5em 1em;
	margin: 0;

	height: 15px;
}

	
#headerNav a, #headerNav a:link, #headerNav a:visited {
	letter-spacing: 0.1em;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	}
	
#headerNav a:hover {
	text-decoration: underline;
	}

/*Content pane CSS - supplemented per page.*/

#content {
	position: relative;
	width: 100%;
	height: 600px;
	
	text-align: center;
	padding: 1em 0;
	margin: 1.5em 0 0 0;
	}
	
#bigColumn {
	position: relative;
	clear: both;
	
	padding: 0 1em;
	background: transparent;
	}

#littleColumn {
	position: relative;
	display: block;
	
	width: 500px;
	height: 500px;
	margin: 0 auto;

	clear: both;
	
	padding: 2em;
	}

a.thumbnail span {
	font-size: 8pt;
	}

/*Footer CSS*/

#footer {
	position: relative;
	
	clear: both;
	width: 100%;
	margin: auto;
	padding: 1em 0;
	
	font-size: 0.7em;
	letter-spacing: 0.1em;
	text-align: center;
	}
	
#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer ul {
	padding: 0;
	margin: 0;
	}

#footer ul li {
	display: inline;
	margin: 0 0.5em;
	}

#footer p {
	margin: 0;
	padding: 0;
}



