/* 
	Theme Name: Austin Bike Zoo
	Theme URL: http://www.austinbikezoo.org/
	Description: bikes
	Author: ABP
	Author URI: http://www.organicthemes.com
	Version: 1.0
	Tags: 
	All Rights Reserved
	Changelog:
	v1.0 - 1.30.09
	New theme
*/

body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin: 0px auto 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left bottom;
	color: #2D2D2C;
	text-transform: none;
	background-image: url(images/bg.jpg);
	}
	
#wrap {
	margin: 0px auto 20px;
        margin-top: 40px;
	padding: 0px 10px;
	padding-bottom: 12px;
	width: 960px;
	box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.2);
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}


/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}

.clear {
	clear: both;
	}

.linerule {
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D2D2C;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {

	/***
	I, Hanna, changed the font-weight to bold.
	****/
	
	font-weight: bold;
	font-style: bold;
	color: #BDD9D1;
	text-decoration: none;
	}
	
a:focus, a:hover, a:active {
	text-decoration: underline;
	}
	
a img {
	border: none;
	padding-top: 0px
	}
/************************************************
*	Header  									*
************************************************/

#wp-calendarLarge td{
	background: none;
	width: 960px;
	height: 90px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#header h1 {
	color: #000000;
	font-size: 36px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #000000;
	font-size: 36px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
.headerleft {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 10px;
	overflow: hidden;
	height: 70px;
	}
	
.headerleft p {
	margin: 0px;
	padding: 0px;
	}
	
#headerimg {
	float: left;
	display: block;
	background: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin: 20px 15px 0px 0px;
	width: 100px;
	height: 40px;
	}
.headerright {
       display: block;
       background: none;
       width: 280px;
       height: 30px;
       z-index: 8;
       margin-left: 850px;
       margin-top: -40px;
        }    
	
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: none;
	width: 960px;
	height: 20px;
	font-size: 18px;
	font-family: 'Quicksand',    normal 400;
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 10px;
        }
	

	
/*** ESSENTIAL STYLES ***/
.ot-menu li:first-child{
	display:none;
	}

.ot-menu li {
	float: left;
	position: static;
	list-style: none;
	}
	

/*** DEMO SKIN ***/

.ot-menu {
	float: right;
	margin-bottom: 5px;
	margin-top: 0px;
	border-top: 10px;
	}
	
.ot-menu a {
	padding: 0px 12px 0px 0px;
	text-decoration: none;
	font-style: normal;
	line-height: none;
	}
	
.ot-menu li li a, .ot-menu li li a:visited {
	color: #000000;
	padding: 2px 2px 2px 5px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
	}
	


.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

	/******
	I, Hanna, changed the color of the top links to white
	*******/

	color: #FFFFFF;

	}
	
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	border-bottom: none;
	color: #F37030;
	
	}

.ot-menu li {
	background: none;
        }
	
	
.ot-menu li li li {
	background:	#FFFFFF;
	border: none;
	}
	
.ot-menu li:hover, .ot-menu li.sfHover {
	}
	
.ot-menu li li:hover, .ot-menu li li.sfHover {
	border: none;
	outline: 0;
	}

.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	color: #F37030;
	border-bottom: none;
	outline: 0;
	}

/*** ARROWS **/


	
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 16px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
	
.ot-menu ul a > .sf-sub-indicator { 
	top: 5px;
	background-position:  0 0; 
	}
	
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

/*** shadows for all but IE6 ***/

	

/************************************************
*	Homepage 					     		    * 
************************************************/

#swfDiv {
	margin: 10px 0 0 10px;
	float: left;
	}
	
#homepagetop {
	float: left;
	display: block;
	width: 960px;
	height: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #000000;
	}
	
	
#homepagetop .featuredimage {
	float: left;
	display: block;
	width: 620px;
	height: 380px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#homepagetop .homewidgets {
	float: right;
	display: block;
	width: 310px;
	height: 380px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	}
	
#homepagetop .homewidgets ul {
	padding: 0px;
	margin: 0px;
	}
	
#homepagetop .homewidgets li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	}
	
#homepagetop .homewidgets ul li {
	list-style: none;
	margin: 0px 0px 20px 0px;
	}
	
#homepagetop .homewidgets ul li ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	}
	
#homepagetop .homewidgets ul li a {
	display: block;
	color: #245472;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 12px;
	padding: 4px 0px 4px 0px;
	}
	
#homepagetop .homewidgets ul li a:hover {
	color: #FF3300;
	text-decoration: none;
	}
	
#content #homepagetop h3 {
	color: #009999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-transform: none;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content #homepagetop h3 a, #content #homepagetop h3 a:visited {
	color: #225472;
	font-style: italic;
	text-decoration: none;
	border: none;
	}
	
#content #homepagetop h3 a:hover {
	color: #245472;
	text-decoration: none;
	border: none;
	}
	
#content #homepagetop h4 {
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #245472;
	}
	
#homepagetop p {
	color: #245472;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content #homepagetop .textwidget a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: bold;
	display: inline;
	}
	
#content #homepagetop .textwidget a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#homepage {
	float: left;
	display: inline;
	clear: both;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#homepage embed, #homepage object {
	width: 250px;
	height: 205px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}
	
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
	
.homepagemid {
	float: left;
	display: block;
	width: 440px;
	margin: 0px;
	padding: 0px;
	}
	
.homepagethumb {
	width: 440px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
	
.homebox {
	list-style:none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#fcg {
	background: #F5F5F5;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	float: left;
	display: block;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	border-top-width: px;
	border-top-style: solid;
	border-top-color: #009999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
	}
	
#contentleft {
	float: left;
	display: block;
	width: 735px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 10px 0px;
	background-image: none;
	}
	

	
#contentarchive {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentarchive .postarea {
	width: 440px;
	margin: 0px;
	padding: 0px;
	}
	
#contentarchive .postimg {
	display: block;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	}
	
#content h1, #content h2 {
	color: #0A2F47;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-variant: normal;
	text-transform: none;
	}
	
#content h1 a, #content h2 a {
	color: #235472;
	text-decoration: none;
	border: none;
	}
	
#content h1 a:hover, #content h2 a:hover {
	color: #173B6D;
	text-decoration: none;
	border: none;
	}
	
#content h3 a, #content h4 a {
	color: #2A4240;
	font-style: normal;
	text-decoration: none;
	border: none;
	}
	
#content h3 a:hover, #content h4 a:hover {
	color: #245472;
	text-decoration: none;
	border: none;
	}
	
#content h5, #content h6 {
	color: #2D2D3A;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#content h5 a, #content h6 a {
	color: #235472;
	text-decoration: none;
	border: none;
	}
	
#content h5 a:hover, #content h6 a:hover {
	color: #F37030;
	text-decoration: none;
	border: none;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#postblock {
	float: left;
	width: 100%;
	border-bottom:1px solid #dddddd;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
	
.postarea a img.nothumb {
	margin: 5px 0px 0px 0px;
	}
	
.postarea iframe {
	display:block;
	height:900px;
	width: 100%;
	overflow: hidden;
	}
	
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	margin:5px 0 8px 0;
	padding: 0;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	margin: 15px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	

	
.postauthor {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postauthor p {
	color: #800000;
	padding: 0px 0px 0px 0px;
	}
	
.postmeta {
	background: none;
	font-size: 11px;
	margin: 5px 0px 25px 0px;
	padding: 5px 10px 5px 10px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BDD7C5;
	border-bottom-color: #BDD9D1;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
#prevLink {
	float: left;
	}
	
#nextLink {
	float: right;
	}
	
#prevLink p, #nextLink p {
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	}

#header #title {
	padding: 0px;
	margin: 0px;
	}

#header #title a {

	/****
	
	UPDATE TO THE LOGO/HEADER

	I, Hanna, removed this line:
	*background: url(images/logo.png) no-repeat;
	I then replaced it with the line of code below.

	****/

	background: url(http://austinbikezoo.org/blog/wp-content/uploads/2015/06/bike-zoo-new-logo1.png)  no-repeat;
	float: left;
	display: block;
	width: 410px;
	height: 95px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 5px;
}




/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
	
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
	
img.alignleft {
	padding: 0px;
	margin: 0px 10px 5px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
	
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
	
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
	
.wp-caption {
	border: 0px solid #DDDDDD;
	text-align: center;
	background-color: #f5f5f5;
	padding: 5px 0px 0px 0px;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
	
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}
	
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar Left 	        			     	* 
************************************************/

#sidebar_left {
	float: left;
	display: inline-block;
	width: 200px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #98D5D1;
	}
	
#sidebar_left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar_right {
	float: right;
	display: inline-block;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#sidebar_right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar_right h4, #sidebar_left h4 {
	margin: 10px 20px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-family: Arial, Helvetica, sans-serif;
	color: #BDD9D1;
	font-style: normal;
	font-size: 14px;
	font-weight: lighter;
	}
	
/************************************************
*	Sidebar Widgets								*
************************************************/

.textwidget p {
	margin: 15px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BDD9D1;
	font-style: italic;
	background-color: #245472;
	}
	
#sidebar_right .widget, #sidebar_left .widget {
	list-style:none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#sidebar_right .widget ul, #sidebar_left .widget ul {
	margin: 0px 0px 0px 0px;
	}
	
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color:#BAD2BC;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	display: block;
	color: #BDD9D1;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 16px;
	padding: 2px 6px 2px 6px;
	margin: 0px 0px 8px 0px;
	border-left: 5px solid #ffffff;
	}
	
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	color:#245472;
	display: block;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	border-left: 5px solid #000000;
	}

/************************************************
*	Footer Top									*
************************************************/

#footertopbg {
	float: left;
	display: block;
	width: 960px;
	margin: 3px auto 20px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #009999;
	}
	
	
#footertop {
	float: left;
	display: block;
	height: 100px;
	background: none;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footertop h4 {
	color: #BDD9D1;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	text-decoration: none;
       }
	
#footertop li {
	text-decoration: none;
	list-style-type: none;
	}
	
#footertop li a, #footertop li a:link, #footertop li a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
	
#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li a {
	background: none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
	
#footertop ul li a:hover {
	color: #FFFFFF;
	display: block;
	}
	
#footertop .widget {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	}
	
#footertop .textwidget {
	color: #FAA525;
	line-height: 0px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	}
	
#footertop .textwidget a {
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
#footertop .textwidget a:hover {
	color: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
.footertopleft {
	width: 133px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 15px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopmidleft {
	width: 133px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 5px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopmidright {
	width: 133px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 5px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopright {
	width: 133px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 5px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopright2 {
	width: 133px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 5px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopright3 {
	width: 133px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 5px;
	padding: 0px 0px 0px 0px;
	}	

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	float: left;
	display: block;
	background: #009999;
	width: 960px;
    }

/************************************************
*	Footer  									*
************************************************/

#footer {
	float:left;
	width: 960px;
	height: 45px;
	color: #036;
	
	}

#footer p {
	margin: 0px;
	padding: 0px;
	}
	
.footerleft {
	color: #00000;
	float: left;
	display: block;
	}
	
.footertop {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 5px 10px 0px 20px;
	}
	
.footertop a {
	color: #000000;
	text-decoration: none;
	}
	
.footertop a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
.footerbottom {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	}
	
.footerbottom a {	

	color: #666666;
	text-decoration: none;
	}
	
.footerbottom a:hover {

	color: #dddddd;
	text-decoration: underline;

	}
	
.footerright {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	}

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

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display: inline;
	border: none;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	}
	
#searchform {
	margin: 5px 0px 0px 0px;
	}
	
#searchformheader {
	float: left;
	display: block;
	width: 180px;
	height: 22px;
	margin: 4px 0px 0px 5px;
	padding: 0px;
	}
	
#searchbox {
	background: #000000;
	width: 180px;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	}
	
#searchbutton {
	background: #555555;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 3px;
	margin: 0px;
	border: none;
	}
	
#s {
	background: #F5F5F5;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: none;
	}
	
#searchsubmit {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: none;
	display: none;
	}
	
#submit {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: none;
	}
	
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 5px;
	border: none;
	}
	
#comment {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	}

/************************************************
*	Comments									*
************************************************/

.commentlist li ul li {
	font-size: 12px;
	}
	
.commentlist li {
	font-weight: bold;
	}
	
.commentlist li .avatar {
	background: #000000;
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
	
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
	
.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 140px;
	padding: 6px 0px 4px 0px;
	margin: 5px 5px 0px 0px;
	}
	
#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
	
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}
	
.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
	
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
	}
	
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children {
	margin: 0px;
	padding: 0px;
	}
	
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply {
	padding: 5px 0px 0px 0px;
	}
	
.reply a, .reply a:visited {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 6px 8px 6px 8px;
	border: none;
	}
	
.reply a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
	
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
.thread-alt {
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	margin: 0px;
	padding: 0px;
	}
	
.even, .alt {
	border: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	}



.vp-player-layout {
	bottom: 0 !important;
	top: 0 !important;
}