.postmetadata{
margin-top: 10px;
clear: both;
}

.entry{
margin-top: 10px;
}


/*- Page Structure */
html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body
{
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #4682b4;
	text-align: center;
	margin: 0 0 30px;
	background-color: #000;
}

#page {
	background: 000;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	width: 780px;
	border: 1px solid #ddd;
	border-top: none;
	}

* html #page { width: 770px } /* IE hack */

#header
{
	padding: 0;
	margin: 0;
	position: relative;
	height: 45px;
	background-color: #000;
	background-position: left;
	background-repeat: repeat;
}


.headerimage{
	padding: 0;
	margin-top: 0px;
	#position: relative;
	height: 200px;
	background-color: #000;
	background-position: left;
	background-repeat: repeat;
}





#primary {
	width: 500px;
	float: left;
	padding: 20px 0 10px;
	margin: 0 10px 0 30px;
	display: inline;
	}
	
.post{
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
		
	}

	#newleftbar {
	padding:0 0;
	margin: 0px 20px 0 0;
	width: 26%;
	color: #000;
	}
	
	.leftbar {
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px 0;
	margin: 71% 20px 0 0;
	width: 26%;
	color: #666;
	position: relative;
	}


.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}



/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1
{
	/* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0px 10px 0px;
	background-color: black;
}


h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	text-decoration: underline;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 5px 10px 40px;
	}

#header h1 { /* Description in header */
	font-size: 4em;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	margin-top: 15px;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	font-weight: normal;
	}


#footer {
	color: #777;
	margin-top: 20px;
	width: 300px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#footer a {
	color: #777;
	
	text-decoration: none;
	font-size: 0.9em;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #4682b4;
	font-size: 0.9em;
	}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a {
	font-size: 12px;
	color: #27d;
	text-decoration: none;
	font-weight: bold;
	}

.entry-content a:visited {
	color: #b41;
	}

/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}


.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px !important;
	margin: 0 0 2px 7px !important;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

.smaller{
    font-size: 0.9em;
	line-height: 1.5em;
	}
	
	
	

small {
    font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	

hr {
	display: none;
	}



input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
	}



/*
	Contact Form
*/

.contactform {
	font-size: 12;
	width: 100px; 
	position: relative;
	}

.contactleft {
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
.contacterror {
	border: 1px solid #ff0000;
}
a.red {
	color: red;
	
}
