@charset "utf-8";
/* CSS Document */
/* FULL SCREEN DOCUMENT CSS */

body {
	margin: 0px auto;
	width: 100%;
	background: url(Images/Bg_rott.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: 0% 100%;
	
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 110%;
}
main {
	width: 1024px;
	margin: 0 auto ;
	min-height: 800px
}
nav {
	margin-left: 20px;
	width: 250px;
	float: left;
}
.facebook {
	width:50px;
	margin: 0px auto;
}
article {
	margin: 0 20px 0 40px;
	width: 600px;
	float: left;
	}

nav ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav li {
	font: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 150%;
	font-weight: bold;
	display: block;
	height: 40px;
}

nav a:link {
	text-decoration: none;
	color: #000000;
}

nav a:visited {
	text-decoration: none;
	color: #000000;
}
nav a:hover {
	text-decoration: none;
	color:#613915;
}

h1 {
	color:#613915;
	font-size: 200%;
	font-weight: bold;
}
h2 {
	color:#613915;
	font-size: 180%;
	font-weight: bold;
}
h3 {
	color:#613915;
	font-size: 160%;
	font-weight: bold;
}
h4 {
	color:#613915;
	font-size: 120%;
	font-weight: bold;
}
.fltrght {
	
	margin: 0px 0px 5px 5px;
	float: right;
	clear: left;
	}
section img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px #000;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.50);
}
footer { 
	width: 100%;
	margin: 130px 0 0 0;
	height: 180px; 
	background-color: rgba(97,57,21,1.00);
	border-top: 1px solid #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: center;
	font-size: 90%;
	
}
footer a:link {
	text-decoration: none;
	color: #000000;
}

footer a:visited {
	text-decoration: none;
	color: #000000;
}
footer a:hover {
	text-decoration: none;
	color:#FFF;
}
footer ul {
	list-style-type: none;
	width: 600px;
	margin: 20px auto;
	padding: 0;
	text-align: center;
}
footer li {
	font: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 100%;
	font-weight: bold;
	display: block;
	width: 100px;
	height: 30px;
	float: left;
}
.clear {
	clear: both;
}
.loginBox {
	width: 400px;
	margin: 150px auto 30px auto;
	border: solid 1px #000; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	
	
}
.category {
width: 180px;
height: 300px;
text-align: center;
float: left;
margin: 5px; 
}
article a:link {
	text-decoration: none;
	color: #000000;font-weight: bold;
}

article a:visited {
	text-decoration: none;
	color: #000000;
}
article a:hover {
	text-decoration: none;
	color:#613916;
}
