/*  
Theme Name: Steampunk Magazine
Theme URI: http://www.steampunkmagazine.com
Description: The theme for the Steampunk Magazine website.
Version: 1.0
Author: Allegra Hawksmoor
Author URI: http://www.steampunkmagazine.com
*/




/* 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: left;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	padding: 0;
}


p{
	padding: 10px 0 0 0;
}




/* Link Styling */
a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}

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


/* Post styling */

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


.post h2 {
	font-size: 18px;
	text-align: center;
}


.post img {
	margin: 0 10px 0 0;
	max-width: 100%;
	border: 3px solid #000000;
	float: left;
}


.entry {
	line-height: 18px;
}


p.postmetadata{
	border-top: 1px dotted #000000;
	margin: 10px 0 0 0;
	border-bottom: 2px dashed #000000;
	padding: 5px 0 15px 0;
}



/* Div Styling */
#wrapper{
	margin: 0 auto 0 auto;
	width: 850px;
	text-align: left;
	padding: 10px 0 10px 0;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	background: #ffffff;
}


#header{
	text-align: center;
	padding: 0;
	margin: 0;
}


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


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



#blurb{
	text-align: justify;
	border: 2px dotted #000000;
	padding: 0 5px 5px 5px;
	font-weight: bold;
}


.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;
}


#footer{
	clear: both;
	width: 850px;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 18px;
	font-style: italic;
}

#footer hr {
	height: 1px;
	border-top: 1px dotted #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	margin-right: 0;
}


#footer img {
	vertical-align: middle;
}


#background{
	width: 100%;
	height: 100%;
	background: #ffffff url('images/SPMFooter.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}




/* Sidebar Styling */

.sidebar{
	float: left;
	width: 220px;
	margin: 0;
	padding: 10px;
}


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


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


.sidebar ul li h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
	padding: 0 0 5px 0;
}


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


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

.rss img {
	border: 0;
	padding: 0 10px 0 10px;
}


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


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


#include {
	text-align: justify;
}



/* Nav bar styling */

.navmenu{
	float: left;
	width: 100%;
	height: 41px;
	margin: 0 auto 0 auto;
	padding: 0 !important;
	background: #ffffff;
	background-repeat: no-repeat;
	overflow: hidden;
	border-bottom: 2px dashed #000000;
	border-top: 2px dashed #000000;
}

.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;

}

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

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



/* Comments styling */

.comments-template{
	margin: 10px 0 0;
	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 dotted #000000;
}

.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;
}
