/*===========================

Title : Kip Willaims Main Stylesheet
Author : John McNiel
URL : kipwilliams.net

Description : Main Stylesheet

Created : 11-1-07

Modifications :

=============================*/

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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-size: 62.5%;
	color: #ACACAC;
	background: #000;
}

/*==================================== DIVS, SPANS ================================*/

#wrapper
{    
	background: transparent;
	width: 732px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #4D271F;
	border-top: 1px solid #4D271F;
	border-right: 2px solid #4D271F;
}

#header
{
	background: #000;
	width: 100%;
}
#navbar
{
	height: 30px;
	background: #000 url(img/dzn/navtile.jpg) top left repeat-x;
	margin-bottom: 35px;
}

#leftcol
{
	background: #000 url(img/dzn/gretschkit.jpg) top left no-repeat;
	width: 206px;
	float: left;
	padding-top: 280px;
	border-right: 1px solid #4D271F;
}
#leftcol img
{
	margin: 8px;
}
#rightcol
{
	width: 518px;
	float: right;
}


#footer
{
	clear: both;
	background: #000;
	margin-top: 40px;
	border-top: 1px solid #4D271F;
	border-bottom: 2px solid #4D271F;
	width: 732px;
	margin: 0 auto;
}
#schededit
{
	margin-left: 5px;
}
#schedule
{
	text-align: center;
}
.home_article
{
	background: #101010;
	width: 94%;
	text-align: center;
	border: 1px solid #4D271F;
	margin: 20px auto;
	color: #F7D284;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

/*============================= TEXT =======================*/
.center
{
	text-align: center;
}
p
{
	padding: 8px 20px 8px 20px;
}

p, li
{
	font-size: 1.2em;
}

#schededit table td
{
	font-size: 1.2em;
	padding: 3px;
}

/*============================= HEADINGS ===================*/

h1, h2, h3, h4, h5, h5
{
	margin: 4px 0 10px 0;
	
}


#header h1
{
	text-indent: -9999px;
	background: #000 url(img/dzn/logo.jpg) top left no-repeat;
	height: 80px;
	
}

h1
{
	font-size: 20px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
h4
{
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
h5
{
	font-size: 12px;
	font-weight: bold;
}
/*==================================== LISTS ================================*/

ul
{
	list-style: none;
}
dl
{
	font-size: 1.2em;
}
dt
{
	font-weight: bold;
	border-bottom: 1px solid #DFDFDF;
}
dt, dd
{
	margin: 0 0 8px 0;
	font-size: 1.1em
}
#navbar ul li
{
	float: left;
	padding: 5px 8px 2px 8px;
}

/*================================= LINKS ========================*/


a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #B35400;
}
a:hover
{
	color: #C0C0C0;
}
a:active
{
}

/*=========================== MISC ===========================*/
table, td
{
	border-collapse: collapse;
}
#admsched td
{
	font-size: 1.2em;
	border: 1px solid #C0C0C0;
	padding: 3px;
	text-align: left;
	border-collapse: collapse;
}

#tblsched
{
	width: 720px;
	border-collapse: collapse;
	background: #ECECEC;
	color: #000;
}
#tblsched td
{
	background: #ECECEC;
	padding: 4px;
	font-size: 11px;
	color: #000;
	text-align: left;
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
}
#tblsched th
{
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

#linktbl
{
	margin: 15px auto;
	border-collapse: separate;
	text-align: center;
}
#linktbl th, #linktbl td
{
	border-collapse: separate;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

#linktbl th
{
	font-size: 14px;
	font-weight: bold;	
}

div.home_article a
{
	margin-left: -10px;
}

#hometbl
{
	margin: 0 auto;
	background: #141414;
	width: 95%
}
#hometbl td
{
	text-align: center;
	padding: 10px;
}