/* @group Content */

/* @group Wide */

#contentContainer.wideContent {
	background: url(content/wide/content_b.png) no-repeat left bottom;
	padding-bottom: 20px;
	color: #b2b2b2;
}
#contentContainer.wideContent #contentCap {
	background: url(content/wide/content_t.png) no-repeat left bottom;
}
#contentContainer.wideContent #content {
	background: url(content/wide/content_y.png) repeat-y left;
}

#contentContainer.wideContent #content #contentHeader {
	background: url(content/wide/content_header.jpg) no-repeat left top;
	min-height: 437px;
}




/* @end */
body {
	background: #384857 url(body/background.jpg) repeat-x left top;
}
#contentContainer {
	background: url(content/content_b.png) no-repeat left bottom;
	padding-bottom: 20px;
	color: #fff;
}
#contentCap {
	background: url(content/content_t.png) no-repeat left bottom;
}
#contentContainer #content {
	background: url(content/content_y.png) repeat-y left;
}

#contentContainer #content #contentHeader {
	background: url(content/content_header.jpg) no-repeat left top;
	min-height: 437px;
}
#pageHeader {
	padding-top: 50px;
	height: 237px;
	display: block;
}


/* @end */

/* @group Sidebar */

#sidebarContainer {
	background: url(content/sidebar_b.png) no-repeat 0 bottom;
	padding-bottom: 20px;
	color: #b2b2b2;
}

#sidebarContainer .sideHeader {
	font-size: 2em;
	display: block;
	margin-bottom: 5px;
}
#sidebarContainer #sidebarHeader {
	background: url(content/sidebar_header.jpg) no-repeat left top;
}

#sidebarContainer #sidebarCap {
	background: url(content/sidebar_t.png) no-repeat left bottom;
}

#sidebarContainer #sidebar {
	background: url(content/sidebar_y.png) repeat-y;
}

/* @end */

/* @group Blog */

.blog-entry {
	border-bottom: 1px dashed #ccc;
}
h1.blog-entry-title {
}


h1.blog-entry-title a {
	color: #fff;
}
h1.blog-entry-title a:hover {
	color: #95c33b;
}

a.blog-category-link-enabled {
	color: #1e1e1e;
}
a.blog-category-link-enabled:hover {
	text-decoration: underline;
}
.blog-category-link-disabled {
	color: #333;
}
/* @end */

/* @group FileSharing */

.filesharing-item-title a:link {
	color: #95c33b;
}

.filesharing-item-title a:hover {
	color: #0bafbf;
}



/* @end */

/* @group Global Classes */

h1,h2,h3,h4 {
	color: #fff;
}


/* @end */
