* {
	margin: 0px;
	padding: 0px;
}
html {height: 101%;}
a, a:link, a:visited, a:active, a:hover {
	color: #4444FF;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img 
{
	border: none;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover { color: #555; }
h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover { color: #555; }
/*h3 a, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover { color: #555; }*/

body 
{
	color: #555;
	font-size: 13px;
	font-family: Arial;
	line-height: 20px;
	text-align: center;
	background-color: white;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*------------------ HOME LINK ------------------*/
/* div overlayed on top of the silverado logo */
#homelink	
{
	margin: 0px auto;
	width: 900px;
	height: 117px;
	border: solid 0px green;
	text-align: left;
}
#homelink > a	/* this is the link for the logo */
{
	position: relative;
	display: block; 
	left: 30px; 
	top: 25px;
	width: 165px; 
	height: 54px; 
	border: solid 0px blue;
}

#footer 
{
	margin:10px;
	padding:4px 0;
	width:100%;
	font-size:12px;
	text-align:center;
	border-top:1px dotted #888888;
}

/*------------------ LAYOUT TEMPLATE ------------------*/
/* all text is in the template */
#template 
{
	margin: 0px auto;
	margin-top: 0px;
	width: 900px;
	border: solid 0px blue;
	text-align: left;
}

/*---------------------- top menu --------------------------*/

.topmenu 
{
	margin: 0px 20px;
	margin-top: -4px;
	border:solid 0px red;
	text-align: left;
}

.topmenu ul
{
	padding:0px;
	margin: 0px;
	text-decoration:none;
	border:solid 0px blue;
}

.topmenu ul li  
{
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
}

.topmenu a:link,.topmenu a:visited,.topmenu a:active,.topmenu a:hover 
{
	outline: none;
	display: inline-block;	/* to allow for sizing */
	padding: 4px 10px;
	height: 24px;
	color: #aaa;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	border: solid 0px red;
	border-top: solid 6px #999;
	border-bottom: solid 4px #555;
}

.topmenu a:hover 
{
	color: white;
}

.topmenu a:link[selected="true"],.topmenu a:visited[selected="true"],.topmenu a:active[selected="true"] 
{
	color: white;
	background-color: #000;/*#007ebf;*/
	border-top: solid 6px #999;/*#b3ba1c;#777;*/
	border-bottom: solid 4px #b5be18;
/*	color: #ffe700;
	background-color: White;
	border-top: solid 6px #ffe700;
	border-bottom: solid 4px white;
	border-left: solid 0px #999;
	border-right: solid 0px #999;*/
}

/*---------------------- sub menu --------------------------*/

.submenu
{
	margin: 10px 0px;
	padding: 5px 0px;
	text-decoration:none;
	border-bottom:dotted 1px #ddd;
	border-top:dotted 1px #ddd;
}

.submenu li  
{
	font-family: Georgia;
	color: #555;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}

.submenu a:link,.submenu a:visited,.submenu a:active,.submenu a:hover 
{
	display: inline-block;	/* to allow for sizing */
	color: #999;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	border: solid 0px red;
	outline: none;
}

.submenu a:hover
{
	color: black;
}

.submenu a:link[selected="true"],.submenu a:visited[selected="true"],.submenu a:active[selected="true"] 
{
	color: #4444FF;
}

/*--------------- PAGES ------------------*/

h1 
{
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Georgia;
}
h2 
{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Georgia;
}
h3 
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.content
{
	padding: 10px 20px;
}

.col-left {
	float: left; 
	width: 550px; 
	border: solid 0px green;
}

.col-right {
	float: right; 
	width: 240px; 
	margin-right: 25px;
	min-height: 500px; 
	overflow:  hidden;	/* prevent oversized images to ruin the column */	
}

/* FOCUS COLUMN */

.columnTop {
	background-image:url(graphic_coltop.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	border:solid 0px blue;
	height:8px;
	margin:0;
	padding:0;
}

.columnInner {
	background-color:#EEEEEE;
	border:1px solid #EEEEEE;
	padding:0 10px;
	text-align:center;
}

.columnBottom {
	background-image:url(graphic_colbot.png);
	background-position:left top;
	background-repeat:no-repeat;
	border:solid 0px orange;
	height:16px;
	margin:0;
	padding:0;
}

.columnInner h3
{
	text-align: left;
}

.columnInner ul 
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: solid 0px green;
	font-size: 12px;
}

.columnInner li 
{
	border: solid 0px red;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 10px;
	list-style-type: none;
}

.columnInner li 
{
	background-image: url(graphic_arrowicon.png);
	background-position: top left;
	background-repeat: no-repeat;
}


.columnInner li h3
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}

.columnInner li p
{
	margin-top: 0px;
	padding-top: 0px;
}

/* content listing */
.checklist {
	padding: 0px; 
	margin: 10px 0px;
	list-style-type: none;
}

.checklist li 
{
	font-size: 11px;
	background-image: url(check.png);
	background-position: middle left;
	background-repeat: no-repeat;
	padding-left: 25px;
}

/* contact */
#form-contact input[type="text"] {
	width: 240px;
}

#form-contact textarea {
	width: 240px;
}

/*------------------------------- BLOG CALENDAR -------------------------------------*/
#blog-calendar {background-color:  #eee;}
#blog-calendar .calendar-header {padding: 0px 10px;}
#blog-calendar .month-current {font-weight: bold;}
#blog-calendar table { border-collapse: collapse; border-top: solid 1px #eee;/*#841042;*/ }
#blog-calendar th { padding: 2px; color: black; font-weight: bold; background-color:  #ddd; text-align: center;}
#blog-calendar td { padding: 2px; text-align: center; height: 22px;}
#blog-calendar a, 
#blog-calendar a:link, 
#blog-calendar a:visited, 
#blog-calendar a:hover, 
#blog-calendar a:active 
{
	color: #b5be18; font-weight: bold; text-decoration: underline;
} 

.plugin-blog-post-body p 
{
	margin-top: 18px;
}