
/* content */

#container {
}

#contentContainer {

}

#contentContainer #content {

}

/* sidebar */

#sidebarContainer {

}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {

}

#navcontainer2 {
}

#navcontainer2 .current {

}

#navcontainer2 .currentAncestor {

}

/* Parent - Level 0 */

#navcontainer2 ul {

}

#navcontainer2 li {	
}

#navcontainer2 a {

}

#navcontainer2 a:hover {
}

/* Child - Level 1 */

#navcontainer2 ul ul {

}

#navcontainer2 ul ul li {
	display: block;
	color: white;
}

#navcontainer2 ul ul a {

}

#navcontainer2 ul ul a:hover {

}

#navcontainer2 ul ul .currentAncestor {

}

/* Child - Level 2 */

#navcontainer2 ul ul ul {
	text-indent: 15px;
}

#navcontainer2 ul ul ul li {
}

#navcontainer2 ul ul ul a {
	color: #000000;
}

#navcontainer2 ul ul ul a:hover {

}

/* Child - Level 3 */

#navcontainer2 ul ul ul ul {
	text-indent: 25px;
}

#navcontainer2 ul ul ul ul li { 
}

#navcontainer2 ul ul ul ul a {
	color: #000000;
}

#navcontainer2 ul ul ul ul a:hover {
}

/* Child - Level 4 */

#navcontainer2 ul ul ul ul ul {
	text-indent: 35px;
}

#navcontainer2 ul ul ul ul ul li { 
}

#navcontainer2 ul ul ul ul ul a {
}

#navcontainer2 ul ul ul ul ul a:hover {
}

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {}

.blog-entry-summary {
	margin-bottom: 10px;
}.blog-archive-headings-wrapper {
	padding: 10px;
	border-bottom: Solid 1px #e2e2e2;
}

.blog-archive-entries-wrapper {
	padding: 10px;
}.blog-archive-month {
	font-weight: bold;
	font-size: 1.4em;
}.blog-archive-link { 
}
	
/* @end */.blog-entry {	padding: 0px;
	margin-bottom: 35px;
}.blog-entry-title {
}.blog-entry-date {	color: #a1a5a9;
	font-size: 0.95em;
	margin-bottom: 0.9em;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

/*Styles the category link next to the date */
.blog-entry-category {
	text-align: right;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*Styles the permalink next to the date */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	text-align: right;
}
.blog-entry-body {	text-align: justify;	font: 12px   'Lucida Grande', Geneva, Arial, Verdana, sans-serif;	color: #000000;	padding: 0px;
}

.blog-entry-comments {
	margin-top: 10px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	text-align: right;
}

.blog-archive-link-enabled {
	text-align: right;
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	text-align: right;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
	text-align: right;
}

.blog-rss-link {
}

.blog-comments-rss-link {
	text-align: right;
}

/* @end */