@import url("../colors/content/grey_light.css");
@import url("../colors/sidebar/grey_dark.css");
@import url("../photoalbum/frame/hide.css");
@import url("../content_border/hide.css");


body, .photo-background {
	background-repeat: no-repeat;
	background-color: #000000;
}

body {
		background-position: center;
		background-image: url(../../images/defaults/stairs/body_bg.jpg);
}

.photo-background {
		background-image: url(../../images/defaults/stairs/photo_bg.jpg);
		background-position: 50% 40px !important;
}

.photo-navigation {
	background: transparent;
}

#container { 
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -276px;
	margin-left: -355px;
	width: 710px;
	height: 550px;
	background: transparent;
}

#pageHeader {
	display: none;
}

#mainContent {
	width: 710px;
	left: 0px;
	background: transparent;
}

#mainContent #sidebar {
	width: 140px;
	background: transparent;
	left: 40px;
}

#mainContent #content {
	width: 490px;
	left: 220px;
	background: transparent;
}

#mainContent #content #content_text {
	margin: 20px;
}

#footer {
	bottom: -40px;
}

#pageHeader_top {
	position: absolute;
	top: -36px;
	left: 0;
	width: 100%;
	z-index: 200;
}

#pageHeader_top h1 {
	color: #aaa;
}

#pageHeader_top h2 {
	color: #7b7c7c;
}

#navcontainer {
	margin-top: 20px;
}

#navcontainer ul a:link, #navcontainer ul a:visited {
	color: #ccc;
}

#navcontainer #current {
	color: #fff;
}
#navcontainer .currentAncestor {
	color: #f0f0f0;
}

#navcontainer ul a:hover {
	color: #a21935;
}

#sidecontainer {
	color: #333;
}

.sideHeader {
	color: #eee;
}

#sidecontainer #side_plus, #sidecontainer #side_plus p {
	color: #ab8f85;
	
}

#sidecontainer a {
	color: #fff;
}

.photo-caption {
	position: relative;
	padding: 0px;
	top: 20px;
}

#mainContent #content {
	color: #333;
}


#mainContent #content p {
	color: #333;
}

#mainContent #content h1 {
	color: #000;
}

#mainContent #content h2 {
	color: #971528;
}

#mainContent #content h3 {
	color: #222;
}



#mainContent #content h4 {
	color: #333;
}
#mainContent #content h5 {
	color: #333;
}

#mainContent #content b, #mainContent #content strong {
	color: #000;
}

#mainContent #content a:link, #mainContent #content a:visited {
	color: #971528;
}

.album-title {
	color: #111;
	font-size: 1.4em;
}

.album-description {
	color: #333;
}

.thumbnail-caption {
	color: #971528 !important;
	font-size: 10px;
}

.photo-navigation {
	color: #333;
}

.photo-navigation a, .photo-navigation a:visited {
	color: #333;
}


.photo-title {
	color: #f0f0f0;
}

.photo-caption {
	color: #971528;
}


.filesharing-item-description {
	color: #333;
}

.blog-entry-body {
	color: #333;
}
