a {
	color:black;
	font-weight: bold;
	font-family: century gothic;
	font-size: 9pt;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color:gray;
	font-weight: bold;
	font-family: century gothic;
	font-size: 9pt;
	text-decoration: none;
        text-transform:lowercase;
}

a:hover {
	color: red;
	font-family: times new roman;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
        letter-spacing: .07em;
}

acronym, abbr {
	border-bottom: 5px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 0px solid #000000;
	margin-left: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	background: gray;
}

body {
	background: url("");

}

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
	background: red;
	color: white;
	font-family: times new roman;
	font-size: 15pt;
	line-height: 19pt;
	letter-spacing: -2px;
	font-style: normal;
	font-weight: normal;
	text-transform:lowercase;
	text-align: left;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #3c3b4a;
	width: 300px;
}

h2 {
	background: red;
	color: gray;
	font-family: times new roman;
	font-size: 20pt;
	line-height: 19pt;
	letter-spacing: -2px;
	font-style: normal;
	font-weight: normal;
	text-transform:lowercase;
	text-align: left;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #3c3b4a;
	width: 160px;
}

h3 {	background: red;
	color: white;
	font-family: times new roman;
	font-size: 20pt;
	line-height: 19pt;
	letter-spacing: -2px;
	font-style: normal;
	font-weight: normal;
	text-transform:lowercase;
	text-align: left;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #3c3b4a;
	width: 160px;
}

h4 {	background: red;
	color: black;
	font-family: times new roman;
	font-size: 20pt;
	line-height: 19pt;
	letter-spacing: -2px;
	font-style: normal;
	font-weight: normal;
	text-transform:lowercase;
	text-align: left;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #3c3b4a;
	width: 160px;
}
h5 {
	background: transparent; 
	color: BLACK;
	font-family: trebuchet MS;
	font-size: 6pt;
	line-height: 7pt;
	font-weight: i;
        text-transform: uppercase;
	text-align: right;
	margin: 0;
        width: px;
	margin-top: 1px;
	padding: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;

}
a.nav, a.nav:link, a.nav:active, a.nav:visited {
	font-family: century gothic;
	font-size:10pt;
	line-height:10pt;
	height:15px;
	padding:0;
	padding-left:1px;
	padding-right:1px;
	font-weight:normal;
	font-style: normal;
	color:red;
	display:block;
	text-transform:lowercase;
	background: transparent;
	text-align:center;}
a.nav:hover {
	font-size:10pt;
	line-height:10pt;
	height:15px;
	padding:0;
	padding-left:1px;
	padding-right:1px;
	color:red;
	font-weight:bold;
	font-style: normal;
	display:block;
	text-transform:lowercase;
	background:#282736;
	text-align:center;}

b, strong {
	color:red;
	font-family:verdana; 
	font-size:7pt; 
	text-transform:lowercase;
	font-weight:bold;}

i, em {color:red; font-family:tahoma; font-size:7pt; }

u {color:gray; font-family:tahoma; font-size:7pt; text-decoration:underline;
	border-bottom:0px solid #752C47;}

code {color:red; font-family:lucida console; font-size:8pt; background:#282736;}

ol#comments li p {
	font-size: 9pt;
}

p, li, .feedback {
	font-family: Tahoma;
	font-size: 8pt;
	letter-spacing: 0px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;

}

.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;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	color: #000000;
	background: gray;
	font-size: 7pt;
	font-family: tahoma; 
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#commentform textarea {
	width: 200px;
	height: 100px;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	border: 0px dotted #ccc;
	padding: 0px;
}

#content {
	color: #000000;
	padding-right: 0px;
}


#sidebar {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 100px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
        color:black;
	font-weight: bold;
	font-family: times new roman;
	font-size: 7pt;
	text-decoration: none;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 0px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* 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;
}

.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 */