/*  
Theme Name: Deophagy 
Theme URI: http://deophagy.com/
Description: The default Deophagy theme.
Author: Hunter
Author URI: http://coffeechick.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Courier New", Courier, mono;
	background-color: #000000;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	background-position: center;
	background-image: url(http://deophagy.com/dbg.jpg);
	background-attachment: fixed; 
	background-repeat: no-repeat;
	}

#page {
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 720px;
	}

#header {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Courier New", Courier, mono;
	background-color: #000000;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	background-position: center;
	background-image: url(http://deophagy.com/dbg.jpg);
	background-attachment: fixed; 
	background-repeat: no-repeat;
	}

#content {
	font-size: 1.2em
	}


.narrowcolumn .entry{
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	}


#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 720px;
	clear: both;
	}

small {
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

.entry p a:visited {
	color: #ff0000;
	}

a, h2 a:hover, h3 a:hover {
	color: #ff0000;
	text-decoration: none;
	}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 0 5px 20px 5px;
	margin: 0px 0 0;
	width: 700px;
	}


	
.post {
	background-color: black;
	margin: 0 0 40px;
	text-align: justify;
	}
	
.blogpost {
	background-color: #292929;
	background-position: center;
	background-image: url(http://deophagy.com/postbg.jpg);
	background-attachment: fixed; 
	background-repeat: no-repeat;
	}
	
.postmetadata {
	clear: left;
}

#footer p {
	background-color: black;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */


/* Begin Various Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

