@import "reset.css";

/* tools */
.clear 
{
	clear:both; 
	display:block; 
	overflow:hidden; 
	width:100%; 
	height:1px;
}

.clearfix: after
{ 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

/* general styles */
.noline a { text-decoration:none }
.noline a:hover { text-decoration:underline }

a { text-decoration:underline }

a, a:visited {
	color: #6c83b6;
}
a:hover{
	color: #87a6e2;
	text-decoration:none;
}

.overflow { overflow:auto; }

body 
{
	background:#c3ac7e url('../Img/mainbg.png') repeat-x; 
	font:12px/1.3 Tahoma, Arial, Helvetica, sans-serif; 
	color:#41392a; 
}

/* layout */

.mainWrapper 
{
	width:960px; 
	margin:0 auto; 
	background:#e2dbc6; 
	position:relative; 
	border:1px solid #a89473; 
	border-top:0; 
}

#footer 
{
	text-align:center; 
	width:960px; 
	margin:0 auto; 
	font-size:10px; 
	color:#41392a; 
	line-height:11px; 
	padding-top:8px; 
}

#header 
{
	height:47px; 
	background:url('../Img/header.png') repeat-x; 
}

#header .logo 
{
	position:absolute; 
	left:35px; 
	top:10px; 
}
	
#header .logo, #header .logo a 
{ 
	color:#41392a; 
	font:24px Georgia, "Times New Roman", Times, serif; 
	text-decoration:none; 
}
	
#header .logo span 
{ 
	color:#6c1f1b; 
}

#header .telephon 
{
	font:18px Georgia, "Times New Roman", Times, serif; 
	color:#161414; 
	position:absolute; 
	right:23px; 
	top:13px; 
}

#header .telephon strong 
{
	font-weight:normal; 
	color:#72211c; 
}
	
#image 
{
	height:140px; 
	overflow:hidden; 
}

#navigation 
{
	text-align:center; 
	background:url('../Img/navigation.png') repeat-x; 
	height:33px; 
	font:14px/32px Georgia, "Times New Roman", Times, serif; 
}
	
#navigation a, #navigation span 
{
	color:#fff; 
	display:inline-block; 
}

#navigation li 
{
	display:inline-block; 
	height:33px; 
	padding:0 20px; 
	margin:0 9px; 
}

#navigation li:hover, #navigation li.active	
{
	background:url('../Img/navigation-act.png') repeat-x; 
}

#navigation li:hover a,	#navigation li.active a 
{
	text-decoration:none; 
}
	
#content 
{
	background:url('../Img/content.png') 50% 0 repeat-y; 
	padding-bottom: 40px; 
}

#content .sidebar 
{
	width:183px; 
	padding-left:20px; 
	float:left; 
	position:relative; 
	top:-1px; 
}

#content .content 
{
	margin-left:256px; 
	padding-top:20px; 
	padding-right:60px; 
	padding-bottom:50px; 
}
	
#content .content #contentHeader 
{
	font:24px Georgia, "Times New Roman", Times, serif; 
	color:#41392a; 
	padding-bottom:10px; 
}

#content .content p 
{
	padding-bottom:12px; 
}
		
.sidebar .shadow 
{
	height:17px; 
	background:url('../Img/sidebar.png') no-repeat; 
	display:block; 
	position:absolute; 
	left:20px; 
	top:0; 
	width:183px;
}

.materialText img
{
	padding: 0 15px 15px 0;
}
.materialText h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}
	
.sidebar .title 
{
	width:173px; 
	margin:0 auto; 
	background:#74221d url('../Img/sidebar-h2.png') no-repeat; 
	text-align:center; 
	font:13px Georgia, "Times New Roman", Times, serif; 
	margin-bottom:3px; 
	margin-top:7px; 
}
	
.sidebar .title a, .sidebar .title span 
{
	display:block; 
	background:url('../Img/sidebar-h2.png') -173px 100% no-repeat; 
	color:#fff; 
	padding:5px; 
}
	
.sidebar .list li 
{
	width:157px; 
	margin:0 auto; 
	background:#e2dac6 url('../Img/sidebar-a.png') no-repeat; 
	margin-bottom:1px; 
	font:12px Georgia, "Times New Roman", Times, serif; 
}

.sidebar .list a, .sidebar .list span  
{
	display:block; 
	background:url('../Img/sidebar-a.png') -157px 100% no-repeat; 
	color:#161413; 
	padding:1px 15px 2px 17px; 
}

/* Album
-------------------------------------------------------------------------------- */
#albumThumbnailsBlock {
	max-height: 301px;
	width: 700px;
	float:left;

}
#albumThumbnailsBlock span {
	float: left;
	width: 60px;
	height: 40px;
	margin: 0 5px 5px 0;
	padding: 2px;
	border: 1px solid #CCC;
}
#albumThumbnailsBlock span.selected {
	border: 1px solid #698192;
}
.albumDescription {
	color: #6C6C6C;
}
.albumImage {
	text-align: center;
}
.albumImage img {
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
}
.albumNavigation {
	overflow: auto;
	text-align: center;
	color: #6C6C6C;
}
#albumPreviousLink {
	float: left;
}
#albumNextLink {
	float: right;
}
/* Albums list
-------------------------------------------------------------------------------- */
div.albumsList a 
{
	display: block;
	text-align: center;
	text-decoration: none;
}
div.albumsList a span 
{
	display: block;
	padding: .1em 0;
	margin: 3px 0 0;
	text-decoration: underline;
}
.allAlbumsLink {
	float: right;
	padding-top: 5px;
}
.titleSection
{
	font:18px Georgia, "Times New Roman", Times, serif; 
	padding-bottom: 15px;
}
.albumsList ul li
{
	list-style: none;
	float: left;	
	width: 170px;
	border: 1px solid #81594A;
	padding: 5px;
	margin: 0 15px 15px 0;
}

