/*  
Theme Name: Vagrants Among Ruins
Theme URI: http://www.amongruins.org
Description: The theme for the website of steampunk publishing collective, Vagrants Among Ruins
Version: 1.0
Author: Allegra Hawksmoor
Author URI: http://www.amongruins.org
*/

/* Body styling */

body,h1,h2,h3,h4,h5,h6,blockquote,p,form{
	margin:0;
	padding:0;
}


body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #485537 url('images/background.jpg');
	color: #182B00;
	padding: 0;
}


p{
	padding: 10px 0 0 0;
}




/* Link styling */
a:link, a:visited{
	text-decoration: underline;
	color: #171E0E;
}

a:hover{
	text-decoration: none;
	color: #000000;
}


/* Post styling */

.post{
	padding: 5px 0 10px 0;
}


.post h2{
	font-size: 20px;
}


.entry{
	line-height: 18px;
}


p.postmetadata{
	border-top: 1px dotted #182B00;
	margin: 10px 0 0 0;
	border-bottom: 4px double #182B00;
	padding: 5px 0 15px 0;
}


/* Div styling */
#wrapper{
	margin: 0 auto 0 auto;
	width: 850px;
	text-align: left;
	padding: 0;
}


#header{
	width: 850px;
	text-align: center;
	padding: 0;
	margin: 0 auto -1px auto;
}


#container{
	float:left;
	margin: 0 10px 0 20px;
	width: 600px;
}

#container img {
	border: 3px solid #182B00;
	margin: 0 10px 0 0;
}

#container hr {
	height: 1px;
	border-top: 1px dotted #182B00;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
}


#contentwrapper{
	float:left;
	width: 850px;
	background: #C6D1AF url('images/foreground.jpg');
	background-repeat:repeat-y;
}


.sidebar{
	float:left;
	width: 190px;
	margin: 10px 20px 0 10px;
}


.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 0 0 10px 0;
}

.sidebar h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px
}

.sidebar h3{
	font-family: Georgia, Sans-serif;
	font-size: 12px
}

.sidebar img {
	border: 3px solid #182B00;
}

.rss img {
	border: 0;
	padding: 0 10px 0 10px;
	text-align: center;
}

.sidebar hr {
	height: 1px;
	border-top: 1px dotted #182B00;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	margin-right: 0;
}


#include h2 {
	text-align: center;
	font-size: 16px;
}


#include img {
	text-align: center;
	width: 150px;
	border: 2px solid #000000;
}


#include {
	text-align: justify;
}



#footer{
	clear: both;
	width: 850px;
	text-align: center;
	padding: 0;
	margin: 0 auto -1px auto;
}

.navigation {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

.navigation li {
	display: inline;
	list-style-type: none;
	overflow: visible;
	padding-right: 1.5em;
	padding-left: 1.5em;
}

	


/* Nav bar styling */
.navmenu{
	float: left;
	width: 850px;
	height: 41px;
	margin: 0 auto 0 auto;
	padding: 0 !important;
	background: #C6D1AF url('images/menu.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

.navwrapper {
	width: 100%;
	height: 41px;
}


ul#nav {
	height: 41px;
	padding: 0;
	position: relative;
	float: left;
	left: 50%;
}


ul#nav li {
	height: 41px;
	list-style: none;
	float: left;
	padding: 10px 20px;
	vertical-align: middle;
	position: relative;
	float: left;
	right: 50%;
	font-size: 14px;
	font-weight: bold;
	font-family: Garamond;

}

ul#nav a:link {
	text-decoration: none;
	color: #171E0E;
}

ul#nav a:visited {
	text-decoration: none;
	color: #171E0E;
}





/* Comments styling */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

