body {	
	padding: 10px 15px 15px 15px;
	font-size: 10px;
	color: violet;
	font-family: Verdana, sans-serif;
	text-align: center;
    background-color: #1f1f1f; 
	}

a {
	text-decoration: none;
	color: yellow;
	}

#centerContainer {
	margin:0 auto;
	}

#archiveContainer {
	margin:0 auto;
	}
	
#imageHeader {
	position: relative;
	height: 10px;
	padding-bottom: 12px;
	padding-right: 5px;
	}

#imageFooter {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}

#imageFooterLeft {
	float: left;
	text-align: left;	
	color: gray;
   	outline: none;
   	width: 130px;
	}

#imageFooterLeft a{
	color: gray;
   	outline: none;
	}

#imageFooterLeft a:hover{
	color: orange;
	}
	
#imageFooterRight a{
	color: gray;
	outline: none;
	float: right;
	text-align: right;
	width: 130px;
	}

#imageFooterRight a:hover{
	color: orange;
	}

#imageFooterCenter {
	text-align: center;
	color: white;
	font-weight: bold;
	margin-left: 130px;
	margin-right: 130px;
	}

#siteFooter {
	padding-top: 10px;
	clear: both;
	color: gray;
	}

#siteFooter a{
	color: gray;
   	outline: none;
	}

#archiveBox {
	border: 5px;
	border-style: solid;
	border-color: white;
	padding: 20px 20px 20px 20px;
	background-color: #545454;
	}

#aboutBox {
	border: 5px;
	border-style: solid;
	border-color: white;
	padding: 20px 20px 20px 20px;
	background-color: #545454;
	}

#links {
    vertical-align: baseline;
    color: gray;
    float: right;
	text-align: right;
    }
    
#links a{
    color: whitesmoke;
   	outline: none;
	}
    
#links a:hover {
    color: orange;
    }

#links .rss{
    color: #ffa200;
	}

#links .rss:hover{
    color: orange;
	}

#imageContainer {
	position: relative;
	border-width: 5px;
	border-style: solid;
	border-color: white;
   	outline: none;
	}

#imageContainer a{
   	outline: none;
	}

#imageLogo {
	position: absolute;
	top: 0;
	left: 0;
   	outline: none;
	background: url('images/logo_image.gif') no-repeat;
	background-position: 0px 35px;
	}

#header {
	padding: 0px 10px 8px 10px;
    background-color: #1f1f1f; 
    }

#hairline {
	height: 1px;
	color: gray;
	background-color: gray;
	border: none;
	}

#column-about {
	vertical-align: top;
	width: 33%;
	}
    
.thumbnails {
	text-align: left;
	border: 0px;
    }   

.img.thumbnails{
	border: 0px;
    }   

#logo {
	padding-top: 3px;
	border: 0px;
	float: left;
    }
	
#archiveLogo {
	vertical-align: middle;
	padding-bottom: 30px;
	border-bottom-style: solid;
	border-color: gray;
	border-width: 1px;
	margin-bottom: 10px;
	}

#archiveFooter {
	padding-top: 20px;
	padding-bottom: 10px;
	}

#archiveFooterLeft {
	color: white;
	text-align: left;
	float: left;
	}

#archiveFooterRight {
	color: white;
	text-align: right;
	float: right;
	}

.subtitle {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: white;
	margin-top: 7px;
	margin-bottom: 7px;
	}

#categorySelector {
	float: right;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: white;
	}

.aboutnotes {
	text-align:left;
	color: silver;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.aboutnotes a:visited {
	color: silver;
	}

.aboutnotes a:link {
	color: silver;
	}

.linksnotes {
	text-align: left;
	color: silver;
	}

.linksnotes a:visited {
	color: orange;
	}

.linksnotes a:link {
	color: orange;
	}

.linksnotes a:hover {
	color: white;
	}

.input {
    font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #1f1f1f;
	color: white;
	border: 0px;
    text-align: left;
    padding: 3px;
    }  
	
#comments {
	padding: 0px 18px 0px 10px;
    font-size: 10px;
    color: white;
    border-top: 5px solid gray;
    border-bottom: 5px solid gray;
    text-align: left;
    background: #444;
    }

.comment-form-text {
	font-size: 11px;
	}
	
#comment-form textarea {
	background-color: #1f1f1f;
	border: 0px;
	}
	
form {
	font-size: 11px;
	}


