/*
Theme Name: Zombie Mamma 1.4
Theme URI: http://zombiemamma.com
Author: Josh Meyer
Author URI: http://photricity.com
Version: 1.4
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font: 11pt/1.4 Arial, Helvetica, sans-serif;
	color: #3f6a72;
	background: #fff url(img/grunge-bg.jpg) repeat fixed;
	margin: 0px;
}
#wrap {
	width: 810px;
	padding: 20px 55px;
	margin: 0 auto;
	background: url(img/wrap-bg.png) repeat-y;
	overflow: auto;
}
#header {
	width: 545px;
	float: left;
	text-align: center;
}
#content {
	width: 545px;
	float: left;
	overflow: auto;
}
#sidebar {
	width: 240px;
	float: right;
	overflow: auto;
}
.widget {
	margin-bottom: 20px;
}
#footer {
	clear: both;
	overflow: auto;
	padding-top: 40px;
}


/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Creepster';
	color: #f499c2;
	text-shadow: 1px 1px 0 #ed69a5;
	background: url(img/heading-bg.png) no-repeat;
	padding: 4px 0;
}
h1 {font-size: 30pt;}
h2 {font-size: 26pt;}
h3, .widget-title {font-size: 20pt;}
.title {padding-left: 3px;}
p {margin: 0 0 20px 0;}
blockquote {margin: 5px 30px 15px 30px;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
a:link, a:visited {
	color: #f499c2;
	text-shadow: 1px 1px 0 #ed69a5;
	text-decoration: none;
}
a:hover, a:active {
	color: #ed69a5;
	text-shadow: 1px 1px 0 #f499c2;
	text-decoration: none;
}


/* MISC */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.center {text-align: center;}
img {max-width: 100%; height: auto;}
#searchform .screen-reader-text {display: none;}
#s {width: 160px;}
.widget_twitter .tweets li {
	padding: 3px 0;
	border-bottom: 1px solid #aac7cd;
}
.post-info { border-top: 1px solid #aac7cd; padding-top: 3px; }
div.post { padding-bottom: 30px; overflow: auto; }


/* FORMS */
input, textarea {
	background: #ddd;
	color: #3f6a72;
	font: 11pt/1.4 Arial, Helvetica, sans-serif;
	border: 0;
	padding: 4px;
	border-radius: 4px;
	outline: none;
}
textarea {
	width: 60%;
	height: 130px;
}


/* WORDPRESS */
.alignleft {
	float: left;
	text-align: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	text-align: right;
	margin-left: 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-caption {
	text-align: center;
	padding: 4px 0;
}
.wp-caption img {
	margin-bottom: 4px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
}