#leftbar {
	background: #093795 url(../../images/sidebar_blue2_200x350.jpg) no-repeat fixed 95% 5%;
	color: #eaeaea;
	background-attachment: fixed;
}

.sideHeader {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0.5em;
}

* html #leftbar {
}

#leftbar p {
	color: #eaeaea;
}

#leftbar b, #leftbar strong {
	color: #fff;
	font-weight: bold;
}

#leftbar a {
	color: #f69244;
}

#leftbar a:link {
	color: #f69244;
}

#leftbar a:visited {
	color: #c45419;
}

#leftbar a:hover {
	color: #fff;
}

#leftbar a:active {
	color: #ccc;
}

#sidebarContainer {
	background: #093795 url(../../images/sidebar_blue2_200x350.jpg) fixed no-repeat 5% 5%;
	color: #303030;
}

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	
}

.blog-archive-headings-wrapper {
	background: 0px bottom repeat-x #093795 url(../../images/water_header_200x148.jpg);
	color: #fff;
}

.blog-archive-month {
	color: #fff;
	margin-top: 0.5em;
}

.blog-archive-link {
	color: #bbe5f4;
	font-size: 1.5em;
}

.blog-archive-background .blog-archive-link a {
	color: #bbe5f4;
}

.blog-archive-link a:hover {
	color: #fff;
}

.blog-archive-entries-wrapper {
	border: 1px solid #ccc;
}

.blog-entry {
	
}

.blog-entry-title h1 {
	font-size: 1.5em;
}

.blog-entry-body {
	
}

.blog-entry-title {
	
}

.blog-entry-date {
	
}

.blog-entry-comments {
	
}
	
/*</group>*/

.blog-category-link-disabled {
	color: #b9c3e7;
}

#leftbar a.blog-category-link-enabled {
	color: #ea965f;
}

#leftbar a.blog-category-link-enabled:hover {
	color: #fff;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	color: #ffffff;
	background: transparent;

}

#navcontainer li a.active {
	
	color: #b90000;
}

#navcontainer ul ul li a.active {
	padding-left: 40px;
}

/* Parent - Level 0 */


#navcontainer a {
	color: #ccc;
}

#navcontainer a:hover {
	color: #ffffff;
}

#navcontainer li a.currentAncenstor {
	color: #ffffff;
}

/* Child - Level 1 */


/* Child - Level 2 */

#navcontainer ul ul ul {
	color: #808080;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}


/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}


/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	color: #cccccc;
}
	
/*</group>*/