/* Cascading Style Sheet - K&S Tool, Die & Manufacturing, Inc. */
/* $Id: basic.css,v 1.1 2007/09/08 21:20:05 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 20px auto 10px auto;
	text-align: center;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #000;
	background-color: #fff;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 100%;
	margin: 4px 0 10px 0;
	padding: 0;
	color: #872136;
}

h2 { font-size: 13px; text-transform: none; font-weight: bold; margin: 22px 0 8px 0; color: #300; }
h3 { font-size: 13px; text-transform: none; font-weight: bold; margin: 20px 0 8px 0; color: #300; }
h4 { font-size: 13px; text-transform: none; font-weight: bold; margin: 5px 0 8px 0; color: #300; }
h5 { font-size: 13px; text-transform: none; font-weight: bold; margin: 20px 0 8px 0; color: #300; }
h6 { font-size: 13px; text-transform: none; font-weight: bold; margin: 20px 0 8px 0; color: #300; }

body#inspiration.sources h4 {
	margin: 10px 0 4px 0;
}


/* ******************************************************************************* */
/* text blocks */

p, div, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #300;
	margin: 2px 0 8px 0;
	padding: 0;
}

body#home p.desc {
	width: 696px;
}

#footer p {
	font-size: 10px;
	color: #5e2728;
}

span.bar {
	margin: 0 2px;
	color: #9d5d5e;
}

div  {
	margin: 0;
}

ul,
ol {
	margin-left: 16px;
	padding-left: 16px;
}

ul.flat {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}

ul.flat li {
	margin: 0 0 3px 0;
	padding: 0;
}


li {
	font-size: 13px;
	margin: 0 0 4px 0;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* tables */

table.schedule {
	margin: 2px 0 12px 0;
	padding: 0;
}

table.schedule th, 
table.schedule td {
	text-align: left;
	margin: 0;
	padding: 1px 16px 1px 6px;
}

table.schedule tr.head td {
	font-weight: bold;
	color: #000;
	background-color: #e9d184;
}

table.schedule tr.subhead td {
	font-weight: bold;
}



table.schedule_OLD {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border-left: 1px #333 solid;
	border-top: 1px #333 solid;
}

table.schedule_OLD th, 
table.schedule_OLD td {
	text-align: center;
	font-size: 90%;
	margin: 0;
	padding: 2px 4px;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
}

table.schedule_OLD th {
	color: #000;
	background-color: #e9d184;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

img.subheader {
	margin-top: 10px;
}

/* used in photo gallery */
img.thumb {
	margin: 5px 12px 12px 5px;
	border: 1px #532728 solid;
}

hr {
	border: none 0; 
	border-top: 0px solid #9e6a3f;
	border-bottom: 1px solid #9e6a3f;
	height: 1px;
	margin: 20px 0;
}


/* ******************************************************************************* */
/* links */

a:link {
	color: #5d3216;
	text-decoration: underline;
}

a:visited {
	color: #5d3216;
	text-decoration: underline;
}

a:active {
	color: #8e3a03;
	text-decoration: none;
}

a:hover {
	color: #8e3a03;
	text-decoration: underline;
}


/* top nav */

#topnav ul,
#secondnav ul {
	text-align: center;
	list-style-type: none;
	line-height: 100%;
	margin: 4px 0 0 0;
	padding: 0;
}

body#home #topnav ul,
body#home #secondnav {
	margin-top: 10px;
}

#secondnav ul {
	margin-top: 4px;
}

#topnav li,
#secondnav li {
	display: inline;
	margin: 0;
	padding: 0 6px 0 3px;
	font-size: 9px;
	text-transform: uppercase;
	color: #5e2728;
	border-right: 1px #555 solid;
}

#topnav ul li a:link, 
#secondnav ul li a:link {
	color: #5e2728;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#topnav ul li a:visited, 
#secondnav ul li a:visited {
	color: #5e2728;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#topnav ul li a:active, 
#secondnav ul li a:active {
	color: #5e2728;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#topnav ul li a:hover, 
#secondnav ul li a:hover {
	color: #5e2728;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
}

#topnav ul li.navlast, 
#secondnav ul li.navlast {
	margin-left: 3px;
	border-right-width: 0;
}

#topnav ul a.current,
#secondnav ul a.current {
	font-weight: bold;
}


#footer a:link, 
#footer a:visited, 
#footer a:active, 
#footer a:hover {
	text-decoration: none;
}


/* ******************************************************************************* */
/* site */

.nodisp {
	display: none;
}

acronym, abbr {
	border-width: 0;
}

