/*
THEME NAME: Dispatch theme
THEME URI: http://www.waytoogood.ca
DESCRIPTION: Useability, Functionality, and Aesthetic
AUTHOR: <a href="http://www.waytoogood.ca">Myke Preuss</a>
AUTHOR URI: http://www.waytoogood.ca
*/


/* Some basic resets and global styles */

html, body, span,
h1, h2, h3, h4, 
p, a, img, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	font-family: 'Arial', Helvetica, Verdana, Lucida Grande, sans-serif;	
	vertical-align: baseline;
	color: #eaeaed;
	list-style-image: none;
	list-style-type: none;
	outline: none;
}

html {
	background: #1a0c1b;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding-top: 960px;
	background: url(images/bg.jpg) no-repeat top center;
}

.call-out {
	position: absolute;
	top: 70px;
	right: 110px;
	width: 520px;
	height: 273px;
	text-indent: -99999px;
	background: url(images/title.png);
}

.about {
	position: absolute;
	top: 788px;
	left: 10px;
	width: 610px;
	height: 82px;
	text-indent: -99999px;
	background: url(images/about.png);
}

h3.description {
	position: absolute;
	top: 594px;
	right: 0px;
	width: 330px;
	font-size: 16px;
	line-height: 21px;
}


/* START Content */

.content {
	float: left;
	width: 610px;
	padding: 20px 10px;
}

.post {
	float: left;
	width: 610px;
}

h2.entry-title, h2.entry-title a {
	font-size: 24px;
	width: 590px;
	background: #3978ad;
	float: left;	
}

h2.entry-title {
	padding: 10px;
}

h2.entry-title a {

}

.entry-date {
	float: left;
	clear: both;
	color: #3978ad;
	font-size: 12px;
	padding: 0px 10px;
	background: #eaeaed;
	text-transform: uppercase;
}

.entry-content {
	float: left;
	padding: 10px;
}

.entry-content p {
	padding-bottom: 18px;
} 

.entry-content img {
	padding: 9px 0px;
} 

.navigation {
	float: left;
	width: 590px;
	padding: 10px;
	background: #eaeaed;
}

.navigation a, .navigation a span {
	color: #3978ad;
}

.navigation a span {
	font-size: 22px;
	margin-top: -1px; 
}

.nav-previous, .nav-previous span {
	float: left;
}

.nav-next, .nav-next span {
	float: right;
}

/* END Content */

/* START Sidebar */

.sidebar {
	float: left;
	padding: 20px 0px 0px 24px;
	width: 200px;
}

.sidebar h3 {
	padding: 4px 4px 4px 10px;
	font-size: 16px;
	background: #3978ad;	
}

.sidebar ul {
	padding-bottom: 20px
}

.sidebar ul li a {
	padding-left: 15px;
	text-decoration: underline;
}

.sidebar ul li a.aktt_tweet_time {
	text-decoration: none;
	color: #3978AD;
	clear: both;
}

ul.aktt_tweets li {
	padding: 6px 0px 8px 12px;
}

ul.aktt_tweets li a {
	padding: 0px;
}

ul.aktt_tweets li a:hover {
	text-decoration: underline;
	color: #3978AD;
}

/* START Footer */

.footer {
	float: left;
	clear: both;
	padding: 20px;
}

.footer p, .footer a {
	font-size: 12px;
}

/* END Footer */

