/* @override http://silencedpress.com/wp-content/themes/silenced/style.css */

/*  
Theme Name: Silenced Press
Theme URI: http://silecnedpress.com
Description: Ssssshhhh.
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info

*/


/* Begin initial settings */

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

body {
	background: #FFF;
	font: normal 16px/20px Georgia, Times, serif;
	color: #222;
	text-align: center;
}

#wrapper {
	width: 760px;
	margin: 0px auto;
}

#header {
	width: 760px;
	height: 200px;
	background: url(images/header.jpg) no-repeat;
	text-align: left;
}

#header h1 {
	margin: 0px;
	text-indent: -9999px;
	height: 133px;
	background-image: none;
}

#header a {
	text-decoration: none;
	display: block;
	height: 133px;
}

#player {
	width: 315px;
	height: 40px;
	margin: 0px 0px 0px 40px;
}

ul#nav {
	text-align: center;
	margin: 15px 25px 0px;
	border: 1px solid #D6CAA0;
	border-width: 1px 0px;
	padding: 5px 0px;
	font-size: 18px;
}

ul#subNav {
	text-align: center;
	margin: 0px 25px 15px;
	border: 1px solid #D6CAA0;
	border-width: 0px 0px 1px;
	padding: 5px 0px;
	font-size: 18px;
}

ul#nav li, ul#subNav li {
	list-style: none outside;
	display: inline;
	padding: 0px 10px;
}

ul#nav a, ul#subNav a {
	text-decoration: none;
	color: #532A24;
}

ul#nav a:hover, ul#subNav a:hover {
	text-decoration: underline;
}

li.current-cat a, li.current_page_item a {
	font-weight: bold;
}

#content {
	padding: 0px 30px;
	margin-bottom: 20px;
	text-align: left;
}

.column {
	width: 319px;
	border-right: 1px solid #D6CAA0;
	float: left;
}

.box {
	border: 1px solid #D6CAA0;
	background: #FFFCF2;
	padding: 5px 15px;
	margin: 0 0 20px;
}


#indexNews li {
	list-style: none outside;
	margin-left: 20px;
}

#indexNews h3 {
	font-size: 16px;
}

#locations {
	width: 200px;
	margin-left: 30px;
	float: right;
}

.post {
	margin-bottom: 50px;
}

#booksList {
	width: 319px;
	padding: 0px 30px 20px;
	border-left: 1px solid #D6CAA0;
	float: left;
	margin-left: -1px;
	margin-bottom: 20px;
	text-align: left;
}

#footer {
	clear: both;
	text-align: center;
	color: #3B2A16;
	border-top: 1px solid #000;
	padding-top: 10px;
	width: 700px;
	margin: 20px auto;
}

h1 {
	font-size: 24px;
	color: #532A24;
	padding-left: 45px;
	background: url(images/flourish.gif) no-repeat;
	margin-top: 0px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #3B2A16;
	margin-top: 30px;
}

h2 a {
	color: #3B2A16;
}

.posted {
	margin-top: -14px;
	font-style: italic;
	color: #3B2A16;
}

h3.author {
	margin-top: -14px;
	font-weight: normal;
}

.book {
	clear: both;
}

.book img {
	float: right;
	margin: 0px 0px 5px 10px;
	padding-bottom: 20px;
}

.intro {
	margin: 0px 0px 30px 0px;
	color: #000;
}

a {
	color: #532A24;
	text-decoration: underline;
}

a:visited {
	color: #444;
}

a:hover {
	text-decoration: none;
}

.book li {
	list-style: none outside;
	margin-bottom: 8px;
}

.post li {
	list-style: square outside;
	margin-left: 30px;
	line-height: 24px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.navigation {
	padding: 15px;
}

blockquote {
	margin: 0px 30px;
	color: #444;
}

.category {
	padding: 1px;
	text-transform: lowercase;
	font-style: normal;
}

.category a:link, .category a:visited {
	text-decoration: none;
	color: #999;
}

.category a:hover {
	text-decoration: underline;
}
#archive li {
	list-style: disc outside;
	margin: 5px 45px;
}

