/*
 * Contents:
 * 
 * - Layout styles (positioning, ...)
 * - Navbar styles
 * - Content styles (headers, fonts, ...)
 * - Floatfoat
 * - Footer
 * 
 */

/* Layout */

body {
	background: url('../img/bg.png') #360a00 repeat-x fixed;
	font-family: "Georgia"; 
}

#site {
	margin: 100px auto 50px auto;
	background-color: rgb(254, 219, 180);
	width: 800px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 255);
}

#content {
	float: left;
	width: 499px;
	margin-left: -1px;
	border-left: 1px solid rgb(255, 239, 200);
	padding: 50px;
}

/* Navbar */

#navbar {
	width: 200px;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
	clear: both;
	border-right: 1px solid rgb(255, 239, 200);
}

.navlink {
	display: block;
	color: #360a00;
	text-align: center;
	font-size: x-large;
	margin: 10px;
	margin-top: 0;
    padding: 10px;	
	text-decoration: none;
    background: url('../img/swash.png') center center no-repeat;
    text-shadow: 0px 1px 1px white;
	
	-webkit-transition: color 0.2s linear;	
}

.navlink:hover {
	text-decoration: none;
	color: #cc0000;
}

.active {	
	color: #930000;
	cursor: default;
}

.active:hover {
	color: #930000;
}

/* Content */

h1 {
	font-style: italic;
	font-weight: normal;
	margin: 0;
	color: #360a00;
	margin-bottom: 30px;
	
	text-shadow: 0px 1px 1px white;
}

h2 {
	font-style: italic;
	font-weight: normal;
	margin: 0;
	color: #111;
	margin-bottom: 20px;
	font-size: large;
	
	text-shadow: 0px 1px 1px white;
}

p {
	line-height: 1.4em;
	text-indent: 30px;
	color: #333; 
	text-align: justify;
}

a {
	color: #930000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Foat */

.foat {
	padding: 0;
	margin: 10px;
	display: inline-block;
}

.foat img {
	border: 0;
	-webkit-box-shadow: 0px 0px 3px black;
}

/* Floatfoat */

.floatfoat img {
	float: right;
	margin-left: 20px;
	-webkit-box-shadow: 0px 0px 5px black;
	border: 1px solid black;
	display: inline-block;
}

.floatfoat:after {

}

/* Footer */

#footer {
	text-align: center;
	font-size: x-small;
	color: #6d1500;
}

#footer a {
	color: inherit;
}

/* Floatfix */

blockquote {
	margin-left: 0;
	text-indent: 0;
	font-size: 0;
	width: 500px;
}

blockquote p {
	text-indent: 0;
	text-align: left;
}
