@import url("../photoalbum/frame/hide.css");
@import url("../content_border/hide.css");

body, .photo-background {
	background-repeat: no-repeat;
	background-color: #3c151b;
}

body {
		background-position: center;
		background-image: url(../../images/defaults/tv/body_bg.jpg);
}

.photo-background {
		background-image: url(../../images/defaults/tv/photo_bg.jpg);
		background-position: 50% 40px !important;
}

#container { 
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -355px;
	width: 710px;
	height: 550px;
	background: transparent;
}

#pageHeader {
	width: 40px;
	background: transparent;
}

#mainContent {
	width: 670px;
	left: 40px;
	background: transparent;
}

#mainContent #sidebar {
	width: 140px;
	background: transparent;
}

#mainContent #content {
	width: 500px;
	background: transparent;
}

#footer {
	bottom: -40px;
}

.photo-navigation {
	margin: 6px auto; 
	background: transparent;
	color: #b90000;
	text-align: center;
	padding: 4px;
	width: 640px;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
	color: black;
	font-size: 0.8em;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	border: 1px solid #555555;
	margin: 6px;
	background: transparent;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
	color: #fff;
}

.photo-caption {
	position: relative;
	padding: 0px;
	font-size: 1em;
	color: #000;
	top: 20px;
}

#pageHeader_top {
	position: absolute;
	top: -36px;
	left: 0;
	width: 100%;
	z-index: 200;
}

#pageHeader_top h1 {
	color: #6d4f20;
}

#pageHeader_top h2 {
	color: #7e5b25;
}


#navcontainer ul a:hover {
	color: #ccc;
}

#navcontainer ul a {
	color: #333;
}
#navcontainer #current {
	color: #fff;
}
#navcontainer .currentAncestor {
	color: #fff;
}

#sidecontainer {
	color: #333;
}

#sidecontainer #side_plus p {
	color: #333;
	
}

#sidecontainer a {
	color: #333;
}
.blog-category-link-disabled {
	color: #7C6835;
}

.blog-category-link-enabled {
	color: #111;
}

#mainContent #content {
	color: #ccc;
}

#mainContent #content p {
	color: #ccc;
}

#mainContent #content h1 {
	color: #f8f8f8;
}

#mainContent #content h2 {
	color: #eee;
}

#mainContent #content h3 {
	color: #bfbfbf;
}



#mainContent #content h4 {
	color: #aeaeae;
}

#mainContent #content b, #mainContent #content strong {
	color: #f2f2f2;
}

#mainContent #content a:link, #mainContent #content a:visited {
	color: #f2f2f2;
}

/* @group FileSharing */

.filesharing-item-title {
	color: #e1e1e1;
}

.filesharing-item-description {
	color: #c6c6c6;
}

.filesharing-description {
	border-bottom-color: #aaa;
}

.filesharing-item {
	border-bottom-color: #888;
}

/* @end */

/* @group Blog */

.blog-entry-title {
	color: #f3f3f3;
}

.blog-entry-date {
	color: #b2b2b2;
}

/* @group Blog Archive Page */

.blog-archive-entries-wrapper {
	color: #ccc;
}


.blog-entry-body {
	color: #ccc;
}

.blog-entry-title {
	color: #f8f8f8;
}

.blog-entry-date {
	color: #d5d5d5;
}

.blog-entry-comments {
	color: #bfbfbf;
}

.blog-archive-entries-wrapper a:link, .blog-archive-entries-wrapper a:visited {
	color: #f2f2f2;
}

.blog-archive-entries-wrapper a:hover, .blog-archive-entries-wrapper a:active {
	color: #f2f2f2;
}

.blog-archive-entries-wrapper b, .blog-archive-entries-wrapper strong {
	color: #f2f2f2;
}