/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: livelaugh, roadways, chw, two columns, widgets


*/



/* Begin Typography & Colors */
body {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        background: url('images/tuxback.jpg') #000000 no-repeat left fixed;
        background-size: 100%;
	color: #ffffff;
        font-size: 9.5pt;
	text-align: center;
	line-height: 1.5em;
        align: center;
	}

p {  font-size: 9.5pt;
	line-height: 1.5em;

}



 a.sponsor:link { color: #ffffff; font-size: 9.5pt; text-decoration: none; margin-top:0px; padding-top:0px; margin-bottom: 0px; padding-bottom: 0px; line-height: 1em;}  /* for unvisited links */
  a.sponsor:visited { color: #ffffff; font-size: 9.5pt; text-decoration: none; margin-top:0px; padding-top:0px; margin-bottom: 0px; padding-bottom: 0px; line-height: 1em;} /* for visited links */
  a.sponsor:active { color: #ffffff; font-size: 9.5pt; text-decoration: none; margin-top:0px; padding-top:0px; margin-bottom: 0px; padding-bottom: 0px; line-height: 1em;} /* when link is clicked */
  a.sponsor:hover { color: #ffffff; font-size: 9.5pt; text-decoration: none; margin-top:0px; padding-top:0px; margin-bottom: 0px; padding-bottom: 0px; line-height: 1em;} /* when mouse is over link */
  a.sponsor:plain { color: #ffffff; font-size: 9.5pt; text-decoration: none; margin-top:0px; padding-top:0px; margin-bottom: 0px; padding-bottom: 0px; line-height: 1em;}



#content {
	font-size: 9.5pt;
	text-align: left;
        color: #ffffff;
	}


.entry p {
   font-size: 9.5pt;
	text-align: left;
line-height: 1.5em;

	}

.entry p a:visited {
    font-size: 9.5pt;
	line-height: 1.5em;
	}

.sponsor p {
	font-size: 9.5pt;
	text-align: left;
        color: #ffffff;
line-height: 1em;
margin-bottom: 0px; 
padding-bottom: 0px;
margin-top: 5px; 
padding-top: 0px;
	}



h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom: 3px; 
        padding-bottom: 0px;
margin-top: 0px; 
padding-top: 0px;
	font-weight: normal;
}

h1 {
	font-size: 18.5pt;
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1em;
        letter-spacing: 2px;
	text-align: left;
        color: #FFFFFF;
	}



h2 {
	font-size: 9.5pt;
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        letter-spacing: 1px;
	padding-bottom: 3px;
	line-height: 1em;
	text-align: left;
	font-weight: regular;
        color: #ff0000;
        }

h4 {
font-size: 8.5pt;
        font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
        letter-spacing: 1px;
	line-height: 1em;
	font-weight: regular;
	text-align: left;
        color: #ffffff;	
		}
		
h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}



h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #FFFFFF;
	}
	
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0px;
padding-bottom: 2px;
margin-top: 0px;
padding-top: 0px;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ff0000;
margin-bottom: 0px;
padding-bottom: 2px;
margin-top: 0px;
padding-top: 0px;
	}



a, h2 a:hover, h3 a:hover {
	color: #ff0000;
	font-size: 9.5pt;
	font-weight: bold;
	text-decoration: none;
line-height: 1.1em;
	}

a:hover {
	color: #ff0000;
	font-weight: bold;
	font-size: 9.5pt;
	text-decoration: underline;
line-height: 1.1em;
	}


a:link {
margin-top:0px; 
padding-top:0px; 
margin-bottom: 0px; 
padding-bottom: 0px;
font-size: 9.5pt;
line-height: 1em;
	}

/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	border: 0px solid #959596;
	}

#header {
	background-color: #;
	margin: 30px 0 0 1px;
	padding: 0;
	height: 75px;
	width: 800px;
	}

#headerimg {
	margin: 0;
	height: 70px;
	width: 100%;
	}
	
	 
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


