/* @override http://localhost/~eric/kevinsingleton/style.css */

/* @group Reset */

/*
Meyer's CSS Reset
v1.0 | 20080212
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* @end */


body {
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	color: #444;
	margin: 0 auto;
	width: 841px;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 175%; }
h2 { font-size: 125%; }
h3 { font-size: 115%; }
p { margin: 15px 0; }
.clear { clear: both; }
a { color: #6e180a; text-decoration: none; }
a:hover { text-decoration: underline; }
hr {
	border: none;
	border-top: 1px solid #eee;
}

/* @group header */

#header {
	position: relative;
	width: 841px;
	height: 78px;
	background: url(./images/header.png);
	border-top: 3px solid #6e180a;
	border-bottom: 3px solid #6e180a;
}
#header h1 a {
	display: block;
	text-indent: -9999px;
}
#header ul {
	font-size: 90%;
	position: absolute;
	bottom: 7px;
	left: 139px;
}
#header li {
	display: inline;
	padding: 0 10px 0 8px;
	border-right: 1px solid #444;
}
#header li.last {
	border-right: none;
}
#header li a {
	color: #444;
	text-transform: lowercase;
}
#header li a:hover {
	text-decoration: none;
	color: #000;
}
#header a#ksti {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 78px;
	width: 176px;
	background: url(./images/givetoksti.png);
	text-indent: -9999px;
}


/* @end */

#container {
	background-color: #a09381;
}

/* @group home */


body#home img#kevinbighome {
	float: left;
	margin: 0 10px 0 50px;
	border-left: 3px solid #6e180a;
	border-right: 3px solid #6e180a;
}
body#home #content {
	float: right;
	width: 285px;
	margin: 0 10px 0 0;
}
body#home #content h2 {
	color: #000;
	padding: 10px 0;
	font-size: 135%;
}
body#home #content h3 {
	color: #6e180a;
	text-transform: uppercase;
	font-size: 100%;
}
body#home #content p {
	color: #fff;
	font-size: 95%;
	text-shadow: #888 1px 1px 1px;
}
body#home #content #contact {
	padding: 20px 20px 0 20px;
	margin: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
body#home #content #contact h4 {
	color: #6e180a;
}
body#home #content #contact p {
	margin: 5px 0 20px 0;
}
body#home #content #contact a {
	color: #fff;
}
body#home #links {
	text-align: center;
}
body#home #links img {
	margin: 0 0 10px 0;
}

/* @end */


body#bio img#kevinbio {
	float: right;
	margin: 0 0 0 20px;
	border-left: 3px solid #6e180a;
}
body#bio #content {
	float: left;
	height: 560px;
	width: 430px;
	padding: 20px;
	margin: 0 0 0 50px;
	border-left: 3px solid #6e180a;
}
body#bio #content p {
	color: #fff;
	line-height: 1.2;
	text-shadow: #888 1px 1px 1px;
}

img#kevinbig {
	float: right;
	margin: 0 0 0 20px;
	border-left: 3px solid #6e180a;
}
body#wos #content, body#links #content, body#merchandise #content, body#video #content {
	float: left;
	height: 560px;
	width: 430px;
	padding: 20px;
	margin: 0 0 0 50px;
	border-left: 3px solid #6e180a;
}
body#wos #content p {
	color: #fff;
	text-shadow: #888 1px 1px 1px;
}
body#links #content a {
	display: block;
	margin: 0 0 20px 0;
}
body#merchandise #content {
	padding: 20px 0;
}
body#merchandise #content form {
	margin: 0 0 20px 0;
}

#footer p {
	font-size: 75%;
	border-top: 3px solid #6e180a;
	padding: 2px 0;
	text-align: center;
	margin-top: 0;
}



