﻿
/* --------------------------------
   General
----------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #D9C6B7;
	color: #444;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */;
	padding-top: 2px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Arial;
}

small,.small {font-size: 0.9em;}

a {
	color: #EEC;
	text-decoration: none;
}
a:hover {
	color: #FFA;
	text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

blockquote, code {
	background: #B79477;
	border: 0px solid #333;
	color: #fff;
	display: block;
	margin-bottom: 12px;
}
code {
	font: normal 0.9em arial;
	line-height: 1.5em;
	padding: 8px 14px;
}
blockquote {
	background: #B79477;
	padding-left:44px; padding-right:14px; padding-top:8px; padding-bottom:6px
}
blockquote p {padding: 0,5em 1;}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em Georgia,sans-serif;}
h2 {font: normal 1.6em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
	background: url('') no-repeat left top;
	margin: 0 auto;
	padding-bottom: 34px;
	width: 778px
}
#paper_right {
	background: url('') no-repeat right bottom;
}

#layout_wrapper {
	background: #50504A url('');
	margin: 0 auto;
	width: 736px
}
#layout_container {padding: 8px;}
#layout_content {border: 0px solid #333;}



/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: #2A2A2A;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #333;
	color: #888;
	font-size: 0.9em;
	padding: 10px 12px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}


/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}



/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}



/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {padding: 0;}
.nicelist ol {margin: 0;}
.nicelist ol li {
	border-bottom: 1px solid #333;
	border-top: 1px solid #505050;
	list-style: none;
	padding: 8px 10px 1px;
}
.nicelist ol li:first-child {border-top: none;}
.nicelist li.alt {background: #444;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #999;
	font-size: 0.9em;
	padding-top: 4px;
}
.nicelist .date a {
	color: #BBB;
	text-decoration: none;
}
.nicelist .date a:hover {text-decoration: underline;}
