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

body {
	margin:0px;
	margin-left:5px;
	padding:0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


a {
	color: #3F638F;
	text-decoration:underline;
}

a img {
	border: none;
}

a:visited {
	color: #3F638F;
}

a:hover {
	text-decoration:none;
}

a.bl:link	{
	color: #000000;
	text-decoration:none;
}

a.bl:visited {
	color: #000000;
	text-decoration:none;
}

a.bl:hover {
	text-decoration:underline;
}

a.nu {
	color: #3F638F;
	text-decoration:none;
}



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

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

blockquote {
	padding-top: 8px;
	margin: 5px 10px 5px 20px;
	padding-left:12px;
	background-image:url(/wp-images/quote.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
blockquote p {
	margin:0px;
}



.button {
	border: 1px solid #666666;
	font-size:11px;
	margin-bottom:5px;
	margin-top:2px;
	background-color: #dadada;
}

cite {
	font-size: 12px;
	font-style: normal;
}

.datum {
	font-size: 12px;
	text-align:right;
	color: #666666;
}

h2 {
	/* border-bottom: 1px dotted #ccc;
	 font: 95% "Times New Roman", Times, serif; */
	letter-spacing: 0.1em;
	margin: 15px 0 0px 0;
}

h3 {
	margin-top: 0;
}

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

p, li, .feedback {
	/*font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
}

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

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

.credit {
	color: #000000;
	text-align: center;
	width: 700px;
	font-size:x-small;
	background-color: #dfdfdf;
	height: 20px;
	position:relative;
	clear:both;
}


.feedback {
	color: #666666;
	text-align: right;
	margin-bottom:15px;
	margin-top:5px;
}

.feedback a {
	color: #666666;
	text-decoration:none;
}
.feedback a:visited {
	color: #666666;
	text-decoration:none;
}
.feedback a:hover {
	color: #black;
	text-decoration:underline;
}

.meta {
	font-size: 10px;
}

.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: 0px;
}

.storycontent p {
	margin-bottom:0px;
	font-size:12px;
	line-height: 16px;
	letter-spacing:0px;

}

.storytitle {
	margin: 0;
	font-size:12px;
	font-weight:bold;
}

.storytitle a {
	text-decoration: none;
}

#commentform #name, #commentform #email, #commentform #urlcenter, #commentform textarea {
	/*background: #fff;
	border: 1px solid #333;
	padding: .2em;*/
}

#commentform textarea {
	width: 400px;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 12px%;
	/*list-style-type: none;*/
}

#content {
}


#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	font-size:110%;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size:110%;

}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #666666;
	color: #ffffff;
}

#wp-calendar caption {
	color: #999;
	font-size: 80%;
	text-align:center;
	text-transform: uppercase;
}

#wp-calendar td {
	color: #333333;
	letter-spacing: normal;
	padding: 2px 0;
	font-size: 80%;
	text-align: ;
}

#wp-calendar td.pad:hover {
	background-color: #f4f4f4;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #d8d8d8;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	font-size: 70%;
}

