/*  
Theme Name: Slackerhood
Theme URI: http://slackerhood.com/
Description: The Default Slackerhood Theme.
Author: Hunter
Author URI: http://coffeechick.com/
*/

/* Begin Typography & Structure Tags*/
body {
	font-size: 12pt;
	font-family: Garamond;
	background-color: #CCCCCC;
	color: #000000;
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	text-align: left;
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
		}

#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 5px 0 5px;
	margin: 0;
	width: 720px;
	}

.post {
	margin: 0;
	text-align: justify;
	}

.description {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 300px;
	clear: both;
	}

#footer p {
	margin: 0;
	text-align: center;
	}

/*End Primary Typography and Structure Tags*/

/*Begin Links*/

.description a { 
	text-decoration: none;
	font-size: 20pt;
	font-weight: bold;
	color: #000;
	padding-bottom: 1px;
	margin: 0;
	}

/* End Link-related Tags*/

/* Begin Various Tags & Classes */

a img {
	border: none;
	}

.title {
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	}

.categorychapter { 
	text-align: left;
	font-weight: bold;
	font-size: 16pt;
	}

/* End Various Tags & Classes*/

/*Navigation Tags*/

.navigation .alignleft {
	float: left;
	}
	
.navigation .alignright {
	float: right;
	}
