/*  
Theme Name: Fastway2
Theme URI: http://www.antbag.com
Description: This is a New and Improved version of the Fastway theme.
Version: 2.0
Author: Antbag
Author URI: http://www.antbag.com/

*/

/*-----------------------------------------------------------------------------------------Global-------*/

    body {
        margin:0;
        padding:0;
        border:0;
        width:100%;
        background:#fff;
        min-width:600px;
	font-size:90%;
}

/*-----------------------------------------------------------------------------------------Layout-------*/

/*-----------------------------------------------PAGE BORDER----*/

/* Originally nabbed from Jon Hicks (http://www.hicksdesign.co.uk/journal/page-borders) */
/* Picked up from  Griffen&Hoxie's 'Hunsecker' Theme (http://themes.barleyhut.com/)     */

/* for the white page border: cribbed from Jon Hicks (http://www.hicksdesign.co.uk/journal/page-borders) */

#top, #bottom, #left, #right {
	background: #fff;
	display: block;
	position: fixed;
	z-index:20;
	margin: 0;
	}
#left, #right {
	top: 0; 
	bottom: 0;
	width: 10px;
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;	
	}
#top, #bottom {
	left: 0; 
	right: 0;
	height: 10px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;	
	}
#bottom {
	border-top: none;
	border-left: 1px dashed #000;	
	border-right: 1px dashed #000;	
	}
#top{
	border-bottom: none;
	border-left: 1px dashed #000;	
	border-right: 1px dashed #000;	
	}
#top { top: 0; }
#bottom { bottom: 0; }
#left { left: 0; }
#right { right: 0; }

/*----------------------------------------------------HEADER----*/

#header {
	left: 10px;
	right: 10px;
	margin: 0 1px;
	z-index:10;
	position: fixed;
	top: 11px;
	height: 125px;
	border-top: 3px solid #000;
	background-image: url('http://tony.thedayjob.net/theblog/images/whitetrans.png');
	padding-top: 10px;
}

/*------------------------------Masthead----*/

#title {
	position: absolute;
	top: 10px;
	width:100%;
	background-image: url('http://tony.thedayjob.net/theblog/images/antenna.png');
	background-repeat: no-repeat;
	background-position: 2.5% -3px;
}
#title span {
	height: auto;
	display: block;
	margin: auto 10%;
	padding: 0;
	padding-right: 20%;
	padding-bottom: .2em;
	width: 75%;
	background-image: url('http://tony.thedayjob.net/theblog/images/anthonypaint.png');
	background-repeat: no-repeat;
	background-position: 90% 0px;
}

/*------------------------------Sub-Header----*/
#top-menu{
	position: absolute;
	width: 100%;
	border-top: 3px solid #000;
	border-bottom: 1px solid #DDDDDD;
	bottom: 0%;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 2px 0;
	text-align:center;
}

#top-menu ul li{
	display: inline;
}

/*-------------------------------------------3 COLUMN CONTENT----*/

/*------------------------------WRAPPER----*/

.wrapper {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	top: 180px;
	padding-bottom: 3%;
	clear:both;
	float:left;
        width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/*-------------------------------------------------3 COLUMNS----*/



	/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.leftbar, #container, .sidebar {
	float:left;
	position:relative;
	padding:0 0 1em 0;		/* only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}

	/* 3 Column settings */

.threecol .colmid {
	right:25%;			/* width of the right column */
}

.threecol .colleft {
	right:50%;			/* width of the middle column */
}

.threecol #container {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol  .leftbar {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right col) + (center col left and right padding) + (left col left padding) */
}

.threecol .sidebar {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus 
						(center column left and right padding) plus 
						(left column left and right padding) plus (right column left padding) */
}

/*------------------FOOTER----*/

div.footer {
	background:#fff;
	border-bottom: 1px dashed #000;
	left: 0px;
	width:100%;
	z-index:10;
	position: fixed;
	bottom:11px;
	}
div.footer ul {
	border-top: 6px double #000;
	margin: 0px;
	padding: 0px;
	padding-left: 1.3em;
	text-align: left;
	}
	div.footer ul li {
		display: inline;
		line-height: 1em;
		}

/*-----------------------------------------------------------------------------------------Style-------*/


/*-----------------------------------------------------------------------------------General Headings----------*/

h1{
	font-family: Georgia, Helvetica, Arial, Sans-serif;
	font-size: 4em;
	font-weight: normal;
}

h2{
	padding: 0;
	margin: 0;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 10px 0;
}

h4#description {
	padding: 0 0 0 0;
	text-align: right;
	margin: 0;
	margin-right: 2em;
	margin-top: -1.2em;
	font-weight: normal;
}
/*-----------------------------------------------------------------------------------General Elements-----------*/

a:link, a:visited{
	text-decoration: none;
	color:#BB0000;
}

a:hover{
	text-decoration: none;
	color: #333;
}

blockquote { font-style: italic; 
	font-family: Georgia, Sans-serif;
	font-size: 90%;
	color: #003; 
	margin: .5em 20px 1.1em 20px; 
	padding: 4px 4px 0px 4px;
	padding-bottom: 0px;
	background: #FFF;
	border-right: 1px dotted #BBB;
	border-bottom: 1px dotted #BBB; 
}

div.entry blockquote p {
	margin-bottom: .2em;
}

.code {
  font-family: Courier, Monospace;
  color: #0066FF;
  width: 435px;
  border: 3px solid #ddd;
  background: #f2f2f2;
  margin: 5px auto;
  padding: 10px;
}

.entry p, .entry ul { 
	margin: 0 0 15px 0; 
	font-family: Georgia, times, serif;
	font-size: 1.05em;
	line-height: 1.36em;
	color: #003;
}

.entry ul, .entry ol { 
	margin: 0 0 15px 10px; 
}
	
.entry ul { 
	list-style-type: none; 
	list-style-position: outside;
	padding-left: 1em;
	text-indent: -1em;
}
	
.entry li { 
	margin: 0 0 10px 10px; 
}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

/*--------------------------------------------------------------------------------------Images-------*/

.entry img {
  max-width: 445px;
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

.footer img {
	border: 0px;
}

/*-------------------------------------------------------------------------------------------HEADER----*/

#title span {
	font-size: 3.25em;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
}

#title span a{
	text-decoration: none;
	color: #000;
}

#title span a:hover{
	text-decoration: none;
	color: #f00;
}

/*---------------------------------------------------------------------------------------NAVIGATION BAR----*/

#top-menu{
	font-family: Georgia, Sans-Serif;
	background: #F5F5F5;
}

#top-menu a{
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	padding: 4px 20px 2px 20px;
}

#top-menu a:hover{
	text-decoration: none;
	background: #DDDDDD;
	color: #000;
}

#top-menu ul li{
	font-size: 11px;
	font-weight: normal;
}

/*--------------------------------------------------------------------------------------------POST----*/

#container {
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background: #fff;
}

.post{
	padding: 0 20px 40px 20px;
}

.post h2{
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-weight: normal;
	font-size: 21px;
	padding: 0;
	margin-top: -4px;
}

.intro {
  font-size: 16px; 
  color: #999; 
  padding: 0; 
  margin: 10px 0; 
}

.entry{
	line-height: 22px;
}

.entry a {
  text-decoration: underline;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
	border-top: 1px dotted #CCC;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 75%;
	color: #BFB8A1;
	border-top: 1px dotted #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata span{
  padding-left: 18px;
  background: url(images/comment.png) no-repeat; 
}

/* "postnav" is the link at the bottom of the page which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 20px 1.8em 20px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC;
	text-align: center; 
	background: none; 
}

.sitemap {
  width: 460px;
  padding: 0 20px;
  margin: 0;
}

.sitemap h2 {
  padding-bottom: 4px;
  border-bottom: 1px dotted #CCC;
}

	

/*--------------------------------------------------------------------------------------SIDEBAR STYLES----*/

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	padding: 10px 5px 7px 5px;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	padding: 4px 2px 2px 2px;
	margin: 0 0 5px 0;
	background: #F5F5F5;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.sidebar ul ul li{
	padding: 4px 0;
	margin: 0;
	line-height: 16px;
	list-style: none;
	font-size: 12px;
}

.sidebar ul ul li.search{
	list-style: none;
}

.sidebar ul ul li .feed{ 
  padding-left: 20px; 
  background: url(images/feed.png) no-repeat; 
}

.sidebar .sub{
	list-style: none;
	margin-left: 0;
}

.sidebar a{
	text-decoration: none;
	color:#BB0000;
	display: block;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #222;
}


table#wp-calendar{
	width: 100%;
}

/*-----------------------------------------------------------------------------------Left Sidebar-------*/

.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
}

.leftbar ul li{
	padding: 10px 5px 7px 5px;
}

.leftbar ul li h2{
	font-family: Georgia, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	padding: 4px 2px 2px 2px;
	margin: 0 0 5px 0;
	background: #F5F5F5;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.leftbar ul ul li{
	padding: 4px 0;
	margin: 0;
	line-height: 16px;
	list-style: none;
	font-size: 12px;
}

.leftbar a{
	text-decoration: none;
	color:#BB0000;
	display: block;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #222;
}

/*-------------------------------------------------------------------------------------Search Form-----*/

#search_form { }

#search_form .search_input { 	
	width: 167px; 
	margin: 2px 0 0 0;
	padding: 2px; 
	color: #333; 
	background: #F5F6CE; 
	font: normal 0.86667em Helvetica, Arial, Verdana, sans-serif; 
	border: 1px solid #eee; 
	border-right-color: #ddd; 
	border-bottom-color: #ddd; 
}
	
#search_form .search_input:focus { 
	background: #fff; 
	border-color: #777; 
	border-right-color: #ccc; 
	border-bottom-color: #ccc; 
}

/*-------------------------------------------------------------------------------------COMMENT FORM----*/

#comment-form{
  width: 465px; 
  margin: 20px 0; 
  padding: 5px 0 15px 0; 
  border: none; 
  background: #FFF; 
  color: #222; 
  font-family: Helvetica, Arial, Sans-serif; 
  font-size: 13px; 
}

.comments-template ol{ 
  margin: 0; 
  list-style: none; 
  padding: 0; 
  border-bottom: none; 
}

.comments-template ol li{ 
  line-height: 18px; 
  margin: 10px 0; 
  padding: 10px; 
}

.comments-template .entry{ 
  padding-bottom: 15px; 
  border-bottom: 1px dotted #ccc;
}

.comments-template h3{ 
  font-family: Helvetica, Arial, Sans-serif; 
  margin: 15px 0 25px 0; 
  text-transform: uppercase; 
  font-size: 14px; 
  font-weight: bold;
  color: #CC0000; 
  padding: 5px; 
}

h3.comments{ 
  margin: 55px 0 25px 0;
  background: #f2f2f2;
}

.commentmetadata{ 
  font-size: 12px; 
  color: #555; 
  padding: 20px 0; 
}

.commentmetadata strong { 
  font-size: 16px; 
}

.comments-template p.nocomments{ 
  padding: 0; 
}

.comments-template input{ 
  border: 1px solid #ccc; 
  background: #eee; 
  padding: 5px; 
  color: #000; 
}

.submit input{ 
  border: 2px solid #ddd; 
  background: #AA0000; 
  cursor: pointer; 
  padding: 5px; 
  color: #FFF; 
}

.comments-template textarea{ 
  font-family: Arial, Hevletica, Georgia, Sans-seriff; 
  font-size: 12px; 
  color: #000; 
  margin: 15px 5px 15px 0; 
  background: #eee; 
  border: 1px solid #ccc; 
  width: 460px; 
}

/*-----------------------------------------------------------------------------------------FOOTER-------*/
div.footer ul li a {
	color: #000;
}
	div.footer ul li a:hover {
		color: #f00;
}