/*  
Theme Name: Mara
Theme URI: http://nathangwirtz.com/
Description: Custom WordPress theme for maragrossceramics.com.
Version: 1.0
Author: Nathan Gwirtz
Author URI: http://nathangwirtz.com/
Tags: red, orange, widgets

This CSS, XHTML and design copyright Nathan Gwirtz
*/

body {
	background-color: rgb(161,18,58);
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	text-decoration: underline;
	color: rgb(161,18,58);
}

#page {
	background-color: #fff;
	border: 1px solid rgb(245,128,41);
	width: 770px;
	min-height: 500px;
	padding: 0;
	margin: 10px auto;
}

#header {
	border-bottom: 1px dotted rgb(245,128,41);
	position: relative;
	height: 60px;
	margin-bottom: 10px;
}

h1#headertitle {
	color: rgb(245,128,41);
	font-size: 34px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-style: normal;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

#headertitle a {
	color: rgb(245,128,41);
	text-decoration: none;
}

ul#topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

ul#topnav li {
	display: inline;
	margin-left: 15px;
	padding: 0;
}

#topnav a {
	text-decoration: none;
	color: rgb(161,18,58);
}

#content {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-bottom: 20px;
}

#content.withsidebar {
	float: left;
	margin: 0 0 20px 20px;
}

.post {
	margin-bottom: 20px;
	border-bottom: 1px dotted rgb(245,128,41);
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: rgb(245,128,41);
}

h3 {
	font-size: 1.3em;
}

h3 a {
	color: #000;
	text-decoration: none;
}

h3 a:hover {
	color: rgb(161,18,58);
	text-decoration: underline;
}

.postmetadata {
	color: rgb(56,56,56);
	font-size: .8em;
}

.prevlink {
	text-align: left;
	float: left;
	width: 50%;
}

.nextlink {
	text-align: right;
	float: right;
	width: 50%;
}

#sidebar {
	width: 220px;
	float: right;
	background-color: #fff;
	margin-top: 12px;
}

ul#sidebar, ul#sidebar ul, ul#linkslist, ul#linkslist ul, #post-4 ul {
	list-style-type: none;
	padding: 0;
}

ul#linkslist>li>ul>li {
	padding-bottom: 8px;
}

#sidebar h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0;
	color: #000;
}

#commentform textarea {
	width: 100%;
}

#commentform input[type=text], #commentform textarea {
	border: 1px solid rgb(56,56,56);
	font: 1em Arial, Helvetica, sans-serif;
	padding: 4px;
}

#copyright {
	color: rgb(245,128,41);
	font-size: .9em;
	width: 770px;
	margin: 10px auto;
}
.homeContent {
	border-top: 1px dotted rgb(245,128,41);
}
