/*--------------- Knitting Off Road / style.css----------------------
------------------Author: Deb Teitsworth, WolfworkStudio.com--------------
------------------------------------------------------------------------*/


/*--------------- GLOBAL AND WRAP SETTINGS -----------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #252525;
	background-image: url(images/background.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 175%;
}
#mainwrap {	
	width: 90%;
	width: 770px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	border: 1px solid #959595;
}
#contentwrap {
	width: 770px;
	background-color: #ffffff;
	margin-top: 3px;	
	border-top: 1px solid #959595;
}
h1, h2, h3, h4, h5, h6 {
	color: #252525;
}
h2 {
	background-image: url(images/lower_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000000;
	font-size: 160%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 13px;
}
#rightcol h2 {
	background-image: none;
	font-weight: bold;
	font-size: 1.077em;	
	text-transform: uppercase;	
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	padding: 0.4em 2px 0.4em 2px;
	border-top: 3px solid #000000;
	border-bottom: 1px dotted #959595;
}
h3 {
	font-size: 120%;
	margin-bottom: .5em;
	padding-top: .5em;
}
h4 {
	color: #858585;
	font-size: 90%;
	font-style: italic;
	margin-top:0;
	margin-bottom: .5em;
}
h5 {
	color: #353535;
	font-size: 95%;
	margin-bottom: .5em;
}
h6 {
	color: #353535;
	margin-bottom: .5em;a;	
}
#index_content h2 {
	background-image: none;
}
#index_content h4 {
	background-image: url(images/lower_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -30px;
	padding-bottom: 10px;
}
li {
	list-style-type: none;
}
a {
	color: #0060ff;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #df0000;
	font-weight: normal;
	text-decoration: underline;
	border: 0;
}
img {
}
.right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 1px solid #ADB0D8; 
}
.right_noborder {
	float: right;
}
.left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #ADB0D8; 
}
.left_noborder {
	float: left;
}
.clear {
	clear: both;
}


/*--------------- HEADER -----------------------------------------------*/
#header {
	width: 770px;
	height: 175px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}


/*--------------- NAVIGATION -------------------------------------------*/
#nav { 
	background-color: #ffffff;
	font-size: .7em; 
	margin-top: -35px;
}		
#nav ul { 
	list-style: none; 
	padding: 0 6px; 	
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
}

#nav li { 
	display: inline; 
	text-transform: uppercase; 
}	
#nav li a, #nav li a:visited { 
	color: #000000; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none; 
	padding: 5px 25px 5px 0; 
}
	
#nav li a:hover { color: blue; text-decoration: underline; }


/*--------------- CONTENT ----------------------------------------------*/
#content {
	float: left;
	width: 62%;
	background-color: #ffffff;
	padding-top: 7px;
	padding-bottom: 2.5em;
}
#content p {
	margin-bottom: 1em;
}
#content li {
	list-style-type: square;
	margin-left: 30px;
	padding-left: 5px;
	margin-bottom: .5em;
}
.content_image {
	float: right;
	text-align: center;
	padding: 2px;
	margin-left: 5px;
	margin-bottom: 5px;
} 
blockquote {
	margin-bottom: 1em;
	margin-left: 35px;
}


/*--------------- RIGHT COLUMN -----------------------------------------*/
#rightcol {
	float: right;	
	width: 32%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;	
	padding-bottom: 2.5em;	
}
#rightcol li li {
	list-style-type: square;	
	margin-left: 17px;
	margin-bottom: .5em;
}


/*--------------- FOOTER -----------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	padding-top: .8em;
	border-top: 1px solid #959595;
}
#footer a {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
	text-decoration: underline;
}
#footer a:hover, a:focus, a:active  {
	font-weight: bold;
	display: inline;
	text-decoration: underline;
}
#footer address {
	padding-top: .5em;
	padding-bottom: 1.2em;
}