 /*
 tag
 tag1,tag2 {}
 tag.classname
 tag[arg="value"]
 tag#id
 */

/* 
Theme Name: Black
Description: Based on Black Letterhead
*/


body {
	font-size: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #333;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0 0 0 0; 
}


.infostrip {
	color: #666;
	width: 100%;
	padding: 3px 0px 3px 0px;
	background-color: #303030;
}
.infostrip p {
	padding-left: 10px;
	line-height: 150%;	
}

.postheader {
	color: #555;
	font-size: 70%;
	width: 100% auto;
	padding: 3px 0px 3px 0px;
	background-color: #303030;
}
.postheader a {
    color: #bb9;
}

.single {
	font-size: 100%;
	color: #999;
}
.single a {
    color: #bb9;
}

.postheader p, .postheader h2 {
	padding-left: 10px;
	line-height: 200%;	
}

.footer {
	margin-top: 50px;
	border-top: 1px dashed #555;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.post {
	text-align: left;
	border-top: 1px dashed #555;
	margin-bottom: 20px;
}

.photo {
	text-align: center;
}

.entry {
}

.page {
	background-color: #333;
	border: 1px dashed #444;
	text-align: left;
	padding: 0;
	margin: 10px auto;
	width: 1000px;
	float: center;
	}

.header {
	padding: 0;
	width: 100%;
}
	
.widecolumn {
	padding-top: 5px;
	margin: 0px auto;
	text-align: left;
	}

.alt {
	background-color: #333
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-family: Garamond, Serif;
	font-size: 3.0em;
	text-align: center;	}

img {
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2, h3 {
        font-family: Palatino Linotype, Serif;
}


h3 {
	font-size: 1.4em;
	}

h1 a, h1 a:visited, h1 a:hover {
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:visited {
	color: #555;
	text-decoration: none;
}
	
.commentlist li {
	border-bottom: 1px dashed #555;
	padding-bottom: 10px;
	color: #fff;
	list-style: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}


#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

/* XYZ comments */
.postmetadata {
	color: #777;
	width: 100% auto;
	line-height: 200%;
	text-align:right;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #303030;
}
.postcomment_metadata {
	color: #555;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #303030;
	width: 100% auto;
}
.postcomment_metadata_footer {
	color: #555;
	font-size:70%;
	padding-left: 10px;
	text-align:right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #303030;
	border-bottom: 1px dashed #555;
	width: 100% auto;
}
.postcomment {
	color: #ccc;
	width: 100% auto;
	padding-left: 20px;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        color: #666666;	
        background-color: #333333;
        border: 1px ridge #ccc;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        background-color: #333333;
        border: 1px ridge #ccc;
        color: #666666;
	}

#commentform #submit {
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	float: left;
	color: #ccc;
 /*   border: 1px ridge #ccc;*/
	}

input {
	padding: 2px;
	margin: 5px 5px 1px 0;
        color: #B0B0B0;	
        background-color: #333333;
        border: 1px ridge #ccc;	}	

/* End Form Elements */


/* Begin Comments*/

.alt {
	margin: 0px;
	padding: 0px;
	}

#commentform p {
	margin: 5px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

