/* digitalhillbill.ca css */


html {
	background-image: url('images/bg_tileInv.png');
	background-color: #396189;
}


body {
	margin: 0;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 11px;
}


/* wrappers */


#container {
	position: relative;
	background: url('images/bgImg_bl.png') no-repeat fixed center top;
	padding: 50px 0px;
	min-width: 780px;	
	max-width: 1067px;
	margin: 0px auto;
}

#content_wrapper {
	position: relative;
	width: 780px;
	min-height: 600px;
	background-image: url('images/bg_cont100.png');
	margin: 0px auto;
	border: 1px solid #303A42;
}


/* header */


#header {
	width: 100%;
	height: 190px;
}

#headerLeft {
	position: relative;
	float: left;
	padding: 20px 4px 0px 10px;
	width: 330px;
	height: 190px;
	z-index: 100;
}

#headerCenter {
	background-color: #000000;
	width: 300px;
	height: 190px;
	border: 0px solid #00ff00;
	margin: 0px 616px 0px 360px;
}

#headerRight {
	position: relative;
	background-color: #000000;
	float: right;
	height: 190px;
	width: 420px;
	z-index: 99;
}

h1.header {
	font-size: 16px;
}

h2.header {
	font-size: 12px;
	display: inline;
}

h3.header {
	font-size: 10px;
	display: inline;
}

p.header {
}

ul.header {
	text-align: right;	list-style: none;
	line-height: 20px;
	margin: 25px 15px 0px 0px;
}

ul.header li {
}

ul.header a:link, ul.header a:visited, ul.header a:active {
	color: #5C5F59;
	text-decoration: none;
	font-size: 12px;
}

ul.header a:hover {
	color: #84897F;
}

h3.header a:link, h3.header a:visited, h3.header a:active {
	color: #DAA520;
	text-decoration: none;
}

h3.header a:hover {
	color: #FFD700;
}

/* content note: h2, h3 and h3 links use header settings */


#content {
	border: 0px solid #0000ff;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	width: 98%;
	min-height: 340px;
	margin: 10px auto;
}

#contentHead {
	height: 25px;
	width: 50%;
	border-bottom: 1px dotted #000000;
}

p.content {
	text-align: left;
	margin: 0px 70px 10px 0px;
	font-weight: normal;
}

ul.content {
	text-align: left;
	list-style: none;
}

ul.content li {
	position: relative;
	line-height: 15px;
	margin-top: 15px;
	font-weight: bolder;
	display: block;
	min-height: 140px;
}

ul.content a:link, ul.content a:visited, ul.content a:active {
	color: #DAA520;
	text-decoration: none;
}

ul.content a:hover {
	color: #FFD700;
}


img.thumb {
	float: left;
	margin: 3px 10px 0px 0px;
	border: 1px solid #303A42;
}

/* index page rss */

h2.rss {
	font-size: 12px;
}

img.rss {
	float: left;
	margin: 3px 10px 0px 0px;
	width: 240px;
	border: 1px solid #303A42;
}

#content p a:link, #content p a:visited, #content p a:active {
	color: #000000;
	text-decoration: underline;
}

#content p a:hover {
	color: #DAA520;
}


/* footer */


#footer {
	background-color: #000000;
	border: 0px solid #00ff00;
	width: 100%;
	height: 50px;
	margin-top: 20px;
}

p.footer {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	padding-top: 5px;
	color: #84897F;
}

ul.footer {
	text-align: center;
	list-style: none;
	font-size: 10px;	
}

ul.footer li {
	display: inline;
}

p.footer a:link, p.footer a:visited, p.footer a:active {
	color: #5C5F59;
	text-decoration: none;
}

p.footer a:hover {
	color: #84897F;
}
