﻿@import url("../styles/layout.css");
html {
	width: 100%;
	background-image: url("images/texture.jpg");
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
}



#container {
	position:relative;
	width: 740px;
	height:740px;
	margin-top:0px;
	margin: 0 auto;
	border:none;
	background-image: url("images/hobbiestemplate.jpg");
	background-repeat:no-repeat;
}

#masthead {
position:relative;
margin-top:0px;
line-height:0px;
height:0px;
width:740px;
visibility:collapse;
}

#top_navigation {
	position:relative;
	margin-top:0px;
	width: 680px;
	top:12px;
	left:35px;
	height:40px;
	     }


#background {
	position:relative;
	height:auto;
}


#commonbar {
	position:relative;
	margin-top:0px;
	display:inline;
	list-style-type: none;
	text-align: center;
	line-height:40px;
}

#horzmenuspace {
	padding-left:0px;
}

li.horzmenu {
margin-top:0px;
	margin-left:12px;
	margin-right:12px;
	padding-left: 5px;
	padding-right:5px;
	text-align:center;
	border: none;
	float: left;
	font-size: 1.1em;
	font-weight:bold;
	width:auto;
}

li.horzmenu a {
	color:#000;
	text-decoration: none;
	width: auto;
	border: none;
}

li.horzmenu a:hover{
	color:#FFFFFF;
	text-decoration: none;
	width: auto;
	border: none;
} 

#mediabar {
position:relative;
margin-top:16px;
margin-bottom:0px;
height:240px;
width:740px;
}	


#navigation {
	position:relative;
	width: 680px;
	margin-top:0px;
	left:25px;
}
	
	/* Navigation Styles */
#menu {
	position:relative;
	display:inline;
	list-style-type: none;
	text-align: center;
	line-height:40px;
}

#navigation li {
display:inline;
font-size:1.2em;
color:#000;
margin-left:16px;
margin-right:16px;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;
}

#navigation .menu_head_selected {
	color:#ffffff;
}

#navigation a {
color:#DDC699;
	text-decoration: none;
	border-style:none;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
}

#navigation li:hover {
	text-decoration: none;
		color: #fff;
	cursor:pointer;
	/*background-color:transparent;*/
}

	

#mcs_container{
position:absolute;
width: 710px;
height:370px;
top:50px;
left:25px; 
}

#mcs_container .customScrollBox{
position:relative; 
height:370px; 
overflow:hidden;
margin-left:5px;
}

#mcs_container .customScrollBox .container{
position:relative; 
width: 660px;
top:0; 
float:left;
}

#mcs_container .customScrollBox .content{
clear:both;
height:auto;
}

#mcs_container .dragger_container{
position:relative; 
width:10px; 
height:370px; 
float:left; 
margin:0 0 0 10px; 
border-left:1px solid #31231E; 
cursor:pointer;
}

#mcs_container .dragger{
position:absolute; 
width:9px; 
max-height:150px; 
background:#31231E; 
margin-left:-5px; 
overflow:hidden; 
cursor:pointer; 
}

#mcs_container .dragger_pressed{
position:absolute; 
width:9px; 
max-height:150px; 
background:#31231E; 
margin-left:-5px; 
overflow:hidden; 
cursor:pointer; 
 }
 
 
 #mcs_container h2 {
margin-top:-5px;
}


#decorative1 {
position:relative;
float:left;
top:140px;
left: -195px;
width:212px;
height:283px;
}

#thumbs {
width:650px;
margin-left:45px;
margin-top:5px;
margin-bottom:5px;
}

#footer {
position:absolute;
	text-align: center;
	clear: both;
	margin-left:10px;
	width: 740px;
	bottom:-5px;
	
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

