html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #32312F;
	background-color: #D8E2E7;
	font: normal 13px/1.6em 'Lucida Grande', Lucida, Verdana, sans-serif;
}

#main {
	width: 848px;
	margin: 0 auto;
}

#inner {
	width: 800px;
	min-height: 460px;
	margin: 44px auto;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
	background: #f9f9f9 url(background.jpg) repeat-y 0 0;
}

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

#header {
	text-align: center;
	text-shadow: #FFF 0 1px 0;
	padding: 18px 0 22px;
	margin: 0 20px;
	border-bottom: 1px solid #EEE;
}

#header ul li {
	display: inline;	
}

#header ul li a {
	font-family: Lucida Grande, Helvetica Neue, sans-serif;
	font-size: 14px;
	color: #444;
	background-color: #eee;
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5%;
	padding-right: 5%; 
	text-decoration: none;
	font-weight: normal;	
	line-height: 20px;
}

#header ul li a:hover {
	background-color: #ddd;
	border-color: #ccc;
}

#header ul {
	list-style-type: none;
	text-align: left;
}

#header h1 {
	text-align: left;
	padding-left: 30px;
}

h1 {
	font: normal 50px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

h1 a {
	color: #333333;
}

h1 a:hover {
	border-bottom: 1px solid #E4E0DA;
	background-color: #FFF;
}

.tagline {
	margin-top: 5px;
	text-transform: uppercase;
	font: normal 11px/1.2em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	color: #6B6967;
	letter-spacing: 0.4em;
}

#entries {
/*	margin: 0 20px 0 20px; */
	padding: 0 22px;
	margin: 0 20px;
}

blockquote {
	padding-left: 13px;
	border-left: 2px solid #D2D2D2;
}

.entry {
	clear: left;
	margin: 15px 0;
	padding-bottom: 30px;
	border-bottom: 1px dotted #d5d5d5;
}

.entry:last-child {
	padding-bottom: 10px;
	border-bottom: none;
}

img {
	margin: 0 8px 8px 8px;	
}

h2 {
	font: normal 28px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

h2 a {
	color: #000;
}

.link h2, .quote h2, .chat h2 {
	font: normal 22px/1.5em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	margin-bottom: 20px;
}

.link h2 a {
	color: #42403D;
	border-bottom: 1px solid #E4E0DA;
}

h2 a:hover {
	border-bottom: 1px solid #E4E0DA;
	background-color: #FFF;
	color: #111;
}

h3, h4, h5, h6 {
	font: normal 18px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ol, ul, dt {
	margin-left: 30px;
}

.meta {
	color: #6B6967;
	margin: 16px 0 0;
	font: normal 14px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

.entry p, .entry ul, .entry ol, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry pre, .entry blockquote, .media hr {
	margin-bottom: 20px;
}

.entry p {
	margin-left: 10px;
}

.entry p img[align=right], .entry p img[align=left] {
	padding: 4px;
	border: 1px solid #E6E6E6;
}

.entry p img[align=right] {
	margin: 0 0 8px 8px;
}

.entry p img[align=left] {
	margin: 0 8px 8px 0;
}

.content a, .meta a, #sidebar a, .page-navigation a {
	color: #42403D;
	border-bottom: 1px dotted #524F4B;
}

.content a:hover, .meta a:hover, #sidebar a:hover, .page-navigation a:hover {
	border-bottom: 1px solid #6C6A67;
	background-color: #FFF;
}


.quote h2 {
	font-style: italic;
}

.clear {
	clear: both;
}


#sidebar h3 {
	margin: 8px 0;
	font: normal 16px/24px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}



.page-navigation {
	font: normal 14px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	padding: 0 0 50px;
}

.page-navigation .left {
	float: left;
	display: inline;
}

.page-navigation .right {
	float: right;
	display: inline;
}

.actual-footer, .search-footer {
	text-align: center;
	width: 760px;
	margin: 0 auto 20px;
}

.actual-footer {
	margin-bottom: 50px;
}

.button, .search-query {
	display: inline-block !important;
	margin: 0 !important;
	padding: 8px 15px !important;
	border: none !important;
	font: 16px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif !important;
}

.button {
	color: #989895 !important;
	background-color: #CBCBC7;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.button:hover {
	color: #FFF !important;
	background-color: #800040 !important;
}

.button:active {
	color: #FFF !important;
	background-color: #4B0D26 !important;
}

.search-query {
	color: #989895;
	background-color: #D6D5D1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	width: 300px;
}

.search-query:focus {
	color: #111;
	background-color: #FFF;
}

.actual-footer {
	font: 13px/1.4em 'Lucida Grande', Lucida, Verdana, sans-serif;
	color: #6C6C69;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.actual-footer a {
	color: #3B3B39;
}

