/*
Theme Name: feldt.com
Theme URI: http://feldt.com/
Description: feldt.com wordpress theme
Version: 1.0
Author: Matthew Feldt
Author URI: http://feldt.com/
Tags:
*/

html,body,form,fieldset {
	margin: 0;
	padding: 0;
	font: normal 100.01%/ 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
/*
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address {
	margin: .5em 0;
	padding: 0;
}*/

body {
	color: #000;
	background: #edebe2;
	height: 100%;
	text-align: center; /* for our good friend mr. ie5... */
	font-size: 84%;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
	visibility: hidden;
}

.hidden { display: none; }

.post-heading {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #d1cab0;
}
.post-heading-left { font-weight: bold; font-size: 110%; }
.lowercase { text-transform: lowercase; }
.alignright { text-align: right; }
.small { font-size: 75%; color: #666; background-color: inherit; }
.disabledlink { background-color: inherit; color: #ccc; }
.stars { display: inline; white-space: nowrap; }
.star { padding-left: 5px; }
.author span { font-weight: bold; }
.pager { font-size: smaller; }

.button, #submit {
	margin: 4px 0 0 0;
	font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	padding: 0;
	font-size: 93%;
	font-weight: bold;
	border: solid #765 1px;
	background: #f0eee7;
	color: #765;
}

/* links */
a,a:link,a:visited {
    background-color: inherit;
	color: #765; /* brown */
	text-decoration: none;
}
a:active {
	color: #300;
	background: #cccc9a;
	text-decoration: none;
}
a:hover { color: #300; text-decoration: none; }
/* links */


h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	background-color: inherit;
	color: #111;
	padding-bottom: 3px;
	border-bottom: 1px solid #d1cab0;
}

h4,h5,h6 {
	line-height: 1.3em;
	border: 0;
}

h1 { font-size: 218%; }
h2 { /*font-size: 164%;*/ font-size: 145%; }
h3 { font-size: 145%; border-width: 1px; }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }
/*p,ul,ol,td { color: #333; }*/

/* page layout */
#shadow {
	margin: 0 auto;
	width: 779px;
	border: 1px solid #999;
	border-top: 0;
	color: inherit;
	background-color: #663;
	text-align: left; /* reset it all b/c of ie5 */
}
#container {
	width: 775px;
	color: inherit;
	background-color: #fff !important;
	border: 1px solid #222;
	border-top: 0;
	/*text-transform: lowercase; */
}
#content {
    color: inherit;
	background-color: #fff !important;
	padding: 25px 25px 0 35px;
	float: left;
	width: 515px;
}
#content.wide { width: 695px; }
#right_col {
	width: 180px;
	float: right;
	padding: 15px 10px 0 5px;
}
/* page layout */

/* sidebar elements */
#searchform #s { width: 90px; }
#sidebar { color: inherit; background-color: #fff !important; }
#archives ul { list-style: none; margin: 0; padding: 0; }
#archives li { font-size: smaller; }
/* sidebar elements */

/* navigation menu styles */
#boxtop {
    color: inherit;
	background: #fff url("images/masthead.png") no-repeat;
	position: relative;
	height: 90px;
	clear: both;
}
#tabHeader {
	float: left;
	width: 100%;
	background: url("images/bgRule.gif") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
	position: absolute;
	bottom: 0;
}
#tabHeader ul {
	margin: 0;
	padding: 10px 10px 0px 30px;
	list-style: none;
}
#tabHeader li {
	float: left;
	background: url("images/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #765;
}
#tabHeader a {
	float: left;
	display: block;
	background: url("images/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}
#tabHeader a:hover { color: #333; background-color: inherit; }
#tabHeader #current {
	background-image: url("images/left_on.gif");
	border-width: 0;
}
#tabHeader #current a {
	background-image: url("images/right_on.gif");
	color: #333;
	background-color: inherit;
	padding-bottom: 5px;
}
/* navigation menu */

/* resume */
#resume h4 { letter-spacing: 5px; }
#resume ul.accomp { margin: 0; padding: 0; }
#resume li.accomp { margin-left: 1em; margin-bottom: .25em; }
#resume ul.techEx {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#resume ul.techEx li { margin: 0; }
#resume .right { float: right; }
#resume .left { float: left; }
#resume .spacer10 { height: 5px; clear: both; }
/* resume */

/* footer */
#footer {
	font-size: 90%;
	background-color: #d6d6ab;
	color: #000;
	border-top: 1px dashed #765 !important;
	padding: 0 20px 0 35px;
	margin: 20px 0 0;
	text-transform: lowercase;
	clear: both;
}
#footer p {
	padding: 5px;
	margin: 0;
	background-color: inherit;
	color: #333;
}
#footer a {	background-color: inherit; color: #765; border-bottom-color: #765; }
#footer a:hover { color: #300; background-color: inherit; }
/* footer */

/* gallery */
.latest-image { margin: 0; padding: 0; }
.latest-image-date { font-size: smaller; font-style: italic; }
/* gallery */

/* cms */
.post { padding-bottom: 3em; }
.postmetadata { margin: 1em 0; font-size: 75%; }
.pagetitle { margin-bottom: 1.5em; border-bottom: 2px solid #d1cab0; }
#comment { width: 500px; }
/* cms */

