/*  
Theme Name: DoubleMac
Theme URI: http://www.karlpeschel.com/
Description: <p>A custom theme just for Joe</p>
Version: 0.9
Author: Karl Peschel
Author URI: http://www.karlpeschel.com/
*/

/* Colors Used
#47000D  Brick Red
#003C47  Teal
#390047  Purple
#473900  Brown
#004700  Dark Green
*/

/* Basic Structure */
body {
	color: #000000;
	background-color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 150%;
}

html {
	height: 100%;
	margin-bottom: 0.1em;
}

a, form, p, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, hr, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

blockquote {
	margin: 10px;
	padding: 5px 15px;
	color: #000000;
	background-color: #F4F4F4;
	border-left: medium solid #47000D;
	border-right: medium solid #47000D;
}

pre {
	width: 95%;
	overflow: auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #004700;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #C5DCC0;
	padding: 5px;
	background: #E3EEE0;
}

code {
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #1E7E0C;
	padding: 2px;
}


/* Anchor Styles */
a {
	text-decoration: none;
	color: #47000D;
}

a:link, a:visited {}

a:hover, a:active {
	text-decoration: none;
}

/* Heading Styles */
h1 {
	font-size: 160%;
	padding: 10px 0;
}

h2 {
	font-size: 140%;
	padding: 10px 0;
}

h3 {
	font-size: 120%;
	text-decoration: underline;
	padding: 5px 0;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	padding: 5px 0;
}

h5, h6 {
	font-weight: bold;
	font-style: italic;
}

#page {
	text-align: left;
	width: 900px;
	margin: 20px auto;
	padding: 0px;
}

/* Header images and masthead*/
#top {
	width: 900px;
	margin: 0px;
	padding: 20px 0 0 0;
	background-image: url(images/topbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

#masthead {
	margin: 0px;
	padding: 5px 10px;
	width: 880px;
/*		color: #000000;
	background-image: url(images/masthead2.png);
	background-repeat: repeat;
	background-position: top;  */
	position: absolute;
	top: 140px;
	left: 0px;
	text-align: left;
}

#masthead h1 {
	padding: 5px 0px;
}

#masthead a {
	color: #000000;
}

#masthead a:hover {
	color: #660000;
}

#masthead h3 {
	text-decoration: none;
	padding: 0px;
}

#top-search {
	position: absolute;
	top: 180px;
	right: 10px;
}

#s {
	width: 220px;
	font-size: 100%;
}

#header-img {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 900px;
}

/* Top Navigation Style  */
#nav {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 900px;
	background-color: #47000D;
	float: left;
}

#nav ul.menu {
	padding: 5px 10px;
}

#nav ul.menu li {
	display: inline;
	font-weight: bold;
}

#nav ul.menu li a {
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul.menu li a:hover {
	background-color: #004700;
}

#nav ul.menu ul {
	margin: 5px 20px;
	position: relative;
	background-color: #6A0013;
}

#nav ul.menu ul li a {
	padding: 5px;
}

#nav ul.menu ul li {
	display: inline;
	margin: 0px;
	padding: 0px 20px 0px 10px;
	background-image: url(images/ul-li-white.gif);
	background-position: left;
	background-repeat: no-repeat;
}


/* Content Section */
#wrapper {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 900px;
	float: left;
	background: #FFFFFF;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}

#content {
	width: 630px;
	margin: 0px;
	padding: 10px;
	float: left;
	background: #FFFFFF;
	text-align: justify;
}

#content .commentsfeedr {
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}

#content .trackbackr {
	background: url(images/arrow_refresh.png) no-repeat left center;
	padding-left: 20px;
}


/* Styles for Posts*/
.post {
	clear: both;
	margin: 10px 0px;
}

.post h2 {
	color: #47000D;
	padding: 5px 0px;
	border-bottom: 2px solid #004700;
}

.post h2 a:hover {
	color: #004700;
}

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

p.postmetadata {
	padding: 0;
	font-size: 90%;
	color: #333333;
}

.postmetadata a {
	color: #666666;
	border-bottom: 1px solid #999;
}

.postmetadata a:hover {
	color: #004700;
	text-decoration: underline;
}

.post.new {
	padding: 10px;
	background: url(images/new.gif) top left repeat-x;
	border: 1px solid #47000D;
}

.post ul.postspermonth {
	list-style:none;
	padding: 0;
	margin: 0;
}

.post ul {
	margin-left: 35px;
}

.post ol {
	margin-left: 40px;
}

.entry {
	padding: 10px 0px;
}

.entry h2 {
	border: none;
	color: #000000;
	font-size: 140%;
	padding: 10px 0;
}

.entry p a {
	color: #47000D;
}

.entry p a:hover {
	color: #004700;
	text-decoration: underline;
}

.entry img {
	margin: 5px 10px;
}

#post-footer {
	margin: 5px 0px;
	padding: 5px 0px;
	text-align: center;
	border-top: 1px dashed #004700;
}

#post-footer p {
	font-size: 90%;
	color: #333333;
}

#post-footer img {
	padding: 0px;
	margin: 0px;
}

#post-footer a:hover {
	text-decoration: underline;
}

span.emailr {
	background: url(images/email.gif) 0 0 no-repeat;
	padding: 0 0 0 25px;
	margin: 0 5px;
}

span.catr {
	background: url(images/catr.png) 0 0 no-repeat;
	padding: 0 0 0 15px;
}

span.editr {
	background: url(images/editr.png) 0 0 no-repeat;
	padding: 0 0 0 15px;
}

span.commr {
	background: url(images/commr.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
	margin: 0 5px;
}

span.printr {
	margin: 0 5px;
}

/* Sidebar Styles */
#sidebar {
	width: 230px;
	padding: 10px;
	margin: 0px;
	float: left;
	position: relative;
	background-color: #003C47;
	color: #FFFFFF;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	padding: 0px;
}

#sidebar ul.children {
	margin-left: 16px;
}

.boxy, #sidebar ul li.widget {
	padding: 0 0 20px 0;
}

#sidebar h2 {
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	font-size: 110%;
	border-bottom: 1px solid #666666;
}

#sidebar a {
	color: #FFFF33;
}

#sidebar a:hover {
	color: #FFFFFF;
}

#sidebar ul li ul li {
	background: url(images/ul-li-white.gif) no-repeat left;
	padding-left: 15px;
	margin: 0 0 0 5px;
}

#sidebar ul li ul li:hover {
	background: url(images/ul-li-red.gif) no-repeat left;
	padding-left: 15px;
}

#sidebar ul li ul li.current-cat a {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar input#s {
	width: 93%;
	padding: 5px;
	margin-bottom: 10px;
	background: #FBFBEA;
	border: 2px solid #707015;
}

#sidebar input#s:focus {
	background: #fff;
	color: #227612;
}

#sidebar input#searchsubmit {
	background: #30BA47;
	border: #269237 2px solid;
	color: #FFFFFF;
	font-size: 120%;
	margin: 0;
	font-weight: bold;
	padding: 4px 6px;
}

#sidebar input#searchsubmit:focus {
	background: #BCE240;
}


/* WP calendar styles*/
#wp-calendar {
	text-align: right;
}

#wp-calendar caption, #wp-calendar thead {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 0px 5px;
}

#wp-calendar a {
	display: block;
	text-decoration: underline;
}

#wp-calendar a:hover {
	background-color: #47000D;
}

#calendar_wrap table, #calendar_wrap table caption {
	margin: 0px auto;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
}


/* Post Page top Navigation */
.navigation {
	margin-bottom: 10px;
}

.navigation a {
	color: #004700;
}

.navigation a:hover {
	color: #47000D;
	text-decoration: underline;
}

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

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


/* Comment Form Styles */

p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}

input.textbox, textarea {
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}

input.textbox:focus, textarea:focus {
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}

#submit {padding: 3px 5px;}

.comment {
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}

.alt {background: #f9f9f9;}


#comment {
	width: 98%;
}

textarea#cp_message {
	width: 100%;
}


/* Footer Styles */
#footer {
	width: 880px;
	margin: 0px auto;
	padding: 10px;
	float: left;
	clear: both;
	text-align: left;
	color: #F0F0F0;
	background-color: #47000D;
	font-size: 90%;
}

#footer a {
	color: #fff;
	text-decoration: underline
}

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

#footer p {
	line-height: 100%;
	padding: 0 0 5px 0;
}

#footer p.right {
	text-align: right;
	line-height: 100%;
}


/* Misc classes and styles*/
.center {
	text-align: center;
}

.ileft {
	float: left;
	margin-right: 5px;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 15px;
}
