/*
Theme Name: The Met
Theme URI: http://log.davedot.com/themes/the-met/
Description: This theme was originally very loosely based on a piece seen in the Metropolitan Museum of Art's design section.
Version: 1.0
Author: Dave Vogt
Author URI: http://log.davedot.com/
.
The part of the piece that I liked is now totally absent from this theme. I used these colors because they're what I had for colored pencils at the moment when I was scribbling the idea down.
.
*/

/* Begin Theme Elements */

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: georgia, "Times New Roman", serif;
	color: #000;
	background: #fff;
	}

body {
	margin: 0;
	padding: 0;
	}

#page {
	max-width: 1280px;
	margin: 0 10%;
	padding: 0;
	}

#header {
	width: 100%;
	height: 163px;
	background: url(./images/header.jpg) no-repeat;
	margin: 0;
	}

#header h1 {
	margin-top: 0;
	width: 100%;
	height: 100%;
	}

#header h1 a {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
	}

#header h1 span {
	display: none;
	}

#content {
	width: 65%;
	float: left;
	}

#content h2 {
	border-bottom: 1px dotted #b10036;
	font-weight: normal;
	font-size: 150%;
	padding-bottom: 0;
	margin-bottom: 0;
	}

#content p {
	font-size: 90%;
	line-height: 130%;
	text-align: justify;
	}

#content p.meta {
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 75%;
	margin-top: 5px;
	text-align: right;
	clear: left;
	}

#content p.postmetadata {
	border-bottom: 1px dotted #b10036;
	border-top: 1px dotted #b10036;
	clear: left;
	}

#content img {
	float: left;
	}

#sidebar {
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	float: right;
	width: 30%;
	}

#sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

#sidebar li ul, #sidebar li div {
	padding-left: 15px;
	font-size: 75%;
	}

#sidebar li h2 {
	font-weight: normal;
	font-size: 100%;
	border-bottom: 1px dotted #b10036;
	}

#footer {
	clear: both;
	text-align: right;
	padding: .5em;
	font-size: 75%;
	}

/* End Theme Elements */

/* Begin Tags */

img {
	border: 0;
	margin: 0 10px 10px 0;
	}

a:link, a:visited, a:active, a:hover {
	color: #2b6535;
	background-color: inherit;
	}

dl.convo { font-size: 90%; }

dl.convo dt {
	font-weight: bold;
	}

dl.convo dd {
	display: inline;
	}

blockquote {
	background-color: #F8E8ED;
	color: inherit;
	padding: 10px;
	border: 1px dotted #B10036;
	}

span.title {
	font-style: italic;
	}
div#sidebar label {
	display: none;
	}

input#searchsubmit {
	border: 1px solid #b10036;
	color: #000;
	background: #fff;
	}

/* End Tags */


/* Begin Hacks 

* html #header {
	width: 80%;
	}

* html #content {
	width: 52%;
	}

* html #sidebar {
	width: 24%;
	} */

#sidebar li div.one-image {
	float: left;
	}

/* #sidebar li */
.clear {
	clear: both;
	}

/* End Hacks */


/* Begin Contact Form ][ CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}
/* End Contact Form ][ CSS */