
/*	----------------
Main body
----------------	*/

body
	{
	background: #bde4ff;
	}
	
#page
	{
	background: #00a5ff;
	padding: 0;
	position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	}
#body-text
{
	decoration: none;
}
	

/*	----------------
Header
----------------	*/

#header 
	{
	height: 100px;
	margin: 0 auto;
	background: #00a5ff url('banner.gif') no-repeat scroll top center !important;
	color: #aaa;
	}

#header h1
	{
	position: relative;
	top: -50px;
	color: #ddd;
	font-style: 'Helvetica', 'Arial', sans-serif;
	}
#header h1 a
	{
	color: #3399ff;
	text-decoration: none;
	}
#header .description
	{
	position: relative;
	top: -50px;
	font-size: 1em;
	margin: 0 0 0 40px;
	color: #fff !important;
	}
#header .description a
	{
	color: #fff !important;
	}
	
ul.menu li a
	{
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	color: #fff;
	background-color: #49535b;
	opacity:.40;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	decoration: none;
	}
ul.menu li a:hover
	{
	background: #636c78;
	color: #003366 !important;
	text-decoration: none;
	opacity:.60;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
	{
	background: #b97;
	color: #003366 !important;
	text-decoration: none;
	opacity:.50;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}


/*	This positions the navigation menu at the top of the header.	*/
ul#menu-top
	{
	display: inline !important;	/*	This line prevents the top menu from showing up in styles that don't support it.	*/
	position: absolute;
	top: -2px;
	left: -10px;
	}
ul#menu-top li a
	{
	background: #333;
	color: #003366 !important;
	opacity:.50;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	decoration: none;
	}
ul#menu-top li a:hover
	{
	background: #000;
	color: #ffffff !important;
	opacity:.60;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}

/*	----------------
Post images
----------------	*/

.primary img
	{
	margin-left: -5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
	}
	
img.center
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright
	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft
	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.noborder
	{
	border: none;
	}



/*	----------------
Headers
----------------	*/

h1, 
h2, 
h3, 
h4 
{
font-family: 'Helvetica', 'Arial', Verdana, sans-serif;
text-align:left;
color: #fff;
}
	
h1, 
h1 a, 
h1 a:hover, 
h1 a:visited,
#header .description
{
text-decoration: none;
color: #fff;
}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited
{
color: #fff;
}


/*	----------------
Meta info
----------------	*/	

.entry-meta
	{
	font-size: 1em;
	display: block;
	color: #555;
	}

/*	----------------
Main content
----------------	*/
#breadcrumb-border
{
background-color: #ff6633;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 40px;
position: relative;
top:-4px;
border-top: 1px solid #fff;
}
.breadcrumb
{
color: #fff;
margin-left: 40px
font-style:bold;

}
.breadcrumb a
{
color: #003366;
font-weight:bold;
decoration: none;
}
.breadcrumb a:hover
{
color: #fff; !important
color: #fff;
font-weight:bold;
decoration: none;
}

#page-head h2
{
margin-left: 40px;
}

.entry-content
{
width: 95%;
color: #fff;
text-align: left; !important
padding: 2px 2px 2px 2px;
margin-left: 10px;
margin-bottom: 10px;
}

.entry-content li
{
color: #fff;
line-height: .9em;
list-style:none;
border-left: 1px solid #00a5ff;
}

.entry-content li a
{
text-decoration: none;
}

.entry-content li a:hover
{
text-decoration: none;
color: #ff6633;
}

a:hover,
a:visited:hover 
	{
	color: #ff6633;
	text-decoration: none;
	}
h2 a:hover,
h2 span a:hover
	{
	color: #fff !important;
	}
a
	{
	color: #fff;
	text-decoration: none;
	}
.entry-content a:visited
	{
	color: #fff;
	}

	
/*	----------------
Quick posts
Any post with the category of "quick" will follow these styles.
----------------	*/

.category-quick h3.entry-title
	{
	font-size: 2em !important;
	display: inline;
	}
.category-quick .entry-meta
	{
	font-size: .9em;
	display: inline;
	margin-left: 10px;
	}
.category-quick .entry-category
	{
	display: none;
	}
.category-quick .entry-content
	{
	font-size: 1.1em;
	line-height: 1.3em;
	}
.category-quick .entry-content p,
.category-quick .entry-content ul,
.category-quick .entry-content ol,
.category-quick .entry-content div,
.category-quick .entry-content blockquote
	{
	margin: 8px 0;
	}

/*	 Restores normal styling to quick posts on individual pages.	*/

body.single .category-quick h3.entry-title
	{
	font-size: 2.4em !important;
	}
body.single .category-quick .entry-meta
	{
	font-size: 1em;
	display: block;
	margin-left: 0;
	}
body.single .category-quick .entry-category
	{
	display: inline;
	}
body. single .category-quick .entry-content
	{
	font-size: 1.2em;
	line-height: 1.8em;
	}
body.single .category-quick .entry-content p,
body.single .category-quick .entry-content ul,
body.single .category-quick .entry-content ol,
body.single .category-quick .entry-content div,
body.single .category-quick .entry-content blockquote
	{
	margin: 13px 0;
	}
#footer-border
{
	margin-top: 25px;
}
#footer
	{
	margin-top: 5px;
	margin-left: 40px;
	margin-bottom: 5px;
	text-align: left;
	color: #ebebeb;
	}
#footer a
	{
	font-weight: normal;
	color: #ebebeb;
	text-decoration: none;
	font-size: 1em;
	}
#footer a:hover
	{
	color: #ff6633;
	text-decoration: none;
	}
	
