/*  
Theme Name: Artistic Logistics Default
Theme URI: http://artisticlogistics.org/
Description: The default WordPress theme customized by Big Tada Inc.
Version: 1.0
Author: Bryan Jeffrey Graham
Author URI: http://www.bigtada.com/
*/



/* Begin Typography & Colors */
body {
	font-family: Verdana, 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #000000;
	margin: 0px;
}

.page {
	width: 772px;
	margin: 0 auto;
}

.page_home {
	width: 772px;
	margin: 0 auto;
	background-color: #000000;
}

.page_sub {
	width: 772px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.content_home {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}

.content_sub {
	color: #000000;
}

#content {
	background-color: #FFFFFF;
	padding: 20px;
}

.post {
	background-color: #FFFFFF;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #841C1C;
}

a:visited {
	text-decoration: none;
	color: #841C1C;
}

a:visited:hover {
	color: #841C1C;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #841C1C;
}

a.speciallink:link {
	color: #808080;
	text-decoration: none;
}

a.speciallink:hover {
	color: #808080;
	text-decoration: underline;
}

a.speciallink:visited {
	color: #808080;
	text-decoration: none;
}

a.speciallink:visited:hover {
	color: #808080;
	text-decoration: underline;
}

.footer {
	margin-top: 15px;
	/*margin-left: 286px;*/
	color: #808080;
	text-align: center;
}

blockquote {
	margin-left:0px;
	width: 450px;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #efefef;
}

hr {
	clear: both;
}