/*Theme Name: Fluid 911 ThemeTheme URI: http://www.911-inc.comDescription: Fluid Layout for 911, IncVersion: 1.0Author: Bryon Wells*/
/* Layout styles */
body {
	background: #ddd;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #444;
}
.container {
	background: url('images/page_bg.png') repeat-y top left;
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;
	display: block;
	text-align: left;
}
.dk {
	background-color: #aaa;
}
.dk .container {
	background: url('images/page_bg_dk.png') repeat-y top left;
}
.header {
	padding: 20px;
	position: relative;
}
img.logo {
	float: left;
	border: 0;
	margin: 0;
}
div.leaderboard {
	background: #711 url('images/leaderboard7.png') no-repeat top left;
	height: 190px;
	margin: 0;
	padding: 10px 470px 0 20px;
}
.titlebar {
	background: #771111 url('images/title_bar.png') no-repeat bottom right;
	height: 75px;
	padding: 0 0 0 20px;
}
.content {
	padding: 20px 20px 0 20px;
}
/* Styles for even thirds layout */
.left-third, .double-column, .center-third, .right-third {
	float: left;
	width: 276px;
	padding: 0 20px 0 0;
	border-right: 0px solid #666;
	margin: 0 20px 0 0;
}
.right-third {
	padding: 0;
	border-right: 0;
	margin: 0;
}
/* two thirds wide, left */
.double-column {
	width: 612px;
	padding: 0;
}
.feature-box {
	float: right;
	width: 276px;
	margin: 0 0 20px 20px;
	padding: 20px 20px 0 20px;
	background: #ddd;
}
/* styles for left sub menu layout */
.leftmenu, .main-column, .center-column, .right-column {
	float: left;
	padding: 0 20px 0 0;
	border-right: 0px solid #666;
	margin: 0 20px 0 0;
}
.leftmenu {
	width: 199px;
	border-right: 0;
	padding-right: 20px;
}
.main-column {
	width: 669px;
	padding: 0;
	border-right: 0;
	margin: 0;
}
.center-column {
	width: 429px;
}
.right-column {
	width: 199px;
	padding: 0;
	border-right: 0;
	margin: 0;
}
.footer {
	background: #aaa;
	padding: 20px;
	text-align: left;
}
/* Drop Down Menus */
/* First-level */
#ddmenu {
	float: right;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
	position: relative;
}
#ddmenu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#ddmenu li {
	float: left;
	padding: 0;
	margin: 0 4px 0 4px;
	position: relative;
	list-style: none;
}
#ddmenu a, #ddmenu a:link, #ddmenu a:visited {
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px 0 8px;
	overflow: hidden;
	color: #444;
}
/* First-level current */
#ddmenu li.selected a, #ddmenu li.selected a:link, #ddmenu li.selected a:visited {
	background: #ddd;
	color: #B00;
}
/* First-level parent of hover */
#ddmenu li:hover a, #ddmenu li:hover a:link, #ddmenu li:hover a:visited, #ddmenu li.hover a, #ddmenu li.hover a:link, #ddmenu li.hover a:visited {
	background: #666;
	color: #ddd;
}
/* First level hover */
#ddmenu li:hover a:hover, #ddmenu li:hover a:active, #ddmenu li.hover a:hover, #ddmenu li.hover a:active {
	background: #444;
	color: #fff;
}
/* Second-Level */
#ddmenu ul ul {
	position: absolute;
	top: 30px;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
#ddmenu li:hover ul, #ddmenu li.hover ul {
	left: 0;
}
#ddmenu li li {
	float: left;
	padding: 0;
	margin: 0;
	width: 150px;
}
html>body #ddmenu li li {
	width: auto;
}
#ddmenu li li a, #ddmenu li li a:link, #ddmenu li li a:visited, #ddmenu li:hover li a, #ddmenu li:hover li a:link, #ddmenu li:hover li a:visited, #ddmenu li.hover li a, #ddmenu li.hover li a:link, #ddmenu li.hover li a:visited {
	padding: 0;
	width: 147px;
	padding: 0 0 0 8px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	background: #666;
	color: #ddd;
	font-weight: normal;
}
/* Second-level current */
#ddmenu li li.selected a, #ddmenu li li.selected a:link, #ddmenu li li.selected a:visited {
}
/* Second-level hover */
#ddmenu li li a:hover, #ddmenu li li a:active, #ddmenu li:hover li a:hover, #ddmenu li:hover li a:active, #ddmenu li.hover li a:hover, #ddmenu li.hover li a:active {
	color: #fff;
	background: #444;
}
/* Vertical sub-menus */
.leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftmenu li {
	list-style: none;
	display: none;
}
.leftmenu li a {
	display: none;
}
.leftmenu ul ul {
	margin: 0;
	padding: 0;
}
.leftmenu li.selected {
	display: block;
}
.leftmenu li.selected a {
	display: none;
}
.leftmenu li.selected ul {
	border-top: 1px solid #aaa;
	margin: 0 0 25px 0;
	display: block;
}
.leftmenu li.selected li {
	display: block;
}
/* Link */
.leftmenu li.selected li a, .leftmenu li.selected li a:link, .leftmenu li.selected li a:visited {
	display: block;
	padding: 0 0 0 14px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	color: #666;
	border-bottom: 1px solid #aaa;
}
/* Hover */
.leftmenu li.selected li a:hover, .leftmenu li.selected li a:active {
	color: #444;
	background: #ddd;
}
/* current */
.leftmenu li.selected li.selected a, .leftmenu li.selected li.selected a:link, .leftmenu li.selected li.selected a:visited {
	color: #fff;
	background: #711;
	cursor: default;
	border-bottom: 0;
}
/* Typography & content styles*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.leaderboard h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	margin: 0 0 5px 0;
}
.titlebar h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 75px;
	color: #ffffff;
}
.titlebar h1 a, .titlebar h1 a:link, .titlebar h1 a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.titlebar h1 a:hover, .titlebar h1 a:active {
	color: #ffffff;
	text-decoration: none;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.leaderboard h2 {
	font-weight: normal;
	line-height: 1.4;
	color: #aaa;
	margin: 0 0 30px 0;
}
h3 {
	font-size: 18px;
	color: #B00;
	margin: 0 0 10px 0;
	line-height: 1.4;
	padding: 0;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	line-height: 1;
}
.feature-box h4 {
	margin: 0 0 10px 0;
	padding: 0;
}
p {
	line-height: 1.5;
	margin: 0 0 10px 0;
	font-size: 12px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.wp-caption-text {
	font-size: 11px;
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed #aaa;
	margin: 0;
	width: 100%;
	line-height: 1;
}
.footer p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	color: #444;
}
.footer p strong {
	color: #711;
}
.footer a, .footer a:link, .footer a:visited {
}
a#customer-link, a#customer-link:link, a#customer-link:visited {
	padding: 0 0 0 20px;
	background: url('icons/lock.png') no-repeat center left;
}
a#sitemap-link, a#sitemap-link:link, a#sitemap-link:visited {
	padding: 0 0 0 20px;
	background: url('icons/map.png') no-repeat center left;
}
a, a:link, a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #B00;
}
ul {
	list-style: disc outside;
	margin: 0 0 10px 30px;
	font-size: 12px;
}
li {
	list-style: disc outside;
	line-height: 1.4;
}
ul.features {
	margin: 0 0 20px 0;
}
ul.features li {
	list-style: none;
	padding: 0 0 0 22px;
	margin: 0 0 8px 0;
	line-height: 1.4;
	font-size: 14px;
}
ul.features li.wrench {
	background: url('icons/wrench.png') no-repeat center left;
}
ul.features li.trophy {
	background: url('icons/trophy.png') no-repeat center left;
}
ul.features li.chart {
	background: url('icons/chart.png') no-repeat center left;
}
ul.features li.plug {
	background: url('icons/plug.png') no-repeat center left;
}
ul.features li.arrow {
	background: url('icons/arrow.png') no-repeat center left;
}
.entry {
	border-bottom: 1px dashed #666;
	margin: 0 0 15px 0;
}
.entry h2, .entry h2 a, .entry h2 a:link, .entry h2 a:visited {
	font-size: 16px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px 0;
}
.entry h2 a:hover, .entry h2 a:active {
	text-decoration: underline;
}
p.meta {
	font-size: 10px;
}
p.partner {
  margin-left: 170px;
}
a.button_grey_on_red, a.button_grey_on_red:link, a.button_grey_on_red:visited, a.button_red_on_white, a.button_red_on_white:link, a.button_red_on_white:visited, a.button_grey_on_white, a.button_grey_on_white:link, a.button_grey_on_white:visited {
	height: 35px;
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	background: #ddd url('images/button_grey_on_red.png') no-repeat top left;
	text-decoration: none;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
a.button_grey_on_red span, a.button_grey_on_red:link span, a.button_grey_on_red:visited span, a.button_red_on_white span, a.button_red_on_white:link span, a.button_red_on_white:visited span, a.button_grey_on_white span, a.button_grey_on_white:link span, a.button_grey_on_white:visited span {
	display: block;
	padding: 0 12px 0 0;
	line-height: 35px;
	background: #ddd url('images/button_grey_on_red.png') no-repeat top right;
}
a.button_grey_on_red:hover, a.button_grey_on_red:active, a.button_red_on_white:hover, a.button_red_on_white:active, a.button_grey_on_white:hover, a.button_grey_on_white:active {
	color: #444;
	background: #ddd url('images/button_grey_on_red.png') no-repeat bottom left;
}
a.button_grey_on_red:hover span, a.button_grey_on_red:active span, a.button_red_on_white:hover span, a.button_red_on_white:active span, a.button_grey_on_white:hover span, a.button_grey_on_white:active span {
	background: #ddd url('images/button_grey_on_red.png') no-repeat bottom right;
}
a.button_red_on_white, a.button_red_on_white:link, a.button_red_on_white:visited {
	color: #ddd;
	font-size: 16px;
	margin: 0 10px 20px 0;
	background: #711 url('images/button_red_on_white.png') no-repeat top left;
}
a.button_red_on_white span, a.button_red_on_white:link span, a.button_red_on_white:visited span {
	background: #711 url('images/button_red_on_white.png') no-repeat top right;
}
a.button_red_on_white:hover, a.button_red_on_white:active {
	color: #fff;
	background: #711 url('images/button_red_on_white.png') no-repeat bottom left;
}
a.button_red_on_white:hover span, a.button_red_on_white:active span {
	background: #711 url('images/button_red_on_white.png') no-repeat bottom right;
}
a.button_grey_on_white, a.button_grey_on_white:link, a.button_grey_on_white:visited {
	font-size: 16px;
	margin: 0 10px 20px 0;
	background: #711 url('images/button_grey_on_white.png') no-repeat top left;
}
a.button_grey_on_white span, a.button_grey_on_white:link span, a.button_grey_on_white:visited span {
	background: #711 url('images/button_grey_on_white.png') no-repeat top right;
}
a.button_grey_on_white:hover, a.button_grey_on_white:active {
	background: #711 url('images/button_grey_on_white.png') no-repeat bottom left;
}
a.button_grey_on_white:hover span, a.button_grey_on_white:active span {
	background: #711 url('images/button_grey_on_white.png') no-repeat bottom right;
}
.action-alt {
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
}
.action-alt a, .action-alt a:link, .action-alt a:visited, .action-alt a:hover, .action-alt a:active {
	color: #fff;
}
ul.archives, ul.archives li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.archives a, ul.archives a:link, ul.archives a:visited {
	border-bottom: 1px solid #aaa;
	color: #666;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 20px;
}
.rsslink a, .rsslink a:link, .rsslink a:visited {
	padding: 0 0 0 20px;
	background: url('icons/feed-icon-14x14.png') no-repeat center left;
	color: #444;
}
ul.archives a:hover, ul.archives a:active {
	background: #ddd;
	color: #444;
}
.wp-pagenavi {
	line-height: 1.5;
	margin: 0 0 10px 0;
	font-size: 12px;
	border: none;
	color: #444;
}
.wp-pagenavi span, .wp-pagenavi a {
	border: none;
	margin: 0 10px 0 0;
}
form#searchform {
	margin: 0 0 25px 0;
}
input#s {
	width: 150px;
}
input#searchsubmit {
}
/* COntact Form */
p.side-by-side {
	width: 203px;
	float: left;
	display: block;
}
p.side-by-side#first-sbs {
	margin: 0 20px 0 0;
}
p.side-by-side input {
	width: 100%;
}
p.textarea textarea {
	width: 426px;
}
/* Intrapage tabs */
ul.tabnav {
	padding: 3px 0;
	Margin: 0;
	list-style-type: none;
	text-align: left;
/*set to left, center, or right to align the menu as desired*/
}
.tabnav li {
	display: inline;
	margin: 0;
}
.tabnav li a, .tabnav li a:link, .tabnav li a:visited {
	text-decoration: none;
	position: relative;
	z-index: 1;
	top: 1px;
	padding: 3px 7px;
	margin: 0 3px 0 0;
	border: 1px solid #444;
	color: #aaa;
	background: #444;
}
.tabnav li a:hover, .tabnav li a:active {
	text-decoration: underline;
	color: #fff;
}
.tabnav li a:focus {
	outline: 0;
}
.tabnav li a.selected {
/*selected main tab style */
	position: relative;
	top: 1px;
	background: #fff;
	color: #B00;
	border: 1px solid #666;
	border-bottom-color: #fff;
}
.tabnav li a.selected:hover {
/*selected main tab style */
	text-decoration: none;
}
.tabnav li a.selected:focus {
	outline: 0;
}
.tabholder {
	border: 1px solid #666;
	margin: 0 0 15px 0;
	padding: 10px;
}
.tabcontent {
	display: none;
	overflow: auto;
}
@media print {
.tabcontent {
	display: block !important;
}
}