@import 'common.css';

* {
	padding: 0;
	margin: 0;
}

/*--- LAYOUT -----------------------------------------------------------------*/

html {
	min-height: 100%;
	background: #22111d url(/img/layout/body_bg.png);
}

body {
	min-height: 100%;
	text-align: center;
	background: transparent url(/img/layout/content_bg.png) repeat-y center;
}

#container {
	margin: auto;
	width: 750px;
	text-align: left;
}

#header {
	width: 100%;
	height: 250px;
	background: url(/img/layout/top_bg.jpg) no-repeat;
}

#header img {
	margin: 130px 0 0 30px;
}

#navigation {
	height: 37px;
	background: url(/img/layout/nav_bg.jpg);
	border-top: 1px solid #271510;
	border-bottom: 1px solid #3a2e29;
}

#navigation a {
	display: block;
	max-height: 37px;
	padding: 9px 20px;
	font: normal 15px Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	background: transparent url(/img/layout/nav_hover_bg.png);	
}

#navigation ul {
	padding-left: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left;
}

#content {
	padding: 10px;
	font: normal 14px Arial, sans-serif;
	background-color: #e4d8be;
}

#footer {
	clear: both;
}

/*--- TAGS -------------------------------------------------------------------*/

a {
	color: #614218;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	color: #614218;
	margin: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
}

hr {
	width: 80%;
	height: 1px;
	margin: 10px auto;
	border: 0;
	background-color: #614218;
	color: #614218;
	text-align: center;
}

ul, ol {
	padding-left: 30px;
}

/*--- CLASSES ----------------------------------------------------------------*/

div.book_snippet {
	float: left;
	width: 30%;
	margin: 0 10px;
	text-align: justify;
}

img.icon {
	margin: 0 3px;
	vertical-align: text-bottom;
}

