/*
Theme Name: MichaelAMetzger
Theme URI: http://www.wpglam.com/
Description: The theme is released under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike license</a>.
Version: 1.0
Author: WPGlam
Author URI: http://www.wpglam.com/
*/

body {
	margin: 0;
	font: 70% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #696969;
	background: url(images/body.gif) repeat-x;
}

/* General settings */
a {
	color: #1C3F94;
	font-weight: bold;
}
a:hover {
	color: #F58025;
	font-weight: bold;
}
img {
	border: none;
}
img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
div.aligncenter {
	margin: 0 auto 10px;
	text-align: center;
}
td {
	font-size: 100%;
}
p {
	margin: 0;
	padding: 1em 0;
}
p.attachment {
	text-align: center;
}

/* Headings */
h1, h2, h3 {
	margin: 0;
	font-size: 200%;
	font-weight: normal;
}
h5 {
	margin: 0;
	font-size: 150%;
	font-weight: normal;
	color: #555;
	padding: 4px 0 3px;
	text-decoration: none;
}
h6 {
	margin: 0;
	font-size: 115%;
	font-weight: normal;
	padding: 4px 0 3px;
	text-decoration: none;
}
h6 a:link{
	text-decoration: none;
}
h6 a:hover {
	text-decoration: underline;
}
h1, h3 {
	padding: 4px 0 3px;
	color: #000;
}
h2 {
	padding: 20px;
	color: #555;
}
h2.title2 {
	padding-left: 0;
}
h2.pagetitle {
	line-height: 1.5em;
}
.links h2, .archives h2 {
	padding-left: 0;
	font-size: 150%;
}
.comment h3 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
}
h1 a, h3 a {
	text-decoration: none;
	font-weight: normal;
}
h1 a:hover, h3 a:hover {
	text-decoration: underline;
}
h3.results {
	line-height: 1.1em;
}
h4 {
	margin: -10px -38px 10px -10px;
	padding: 0 0 0 15px;
	height: 41px;
	line-height: 41px;
	color: #000;
	background: url(images/title.gif) no-repeat;
	font-size: 110%;
	width: 213px;
	position: relative;
}
.rightcol h5 {
	margin: 0;
	padding: 0px 0px 3px 0px;
	font-size: 110%;
}

/* Form elements */
form {
	margin: 0;
}
input {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	border: 1px solid #b8b7b7;
	background: #040404 url(images/button.gif) repeat-x;
	cursor: pointer;
}
input#s, input#author, input#email, input#url {
	color: #696969;
	background: #fff;
	width: 160px;
	cursor: text;
}
.rightcol input#s {
	width: 110px;
	margin-right: 5px;
}
.leftcol input {
	margin-right: 1em;
}
textarea, select {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #b8b7b7;
}
.rightcol select {
	width: 170px;
}
label {
	font-weight: bold;
	cursor: pointer;
}
#searchform br {
	display: none;
}

.page {
	width: 930px;
	margin: auto;
}

/* Header, top navigation */
.header {
	height: 237px;
	background: url(images/header.png) no-repeat right;
	padding-left: 6px;
}
.header ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	font-size: 110%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 109px;
	float: left;
	background: url(images/topnav.jpg) repeat-x;
}
.header li {
	height: 109px;
	border-right: 1px solid #FFF;
	float: left;
	background: url(images/topnav.jpg) repeat-x;
}
.header li.current_page_item {
	border-color: #FFF;
}
.header li a {
	display: block;
	padding: 89px 10px 0 43px;
	height: 20px;
	color: #696969;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
}
.header li a:hover {
	background: url(images/topnav_hover.jpg);
	color: #333;
}
.header li.current_page_item a {
	background-image: url(images/topnav_active.jpg);
	color: #333;
}

.top {
	width: 900px;
	height: 2px;
	font-size: 1px;
	background: url(images/top.gif) no-repeat;
}
.main {
	width: 900px;
	background: url(images/main.jpg) repeat-x;
}

/* Main (content) column */
.leftcol {
	float: left;
	width: 699px;
	line-height: 1.5em;
	border-right: 1px solid #dbd8d8;
	min-height: 434px;
	background: url(images/leftcol.jpg) no-repeat;
}
.content {
	padding: 20px;
}
.title {
	float: left;
	width: 605px;
	line-height: 3em;
}
p.postmetadata, .postmetadata p {
	padding: 0.5em 0 1em;
	line-height: normal;
}
.postmetadata a {
	color: #333;
	font-weight: normal;
}
.postmetadata small {
	font-size: 90%;
}
.date {
	float: left;
	width: 42px;
	height: 38px;
	padding-top: 4px;
	color: #fff;
	margin-right: 9px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
	background: url(images/date.gif) no-repeat;
}
.date span {
	font-size: 150%;
}
.post {
	font-size: 120%;
}
blockquote {
	border: 1px solid #2b2727;
	padding: 1em;
}
.navigation {
	padding: 20px 20px 0 20px;
}
div.alignleft {
	float: left;
	width: 45%;
}
div.alignright {
	float: right;
	width: 45%;
	text-align: right;
}
.comment li {
	margin-bottom: 2em;
}
.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.links ul ul {
	padding-left: 20px;
}
.archives ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

/* Right sidebar */
.rightcol {
	float: right;
	width: 200px;
	border-left: 1px solid #dbd8d8;
	margin-left: -1px;
	min-height: 434px;
	font-size: 110%;
	background: url(images/rightcol.jpg) no-repeat right top;
}
.rightcol .content {
	padding: 10px;
	margin-top: 22px;
}
.rightcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rightcol ul ul ul {
	padding-left: 1em;
}
.rightcol li {
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(images/list.gif) no-repeat;
}
.rightcol li:hover, .rightcol li.hover {
	background: url(images/list.gif) no-repeat;
}
.rightcol li li, .rightcol li li:hover, .rightcol li.hover li {
	padding-left: 0;
	margin-bottom: 0;
	background: none;
}
.rightcol a {
	text-decoration: none;
}
.rightcol li li a {
	font-weight: normal;
}
#wp-calendar {
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-weight: bold;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/* Footer */
.footer {
	height: 109px;
	font-size: 90%;
	color: #707070;
	margin-bottom: 37px;
	background: url(images/footer.jpg) repeat-x;
}
.footer a {
	color: #707070;
	font-weight: normal;
}
.footer_left {
	float: left;
	width: 700px;
	height: 109px;
	background: url(images/footer_left.jpg) no-repeat;
}
.footer_left div {
	height: 109px;
	padding-left: 3px;
	background: url(images/bottom_separator.jpg) no-repeat right top;
}
.footer_left div div {
	height: 61px;
	line-height: 61px;
	position: relative;
	top: 58px;
	padding-left: 70px;
	background: url(images/bottomlogo.gif) no-repeat;
}
.footer_right {
	float: right;
	height: 30px;
	padding: 79px 10px 0 0;
	text-align: right;
	background: url(images/footer_right.jpg) no-repeat right top;
}

.main:after, .content:after, .navigation:after, .footer:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.main, .content, .navigation, .footer {
	min-width: 0;
	display: block;
}
.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}

* html .main, * html .content, * html .navigation, * html .footer {
	height: 1%; 
}
* html .leftcol, * html .rightcol {
	height: 434px;
}
* html .header li a {
	float: left;
}
* html .rightcol input#s {
	height: 21px;
}
*+html .rightcol input#s {
	height: 21px;
}