body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background:black;
	color: #7e7e7e;
}

#logo {
	margin-top:30px;
	margin-bottom:20px;
	text-align: center;
}

#logo img{
	max-width: 300px;
}
#container {
	margin:auto;
	max-width: 1044px;
}

#postTitle a {
	padding-bottom: 10px;
	color: white;
	font-size: 14pt;
}

#postDate {
	color: #c1c1c1;
	font-size: 8pt;
}

#postDesc {
	line-height: 145%;
	font-size: 10pt;
}


#imageName {
	font-size: 10pt;
	font-style: bold;
}

#imageDesc {
	font-size: 8pt;
	font-style: italic;
}

#line {
	border-top-color: #7d7d7d;
	border-top: solid 1px;
}


a {
	color: #7d7d7d;
}
#tag a {
	text-transform: capitalize;
	color: #515151;
	font-size: 14px;
}

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


#siteCredit {
	font-size: 7pt;
	padding:0px 5px 0px;
}



#catline {
	height: 1px;
    background: #292929;
    margin-bottom: 20px;
}


