/* 
	Theme Name: Tubular Light WordPress Theme
	Theme URL: http://www.studiopress.com/themes/tubular
	Description: Tubular is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: two columns, fixed width, black, gray, white, green, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		1.0 - 3/17/09	
*/

 
body {
	background: #EEEEEE url(images/bg.png) repeat-x;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 10px;
	padding: 0px;
	}
	
#wrap {
	width: 960px;
	color: #333333;
	margin: 0px auto 0px;
	padding: 0px 10px 10px 10px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #98CD00;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	color: #222222;
	}
	
.top-ad {
  margin: 10px auto;
  height: 92px;
  width: 730px;
  border: 1px solid #bbb;
  float: right;
}

.top-ad-small {
  margin: 30px 0 10px;
  height: 62px;
  width: 470px;
  border: 1px solid #bbb;
  float: right;
}


	
.headerleft {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 21px 0 5px 0;
	position: relative;
	}
	
.headerleft h3 {
  font-size: 16px;
}

.headerright {
	width: 320px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	}
	
.headerright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}

.headerright a, .headerright a:visited {
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}
	
.headerright a:hover {
	text-decoration: underline;
	}
	
.headerright p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
/************************************************
*	Navbar  									*
************************************************/
	
#navbar {
	width: 958px;
	height: 40px;
	background: #FFFFFF url(images/navbar.png);
	margin: 0px auto 15px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #BBBBBB;
	}
	
.navbarleft {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.navbarright {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	}

#nav {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #333333;
	display: block;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0px;
	padding: 11px 20px 12px 20px;
	border-right: 1px solid #CCCCCC;
	}

#nav li a:hover, #nav li a:active {
	background: #FFFFFF url(images/navhover.png);
	color: #333333;
    margin: 0px;
	padding: 11px 20px 12px 20px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #FFFFFF;
	width: 150px;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #F7F7F7;
	color: #333333;
	padding: 7px 10px 7px 10px;
	
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 170px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #FFFFFF url(images/navhover.png);
	color: #333333;
    margin: 0px;
	padding: 11px 20px 12px 20px;
	text-decoration: none;
	}

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

#content-block {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#content-block .titles {
	width: 455px;
	float: left;
}

.entry .facebook {
	float: right;
	width: 70px;
	margin: 0 10px;
	height: 60px;
}
#content-block .facebook iframe {
        width: 100px;
}


#content-block h1 {
	color: #333333;
	background: none;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
	
#content-block h1 a, #content-block h1 a:visited {
	color: #730003;
	background: none;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0 0;
	}
	
#content-block h1 a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#content-block h3 {
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 16px 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#content-block p {
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	}
	
#content-block #hpbottom .videos .videosleft .tweetmeme_button {
	display: none;
}

#content-block #hpbottom .videosright .vlinks {
  position: absolute;
  bottom: 14px;
  left: 253px;
}

.vlinks li {
  padding-right: 20px;
}

.date {
	font-weight: bold;
	}


	
#featuredvideo {
        position: relative;
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	

#featuredvideo embed, #featuredvideo object {
	width: 598px; 
	height: 340px;
	margin: 0px; 
	padding: 0px;
	}
	
#featuredvideo .videoborder .tweetmeme_button {
	margin-bottom 10px
	float: left;
}
	
.videoborder p {
	border: 5px solid #BBBBBB;
	clear: both;
	}

.videoborder h3 {
	margin 10px 4px;
	padding 14px 2px !important;
}

.videoborder .sociable {
	margin: 4px;
}

.sociable {
  clear: both;
}

.videoleft {
	float: left;
	margin: 0px;
	}
	
.videoright {
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.vlinks {
	font-size:16px;
	position:absolute;
	right:-10px;
	line-height:24px;
}

.entry .vlinks {
        top: 446px;
}
	
#hpbottom {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#hpbottom embed, #hpbottom object {
	width: 200px; 
	height: 136px;
	margin: 0px; 
	padding: 0px;
	}
	
#hpbottom .sociable {
	display: none;
}

#hpbottom h2 {
	font-family: Arial, Verdana, Tahoma;
	padding: 4px;
}
	
.videos {
	background: #FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #BBBBBB;
	position: relative;
	}
	
.videosleft {
	width: 210px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.videosright {
	width: 390px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
.videosright p {
	font-size: 13px !important;
}

.videosright .tags {
  padding-top: 5px;
	width: 400px;
}

.videosright .vlinks li {
  list-style-type: none;
  float: left;
  line-height: 24px;
}
	
.videos embed, .videos object {
	width: 600px; 
	height: 300px;
	margin: 0px; 
	padding: 0px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	color: #333333;
	margin: 0px auto 0px;
	padding: 0px;
	display: inline;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#contentfull {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#contentleft h1, #contentfull h1 {
	color: #333;
	background: none;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	width: 455px;
	}
	
#contentleft h1 a, #contentleft h1 a:visited {
	color: #999999;
	background: none;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}

#contentleft h1 a:hover {
	color: #98CD00;
	text-decoration: none;
	}

#contentleft h3 {
	background: #F7F7F7;
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom: 1px solid #BBBBBB;
	}
	
#contentleft h3 a, #contentleft h3 a:visited {
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}

#contentleft h3 a:hover, #contentwide h3 a:hover {
	color: #98CD00;
	text-decoration: none;
	}

#contentleft h4 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft embed, #contentleft object {
	width: 610px; 
	height: 345px;
	margin: 0px; 
	padding: 0px;
	clear: both;
	}

.postarea {
	background: #FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #BBBBBB;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

.postarea ul li {
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	clear: both;
	}
	
.entry {
	margin: 0px;
	padding: 15px 15px 0px 15px;
	position: relative;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #CCCCCC;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postdate {
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postdate p {
	margin: 0px;
	padding: 0px;
	}

.postmeta {
	background: #F7F7F7;
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top: 1px solid #BBBBBB;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.archive {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	}
	
/************************************************
*	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 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 		        	    	        * 
************************************************/

#sidebar {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 20px;
	}
	
#sidebar h2 {
	background: #F7F7F7;
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 10px 4px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom: 1px solid #BBBBBB;
	}
	
#sidebar .widget  {
	background: #FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #BBBBBB;
	}

#sidebar .widget_tag_cloud {
        padding: 0px 1px 5px 1px;
}
	
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: #FFFFFF;
	padding: 5px 10px 0px 10px;
	margin: 0px;
	}
	
#sidebar ul li li a, #sidebar ul li li a:visited {
	color: #730003;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li ul li a:hover {
	color: #111;
	}
	
.textwidget {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	}	
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 958px;
	height: 30px;
	background: #FFFFFF url(images/footbar.png);
	font-size: 11px;
	margin: 0px auto 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #BBBBBB;
	}
	
#footer a, #footer a:visited {
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	}
	
#footer a:hover {
	color: #98CD00;
	text-decoration: underline;
	}
	
#footer p {
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 8px;
	}

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

#cat {
	background: #F7F7F7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 278px;
	color: #333333;
	font-size: 14px;
	margin: 10px 0px 5px 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #CCCCCC;
	}
	
#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	}
	
#searchbox {
	background: #F7F7F7 !important;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 230px;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	padding: 5px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #CCCCCC;
	}
	
#searchbutton {
	background: #F7F7F7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma;
	letter-spacing: 2px;
	padding: 2px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	padding: 4px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #CCCCCC;
	}
	
#submit {
	background: #F7F7F7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333333;
	font-family: Verdana, Arial, Tahoma;
	letter-spacing: 2px;
	padding: 2px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	}
	
/************************************************
*	Comments									*
************************************************/

.commentsarea {
	background: #FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #BBBBBB;
	}
	
#content-block .commentsarea h3 {
	padding: 6px 0 0 14px;
}
	
.commentsstuff {
	margin: 0px;
	padding: 15px;
	}	
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #CCCCCC;
	float: right;
	border: 1px solid #BBBBBB;
	margin: 0px 5px 0px 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: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond {
	margin: 0px;
	padding: 0px;
	}	

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.commententry {
	margin: 0px;
	padding: 0px;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #F7F7F7;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #BBBBBB;
	}
	
.reply a:hover {
	background: #98CD00;
	color: #333333;
	text-decoration: none;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

#suckerfishnav {
    font-size:13px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    text-decoration:none;
    padding:0px 18px;
    color: #730003;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:131px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    z-index: 1000;
    }
#suckerfishnav li li {
    width:129px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:normal;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:3px 10px;
    width:80px;
    font-size:13px;
    color:#fff;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    }
#suckerfishnav li li:hover {
    background:#730003;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#bbb;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#730003;
    }
    
li.rborder {
  border-right: 1px solid #ccc;
}
    
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #98CD00;
    display: block;
    float: left;
    font: normal 14px Verdana, arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a#buy-now {
    color: #730003;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.rating a.button span {
  color: #333;
}

.price {
  padding: 0px 5px;
}

.price span.dollar {
  display: inline;
  color: #730003;
}

.price span.dollar-gray {
  display: inline;
  color: #aaa;
}

.clicky {
  position: absolute;
  z-index: 100;
  background: transparent;
  height: 140px;
  width: 200px;
  bottom: 14px;
  left: 15px;
}

/* Tooltip */

a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
	color: #333;
	font-size: 12px;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}

#mytweetbox{
  margin: 5px 0 5px 22px;
}

.subscribe2-ask{
  padding-left: 8px;
}

.subscribe2-ask p{
  padding: 2px 0;
}
  
.subscribe2-ask p #email-box{
  margin-left: 8px;
  width: 180px;
}

.subscribe2-ask .subyes{
  margin-left: 80px;
}

.widget_text{
  background: none !important;
  border: none !important;
}

.widget_text .textwidget{
  padding: 0;
}

.contest #hpbottom{
  width: 610px;
}

.contest #hpbottom h2{
  font-family: Arial,Tahoma,Verdana;
  color: #333333;
}

.contest #hpbottom .videos{
  padding: 5px;
  width: 600px;
  margin-top: 5px;
}

.contest #hpbottom .videos embed, .contest #hpbottom .videos object{
  height: 136px;
  margin: 0;
  padding: 0;
  width: 200px;
}

.contest .vlinks {
  position: relative !important;
  margin-top: 10px;
  top: 0px;
  left: 0px !important;
}

.contest #hpbottom .videos .videosright h3 {
  padding: 0 0 4px;
  background: none;
  border: none;
}

.contest #hpbottom .videos .videosright h3 a {
  color: #730003;
  font-weight: bold;
}
   
.contest .facebook {
  float: right;
  height: 60px;
  margin: 0 10px;
  width: 70px;
}
