/* Begin Typography & Colors */
body {
	font: 80% Helvetica, Arial, sans-serif;
	margin: 3em 0em 0em 3em;
	padding: 0;
	text-align: left;
        margin-top: 0em;

	}

#page, #content, #footer, #header, #sidebar, #content  {
	float: left; 
	width: 600px; 
	margin-bottom:3em;
	}


#sidebar {
        margin-top: 3em;
}

img {
        margin-bottom: 1em;
}


h1{
	margin:0;
	padding:0;
	font: 300% Eurostile, Helvetica, Arial, sans-serif;
	color: #FF0000;
	}

h1 a{
	color: #FF0000;
}


h2{
	margin:1em 0 0 0;
	padding:0;
	font: 175% Helvetica, Arial, sans-serif;
	color:#ABABAB;
	line-height:1.4em;
}

.date {
        color:#ABABAB;
        margin: 0 0 2em 0;
}

h2 a{
	color:#ABABAB;
}


h3{
	font: 100% Helvetica, Arial, sans-serif;
	font-weight: bold;
}


a {
	text-decoration: none;
	outline:none important!;
	color:#FF0000;

	}
a:hover {
	color:#FF0000;
	outline:none important!;
	}

.gray{
	color:#ABABAB;
}
.black{
	color:#000000;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-weight:normal;
	}

li {
	list-style-type: none;
	display:inline;
	}



#extras li, #sidebar li {
	padding-right:1em;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#extras #searchform #s {
	width: 108px;
	padding: 2px;
	}

#extras #searchsubmit {
	padding: 1px;
 	cursor: pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}



input, textarea
 {
 	border: #ddd 1px solid;
 	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
 	font-size:1em;
 	font-weight: normal;
 }

#searchsubmit 
 {
 	cursor: pointer;
 	text-decoration:none;
 }



.postmetadata {
	font-size:80%;
	color:#ABABAB;

}

.commentlist{
	margin-bottom:3em;
}


.hidden {
	display: none;
	}

hr {
	display: none;
	}

.tallImage {
     float: left;
     alight: left;
     margin-right: 1em;
     margin-bottom: 1em;

}
