body {
background-color: #000000;
font: 9pt/12pt Tahoma;
color: #FFF;
padding:5px; 
}

b, strong { color: #d80e17; font-weight : bold; }
i, em { color: #d65b22; text-align : justify; }
u, strike { color: #101429; font-weight : normal; text-align : justify;}

a:link,a:visited,a:active { color: #8db3cb; font-weight: normal; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }

small {font-family: Arial, Helvetica, Sans-Serif; font-size: 0.9em; line-height: 1.5em;}
blockquote {margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #FFF;}

.content {background: #02021a url('images/content.png'); color: #FFF; text-align:left; text-transform: none; padding:5px;}
.sidebar {background: #02021a url('images/sidebarcontent.png') repeat-y; text-align:left; text-transform: none; padding:10px;}
.sidebartitle {background: transparent; color: #FFF; text-align:center; text-transform: uppercase; font-size: 2pt; padding: 10px;}

a img{
border: 4px solid #1d3444;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
padding: 2px;
}

a img:hover{
border: 4px solid #e21a15;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
padding: 2px;
}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

