/*
Title:      	The Drive with JMV Master Styles
Author:     	Bradley Scott Shoemaker, bs@wnde.com
Updated:    	Feb. 21, 2006
Notes:    		Inspired by Dan Cederholm of simplebits.com and all of the others who push for semantically 				correct web design standards
*/


/* Page Properties */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333333;
	background: #FFFFFF url(/images/body_bg.gif);
	top: 0px;
	bottom: 0px;
	}
html body {
	font-size: x-small; /* for IE/Win */
	f\ont-size: small; /* for other IE versions */
	}
#container {
	position: relative;
	margin: 0 auto 0;
	width: 775px;
	text-align: left;
	top: 0;
	bottom: 0;
	background: #FFFFFF url(/images/content_bg.gif);
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	}
h1 {
	font-size: 150%;
	}
h2 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	margin: 6px 10px 3px;
	padding: 0px;
	}
h2 a:link {
	color: #000066;
	text-decoration: none;
	}
h2 a:visited {
	color: #0000CC;
	text-decoration: none;      
	}
h2 a:hover {
	color: #333333;
	text-decoration: none;
	}
h3 {
	font-size: 120%;
	}
h4	{
	font-size: 110%;
	}
h5	{
	font-size: 100%;
	}
h6 {
	font-size: 80%;
	}
p {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}

	
/* Header */

#header {
	background-color: #000000;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}
#header h1 {
	margin: 0px;
	padding: 0px;
	width: 775px;
	height: 50px;
	background-image: url(/images/header_driveLogo.jpg);
	}
#header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}


/* Banner */

#banner {
	background: #E1E1E1 url(/images/banner_bg.gif) repeat-x;
	margin: 0px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#bannerPic {
	width: 775px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	

/* Main Navigation */

#mainNav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0px;
	list-style: none;
	background: url(/images/mainNav_bg.gif) repeat-x;
	border-bottom: #000000 solid 1px;
	}
#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bolder;
	color: #FFFFFF;
	}
#mainNav a {
	float: left;
	/*display: block;*/
	margin: 0;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	}
#mainNav a:hover {
	color: #333;
	padding-bottom: 4px;
	}


/* Main Content */

#mainContent {
	margin: 0px;
	padding: 0px 15px;
	float: left;
	width: 469px;	
	}
.articleHeader p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	margin: 3px 10px;
	padding: 0px;
	}
.articleBody p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;	
	}
.articleBody a {
	background-image: url(/images/linkIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;	
	}
.articleBody a:visited {
	background-image: url(/images/linkIcon_over.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;	
	}
.prevNext {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;	
	}
.prev a {
	color: #000066;
	background-image: url(/images/prev.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;	
	}
.prev a:visited {
	color: #0000CC;
	background-image: url(/images/prev_over.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;	
	}
.prev a:hover {
	color: #333333;
	}
.next a {
	color: #000066;
	background-image: url(/images/next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;	
	}
.next a:visited {
	color: #0000CC;
	background-image: url(/images/next_over.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;	
	}
.next a:hover {
	color: #333333;
	}


/* Side Bar */
	
#sideBar {
	margin: 0;
	padding: 15px 0px 0px;
	width: 275px;
	background: url(/images/sideBar_bg.gif) no-repeat top left;
	float: right;
	}
.navTitleBox {
	margin: 5px 0 0;
	width: 275px;
	background: url(/images/sideBar_titleBottom_bg.gif) no-repeat bottom left;
	}
.navTitle {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFF;
	background: url(/images/sideBar_title_bg.gif) no-repeat top left;
	padding-right: 8px;
	padding-left: 10px;
	}

/* Footer */

#footer {
	background: #E1E1E1;
	width: 100%;
	padding: 0px;
	margin: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 10px;
	font-size: 80%;
	text-align: center;
	}
#footerImage {
	width: 775px;
	margin: 0px;
	padding: 0px;
	}
#footerReplace {
	background-color: #000000;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}
#footerReplace h6 {
	margin: 0px;
	padding: 0px;
	width: 775px;
	height: 50px;
	background-image: url(/images/footer_logo.jpg);
	}
#footerReplace span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
	
/* Search */

#search {
	padding: 0px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	}
	
/* Recent Articles */

#recentArticles ul {
	font-size: 90%;
	padding: 0px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	list-style: none;
	}
#recentArticles a {
	color: #000066;
	text-decoration: underline;	
	background-image: url(/images/linkIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;	
	}
#recentArticles a:visited {
	color: #0000CC;
	text-decoration: underline;	
	background-image: url(/images/linkIcon_over.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;	
	}
#recentArticles a:hover {
	color: #333333;
	text-decoration: underline;	
	}


/* Resource Links */

#resourceLinks ul {
	font-size: 90%;
	padding: 0px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	list-style: none;
	}
#resourceLinks a {
	color: #000066;
	text-decoration: underline;	
	background-image: url(/images/linkIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;	
	}
#resourceLinks a:visited {
	color: #0000CC;
	text-decoration: underline;	
	background-image: url(/images/linkIcon_over.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;	
	}
#resourceLinks a:hover {
	color: #333333;
	text-decoration: underline;	
	}


/* flickr pics */

#flickr {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 6px;	
	}
#flickr img {
	padding: 5px;
	width: 55px;
	height: 55px;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}
#flickr a { 
	padding: 3px; 
	display: block; 
	float: left;
	}
	
/* Comments */

.articleComments {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;	
	}
.articleComments a {
	color: #000066;
	}
.articleComments a:visited {
	color: #0000CC;
	}
.articleComments a:hover {
	color: #333333;
	}
#commentBox {
	background-color: #CCCCCC;
	padding: 10px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid 000000;	
	}