/*  
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/

*/

/* The icons are courtesy of the Silk Icon set - http://www.famfamfam.com/lab/icons/silk/ */

/*------------------------------------------------------------------misc-------*/
img.userpic{
	float:left;
	padding:0 5px 5px 0;
	border: 0 none;
}

.wmv-link,
.mp3-link,
.word-link,
.pdf-link,
.html-link,
.a-link {
	padding: 0 0 4px 20px;
	margin:5px 5px 0 0;
	line-height:20px;
	font-size:80%;
}
.a-link {
	padding: 0 0 4px 4px;
}
.word-link {
	background: #FFF url(images/word-icon.gif) no-repeat 0 0;
}
.pdf-link {
	background: #FFF url(images/pdf-icon.gif) no-repeat 0 0;
}
.html-link {
	background: #FFF url(images/txt-icon.gif) no-repeat 0 0;
}
.mp3-link {
	background: #FFF url(images/mp3-icon.gif) no-repeat 0 0;
}
.wmv-link {
	background: #FFF url(images/wmv-icon.gif) no-repeat 0 0;
}
.addthis_counter a.atc_s {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(images/nsc01.gif);
}	


body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
	color: #333;
}

#wrapper{
	margin: 0 auto;
	width: 970px;
	text-align: left;
	border: none;
	background: #FFF;
}

/*-----------------------------------------------------------------------------------General Headings----------*/
img {
	
	border: 0px none;
}


h1{
	font-family: Georgia, Helvetica, Arial, Sans-serif;
	font-size: 38px;
	font-weight: normal;
	padding: 10px 0 5px 0;
}

h2{
	padding: 0;
	margin: 0;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 10px 0;
}

/*-----------------------------------------------------------------------------------General Elements-----------*/

a:link, a:visited{
	text-decoration: none;
	color:#BB0000;
}

a:hover{
	text-decoration: none;
	color: #333;
}

img { text-align: center
}

blockquote { font-style: italic; 
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 20px 1.5em 20px; 
	padding: 4px 4px 4px 10px;
	background: #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB; 
}

.code {
  font-family: Courier, Monospace;
  color: #0066FF;
  width: 435px;
  border: 3px solid #ddd;
  background: #f2f2f2;
  margin: 5px auto;
  padding: 10px;
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 20px;
}
	

	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

/*--------------------------------------------------------------------------------------Images-------*/

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/*-------------------------------------------------------------------------------------------HEADER----*/

#header a{
	text-decoration: none;
	color: #fff;
}

#header a:hover{
	text-decoration: none;
	color: #ddd;
}

#header #grad{
	background: url(images/grad.jpg) repeat-x;
	display: block;
	width: 100%;
	height: 180px;
}

#header h1, #header h2{
	position:absolute;
	top:-1000px;
}

/*---------------------------------------------------------------------------------------NAVIGATION BAR----*/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}

#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{
	margin: 0 auto;
	width: 900px;
	padding: 2px 0;
}

#top-menu ul li{
	display: inline;
	font-size: 11px;
	font-weight: normal;
}

/*--------------------------------------------------------------------------------------------POST----*/

#container{
	float: left;
	width: 560px;
	padding: 0;
	margin-top: 30px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

.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;
	
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}


p.postmetadata span{
  padding-left: 18px;
  background: url(images/comment.png) no-repeat; 
}

p.postmetadata_links{
	font-size: 75%;
	color: #BFB8A1;
	border-top: 1px dotted #CCC;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

p.postmetadata_links span{
  /* padding-left: 200px; -- removed to put share buttons and postmetadatalinks on the same line*/
  background: url(images/dot.png) no-repeat;
}


.postmetadata {
	clear: left;
}




/* "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{
	float: left;
	width: 195px;
	margin: 20px 0 20px 10px;

	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

.sidebar ul{
	list-style: none;
	margin: 2px;
	padding: 0;
}

.sidebar ul li{
	padding: 5px 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:hover{
	text-decoration: underline;
	color: #222;
}

.sidebar_profile{
	float: left;
	width: 195px;
	margin: 20px 0 20px 10px;
	text-align: center;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

.sidebar_profile{
font-size: 10px;
}



.sidebar_profile ul{
	list-style: none;
	margin: 2px;
	padding: 0;
}

.sidebar_profile ul li{
	padding: 5px 5px 7px 5px;
}

.sidebar_profile 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_profile ul ul li{
	padding: 4px 0;
	margin: 0;
	line-height: 16px;
	list-style: none;
	font-size: 12px;
}

.sidebar_profile ul ul li.search{
	list-style: none;
}

.sidebar_profile ul ul li .feed{
  padding-left: 20px;
  background: url(images/feed.png) no-repeat;
}

.sidebar_profile .sub{
	list-style: none;
	margin-left: 0;
}



.sidebar_profile a:hover{
	text-decoration: underline;
	color: #222;
}




table#wp-calendar{
	width: 100%;
}

/*-----------------------------------------------------------------------------------Left Sidebar-------*/

.leftbar{
	float: left;
	width: 195px;
	margin: 20px 0;

	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}


.leftbar p{
font-size: 10px;
}


.leftbar h5{
font-size: 11px;
}


.leftbar ul{
	list-style: none;
	margin: 2px;
	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;

}

.leftbar a:hover{
	text-decoration: underline;
	color: #222;
}


.leftbar_profile{
	float: left;
	width: 195px;
	margin: 20px 0;
	text-align: center;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}


.leftbar_profile{
font-size: 10px;
}




.leftbar_profile ul{
	list-style: none;
	margin: 2px;
	padding: 0 10px 0 0;
}

.leftbar_profile ul li{
	padding: 10px 5px 7px 5px;
}

.leftbar_profile 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_profile ul ul li{
	padding: 4px 0;
	margin: 0;
	line-height: 16px;
	list-style: none;
	font-size: 12px;
}

.leftbar_profile a{
	text-decoration: none;
	color:#BB0000;

}

.leftbar_profile a:hover{
	text-decoration: underline;
	color: #222;
}


/*-------------------------------------------------------------------------------------Search Form-----*/

input, textarea, select {

	border: 1px solid #C1C0B5;

	background-color: #FAFAF0;

	color: #555;

	font-size: 11px;

	font-family:  Arial, sans-serif;

	}

#search_form .search_input:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#searchform{

width:100%;

}

/*-------------------------------------------------------------------------------------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;
}


.comments-template h4 {
  font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}



.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-------*/

#footer{
	clear: none;
	float: left;
	width: 885px;
	margin: 0;
	padding: 10px 0 5px 0;
	line-height: 18px;
	font-size: 80%;
	text-align: center;
	color: #999999;
	background: #FFFFFF;
	border-top: 1px dotted #CCC;
	border-bottom: none;
}

#footer a{
  color: #777777;
  text-decoration: none;
}
  
#footer a:hover{
  color: #BB0000;
  text-decoration: underline;
}

table.pp-links-table{
	margin: 0 0 15px;
	font-family: Verdana, Arial, Hevletica, Georgia, Sans-seriff; 
	font-size: 12px; 
 }
 
.entry .ngg-gallery-thumbnail {
    padding: 0px; /*BB Dev: prev => padding: 10px */
}

.entry .ngg-gallery-thumbnail img {
margin-bottom:0;
margin-left:-6px;
margin-right:0;
margin-top:-6px;
}
.entry  .ngg-gallery-thumbnail {
	background: url("shadowAlpha.png") no-repeat scroll center bottom transparent !important;
	margin: 5px 0 0 0 !important; /* BB Dev: margin: 10px 0 0 10px !important; */
}
.entry  .ngg-gallery-thumbnail img {
	margin: -6px 6px 6px -6px;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block; 
	padding:0px;
	position:relative;
}
#content {
    margin-bottom: 20px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 20px;
}
#content .toggle {
    font-family: Helvetica,Arial,Georgia,Sans-serif;
	line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 0;
	outline:none;
}
#content ul {
    list-style-type: disc;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#content li {
    margin-left: 20px;
    padding-left: 5px;
}
#content li a {
    font-family: Verdana,Arial,Helvetica,Sans-serif;
    font-size: 12px;
    font-weight: normal;

}
.x-plus {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url("images/plus.gif");
    background-position: 0 1px;
    background-repeat: no-repeat;
}
.x-minus {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url("images/minus.gif");
    background-position: 0 1px;
    background-repeat: no-repeat;
}

.audioplayer_container:before{
	content:"Play: ";
}

#audio_link{border-bottom: 1px solid pink;}

.podPress_imgicon{
	/* position:relative;
	top:5px; */
	margin-right:5px;
	width:13px;
}
.podPressPlayerSpace{
position:absolute;
}

.entry table td{
clear:both;
}
.entry table{
margin-top:-15px;
margin-bottom:15px;
}
.ngg-galleryoverview table{margin-top:0;}
.WP-EmailIcon, .WP-PrintIcon{vertical-align:middle;}

/** Engageya **/
#engageya #git_wrapper_0{border: none !important}
.mejs-container .mejs-controls{
	background: transparent !important;
}
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls{
	background-color: rgba(187, 0, 0, 0.6) !important;
	border-radius: 6px;
}
