/* Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Matthew Mullenweg || http://photomatt.net
	This is just a basic layout, with only the bare minimum defined.
	Please tweak this and make it your own. :)
MAROON #8D0606
TAN #B3A45A

*/

/* --------- PHOTOS ---------- */
.wp-photo {
}
.wp-photo-preview {
}
.wp-photo-thumbnail {
}
.wp-photo-caption {
}


a {
	color: #8D0606;
}

a img {
	border: none;
}

a:visited {
	color: #8D0606;
}

a:hover {
	text-decoration: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	background: #ccccc;
	margin: 5px;
	padding: 5px;
}

body {
	background: #fff;
	color: #333333;
	font-family: arial,verdana,helvetica,sans-serif;
	margin: 0;
	padding: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: dotted 1px #eee;
	font-family: 16px verdana,arial,helvetica,sans-serif;
	color: #666666;
	margin-bottom: 10px;
	margin: 3px;
	text-align: right;
}

h3 {
	border-bottom: 1px dotted #EEEEEE;
	font: 14px verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	color: #B3A45A;
	margin: 5px;
	padding: 2px;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 12px arial,verdana,helvetica,sans-serif;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: normal;
}

.credit {
	color: #000000;
	font-size: 10px;
	margin: 0px;
	padding: 3px;
}

.credit a:link, .credit a:hover, credit a {
	color: #000000;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: all;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #666666;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

#header {
	background: url("http://www.mattriddle.com/img/back.gif");;
	border-bottom: solid 2px #B3A45A;
	border-top: solid 1px #B3A45A;
	font: bold 18px verdana,arial,helvetica,sans-serif;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

#header a {
	color: #B3A45A;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}


/* ---------- MENU ---------- */

#menu {
	border-left: 1px dotted #ccc;
	padding: 0px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 40px;
	width: 150px;
}

#menu form {
	margin: 0px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #8D0606;
	color: #000;
	font-family:helvetica,arial,verdana,sans-serif;
	font-size:12px;
	line-height: 18px;
	height: 18;
	font-weight:normal;
	padding: 0px;
	margin-left: 3px;
}

#menu ul {
	color: #666666;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	text-transform: lowercase;
}

#menu ul li {
	font-family: 14px verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: 11px verdana,arial,helvetica,sans-serif;
	letter-spacing: 0;
	margin-top: 2px;
	padding: 0;
	padding-left: 5px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 12 px
	padding-left: 4px;
}

/*------------- CALENDAR -------------*/

#wp-calendar {
	border: 1px solid #8D0606;
	empty-cells: show;
	font-size: 10px;
	margin: 0;
	width: 90%;
}

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

#wp-calendar #prev a {
	padding-left: 1px;
	text-align: left;
}

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

#wp-calendar a:hover {
	background: #FFFFFF;
	color: #8D0606;
}

#wp-calendar caption {
	color: #99999;
	font-size: 12px;
	text-align: right;
}

#wp-calendar td {
	color: #000000;
	font: normal 10px arial,verdana,helvetica,sans-serif;
	letter-spacing: normal;
	padding: 1px;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #8D0606;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #cccccc;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
