@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;	
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}









body
{		
	/*background-image:url(../images/bluefill.jpg);*/
	background-image:url(../images/body3.jpg);
	margin:0; 
	padding:0;
	font-family: 'Droid Sans', serif;
	font-weight:normal;
	
	-webkit-font-smoothing: subpixel-antialiased;
}

#top
{
	background-image:url(../images/body3.jpg);
	float:left;
	clear:both;
	width:100%;
}

#header
{	
	width:100%;
	height:220px;
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;	
}

#header_inner
{
	width:1020px;
	height:220px;
	background-image:url(../images/header_test2.jpg);
	background-repeat:no-repeat;
}
	
#footer
{
	width:100%;
	
	/*background-image:url(../images/fill_h.jpg);*/
	float:left;
	clear:both;
	margin-top:40px;
}

#footer_inside
{
	width:1020px;
	height:187px;
	
	padding-top:5px;
}

#content
{
	float:left;
	clear:both;
	width:100%;	
}

#content_inner
{
	width:960px;	
	padding-bottom:20px;	
}

p
{
	text-align:left;	
}

#content p
{
	text-shadow:0 1px 0 rgba(255,255,255,.8);
}

.slide h4
{
	text-shadow:0 1px 0 black;
}

.slide h5
{
	color:#CCC;
	text-shadow:0 1px 0 black;
	text-align:left;
	margin-left:100px;
	margin-top:20px;
	line-height:22px;
}

#logo
{
	width:490px;
	height:220px;
	float:left;
	clear:right;	
}


#logolink
{
	float:left;
	clear:right;	
	width:314px;
	height:200px;	
	margin-left:5px;
	
}

#mainheading
{
	
	height:220px;
	float:left;
	clear:right;
	margin-top:147px;
	margin-left:10px;
}

#menu
{
	float:left;
	clear:right;
	width:500px;
	height:220px;
	
}

#menu_inner
{
	/*background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;		*/
	padding-top:30px;	
}

#meta
{
	
	margin-top:25px;
}

#meta p
{
	text-align:right;
	color:#CCC;
	padding:8px;
	padding-right:0;
	line-height:14px;
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

a, a:visited
{
	color:#666;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover, a:visited:hover
{
	color:#4976BA;
}

.boxholder a:link, .boxholder a:visited
{
	line-height:18px;
}

#menu_inner a, #menu_inner a:visited
{
	background-color:#373634;
	padding:12px 10px;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	border:1px solid gray;
	margin:0 10px;
	margin-right:0;
	text-decoration:none;
	font-family: 'Squada One', cursive;
	letter-spacing:1px;
	text-shadow: 0px 0px 2px #333;
	-moz-box-shadow: 2px 2px 1px #000;
	-webkit-box-shadow: 2px 2px 1px #000;
	box-shadow: 2px 2px 1px #000;
}

#menu_inner a:hover, #menu_inner a:visited:hover
{
	background-image:url(../images/body.jpg);
	
	color:#000;
}


.top1:hover
{
	color:red;
}

h1
{
	color:#fff;
	font-size:30px;
	text-align:left;
	font-family: 'Squada One', cursive;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	text-shadow:1px 1px 1px #000;
}

ul
{
	margin-left:70px;
}

p, li
{
	font-family: 'Droid Sans', serif;
	font-size:14px;
	/*color:#e5e5e5;*/
	color:#666;
	line-height:18px;
	text-align:left;
	
}

h2, h2 a
{
		
	color:#e06d09;
	font-family: 'Bree Serif', serif;
	text-transform:uppercase;
	text-align:left;
	font-size:20px;
	margin-bottom:20px;
	font-weight:normal;
}

h3
{
	font-size:18px;
	color:#e02709;		
	line-height:20px;
	font-family: 'Squada One', cursive;
	text-align:left;
	margin-bottom:10px;
	font-weight:normal;
	margin-left:0px;
	margin-top:20px;
	font-style:italic;
}

h4
{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	font-family: 'Droid Sans', serif;
	text-align:left;
	margin-top:10px;
	color:#666;
	font-weight:bold;
}

p
{
 	margin-bottom:5px;	
	text-align:left;
}

td
{
	vertical-align:top;
}

.bull li
{
	list-style-image:url(../images/bullet.jpg);
}

.painterbg
{
	/*background-image:url(../images/paintingguy1.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#e06d09;*/
	margin-top:0px;
	padding-top:5px;	
	width:940px;		
	letter-spacing:1px;
	
	
}

.painterbg li
{
	list-style-image:url(../images/bullet.jpg);
	line-height:22px;
}

.painterbg p
{
	padding:0px 50px 10px 50px;
}

#footer_inside p
{
	color:#666;	
	font-size:11px;
	font-style:italic;
	text-align:center;
	
}

.interior p, .interior li
{
	margin-left:0px;
	padding-left:0px;
	padding-top:5px;
}



#meta a, #meta a:visited
{
	color:#999;
	border:none;
}

#meta a:hover, #meta a:visited:hover
{
	color:#ff8a00;
}

#footer_inside a, #footer_inside a:visited
{
	font-size:12px;
	border:none;
	line-height:16px;
}

.nobullet li
{
	list-style-image:none;
	margin-bottom:10px;
}

.nobullet input
{
	min-height:20px;
	margin:5px 0;
	
}

.linkbutton
{
	margin:15px 0;
}

.linkbutton a, .linkbutton a:visited
{
	background-image:url(../images/redfill.jpg);
	color:#fff;	
	border:1px solid #fff; padding:8px 20px;
}

.linkbutton a:hover, .linkbutton a:visited:hover
{
	background-image:url(../images/topbg.jpg);
	color:yellow;
}

sup
{
	font-size:50%;
}

.homeboy
{
	 background-position:bottom right; 
	 width:230px; 
	 height:150px; 
	 border:3px solid #fff;
	 -moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.links td h3
{
	margin:0 10px;
}

.links td img
{
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border:5px solid #E0E0E0;
	
}

.slideshow img
{
	border:3px solid #fff;
	 -moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

.boxlink
{
	background-position:center;
	background-repeat:no-repeat;
	padding:60px 90px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border:5px solid #E0E0E0;
	float:left; clear:right;
}

.fatlink a, .fatlink a:visited
{
	color:#fff;
	font-weight:bold;
	text-shadow:0px 0px 2px rgba(0,0,0,.8);
	margin-right:10px;
	line-height:20px;
	border:5px solid #fff;
}

.fatlink a:hover, .fatlink a:visited:hover
{
	color:#FCBE15;
	border:5px solid #FCBE15;
}

.rssdate
{
	font-size:12px;
	font-style:italic;
	margin-bottom:20px;
	margin-top:5px;
	color:#666
}

.homeboy a, .homeboy a:visited
{
	color:#fff;
	border-bottom:1px dotted #fff;
}

.homeboy li
{
	color:#ccc;
	list-style-image:url(../images/bullet2.jpg);
}
