/*  
Theme Name: Accelteon
Theme URI: http://www.progressivemediagroup.ca
Description: This theme designed by Progressive Media Group.  It is based on the Abstratica 1.0 theme created by Rob Goodlatte (http://robgoodlatte.com).
Version: 1.0
Author: Progressive Media Group
Author URI: http://www.progressivemediagroup.ca

	The Accelteon v1.0 theme is based on:
	Abstractia v1.0
	http://robgoodlatte.com

	This theme was designed and built by Rob Goodlatte,
	whose blog you will find at http://robgoodlatte.com/

	Thanks to the developers of the Kubrick theme - the codebase 
	was used in development of this template.
	



*/


/********************************* LAYOUT ************************************/
html, body {
	margin: 0; padding: 0;
	text-align: center;
}
h1,h2,h3 {
	margin: 0; padding: 0;
}
#wrapper {
	/*width: 788px;*/
	width: 900px;
	text-align: left;
	margin: auto;
}

#header{
	/*width: 788px;*/
	width: 900px;
	display: block;
	position: relative;
}

#navigation_container, #content, #blog, #footer {
	/*width: 788px;*/
	width: 900px;
	display: block;
	position: relative;
	float: left;
}


#footer {
	margin: 6px 0;
	color: #808080;
	font-size: 11px;
	clear: both;
}

.footer_content {
	display: block;
	width: 585px;
	float: left;
	margin: 0 50px 0 0px;
	float: left;
}

#footer_right {
	/*width: 130px;*/
	width: auto;
	margin: 0;
}
.footer_content a {
	color: #8cc63f;
}
.footer_content a:hover {
	color: #00adef;
}

#blog {
	min-height: 400px;
	padding-bottom: 14px;
	float: left;
}

#content {
	margin: 6px 0 0 0;
}


#header_content_container{
	width: 444px;
	float: right;
	margin-top: 34px;
	margin-right: 20px;
}


#blogtitle {
}

#navigation_container {
	height: 38px;
	border-bottom: 1px solid #f03849;
	margin: 6px 0 0 0;
	position: relative;
	overflow: hidden;
}

#navigation_container ul {
	padding: 0;
	margin: 0 0 0 6px;
}
#navigation_container ul li {
	position: relative;
	top: 10px;
	display: inline;
	height: 38px;
	padding: 10px 14px 10px 14px;
	border-right: 1px solid #d6182a;
	list-style: none;
}
#navigation_container ul li ul {
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#navigation_container ul li ul li {
	top: 0;
	border-right: none;
	border-left: 1px solid #d6182a;
	padding-right: 0;
	margin-left: 5px;
}
#search_bar {
	position: absolute;
	right: 10px;
	top: 0px;
}
#searchsubmit {
	position: relative;
	top: 6px;
	margin-left: 4px;
}
.postmeta {
	margin: 6px 0 12px 0;
}
.blogpost {
	/*width: 586px;*/
	width: 650px;
	float: left;
}
.postdate {
	/*width: 470px;*/
	width: 535px;
}
.postheader, .postbody, .subpostmeta, #postcomments{
	margin: 0 0 0 90px;
	/*width: 470px;*/
	width: 535px;
	position: relative;
}

.pageheader, .pagebody {
	margin: 0 0 0 30px;
	/*width: 470px;*/
	width: 535px;
	
}
.postheader {
margin-right: 40px;
	
}
.subpostmeta {
	padding: 8px 0;
}
.postdate {
	position: absolute;
	top: 24px;
	left: 30px;
	width: 30px;
}
#postcommentscount {
	position: relative;
	top: 32px;
	left: 30px;
	width: 40px;
	height: 37px;
	clear: left;
	background: url(images/commentbubble.gif) top left no-repeat;
	
}
#sidebar {
	float: right;
	margin-top: 20px;
	/*width: 182px;*/
	width: 225px;
	
	
}
.postbody img {
	float: left;
	margin: 5px 20px 20px 0;
}
.footer_content ul li {
	list-style: none;
	margin: 0; padding: 5px 0;
	border-bottom: 1px solid #313129;
}
.footer_content ul {
	margin: 2px 0 0 0; padding: 2px 0;
}
#footer_meta {
	margin: 8px 0;
	line-height: 16px;
}
#footer_meta h3 {
	margin: 0 0 5px 0;
}
.pagebody .navigation {
	margin: 12px 0;
}
.navigation {
	display: block;
	margin: 12px 0;
	width: 300px;
}
#archivebody {
	margin-left: 80px;
	margin-top: 15px;
}
ul#searchresults {
	margin-top: 5px;
	margin-right: 40px;
	margin-left: 30px; 
	padding: 0;
	border-top: 1px solid #ccc;
}
ul#searchresults li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
ul#searchresults li a {
	font-weight: bold;
}
ul#searchresults li a:hover {
	color: #d6182a;
}
ul#searchresults li small{
	font-size: 10px;
	margin-left: 5px;
	text-transform: uppercase;
}
small.searchresultsmeta{
	color: #b8b8b8;
}
a.more-link {
	margin-top: 10px;
	display: block;
	padding: 0 0 0px 18px;
	background: url(images/crosspattern.gif) top left no-repeat;
}


/********************************* COLOURS ************************************/
body {
	/*background: #1f1f1f url(images/main_bg.gif) top left repeat-x;*/
	background: #fff url('images/mainbkgd.gif') top left repeat-x;
	background-color: #1f1f1f;
}
#header {
	background: #191f29 url('images/headerimage.jpg') top left no-repeat;
	height: 150px;
}
#navigation_container {
	background: #798862 url('images/navbkgd.gif') top left repeat-x;
}
#search_bar #s{
	background: #f03849;
	background: #282828;
	border: 1px solid #b31222;
	padding: 2px; margin: 0;
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	width: 180px;
}
#content {
	/*background: #ffffff url(images/content_bg.gif) top left repeat-x;*/
	background: #ffffff;
}
#blog {
	background: url(images/sidebarbkgd.gif) top right repeat-y;
}
#footer {
	background: #1f1f1f url(images/footerbkgd.gif) top left repeat-x;
	border-top: 1px solid #3c3c33;
}
div.commentbox {
	background: url(images/comment_background.gif) top left no-repeat;
	margin: 8px 0;
	padding: 10px 0 0 0;
	position: relative;
}
div.oddcomment {
	background: url(images/comment_background_odd.gif) top left no-repeat;
}

/*.postbody a {
	color: #d7172a;
	text-decoration: underline;
}
.postbody a:hover {
	color: #8cc63f;
	text-decoration: underline;
}
.postbody a:active {
	color: #8cc63f;
	text-decoration: underline;
}*/
/********************************* TYPOGRAPHY ************************************/
body {
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #8cc63f;
}
a:hover {
	color: #d6182a;
}

div.navigation .alignleft, div.navigation .alignright a{
	margin: 5px 92px;
	font: 14px Arial, Verdana, serif;
}

#archivebody .navigation .alignleft, #archivebody .navigation .alignright a {
	margin-left: 0;
}

#blogtitle a {
	font: 65px Georgia, serif;
	letter-spacing: -2px;
	text-shadow: 0 0 #000;
	color: #ffffff;
	text-decoration: none;
}

img.wp-smiley {
	float: none;
	display: inline;
	margin: 0; padding: 0;
}


.pageheader h2 {
	color: #d6182a;
	font: 24px Georgia, serif;
}
.pagebody {
	line-height: 17px;
}

#tagline {
	color: #6c6c6c;
	font: 11px Arial, Verdana, serif;
}
#navigation_container ul li a {
	color: #ffffff;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
}

#navigation_container ul li a.active {
	color: #d5d5d5;
	font-weight: bold;
}
#navigation_container ul li a:hover {
	color: #d5d5d5;	
}
.blogpost {
	position: relative;
	padding: 20px 0 5px 0;
}
.postdate {
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 0 2px 0;
}
.postday {
	display: block;
	color: #635a40;
	font: 30px Georgia, serif;
	margin-top: -5px;
}
.postmeta, .subpostmeta {
	color: #777777;
	font-size: 11px;
	display: block;
}
.postmo {
	color: #7c7a6b;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.postheader h2 a {
	color: #d6182a;
	font: 30px Georgia, serif;
	text-decoration: none;
}
#sidebar h3 {
	color: #d6182a;
	font: 14px Georgia, serif;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 4px;
	margin-right: 18px;
}
.postbody {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 0;
	line-height: 18px;
}



#sidebar ul {
	margin: 2px 0 14px 0;
	padding: 0;
}
#sidebar ul li {
	padding: 0;
	list-style: none;
	margin-left: 20px;
}
#sidebar ul li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
	margin-right: 18px;
	color: #545454;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
.commentslink {
	padding: 0 0 4px 20px;
	margin-left: 1px;
	background: url(images/commenticon.gif) top left no-repeat;
}
#footer_container {
	padding: 15px 40px 20px 40px;
}
#footer h3 {
	color: #808080;
	font: 14px Arial, Verdana, sans-serif;
}
#commentcountnum {
	font: 20px Georgia, serif;
	color: #69624e;
	display: block;
	width: 40px;
	text-align: center;
	padding-top: 2px;
}
h3.commentstitle {
	color: #d6182a;
	font: 16px Georgia, serif;
	margin-bottom: 12px;
}
.commentauthor {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #787878;
	letter-spacing: -1px;
	float: right;
	margin: 0 60px 0 0;
}
.commentauthor a {
	color: #d6182a;
	text-decoration: none;
}
.oddcomment .commentauthor {
	float: left;
	margin: 0 0 0 60px;
}
.commentlabel {
	font: 12px Arial, Verdana, sans-serif;
	color: #545454;
	margin-left: 1px;
}

input.commentinput, textarea#comment {
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	padding: 2px;
	color: #545454;
}
textarea#comment {
	width: 530px;
}

.commentmetadata {
	position: absolute;
	color: #b8b8b8;
	right: 30px;
	top: 37px;
}
.oddcomment .commentmetadata {
	left: 12px;
	color: #b8b8b8;
}
.commentmetadata a {
	color: #b8b8b8;
}
.commentbody {
	padding: 25px 40px 12px 20px;
	line-height: 16px;
	color: #413e36;
	background: url(images/comment_background2.gif) bottom left no-repeat;
}
.oddcomment .commentbody {
	background: url(images/comment_background2_odd.gif) bottom left no-repeat;
}
h3#respond {
	padding-top: 6px;
}
h3.archivepost a {
	color: #d6182a;
	font: 18px Georgia, serif;
}

blockquote {
	background: #f6f6f6;
	border: 1px solid #dddddd;
	padding: 10px 20px;
	margin-left: 15px;
}
blockquote blockquote {
	border: none;
	border-left: 2px solid #8f8e83;
	margin-left: 8px;
	padding: 0 10px;
}
a.feedlink {
	background: url(images/feed-icon-14x14.gif) top left no-repeat;
	text-indent: 19px;
	display: block;
}