/*
Theme Name: Mixed Bag
Theme URI: http://mixedbag.marshariti.com/
Description: Theme for Marsha Riti's Mixed Bag project and craft website
Version: 1.0
Author: Adam Norwood
Author URI: http://adamnorwood.com/
*/

/* Reset CSS based on Eric Meyer's work */

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, font, 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 {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
	vertical-align: baseline; background: transparent;
}
body {
	line-height: 1;
}
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;
}

/* BEGIN Main Styles */

body {
	background: #363636 url('images/mixed-bag-background.jpg') repeat;
	padding: 5em 0;
	font: normal 62.5%/1.5 "lucida sans","lucida grande","gill sans",helvetica,arial,sans-serif;
}

h2 {
	font: normal 200%/1 "futura condensed",futura,"gill sans","century gothic",sans-serif;
	text-transform: uppercase;
	color: #485233;
	margin-bottom: 0.5em;
}

h3 {
	font: normal 180%/1 "futura condensed",futura,"gill sans","century gothic",sans-serif;
	color: #000;
	margin-bottom: 0.5em;
}

h4 {
	font: normal 160%/1 "futura condensed",futura,"gill sans","century gothic",sans-serif;
	color: #9F8945;
	margin-bottom: 0.5em;
}

p {
	font-size: 120%;
	margin: 0 30px 1.5em 0;
	color: #666;
}

ul {
	margin-bottom: 1.5em;
	font-size: 120%;
}

ul li {
	margin: 0 30px 0.75m 15px;
	list-style: disc;
	color: #666;
}

a {
	text-decoration: none;
	color: red;
}

a:visited {
	color: #BF3B17;
}

a:hover {
	color: #FF2100;
	text-decoration: underline;
}


/* ----------- GENERAL Layout Styles ------------ */

#container {
	width: 900px;
	margin: 0 auto;
	padding: 7em 15px 0.5em 30px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.row {
	overflow: auto;
	margin-left: -30px;
	margin-bottom: 5em;
}

.col {
	float: left;
	margin-left: 30px;
}

.single {
	width: 300px;
}

.wide {
	width: 535px;
	padding-right: 30px;
}


/* ----------- HEADER Styles ----------- */

#header {
	overflow: auto;
	position: relative;
	width: 1005px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 100%;
	font-size: 320%;
	margin: 0; padding: 0;
}

#header h1 a {
	margin-left: 30px;
	display: block;
	text-indent: -9999px;
	height: 0px; width: 0px;
}

#header a {
	text-decoration: none;
	text-transform: lowercase;
}

/* ------------- SIDEBAR Styles ----------------- */

.sidebar ul, .sidebar ul li {
	list-style: none;
}

#logo {
	margin-bottom: 2em;
	border: px sold red;
}

#searchform {
	margin-bottom: 3em;
}

/* ------------- FOOTER Styles ------------------ */

#footer {
	color: #ccc;
	padding: 0.75em 0 0em 0;
}

/* ------------- PAGE Styles --------------------- */

.page-title {
	font-size: 180%;
	text-transform: uppercase;
	color: #AFA899;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eee;
}

/* ------------- POST Styles --------------------- */

.post {
	margin-bottom: 8em;
	clear: both;
}

.post img+p {
	clear: both;
}

.post img { 
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #eee;
}

.edit-post-link {
	float: right;
	padding: 0.5em 0;
}

.post-meta {
	font-size: 120%;
	color: #999;
	margin-bottom: 3em;
	clear: both;
}

.post-meta .comment-link {
	font-size: 140%;
	line-height: 2;
}

.page-navigation {
	background: #F5F5F5;
	overflow: hidden;
	font-size: 120%;
	color: #aaa;
}

.page-navigation span {
	padding: 0.5em 15px;
}

.page-navigation-older {
	float: left;
}

.page-navigation-newer {
	float: right;
	text-align: right;
}



/* -------------- COMMENT Styles ----------------- */

#commentform label {
	font: normal 120%/1 georgia,"times new roman",serif;
	color: #999;
} 

#commentform #author, #commentform #email, 
#commentform #url, #commentform #comment {
	width: 50%;
	color: #666;
	font: normal 100% helvetica,arial,sans-serif;
	padding: 0.25em 3px;
	margin-left: -3px;
}

#commentform #comment {
	width: 535px;
}

.post-comments li {
	border-bottom: 1px dotted #999;
	margin-bottom: 1em;
	background: #f4f4f4;
	padding: 0.75em 10px;
	margin-left: -10px;
}

.comment-meta {
	font-size: 120%;
	color: #999;
}

.comment-meta cite a {
	font-size: 120%;
	font-style: normal;
}

/* Photo styles */
.wp-caption p {
	color: #666;
	font-size: 100%;
	text-align: center;
	margin: 0; padding: 0;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}