/*
Theme Name: dmht
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea and Hendrik Thom
Tags: mantle color, variable width, two columns, widgets

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. :)
*/

a {
	color: #ad7418;
}

a:link img {
   border: 2px dotted #ad7418;
   padding:1px;
}

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

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

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	color: #000;
	font-family: "Times New Roman", Times, serif;
        font-size: 14px;
}

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

h1 {
	border-bottom: 2px dotted #ad7418;
	font: 18px "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 30px 0 2px 0;
	padding-bottom: 2px;
}

h2 {
	border-bottom: 1px dotted #ad7418;
	font: 16px "Times New Roman", Times, serif;
	margin-top: 15px;
}

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

p, li, .feedback {
	font: 90%/175% Arial, sans-serif;
	letter-spacing: -1px;
}

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

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

.credit {
	display: none;

}


.feedback {
	display: none;
}

.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: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.meta a:hover {
       color: #3fb9ff;
}

.storytitle {
        font-size: 20px;
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform {
	display: none;
}

#commentform textarea {
	display: none;
}

#commentlist li ul {
	display: none;
}

#commentlist li .avatar {
	display: none;
}

#content {
        background: #ffffff;
        margin: 20px 20px 20px 20px;
	padding: 25px 25px 25px 25px;
        border: none;    
}

#header {
	display:none;
}


#menu {
        display: none;
}

#sidebar {
        display: none;
}

#wp-calendar {
	display: none;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
