/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:UEE08
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}
	
body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: black;
	background: darkorange;
	text-align: center;
	}
	
#header {
	padding: 0;
	margin-left: 0px;
	position: relative;
	height: 200px !important; 
	width: 780px !important; 
	background: #3371A3;
	background-position: top right;
	background:url('http://www.unlimitedenthusiasm.com/wp-content/UEEBanner1.jpg');
	}
	


ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	background: darkgreen;
	}

ul.menu li a:hover {
	background: light grey;
	color: #eee !important;
	text-decoration: none;
	}

.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: orange;
	}
	
a {
	color: darkgreen;
	text-decoration: none;
	}
	
hr {display: none;}
.hr {border-top: 1px dashed #000000;}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: black;
	}

#footer p {
	line-height: 1.6em;
	}

#footer a {
	color: black;
	border-bottom: 1px solid black;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}

