/*
THEME NAME: Street Legal TV
THEME URI:
DESCRIPTION: The new Street Legal TV theme.
VERSION: 2.0
AUTHOR: PowerTV
AUTHOR URI:
TAGS:
*/

.wp-email P {
	text-align: left;
}
.wp-email label {
	font-weight: bold;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
}
.Button {
}
#wp-email-required {
	font-weight: bold;
}
#wp-email-button {
	text-align: center;
}
#wp-email-popup {
	padding: 1em 1em 0;
}
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
	font-family:"HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	color:#fff;
}
#sb-container {
	position:fixed;
	margin:0;
	padding:0;
	top:0;
	left:0;
	z-index:999;
	text-align:left;
	visibility:hidden;
	display:none;
}
#sb-overlay {
	position:relative;
	height:100%;
	width:100%;
}
#sb-wrapper {
	position:absolute;
	visibility:hidden;
	width:100px;
}
#sb-wrapper-inner {
	position:relative;
	border:1px solid #303030;
	overflow:hidden;
	height:100px;
}
#sb-body {
	position:relative;
	height:100%;
}
#sb-body-inner {
	position:absolute;
	height:100%;
	width:100%;
}
#sb-player.html {
	height:100%;
	overflow:auto;
}
#sb-body img {
	border:none;
}
#sb-loading {
	position:relative;
	height:100%;
}
#sb-loading-inner {
	position:absolute;
	font-size:14px;
	line-height:24px;
	height:24px;
	top:50%;
	margin-top:-12px;
	width:100%;
	text-align:center;
}
#sb-loading-inner span {
	background:url(images/loading.gif) no-repeat;
	padding-left:34px;
	display:inline-block;
}
#sb-body, #sb-loading {
	background-color:#060606;
}
#sb-title, #sb-info {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}
#sb-title, #sb-title-inner {
	height:26px;
	line-height:26px;
}
#sb-title-inner {
	font-size:16px;
}
#sb-info, #sb-info-inner {
	height:20px;
	line-height:20px;
}
#sb-info-inner {
	font-size:12px;
}
#sb-nav {
	float:right;
	height:16px;
	padding:2px 0;
	width:45%;
}
#sb-nav a {
	display:block;
	float:right;
	height:16px;
	width:16px;
	margin-left:3px;
	cursor:pointer;
	background-repeat:no-repeat;
}
#sb-nav-close {
	background-image:url(images/close.png);
}
#sb-nav-next {
	background-image:url(images/next.png);
}
#sb-nav-previous {
	background-image:url(images/previous.png);
}
#sb-nav-play {
	background-image:url(images/play.png);
}
#sb-nav-pause {
	background-image:url(images/pause.png);
}
#sb-counter {
	float:left;
	width:45%;
}
#sb-counter a {
	padding:0 4px 0 0;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}
#sb-counter a.sb-counter-current {
	text-decoration:underline;
}
div.sb-message {
	font-size:12px;
	padding:10px;
	text-align:center;
}
div.sb-message a:link, div.sb-message a:visited {
	color:#fff;
	text-decoration:underline;
}
.hidden {
	display: none;
}
/* Resolves a problem where cancel link shows up in default blue */
#sb-loading a {
	color: #fff;
	text-decoration: none;
}
/* Two-column with sidebar on left from the /examples/ folder  */

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

div#container {
	float:left;
	margin:0 -200px 0 0;
	width:100%;
}
#main-container {
	background:#FFF;
}
div#content {
	margin:0 200px 0 0;
}
div.sidebar {
	float:right;
	overflow:hidden;
	width:180px;
}
div#secondary {
	clear:right;
}
div#footer {
	clear:both;
	width:100%;
}
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:14px;
	font-family:inherit;
}
body {
	line-height:1.5;
}
caption {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* typography.css */
html {
	font-size:100.01%;
}
body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
}
h5 a {
	font-size:18px;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin-bottom: 15px;
line-height: 20px;
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color:#000;
}
a {
	color:#009;
	text-decoration:underline;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0;
}
ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:3.333em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	width:100%;
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0 !important;
	padding-right:0 !important;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* forms.css *//*
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
*/
/* grid.css */
.container {
	width:950px;
	margin:0 auto;
}
.showgrid {
	background:url(src/grid.png);
}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
	float:left;
	margin-right:10px;
}
.last, div.last {
	margin-right:0;
}
.span-1 {
	width:30px;
}
.span-2 {
	width:70px;
}
.span-3 {
	width:110px;
}
.span-4 {
	width:150px;
}
.span-5 {
	width:190px;
}
.span-6 {
	width:230px;
}
.span-7 {
	width:270px;
}
.span-8 {
	width:310px;
}
.span-9 {
	width:350px;
}
.span-10 {
	width:390px;
}
.span-11 {
	width:430px;
}
.span-12 {
	width:470px;
}
.span-13 {
	width:510px;
}
.span-14 {
	width:550px;
}
.span-15 {
	width:590px;
}
.span-16 {
	width:630px;
}
.span-17 {
	width:670px;
}
.span-18 {
	width:710px;
}
.span-19 {
	width:750px;
}
.span-20 {
	width:790px;
}
.span-21 {
	width:830px;
}
.span-22 {
	width:870px;
}
.span-23 {
	width:910px;
}
.span-24, div.span-24 {
	width:950px;
	margin-right:0;
}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
	border-left-width:1px!important;
	border-right-width:1px!important;
	padding-left:5px!important;
	padding-right:5px!important;
}
input.span-1, textarea.span-1 {
	width:18px!important;
}
input.span-2, textarea.span-2 {
	width:58px!important;
}
input.span-3, textarea.span-3 {
	width:98px!important;
}
input.span-4, textarea.span-4 {
	width:138px!important;
}
input.span-5, textarea.span-5 {
	width:178px!important;
}
input.span-6, textarea.span-6 {
	width:218px!important;
}
input.span-7, textarea.span-7 {
	width:258px!important;
}
input.span-8, textarea.span-8 {
	width:298px!important;
}
input.span-9, textarea.span-9 {
	width:338px!important;
}
input.span-10, textarea.span-10 {
	width:378px!important;
}
input.span-11, textarea.span-11 {
	width:418px!important;
}
input.span-12, textarea.span-12 {
	width:458px!important;
}
input.span-13, textarea.span-13 {
	width:498px!important;
}
input.span-14, textarea.span-14 {
	width:538px!important;
}
input.span-15, textarea.span-15 {
	width:578px!important;
}
input.span-16, textarea.span-16 {
	width:618px!important;
}
input.span-17, textarea.span-17 {
	width:658px!important;
}
input.span-18, textarea.span-18 {
	width:698px!important;
}
input.span-19, textarea.span-19 {
	width:738px!important;
}
input.span-20, textarea.span-20 {
	width:778px!important;
}
input.span-21, textarea.span-21 {
	width:818px!important;
}
input.span-22, textarea.span-22 {
	width:858px!important;
}
input.span-23, textarea.span-23 {
	width:898px!important;
}
input.span-24, textarea.span-24 {
	width:938px!important;
}
.append-1 {
	padding-right:40px;
}
.append-2 {
	padding-right:80px;
}
.append-3 {
	padding-right:120px;
}
.append-4 {
	padding-right:160px;
}
.append-5 {
	padding-right:200px;
}
.append-6 {
	padding-right:240px;
}
.append-7 {
	padding-right:280px;
}
.append-8 {
	padding-right:320px;
}
.append-9 {
	padding-right:360px;
}
.append-10 {
	padding-right:400px;
}
.append-11 {
	padding-right:440px;
}
.append-12 {
	padding-right:480px;
}
.append-13 {
	padding-right:520px;
}
.append-14 {
	padding-right:560px;
}
.append-15 {
	padding-right:600px;
}
.append-16 {
	padding-right:640px;
}
.append-17 {
	padding-right:680px;
}
.append-18 {
	padding-right:720px;
}
.append-19 {
	padding-right:760px;
}
.append-20 {
	padding-right:800px;
}
.append-21 {
	padding-right:840px;
}
.append-22 {
	padding-right:880px;
}
.append-23 {
	padding-right:920px;
}
.prepend-1 {
	padding-left:40px;
}
.prepend-2 {
	padding-left:80px;
}
.prepend-3 {
	padding-left:120px;
}
.prepend-4 {
	padding-left:160px;
}
.prepend-5 {
	padding-left:200px;
}
.prepend-6 {
	padding-left:240px;
}
.prepend-7 {
	padding-left:280px;
}
.prepend-8 {
	padding-left:320px;
}
.prepend-9 {
	padding-left:360px;
}
.prepend-10 {
	padding-left:400px;
}
.prepend-11 {
	padding-left:440px;
}
.prepend-12 {
	padding-left:480px;
}
.prepend-13 {
	padding-left:520px;
}
.prepend-14 {
	padding-left:560px;
}
.prepend-15 {
	padding-left:600px;
}
.prepend-16 {
	padding-left:640px;
}
.prepend-17 {
	padding-left:680px;
}
.prepend-18 {
	padding-left:720px;
}
.prepend-19 {
	padding-left:760px;
}
.prepend-20 {
	padding-left:800px;
}
.prepend-21 {
	padding-left:840px;
}
.prepend-22 {
	padding-left:880px;
}
.prepend-23 {
	padding-left:920px;
}
div.border {
	padding-right:4px;
	margin-right:5px;
	border-right:1px solid #eee;
}
div.colborder {
	padding-right:24px;
	margin-right:25px;
	border-right:1px solid #eee;
}
.pull-1 {
	margin-left:-40px;
}
.pull-2 {
	margin-left:-80px;
}
.pull-3 {
	margin-left:-120px;
}
.pull-4 {
	margin-left:-160px;
}
.pull-5 {
	margin-left:-200px;
}
.pull-6 {
	margin-left:-240px;
}
.pull-7 {
	margin-left:-280px;
}
.pull-8 {
	margin-left:-320px;
}
.pull-9 {
	margin-left:-360px;
}
.pull-10 {
	margin-left:-400px;
}
.pull-11 {
	margin-left:-440px;
}
.pull-12 {
	margin-left:-480px;
}
.pull-13 {
	margin-left:-520px;
}
.pull-14 {
	margin-left:-560px;
}
.pull-15 {
	margin-left:-600px;
}
.pull-16 {
	margin-left:-640px;
}
.pull-17 {
	margin-left:-680px;
}
.pull-18 {
	margin-left:-720px;
}
.pull-19 {
	margin-left:-760px;
}
.pull-20 {
	margin-left:-800px;
}
.pull-21 {
	margin-left:-840px;
}
.pull-22 {
	margin-left:-880px;
}
.pull-23 {
	margin-left:-920px;
}
.pull-24 {
	margin-left:-960px;
}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
	float:left;
	position:relative;
}
.push-1 {
	margin:0 -40px 1.5em 40px;
}
.push-2 {
	margin:0 -80px 1.5em 80px;
}
.push-3 {
	margin:0 -120px 1.5em 120px;
}
.push-4 {
	margin:0 -160px 1.5em 160px;
}
.push-5 {
	margin:0 -200px 1.5em 200px;
}
.push-6 {
	margin:0 -240px 1.5em 240px;
}
.push-7 {
	margin:0 -280px 1.5em 280px;
}
.push-8 {
	margin:0 -320px 1.5em 320px;
}
.push-9 {
	margin:0 -360px 1.5em 360px;
}
.push-10 {
	margin:0 -400px 1.5em 400px;
}
.push-11 {
	margin:0 -440px 1.5em 440px;
}
.push-12 {
	margin:0 -480px 1.5em 480px;
}
.push-13 {
	margin:0 -520px 1.5em 520px;
}
.push-14 {
	margin:0 -560px 1.5em 560px;
}
.push-15 {
	margin:0 -600px 1.5em 600px;
}
.push-16 {
	margin:0 -640px 1.5em 640px;
}
.push-17 {
	margin:0 -680px 1.5em 680px;
}
.push-18 {
	margin:0 -720px 1.5em 720px;
}
.push-19 {
	margin:0 -760px 1.5em 760px;
}
.push-20 {
	margin:0 -800px 1.5em 800px;
}
.push-21 {
	margin:0 -840px 1.5em 840px;
}
.push-22 {
	margin:0 -880px 1.5em 880px;
}
.push-23 {
	margin:0 -920px 1.5em 920px;
}
.push-24 {
	margin:0 -960px 1.5em 960px;
}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
	float:right;
	position:relative;
}
.prepend-top {
	margin-top:1.5em;
}
.append-bottom {
	margin-bottom:1.5em;
}
.box {
	padding:1.5em;
	margin-bottom:1.5em;
	background:#E5ECF9;
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
	visibility:hidden;
}
.clearfix:after, .container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
:focus {
	outline:none;
}
body {
	background: #212121 url('images/background.jpg') no-repeat center top;
	color:#232323;
	padding-top: 38px;
}
#fauxbg {
	height:0;
	background: url('images/fauxbg.gif');
	position:relative;
	top:-30px;
}
div#container {
	background: url('images/sidebar-repeat.png') right repeat-y;
	margin-top: 0 !important;
	min-height:705px;
}
body.home div#container {
	margin-top: 0;
}
/* Removes the backgrounds for the wide templates */
body.page-template-template-project-cars-php div#container, body.page-template-template-project-cars-php div.sidebar, body.page-template-template-project-cars-php div#content, body.page-template-about-us-php div#container, body.page-template-about-us-php div.sidebar, body.page-template-about-us-php div#content, body.page-template-page_no_sidebar-php div#container, body.page-template-page_no_sidebar-php div#content, body.page-template-page_no_sidebar-php div.sidebar {
	background: none;
}
#main-container {
	background:#fff;
	position:relative;
	top:-28px;
}
.home #main-container {
/*     top:-12px; */
}
h4, h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.entry-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
h3.entry-title, h3.entry-title a, .post .entry-title, .post .entry-title a {
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:0;
	margin-top:0;
	text-decoration:none;
}
h3.entry-title a:hover, .post .entry-title a:hover {
	/*     color:#ff6600; */
	color: #004667;
	text-decoration:none;
}
div.sidebar h3 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#232323;
}
a {
	/*     color:#ff3333; */
	color: #004667;
	text-decoration:none;
	font-weight: bold;
}
.gray, .gray a {
	color:#757575;
	font-size: 18px;
}

/******************************************Header*************************************************/

#powertvbar {
	background:url("images/powertvbar-bg.png") repeat-x scroll center bottom transparent;
	height:24px;
	left:0;
	padding:1px 0;
	position:absolute;
	top:0;
	width:100%;
}
div#ptvbar-links li.ptvlogo {
	padding-right:10px;
	position:relative;
	top:2px;
}
#ptvbar-links {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1000px;
}
#joinform {
	position:relative;
	top:-5px;
	left:-15px;
}
div#ptvbar-links li {
	color:#FF0000;
	display:inline;
	font-size:11px;
	padding:0;
	text-shadow:0 1px 0 #FFFFFF;
	text-transform:uppercase;
}
div#ptvbar-links ul a {
	font-weight: bold;
	margin-right:1em;
	text-decoration:none;
	color:#999;
	font-size:11px;
}
div#ptvbar-links ul a:hover {
	margin-right:1em;
	text-decoration:none;
	color:#ff0000;
}
div#ptvbar-links ul {
	height:16px;
	list-style-type:none;
	margin:0;
	padding:0;
}
/* PTVBar Ticker */

div#ptvbar-ticker {
	float: right;
	height: 22px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 2px;
	width: 425px;
	z-index: 999;
}
div#ptvbar-ticker li {
	display: block;
	margin: 0;
	padding: 0;
	text-transform: none;
}
div#ptvbar-ticker li span {
	display: block;
	float: right;
	height: 21px;
}
div#ptvbar-ticker li span.origin {
	background: url('images/ptvbar-ticker.png') right top no-repeat;
	padding-right: 10px;
}
div#ptvbar-ticker li span.origin a {
	color: #900000;
}
div#ptvbar-ticker li span.origin a:hover {
	color: #009;
}
div#ptvbar-ticker li span.link {
	display: block;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 10px;
}
div#ptvbar-ticker li span.link a {
	font-weight: normal;
}
div#ptvbar-ticker ul li a {
	color: #004871;
	margin: 0;
	padding: 0;
}
div#ptvbar-ticker ul li a:hover {
	margin: 0;
	padding: 0;
}
/* end ptvbar ticker */


li.ptvjoin {
	float:right;
	height:0;
	padding:0 !important;
	position:relative;
	top:-3px;
}
div#header {
	height: 70px;
}
#headerright {
	float:left;
	position:relative;
	top:5px;
	width:300px;
}
#header h1 {
	font-size:0;
	line-height:0;
	margin-bottom:-12px;
	z-index: 9999;
	position: relative;
}
#blog-title {
	background: transparent url(images/streetlegalTV.png) left top no-repeat;
	float:left;
	height:75px;
	margin-bottom: 0px;
	margin-left: -5px;
	margin-top: -5px;
	position: relative;
	text-indent:-9999px;
	width:263px;
	z-index: 9999;
}
#blog-description {
	background: transparent url(images/streetlegalTV.png) right top no-repeat;
	display: none;
	height:81px;
	margin-bottom: -5px;
	margin-top: -10px;
	position: relative;
	text-indent:-9999px;
	width: 390px;
	z-index: 9999;
}
#joinform input[type="text"] {
	width:144px;
}
.post-info hr {
	margin:0 0 5px;
	height:1px;
}
/* Signup Box in Header */

div#signup {
	background: url('images/signup.png') right top no-repeat;
	height: 68px;
	position: absolute;
	right: 0;
	top:-13px;
	width: 311px;
}
div#signup h3 {
	display: none;
}
div#signup p {
	color: #fff;
	float: right;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	margin: 5px 0 0 0;
	width: 180px;
}
div#signup form {
	clear: both;
	padding-top: 2px;
}
div#signup form input {
	background: none;
	border: none;
	color: #666;
	font-size: 12px;
	height: 22px;
	margin-left: 55px;
	width: 149px;
}
div#signup form button {
	background: none;
	border: none;
	width: 98px;
	height: 28px;
	text-indent: -999em;
}
div#signup form button:hover {
	cursor: pointer;
	background: url('images/signup-over.gif')
}
/* end signup box in header */


/************************************END****Header************************************************/

/**************************************** Top Stories ********************************************/
.top-stories {
	margin-bottom:20px;
	margin-top:5px;
}
.top-stories-left {
	float:left;
	background:transparent url(images/top_stories_bg.gif) no-repeat;
	height:133px;
	width:34px;
}
.top-stories-right {
	float:left;
}
.top-stories-post {
	float:left;
	margin-right:17px;
	width:194px;
}
.top-stories-post-image {
	border:3px solid #ff6600;
	height:127px;
	width:190px;
}
.top-stories-post-title {
	color:#555555;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:10px;
	line-height:15px;
	text-decoration:none !important;
}
.top-stories-post-title:hover {
	color:#ff6600;
}
/*********************************END**** Top Stories ********************************************/
#container {
	position:relative;/*     top:-22px; */
}
.container {
	width:998px;
}
#content-wide {
	width:770px;
	margin:0 330px 0 0 !important;
	padding:15px;
}
#wrapper {
}
#header {
	z-index:2;
	position:relative;
}
#container {
	margin:0 -330px 0 0 !important;
}
#blog-title a {
	display:block;
	height:70px;
	width:263px;
}
div#content {
	padding:15px;
	margin:0 318px 0 0 !important;
	background: url('images/contaner-shadow.png') left top repeat-x;
}
body.single div#content {
	overflow: hidden;
	width: 647px;
}
body.single div.entry-content {
	width: 647px !important;
}
.entry-title, .entry-meta {
	clear:both;
}
div#container, div#primary {
}
form#commentform .form-label {
	margin:1em 0 0;
}
form#commentform span.required {
	background:#fff;
	color:#CC3300;
}
form#commentform, form#commentform p {
	padding:0;
}
input#author, input#email, input#url, textarea#comment {
	padding:0.2em;
}
div.comments ol li {
	margin:0 0 3.5em;
}
textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}
.form-newsletter {
	float:left;
}
.alignright, img.alignright {
	float:right;
	margin:1em 0 0 1em;
	text-align:right;
	border:1px solid #CCCCCC;
	padding: 5px;
}
.alignleft, img.alignleft {
	float:left;
	margin:1em 1.4em 0 0;
	border:1px solid #CCCCCC;
	padding: 5px;
}
.aligncenter, img.aligncenter {
	display:block;
	margin:1em auto;
	border:1px solid #CCCCCC;
	padding: 5px;
}
div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}
p.wp-caption-text {
	/* font-style:italic;*/
   	background: #333333 none repeat scroll 0 0;
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	margin:0;
	padding:10px;
	text-align:left;
}
p.wp-caption-text a {
	color:#999999;
	font-size:11px;
	font-weight: bold;
}
div.gallery dl {
	margin:1em auto;
	overflow:hidden;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
}
div.gallery dl.gallery-columns-1 {
	width:100%;
}
div.gallery dl.gallery-columns-2 {
	width:45%;
	margin: 10px;
}
div.gallery dl.gallery-columns-3 {
	width:30%;
	margin: 10px;
}
div.gallery dl.gallery-columns-4 {
	width:20%;
	margin: 10px;
}
div.gallery dl.gallery-columns-5 {
	width:15%;
	margin: 10px;
}
div#nav-above {
	margin-bottom:1em;
}
div#nav-below {
	margin-top:1em;
}
div#nav-images {
	height:150px;
	margin:1em 0;
}
div.navigation {
	height:1.25em;
}
div.navigation div.nav-next {
	float:right;
	text-align:right;
}
div.menu ul li, div.gallery dl, div.navigation div.nav-previous {
	float:left;
}
div#header, div#footer {
}
input#author, input#email, input#url, div.navigation div {
	width:50%;
}
div.gallery *, div.sidebar div, div.sidebar h3, div.sidebar ul {
	margin:0;
	padding:0;
}
.ln .sb_post_image {
	margin-top:10px;
	height:98px;
}
div#footer {
	background:#464646;
	color:#FFF;
}
#footer img {
	border: none;
}
div#footer a {
	color:#FFF;
	border: none;
}
#access {
	clear:both;
	position: relative;
	z-index: 300;
}
ul, ol {
	padding-left:1.333em;
}
/******************************************* About Page *******************************************/
ul#staff-list, #staff-list ol {
	padding-left:0;
	list-style-type:none;
}
.staff-latest-stories h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}
ul#staff-list {
	list-style-type:none;
	margin:0;
}
.staff-name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.staff-title {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	left:5px;
	position:relative;
	text-transform:uppercase;
	top:-1px;
}
.staff-photo {
	float:left;
}
.staff-profile {
	float:left;
	padding-left:15px;
	width:360px;
}
.staff-latest-stories {
	float:right;
	width:235px;
}
.staff-view-stories img {
/*   position:relative;
    top:3px;
    left:5px; */
}
.staff-view-stories, .staff-view-stories a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
#staff-list hr.dashed {
	margin:0 0 1.5em;
}
.staff-profile hr.dashed {
	margin:0 0 .5em !important;
}
.staff-latest-stories hr.dashed {
	margin: 0 0 .5em !important;
}
p.staff-view-stories {
	margin:0.5em 0 !important;
}
p.staff-bio {
	margin:0 0 .5em !important;
}
.post_image-latest {
	border:3px solid #ff6600;
	height:61px;
	margin-bottom:5px;
	max-width:90px;
	overflow:hidden;
}
.latest_story-link {
	float:right;
	font-size:12px;
	font-weight:bold;
	padding:4px 0;
	text-transform:uppercase;
	width:125px;
	line-height:15px;
}
#staff-list h4, #staff-list h5 {
	margin-bottom:0.2em;
}
#staff-list h4 img, #staff-list h5 img {
	margin-bottom:0.3em;
}
#staff-list hr {
	margin:0 0 0.5em;
}
#bpart {
	float:right;
	font-weight:bold;
	height:0;
	left:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	top:-80px;
}
.page-template-about-us-php #content-wide {
	padding:0 15px 15px;
}
.page-template-about-us-php h3 {
	margin-bottom:0.5em;
}
/************************************END*** About Page *******************************************/

/**************************************** Product Cars *******************************************/

.project-car-orderby {
	border-bottom:1px solid #E1E1E1;
	height:23px;
	margin-bottom:10px;
	text-align:right;
}
.project-car-orderby a {
	color: #ff5500;
	text-decoration:none;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	background-color:#e1e1e1;
	border:1px solid #e1e1e1;
	margin:0 -2.5px;
}
a.active-orderby {
	background-color:#FFF;
	color:#666666;
}
a.middle-orderby {
	border-left:1px solid #cbcbcb;
	border-right:2px solid #cbcbcb;
}
.car-cat {
}
.car-cat-left {
	float:left;
	width:300px;
}
.car-cat-right {
	float:right;
	width:450px;
}
#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:7px;
}
#content h3 a {
	font-size:20px;
	font-weight:bold;
}
.car-cat-name {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:7px;
}
.car-cat-title {
	padding-bottom:10px;
}
.car-cat-name h3 a {
	text-transform:uppercase;
	margin-bottom:3px;
	font-size: 18px;
}
.latest-updates-heading h4 {
	margin-bottom:15px;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
.latest-updates-heading {
}
.car-cat-image {
	background-color:#666666;
	height:195px;
	padding:3px;
}
.car-cat-name img {
	margin-bottom:7px;
}
.car-cat-links {
	background:transparent url(images/all-updates-bg.jpg) repeat scroll 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:19px;
	padding:12px 0;
	text-align:center;
	width:100%;
}
.car-cat-name {
	font-family:Arial, Helvetica, sans-serif;
}
.car-cat-links a {
	text-decoration:none;
	color:#FFF;
	padding:0 3px;
}
.project-car h2 {
	margin:0;
}
/***********************************END** Product Cars *******************************************/
.latest-post {
	float:left;
	margin:0 16px 0 0;
	width:100px;
}
.latest-post-image {
	height:67px;
	overflow:hidden;
}
.latest-post-title {
	color:#ff6600;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	padding-bottom:15px;
	padding-top:10px;
}
.latest-post-title a {
	text-decoration:none;
	font-size:11px;
}
hr.dashed {
	background: transparent url(images/dash.gif);
	height:5px;
	margin-bottom:15px;
}
hr.dashed-minor {
	margin-bottom: 5px;
}
.links {
	float:left;
	width:100%;
	font-size:11px;/*  margin:0 0 10px;*/
}
.links a {
	text-decoration:none;
	color:#ff3333;
	font-size:11px;
}
.home .links {
	margin:0;
}
.comments-count {
	/*     background: transparent url(images/comments_icon.jpg) no-repeat scroll 0 0; */
    float:right;
	/*     color:#ff3333; */
	color: #004667;
	font-weight:bold;
	margin-bottom: 0;
	padding-left:20px;
	position: relative;
	top: 10px;
	font-size:11px;
}
.comments-count span {
	background: url('images/comment-bg.png') left top no-repeat;
	color: #990000;
	display: block;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: 15px;
	margin: -2px 5px 0 0;
	text-align: center;
	width: 21px;
}
.comments-count a {
	/* 	color:#ff3333; */
	color: #004667;
	font-size:11px;
	text-decoration: none;
}
.comments-count a:hover {
	/* 	color:#ff6600; */
	color: #000;
	text-decoration:underline;
}
.posted-in {
	background: transparent url(images/dash.gif) left top repeat-x;
	color:#990000;
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
}
.posted-in-in {
	background: transparent url(images/dash.gif) left bottom repeat-x;
	padding: 7px 0 7px 0;
	margin-bottom:10px;
}
.posted-in p {
	color: #7c7c7c;
	float: left;
	font-size: 11px;
	margin: 0;
	width: 370px;
}
.posted-in ul {
	float: right;
	margin: 0;
	list-style-type: none;
}
.posted-in ul li, .post-actions li {
	display: block;
	line-style-type: none;
	float: left;
	margin: 0 0 0 10px;
}
.posted-in ul li a, .post-actions li a {
	color: #7c7c7c;
	display: block;
	font-weight: normal;
	padding: 0 0 0 20px;
}
.posted-in ul li.email a, .post-actions li.email a {
	background: url('images/email.jpg') left 2px no-repeat;
}
.posted-in ul li.facebook a, .post-actions li.facebook a {
	background: url('images/facebook.jpg') left top no-repeat;
}
.posted-in ul li.twitter a, .post-actions li.twitter a {
	background: url('images/twitter.jpg') left top no-repeat;
}
.posted-in ul li.print a, .post-actions li.print a {
	background: url('images/print.jpg') left top no-repeat;
}
.posted-in a {
	text-decoration:none;
	font-size:11px;
}
.posted-by {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
	color:#000000;
	font-size:11px;
	width: 400px;
}
.posted-by p {
	margin: 5px 0 0 0;
	font-size: 10px;
}
.posted-by img {
	float: left;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
}
.posted-by a {
	color: #004667;
}
.posted-by-name {
	font-weight:bold;
	font-size:11px;
}
.posted-by-name a {
	/* 	color:#ff3333; */
	color: #004667;
	font-size:11px;
	text-decoration: none;
}
.posted-by-name a:hover {
	color:#000;
	text-decoration:none;
	font-size:11px;
}
.email-post {
	float:left;
	margin:0 10px 0 0;
	font-weight:bold;
}
.facebook {
	float:left;
	margin:0 10px;
	font-weight:bold;
}
.facebook img {
	position: relative;
	top: 1px;
}
.twitter {
	float:left;
	margin:0 10px;
	font-weight:bold;
}
.home .facebook a, .home .twitter a, .home .email-post a {
	text-decoration:none;
	color:#000;
	font-weight:lighter;
}
.home .sidebar {
/* 	margin-top:18px; */
}
.print {
	float:left;
	margin:0 10px;
	font-weight:bold;
}
.links-top {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
}
/*.links-bottom{
    background:transparent url(images/border.jpg) repeat-x scroll left bottom;
    padding-bottom:10px;
}*/

.links-bottom {
	margin-bottom: 3px;
}
.links-bottom a {
	color: #343434;
	font-weight: normal;
	font-size: 11px;
}
.related-photos {
	clear:both;
	height:150px;
	width:2000px;
}
.related-photos-image {
	margin-right:12px;
	float:left;
}
.related-photos-gallery {
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
}
.related-photos-gallery h3 {
	margin-bottom:10px;
}
#post-19 h2 {
	background: url(images/about_pg-banner.jpg);
}
.page-item-17, .page-item-19, .page-item-22 {
	display:none;
}
div.sidebar {
	/*     margin-top:15px; */
    width:321px;
	background: url('images/sidebar-repeat.png') left repeat-y;
}
body.home div.sidebar {
	margin-top: 0px;
}
div.sidebar div.wrap {
	background: url('images/sidebar-top.png') right top no-repeat;
	padding-top: 10px;
}
body.single div.sidebar div.wrap {
	padding-top: 10px;
}
.sidebar ul {
	padding-top: 100px;
	position: relative;
	left: 12px;
	width:300px;
}
div.narrow {
	margin-top:15px;
	float:right;
	overflow:hidden;
	width:180px;
	font-size:14px;
	font-weight:bold;
	margin-right:15px;
}
.sidebar_each_post {
	padding:10px !important;
}
.narrow ul {
	width:180px;
}
div.sidebar input#s {
	color: #aaa;
	width:7em;
}
div.sidebar li {
	list-style:none;
	margin:0 0 10px;
	font-size:12px;
}
.sidebar a {
	text-decoration:none;
	font-size:12px;
}
div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}
div.sidebar ul ul {
	margin:0;
}
div.sidebar ul ul li {
	list-style:none;
	margin:0;
}
div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}
div.sidebar ul ul ul li {
	list-style:circle;
}
.sidebar {
	font-size:14px;
	font-weight:bold;
}
li.grey-box {
	background:#e1e1e1;
	clear:both;
}
/**************************************Sidebar Widgets********************************************/
#categories, .grey-with-border {
	background:#f9f8f8;
	padding:15px;
	border: 1px solid #e9e9e9;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
}
.grey-with-border .sidebar_each_post {
	padding:0 !important;
}
#categories a {
	font-size:12px;
	padding:5px;
}
#categories h3 {
	color:#707070;
	background:url(images/cat-title-sb.png) no-repeat;
	text-indent:-9999px;
}
#categories li {
	background:transparent url(images/catbg.png) no-repeat;
	list-style-type:none;
	margin-bottom:0;
	padding:1px;
	width:151px;
}
#categories li:hover {
	background:transparent url(images/catbg.png) no-repeat -157px 0;
}
#categories li a {
	color:#fff;
	text-decoration:none;
}
#categories ul {
	margin:0 !important;
}
#categories .children {
	display:none;
}
#categories ul li:hover ul.children {
	display:block !important;
}
#categories .children li {
	background:none;
	list-style-image: url('images/listimg.png');
	list-style-type:circle;
	list-style-position:inside;
	margin-bottom:5px;
	width:151px;
}
#categories .children li a {
	color:#ff6600;
	text-transform:uppercase;
	margin-left:-10px;
	verticle-align:bottom;
}
/*.latest-post-image img {
    clip:rect(0px, 100px, 67px, 0px);
    overflow: hidden;
    position:absolute;
}*/
.grey-box .sidebar_each_post img {
	overflow: hidden;
}
.sb_post_image {
	height:136px;
	overflow:hidden;
}
.sbs_widget .sidebar_each_post, .leftcol-side {
	float:left;
	font-size:11px;
	margin:0;
	overflow:hidden;
	padding:0 !important;
	width:145px;
	line-height:14px;
}
.leftcol-side .sidebar_each_post {
	padding:8px 0 !important;
	border-bottom: dotted 1px #c1c1c1;
	margin-bottom: 2px;
	margin-right: 10px;
}
.leftcol-side .sb_post_image {
	border:3px solid #ff6600;
	height:67px;
	overflow:hidden;
	padding-right:0;
	width:100px;
}
.sbs_widget .even {
	margin-right:10px;
}
.sbs_widget .sb_post_image {
	height:95px;
	overflow:hidden;
	padding-top:15px;
}
.grey-box .sb_post_text {
	margin-top: -13px;
}
.cat .sb_post_text {
	margin-top: -15px;
}
.botm .sb_post_text {
	margin-top: 10px;
}
div.sb_post_text {
	margin-top: 5px;
	line-height:13px;
}
.leftcol-side .sb_post_text {
	margin-top:5px;
	line-height:13px;
}
.sidebar {
	position:relative;/*     top:-34px; */
}
.sb_post_cat {
	background: transparent url(images/t-gray.png);
	color:#FFFFFF;
	font-size:11px;
	position:relative;
	text-indent:5px;
	text-transform: uppercase;
	top:-22px;
	padding:3px !Important;
}
.pcu .sb_post_text {
/* position: relative;
    top:-10px;
    margin-top:0 !Important;*/
    }
.wcat .sb_post_text {
	margin-top: -13px;
}
.rsslv {
	float:left;
	padding-top:5px;
	width:145px;
}
.rsslv img {
	width:120px;
	margin:10px auto;
}
.RSS_TITLE {
	display:block;
	width:120px;
	font-size:11px;
	line-height:13px;
	text-transform: uppercase;
}
.RSS_DESC {
	font-size: 0px;
	line-height:0px;
	width:0px;
	color:#FFFFFF;
}
.rsslv.odd {
	padding-right: 5px;
}
div.menu ul li ul a {
	height: auto !important;
	margin-right:0 !important;
}
div.menu ul li ul {
}
.auls-img {
	float:left;
	overflow:hidden;
	padding:5px 0 0 0;
}
.ad_big_pad {
	margin-bottom:10px;
}
.leftcol-side {
	float:left;
	width:136px !important;
	margin:0 4px 0 0 !important;
}
.rightcol-side {
	float:right;
	margin:0 !important;
	width:160px !important;
}
/* Top Stories Widget */

li#topstories {
	position: relative;
}
li#topstories h3.widgettitle {
	background: url('images/header-topstories.png') left top no-repeat;
	height: 36px;
	text-indent: -999em;
	width: 300px;
}
li#topstories div.textwidget {
	background: #f3f3f3;
	border: 1px solid #848484;
	padding: 2px 10px 0 0;
}
li#topstories p.view-all {
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 6px;
}
li#topstories p.view-all a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#topstories p.view-all a:hover {
	text-decoration: none;
	color:#CCC;
}
li#topstories ul {
	margin: 0 0 5px -5px;
	padding: 0;
	width: 285px;
}
li#topstories ul li {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 2px 0;
}
li#topstories ul li div.thumb {
	/*
	background: #fff;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
*/
	float: left;
	margin: 3px 0 3px 0;
	padding: 3px;
}
li#topstories ul li div.title {
	clear: both;
	/* 	float: right; */
	margin: 5px 0 15px 0;/* 	width: 220px; */
}
li#topstories ul li div.title a {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
/* Latest News Widget */

li#latestnews {
	position: relative;
}
li#latestnews h3.widgettitle {
	background: url('images/header-latestnews.png') left top no-repeat;
	height: 36px;
	text-indent: -999em;
	width: 300px;
}
li#latestnews div.textwidget {
	background: #f3f3f3;
	border: 1px solid #848484;
	padding: 2px 10px 0 0;
}
li#latestnews p.view-all {
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 6px;
}
li#latestnews p.view-all a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#latestnews p.view-all a:hover {
	text-decoration: none;
	color:#CCC;
}
li#latestnews ul {
	margin: 0 0 5px -5px;
	padding: 0;
	width: 285px;
}
li#latestnews ul li {
	float: left !important;
	width: 140px;
	margin: 0 2px 0 0;
	padding: 2px 0;
}
li#latestnews ul li div.thumb {
	/*
	background: #fff;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
*/
	float: left;
	margin: 3px 0 3px 0;
	padding: 3px;
}
li#latestnews ul li div.title {
	clear: both;
	/* 	float: right; */
	margin: 5px 0 15px 0;/* 	width: 220px; */
}
li#latestnews ul li div.title a {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
/* New Products Widget */

li#newproducts {
	position: relative;
}
li#newproducts h3.widgettitle {
	background: url('images/header-newproducts.png') left top no-repeat;
	height: 36px;
	text-indent: -999em;
	width: 300px;
}
li#newproducts div.textwidget {
	background: #f3f3f3;
	border: 1px solid #848484;
	padding: 2px 10px 0 0;
}
li#newproducts p.view-all {
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 6px;
}
li#newproducts p.view-all a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#newproducts p.view-all a:hover {
	color: #CCC;
	text-decoration: none;
}
li#newproducts ul {
	margin: 0 0 5px -5px;
	padding: 0;
	width: 285px;
}
li#newproducts ul li {
	float: left !important;
	width: 140px;
	margin: 0 2px 0 0;
	padding: 2px 0;
}
li#newproducts ul li div.thumb {
	/*
	background: #fff;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
*/
	float: left;
	margin: 3px 0 3px 0;
	padding: 3px;
}
li#newproducts ul li div.title {
	clear: both;
	/* 	float: right; */
	margin: 5px 0 15px 0;/* 	width: 220px; */
}
li#newproducts ul li div.title a {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
/* Send Feedback or News Widget */

li#text-35 {
	background: #000 url('images/widget-sendfeedback.png') top repeat-x;
	border: 1px solid #000;
	-webkit-border-radius: 0;
}
li#text-38 {
	margin: 0px;
}
li#text-38 div.textwidget, li#text-35 div.textwidget {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
}
li#text-38 ul, li#text-35 ul {
	margin: 0 0 0 10px;
	padding: 0;
	left: 0;
	top: 0;
	width: auto;
}
div.sidebar li#text-38 li, div.sidebar li#text-35 li {
	display: block;
	float: left !important;
	margin-right: 5px;
	width: 34px;
}
li#text-38 li a, li#text-35 li a {
	display: block;
	height: 34px;
	text-indent: -999em;
	width: 34px;
}
li#text-38 h3.widgettitle, li#text-35 h3.widgettitle {
	background: url('images/header-sendfeedback.png') left top no-repeat;
	display: none;
	float: left;
	height: 35px;
	margin-right: 0;
	margin: 10px 5px 10px 7px;
	text-indent: -999em;
	width: 166px;
}
li.sendfeedback-button {
	margin: 0 5px 0 0 !important;
	position: relative;
	width: 166px !important;
}
li.sendfeedback-button a {
	background: url('images/header-sendfeedback.png') left top no-repeat;
	float: left;
	height: 35px;
	text-indent: -999em;
	width: 166px !important;
}
li.sendfeedback-button a:hover {
	background: url('images/header-sendfeedback-on.png') left top no-repeat;
}
li.facebook-button a {
	background: url('images/widget-buttons.png') left top no-repeat;
}
li.twitter-button a {
	background: url('images/widget-buttons.png') -40px top no-repeat;
}
li.rss-button a {
	background: url('images/widget-buttons.png') right top no-repeat;
}
/* Launch Video Player Widget */

p.widget-button-launch {
	height: 31px;
	width: 300px;
}
p.widget-button-launch a {
	background: url('images/widget-launchvideoplayer.png') left top no-repeat;
	display: block;
	height: 31px;
	text-indent: -999em;
	width: 300px;
}
/* New Products Showcase Widget */

li#execphp-9, li#newshowcase {
	position: relative;
}
li#execphp-9 h3.widgettitle, li#newshowcase h3.widgettitle {
	background: url('images/header-newproducts.png') left top no-repeat;
	height: 32px;
	text-indent: -999em;
	width: 300px;
}
li.widget div.execphpwidget, li#newshowcase div.textwidget {
	background: #f3f3f3;
	border: 1px solid #848484;
	padding: 2px 10px 0 0;
}
li#newshowcase p.view-all {
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 6px;
}
li#newshowcase p.view-all a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#newshowcase p.view-all a:hover {
	color: #CCC;
	text-decoration: none;
}
li#newshowcase ul {
	margin: 0 0 5px -5px;
	padding: 0;
	width: 285px;
}
li#newshowcase ul li {
	background: url('images/widget-hr.png') bottom repeat-x;
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 2px 0;
}
li#newshowcase ul li div.thumb {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:2px solid #BEBEBE;
	border-right:2px solid #BEBEBE;
	float:left;
	height:50px;
	margin:3px 0;
	overflow:hidden;
	padding:0;
	width:50px;
}
li#newshowcase ul li div.title {
	float:right;
	line-height:14px;
	margin:5px 0 0;
	width:225px;
}
li#newshowcase ul li div.title a {
	font-size: 9pt;
	font-weight: bold;
}
/* Dragzine Breaking News Widget */

li#execphp-9, li#breakingnews {
	position: relative;
}
li#execphp-9 h3.widgettitle, li#breakingnews h3.widgettitle {
	background: url('images/header-dragzinebreakingnews.png') left top no-repeat;
	height: 32px;
	text-indent: -999em;
	width: 300px;
}
li.widget div.execphpwidget, li#breakingnews div.textwidget {
	background: #f3f3f3;
	border: 1px solid #848484;
	padding: 2px 10px 0 0;
}
li#breakingnews p.view-all {
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 6px;
}
li#breakingnews p.view-all a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#breakingnews p.view-all a:hover {
	color: #CCC;
	text-decoration: none;
}
li#breakingnews ul {
	margin: 0 0 5px -5px;
	padding: 0;
	width: 285px;
}
li#breakingnews ul li {
	background: url('images/widget-hr.png') bottom repeat-x;
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 2px 0;
}
li#breakingnews ul li div.thumb {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:2px solid #BEBEBE;
	border-right:2px solid #BEBEBE;
	float:left;
	height:50px;
	margin:3px 0;
	overflow:hidden;
	padding:0;
	width:50px;
}
li#breakingnews ul li div.title {
	float:right;
	line-height:14px;
	margin:5px 0 0;
	width:225px;
}
li#breakingnews ul li div.title a {
	font-size: 9pt;
	font-weight: bold;
}
/* Event Coverage Widget */

li#eventcoverage {
	position: relative;
}
li#eventcoverage h3 {
	background: url('images/heading-eventcoverage.png') left top no-repeat;
	display: block;
	height: 32px;
	text-indent: -999em;
	width: 300px;
}
li#eventcoverage ul {
	margin: 0 0 0 -12px;
	padding: 0;
}
li#eventcoverage ul li {
	margin: 0;
	padding: 0;
	position:r elative;
}
li#eventcoverage div.title {
	background: url('images/widget-shadow.png') left top no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width:280px;
}
li#eventcoverage div.title a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
li#eventcoverage div.title a:hover {
	color: #0294D9;
}
li#eventcoverage p.view-all {
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 6px;
	z-index: 500;
}
li#eventcoverage p.view-all a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#eventcoverage p.view-all a:hover {
	text-decoration: none;
	color:#CCC;
}
/* Models Widget */

li#models {
	position: relative;
}
li#models h3 {
	background: url('images/header-dragzinemodels.png') left top no-repeat;
	display: block;
	height: 32px;
	text-indent: -999em;
	width: 300px;
}
li#models ul {
	margin: 0 0 0 -12px;
	padding: 0;
}
li#models ul li {
	margin: 0;
	padding: 0;
	position:r elative;
}
li#models div.title {
	background: url('images/widget-shadow.png') left top no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 280px;
}
li#models div.title a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
li#models div.title a:hover {
	color: #0294d9;
}
li#models p.view-all {
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 6px;
}
li#models p.view-all a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#models p.view-all a:hover {
	text-decoration: none;
	color:#CCC;
}
/* Dragzine Project Cars */

li#projectcars h3 {
	background: url('images/header-dragzineprojectcars.png') left top no-repeat;
	display: block;
	height: 32px;
	margin-bottom: 10px;
	text-indent: -999em;
	width: 300px;
}
li#projectcars ul {
	margin-left: -10px;
	float: left;
	margin-top:-7px;
}
li#projectcars ul li {
	background: #fff;
	display: block;
	float: left !important;
	margin: 0 3px 2px 0;
	padding: 3px;
	-webkit-border-radius: 0;
}
li#projectcars ul li.last {
	padding-right: 0;
	/* 	margin-right: 0; */
	width: 54px;
}
li#projectcars ul li a {
	display: block;
	height: 51px;
	text-indent: -999em;
	width: 51px;
}
li#projectcars-gma a {
	background: url('images/projectcars-gma.png') left top no-repeat;
}
li#projectcars-max a {
	background: url('images/projectcars-max.png') left top no-repeat;
}
li#projectcars-gpa a {
	background: url('images/projectcars-gpa.png') left top no-repeat;
}
li#projectcars-nova a {
	background: url('images/projectcars-nova.png') left top no-repeat;
}
li#projectcars-666 a {
	background: url('images/projectcars-666.png') left top no-repeat;
}
li#projectcars-air a {
	background: url('images/projectcars-air.png') left top no-repeat;
}
/* Dragzine Project Cars Latest */

li#projectcars {
	font-size:12px;
	list-style:none outside none;
	margin:0px;
}
li#projectcars-latest {
	background: #f3f3f3;
	border: 1px solid #848484;
	clear: both;
	position: relative;
	-webkit-border-radius: 0;
}
li#projectcars-latest h3 {
	background: url('images/header-latestprojectcarupdates.png') left top no-repeat;
	display: block;
	height: 11px;
	margin: 10px 0 10px 10px;
	text-indent: -999em;
	width: 198px;
}
li#projectcars-latest p.view-all {
	position: absolute;
	right: 10px;
	top: 5px;
}
li#projectcars-latest p.view-all a {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#projectcars-latest p.view-all a:hover {
	color: #000c36;
	text-decoration: none;
}
li#projectcars-latest div.thumb {
	float: left;
	margin: 0 10px 10px 0;
}
li#projectcars-latest div.title {
	float: left;
	line-height: 12px;
	width: 160px;
}
li#projectcars-latest div.title a {
	font-size: 11px;
	line-height: 13px;
}
li#projectcars-latest div.title span {
	display: block;
	text-transform: uppercase;
	width: 160px;
}
li#projectcars-latest div.title span a {
	font-size: 12px;
	color: #000;
	line-height: 12px;
}
/* Dragzine Bloggers Widget */

li#bloggers {
	position: relative;
}
li#bloggers h3.widgettitle {
	background: url('images/header-dragzinebloggers.png') left top no-repeat;
	height: 32px;
	text-indent: -999em;
	width: 300px;
}
li#bloggers div.textwidget {
	background: #f3f3f3;
	border: 1px solid #848484;
	padding: 2px 10px 0 0;
}
li#bloggers p.view-all {
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 6px;
}
li#bloggers p.view-all a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#bloggers p.view-all a:hover {
	color: #CCC;
	text-decoration: none;
}
li#bloggers ul {
	margin: 0 0 5px -5px;
	padding: 0;
	width: 285px;
}
li#bloggers ul li {
	background: url('images/widget-hr.png') bottom repeat-x;
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
}
li#bloggers ul li div.thumb {
	background: #fff;
	/*
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
*/
	float: left;
	margin: 3px 0 3px 0;/* 	padding: 3px; */
}
li#bloggers ul li .photo {
	width: 50px;
	height: 50px;
}
li#bloggers ul li div.title {
	float: right;
	line-height: 14px;
	margin: 5px 0 0 0;
	width: 220px;
}
li#bloggers ul li div.title a {
	font-size: 11px;
	font-weight: bold;
}
li#bloggers div.title span a {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	width: 160px;
	color: #000000;
}
/* Dragzine Sponsor Wire */

li#sponsorwire {
	background: #28343b url('images/sponsorwire-bg.png') left top repeat-x;
	border: 1px solid #3b474e;
	-webkit-border-radius: 0;
	position: relative;
}
li#sponsorwire h3 {
	background: url('images/header-sponsorwire.png') left top no-repeat;
	display: block;
	height: 32px;
	width: 218px;
	text-indent: -999em;
}
li#sponsorwire p.view-all {
	font-size: 10px;
	position: absolute;
	right: 8px;
	top: 10px;
	color: #28343b;
	font-weight: normal;
}
li#sponsorwire p.view-all a {
	background: url('images/icon-rss.png') right top no-repeat;
	color: #28343b;
	font-size: 10px;
	font-weight: normal;
	padding-right: 23px;
	padding: 4px 25px 6px 0;
	text-decoration: underline;
}
li#sponsorwire div.textwidget {
	background: #fff;
	border: 1px solid #000;
	height: 360px;
	margin: 5px;
	overflow-y: scroll;
	overflow-x: hidden;
}
li#sponsorwire div.textwidget li {
	background: url('images/widget-hr.png') left bottom repeat-x;
	padding: 9px 0;
	width: 250px;
}
li#sponsorwire div.thumb {
	float:left;
	height:50px;
	overflow:hidden;
	width:50px;
}
li#sponsorwire div.title {
	width: 190px;
	float: right;
	font-size: 11px;
}
li#sponsorwire div.title a {
	font-size: 10px;
	color: #000;
	line-height: 12px;
}
li#sponsorwire div.title span {
	display: block;
	font-size: 9px;
	font-weight: normal;
	color: #000;
}
li#sponsorwire div.title span a {
	color: #004667;
	font-weight: bold;
}
/*********************************END**Category Widget********************************************/

 /************************************** MENUE CSS ***********************************************/

 div.menu {
	background:transparent url(images/menu-new.png) left top no-repeat;
	height:48px;
	left:-16px;
	margin-bottom:16px;
	padding-left: 3px;
	position:relative;
	width:1018px;
	z-index:2;
}
div.menu a {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000000;
	text-transform:uppercase;
}
div.menu ul li {
	margin-top: 2px;
}
div.menu ul ul li {
	margin-top: 0;
}
div.menu ul, div.menu ul ul {
	list-style:none;
	margin-left:-12px;
	padding-top:2px;
}
div#footer-links ul, div#footer-links ul ul {
	list-style:none;
	margin-left:0;
	padding-top:2px;
}
div.menu ul a {
	display:block;
	/*margin-right:1em;*/
    padding:0;
	text-decoration:none;
}
div.menu ul ul ul {
	display:none !Important;
}
ul.children {
	display:none !important;
}
div.menu ul li ul {
	left:-999em;
	position:absolute;
}
div.menu ul li:hover ul {
	left:auto;
	margin-left: 0;
}
div.menu ul li ul {
	background:#333;
	width:auto;
	padding:5px;
}
div.menu ul li ul a {
	color:#FFF;
	font-family:"Arial";
	text-shadow:none;
	font-size:11px;
	padding:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none !important;
	text-indent: 3px !important;
	background: #333;
	font-weight:bold;
	width: auto;
	float:none;
	display:block;
}
div.menu ul li ul a:hover {
	color:#000;
	background-color:#fff !important;
	width: auto;
}
/****************************************top menue CSS********************************************/
.small_nav-link a {
	font-size:10px !important;
	position:relative;
	top:3px;
}
.round_button {
	position:relative;
	top:-22px;
}
.menu li:hover, .menu li.current_page_item {
	background: #333;
}
#footer-links li:hover, #footer-links li.current_page_item {
	background: transparent;
}
.menu li.round_button:hover {
	background: transparent !important;
}
li.page-item-3 a {
	background:url("images/topmenu_news.png") no-repeat scroll 4px 8px transparent;
	height:32px;
	margin-right:7px;
	text-indent:-9999px;
	width:52px;
}
li.page-item-5 a {
	background:url("images/topmenu_tech.png") no-repeat scroll 2px 8px transparent;
	height:32px;
	margin-right:3px;
	text-indent:-9999px;
	width:49px;
}
li.page-item-7 a {
	background:url("images/topmenu_features.png") no-repeat scroll 4px 8px transparent;
	height:32px;
	margin-right:5px;
	text-indent:-9999px;
	width:85px;
}
li.page-item-9 a {
	background:url("images/topmenu_projectcars.png") no-repeat scroll 6px 8px transparent;
	height:32px;
	margin-right:6px;
	text-indent:-9999px;
	width:116px;
}
li.page-item-11 a {
	background:url("images/topmenu_eventcoverage.png") no-repeat scroll 5px 8px transparent;
	height:32px;
	margin-right:3px;
	text-indent:-9999px;
	width:156px;
}
li.page-item-13 a {
	background:url("images/topmenu_forum.png") no-repeat scroll 2px 8px transparent;
	height:32px;
	margin-right:5px;
	text-indent:-9999px;
	width:83px;
}
li.page-item-15 a {
	background:url("images/topmenu_videos.png") no-repeat scroll 5px 8px transparent;
	height:32px;
	margin-right:4px;
	text-indent:-9999px;
	width:68px;
}
li.page-item-16 a {
	background:url("images/topmenu_blogs.png") no-repeat scroll 2px 8px transparent;
	height:32px;
	margin-right:7px;
	text-indent:-9999px;
	width:57px;
}
div.menu li.login {
	display: none;
}
li.login a {
	text-indent:-9999px;
	background:transparent url(images/topmenu_login.png) no-repeat scroll 10px 7px;
	width:43px;
	height:32px;
	margin-right:9px;
}
li.about a {
	background:url("images/topmenu_about.png") no-repeat scroll 2px 1px transparent;
	height:28px;
	margin-right:5px;
	text-indent:-9999px;
	width:60px;
}
li.sponsors a {
	background:url("images/topmenu_sponsors.png") no-repeat scroll 4px 1px transparent;
	height:28px;
	text-indent:-9999px;
	width:96px;
}
li.small_nav-link a {
	margin-top:4px;
}
ul li ul li {
	text-indent:0;
	float:none !important;
}
ul.children {
	left:156px !important;
	top:0;
	width:149px;
	display:none !important;
	margin-left:200px;
}
div.menu ul li ul li:hover ul.children {
	display:none !important;
}
/* Navigation Search Form */

div#nav-search {
	background: url('images/nav-search.png') right top no-repeat;
	height: 21px;
	position: absolute;
	right: 13px;
	top: 9px;
	width: 181px;
	z-index: 9999;
}
div#nav-search label {
	display: none;
}
div#nav-search input {
	background: none;
	border: none;
	display: block;
	float: left;
	height: 23px;
	margin-top: -2px;
	position: relative;
	text-indent: -999em;
	width: 25px;
}
div#nav-search input#s {
	background: none;
	color: #aaa;
	float: right;
	height: 15px;
	margin-top: 2px;
	margin-right: 3px;
	text-indent: 0;
	top: 0;
	width: 150px;
	z-index: 9999;
}
/* end navigation search form */


/*************************************end top menue CSS*******************************************/

/*********************************footer menue & footer CSS***************************************/

#footer-links {
	height: 40px;
}
#footer-links div#nav-search {
	display: none;
}
#footer-links li.page-item-3 a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_news.png) no-repeat;
	width:43px;
	height:14px;
	margin-right:15px;
}
#footer-links li.page-item-5 a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_tech.png) no-repeat;
	width:104px;
	height:14px;
	margin-right:15px;
}
#footer-links li.page-item-7 a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_features.png) no-repeat;
	width:75px;
	height:14px;
	margin-right:15px;
}
#footer-links li.page-item-9 a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_projectcars.png) no-repeat;
	width:111px;
	height:14px;
	margin-right:15px;
}
#footer-links li.page-item-11 a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_eventcoverage.png) no-repeat;
	width:140px;
	height:14px;
	margin-right:15px;
}
#footer-links li.page-item-13 a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_forum.png) no-repeat;
	width:60px;
	height:14px;
	margin-right:15px;
}
#footer-links li.page-item-15 a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_videos.png) no-repeat;
	width:54px;
	height:14px;
	margin-right:60px;
	margin-top:0;
}
#footer-links li.page-item-16 a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_blogs.png) no-repeat;
	width:50px;
	height:14px;
	margin-right:60px;
	margin-top:0;
}
#footer-links li.login a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_login.png) no-repeat;
	width:45px;
	height:14px;
	margin-right:15px;
	margin-left:15px;
}
#footer-links li.about a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_about.png) no-repeat;
	width:75px;
	height:14px;
	margin-right:15px;
}
#footer-links li.sponsors {
	margin-right: 0;
}
#footer-links li.sponsors a {
	text-indent:-9999px;
	background:transparent url(images/footermenu_sponsors.png) no-repeat;
	width:81px;
	height:14px;
}
#footer-links li.small_nav-link a {
	margin-top:0;
}
#footer-links .small_nav-link a {
	position:relative;
	top:0;
}
#footer-links li.round_button {
	display:none;
}
#footer-links ul li ul {
	display:none;
}
#footer .page-item-16 {
	margin-right:48px;
}
#footer #searchform {
	position:relative;
	width:195px;
	border: none;
}
#footer input#s {
	background: #f00 url('images/footer-searchinput.png') left top no-repeat;
	border: none;
	color: #919191;
	height: 19px;
	padding: 0 0 0 23px;
	width:169px;
}
#copyline .alignright {
	float:right;
	margin:0 17px 0 0;
	width:300px;
	border:none;
	padding: 0;
}
#copyline p {
	color: #dfdfdf;
	display:inline;
	padding-left:10px;
	position:relative;
	top:15px;
	text-transform:uppercase;
	font-size:11px;
}
#copyline a {
	color: #dfdfdf;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#copyline .social {
	float:right;
	position:relative;
	right: 10px;
	top: -19px;
	width: 75px;
}
#copyline img {
	padding-top:8px;
	border:none;
}
#copyline {
	background:url("images/footer_bgbar.jpg") no-repeat scroll 0 0 transparent;
	height: 44px;
}
#footer-links .menu {
	padding-top:10px;
	background:none;
	height:16px;
	left:0px;
	margin:0;
	position:relative;
	width:998px;
}
#footer-links div.menu ul a {
	display:block;
	margin-right:12px;
	padding:0;
	text-decoration:none;
}
#footer-links div.menu a {
	color:#FFFFFF;
	font-family:Arial;
	font-size:14px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000000;
	text-transform:uppercase;
}
#footer-links img {
	display:none;
}
#footer-logo {
	margin: 5px 0 5px 10px;
	border: none;
}
/*******************************************end footer********************************************/


.entry-thumbnail {
	float:left;
	width:195px;
	border: 4px solid #ff6600;
	margin-bottom:10px;
	margin-right:15px;
	background: #333333;
	text-align:center;
}
.post .entry-title {
	clear:none;
}
.home .post p img {
	display:none;
}
.entry-date {
	display:inline;
}
.post-info {
	float:right;
	width:432px;
}
.entry-content {
	float:left;
}
body.home .post .entry-content p, body.archive .post .entry-content p, body.page-template-template-category-page-php .post .entry-content p, body.search .post .entry-content p {
	display: inline;
}
body .post .entry-content {
	float: right;
	width: 430px;
}
body.single .post div.entry-content {
	float: left;
	width: auto;
	font: 14px/1.5em Arial,Helvetica,sans-serif;
}
.entry-content a {
	text-decoration: underline;
	color: blue;
	font-weight: normal;
}
.entry-content a:hover {
	text-decoration: underline;
	color: #000080;
}
.search .entry-content, .post .entry-content {
	float:none;
	width:100%;
}
.ad728x90-top {
	float:left;
	margin-left:130px;
	padding:10px;
	position:relative;
	top:0;
	width:728px;
	z-index:1;
}
#newslsubform {
	border:2px solid #7c7c7c;
	float:right;
	height:115px;
	margin-top:0;
	padding:15px;
	width:225px;
}
#newslsubform h3.gray {
	font-size:19px;
}
#newslsubform h3 {
	font-size:15px;
}
#joinform input.image {
	position:relative;
	top:6px;
}
#top_search {
	position:relative;
	top:15px;
	left:10px;
}
.related-photos-bottom {
}
.related-bottom-left {
	background:transparent url(images/border_line.jpg) repeat-x scroll center center;
	height:30px;
	margin-top:10px;
	width:80%;
	float:left;
}
.related-bottom-right {
	float:right;
	background:transparent url(images/view_more.jpg) no-repeat scroll center right;
	height:30px;
	padding-right:20px;
	padding-top:13px;
}
.related-bottom-right a {
	text-decoration:none;
	color:#000000;
}
/* Dragzine New Product Showcase */

div#new-product-showcase {
	float: left;
	margin: 0 0 20px 0;
	position: relative;
}
div#new-product-showcase div.wrap {
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	float: left;
	width: 655px;
}
div#new-product-showcase h3 {
	background: url('images/header-dragzinenewproductshowcase.png') left top no-repeat;
	display: block;
	height: 32px;
	margin: 0;
	text-indent: -999em;
	width: 656px;
}
div#new-product-showcase p.viewall {
	position: absolute;
	right: 7px;
	top: 6px;
}
div#new-product-showcase p.viewall a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
div#new-product-showcase div.list {
	float: right;
	padding-top: 15px;
	width: 350px;
}
div#new-product-showcase ul li {
	background:url("images/list-highlight.png") no-repeat scroll left 6px transparent;
	line-height:15px;
	list-style-type:none;
	margin-left:0;
	padding-bottom:5px;
	padding-left:15px;
}
div#new-product-showcase ul li a {
	color: #000;
}
div#new-product-showcase div.highlight {
	background: none;
	float: left;
	overflow: hidden;
	position: relative;
	width: 300px;
}
div#new-product-showcase div.highlight div.highlight-headline {
	background: url('images/highlight-headline.png') left top no-repeat;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	left: 0;
	position: absolute;
	width: 100%;
}
div#new-product-showcase div.highlight div.highlight-headline h4 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 10px 10px 10px;
	text-transform: uppercase;
}
div#new-product-showcase div.highlight div.highlight-headline h4 a {
	color: #fff;
	font-size: 14px;
}
/* 300x250 Ad Blocks */

div.ad_300_pad {
	padding-right: 0;
	width: 650px;
}
div.ad-300 {
	float: left;
	margin-bottom: -30px;
	width: 332px;
}
div.ad_pad div.last {
	float: right;
	width: auto;
}
/* 300x100 Ad Blocks */

div.ad-small {
	float: left;
	width: 300px;
}
/* Subscribe Box (in the stream */

div.ad_small_pad {
	padding-right: 0;
	width: 655px;
}
div#subscribe-stream {
	background: url('images/subscribestream.png') left top no-repeat;
	float: right;
	height: 100px;
	margin-bottom: -25px;
	width: 345px;
}
div#subscribe-stream h4 {
	display: none;
}
div#subscribe-stream p {
	color: #fff;
	float: right;
	font-size: 9px;
	line-height: 13px;
	margin: 10px 0 0 0;
	width: 180px;
}
div#subscribe-stream form {
	clear:both;
	float:left;
	padding:8px 0 0;
	width:100%;
}
div#subscribe-stream form input {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#666;
	float:left;
	font-size:12px;
	height:25px;
	margin:3px 0 0 50px;
	padding:0 5px;
	width:176px;
}
div#subscribe-stream form button {
	display: block;
	float: left;
	height: 29px;
	width: 98px;
	background: none;
	text-indent: -999em;
	border: none;
}
div#subscribe-stream form button:hover {
	cursor: pointer;
	background: url('images/signup-over.gif');
}
div#subscribe-stream p.security {
	background: url('images/icon-security.png') left 2px no-repeat;
	padding-left: 15px;
}
/* Feedback Box in the Header */

ul#feedback-box {
	float:right;
	list-style-type:none;
	margin-bottom:0;
	margin-right:325px;
	margin-top:7px;
	position:relative;
	width: 120px;
}
ul#feedback-box li {
	list-style-type: none;
	float: left;
}
ul#feedback-box li a {
	display: block;
	text-indent: -999em;
}
li#fb-standard {
	margin: 9px 6px 0 0;
}
li#fb-standard a {
	background: url('images/facebook.png') no-repeat;
	height: 35px;
	width: 35px;
}
li#twitter-standard {
	margin: 9px 6px 0 0;
}
li#twitter-standard a {
	background: url('images/twitter.png') no-repeat;
	height: 35px;
	width: 35px;
}
li#rss-standard {
	margin: 9px 0 5px 0;
}
li#rss-standard a {
	background: url('images/rss.png') no-repeat;
	height: 35px;
	width: 35px;
}
li#feedback-standard {
	clear: both;
	margin-left: -12px;
}
li#feedback-standard {
	height: 30px;
	width: 246px;
}
/* Sidebar Action Items */

div#action-items {
	background: url('images/action-items.png') right top no-repeat;
	height: 54px;
	margin-left: -10px;
	position: relative;
}
li#action-subscribe {
	position: absolute;
	left: 0;
	top: 3px;
}
li#action-subscribe a {
	display: block;
	height: 40px;
	text-indent: -999em;
	width: 130px;
}
li#action-email {
	position: absolute;
	right: 22px;
	top: 3px;
}
li#action-email a {
	display: block;
	height: 40px;
	text-indent: -999em;
	width: 140px;
}
/********************************************Comments CSS ****************************************/
#comments-list ul {
	list-style-type:none;
	padding:0;
	margin:0 !important;
}
#comments-list li.alt {
	background-color:#F8F8F8;
}
#comments-list li {
	border:1px solid #F2F2F2;
	padding:10px;
	margin:5px 0;
	color:#707070;
	font-size:13px;
}
.comment-author-name {
	font-weight:bold;
}
.comment-meta {
	margin:5px 0;
	font-size:11px;
	color:#333333;
}
.comment-reply-link {
	font-weight:bold;
	text-transform:uppercase;
	color:#424242;
}
.comment-form-left {
	float:left;
	width:35%;
}
.comment-form-left input {
	width:100% !important;
	margin:0 0 5px;
	height:25px;
}
.comment-form-right {
	float:right;
	width:60%;
}
.comment-form-right textarea#comment {
	width:100% !important;
	height:127px;
}
.comment-form-right .form-submit {
	text-align:right;
}
.comment-form-right input#submit {
	background:transparent url(images/leave_comment.jpg) no-repeat;
	border:none;
	width:127px;
	height:27px;
}
#respond {
	border:1px solid #F2F2F2;
	background-color:#F8F8F8;
	padding:10px;
}
.recent-comments h3 {
	float:left;
}
/************************************END*****Comments CSS ****************************************/
.article-source-box {
	background-color:#EDEDED;
	clear: both;
	padding:10px;
	margin-bottom:10px;
}
.article-source {
	float:left;
	width:30%;
	margin:0 10px 15px 0;
}
.article-source-heading {
	margin-bottom:10px;
}
.article-source-heading h4 {
	color:#666666;
	margin:0;
}
.article-source-title {
	color:#000000;
	font-weight:bold;
}
.article-source-web a {
	text-decoration:none;
}
#wp-email-popup {
	background-color:#FFF;
}
.read-more {
	float:right;
	height:16px;
}
.read-more a {
	color:#000000;
	text-decoration:none;
}
.read-more h4 {
	margin-bottom:0;
}
.top-box {
	text-transform:uppercase;
	margin-bottom:20px;
}
.top-box h2 {
}
.top-box .project-car-orderby {
	margin-top:-25px;
}

.entry-title.home {
	font-size:16px;
	margin-bottom: 10px;
}
.nav h4 {
	margin-bottom: 20px;
	padding: 0;
}
.nav img.alignleft, .nav img.alignright, .nav .alignleft, .nav .alignright {
	border: none;
}
.nav, .nav .alignright, .nav img.alignright {
	/* text-indent: -9999px !important; */
	text-align: left !important;
	/* border: none; */
}
.nav .alignright a {
	/* background: transparent url(images/newerpost-link.gif); */
	/* display:block;  */
	height: 18px;
	margin-bottom: 5px;
	width:132px;
	/* border: none;  */
}
/* .nav .alignright a:hover {
	background: transparent url(images/newerpost-link-on.gif);
	border: none;
}
 */
.nav .alignleft a {
	/* background: transparent url(images/olderpost-link.gif); */
	/* display:block; */
	height: 18px;
	margin-bottom: 5px;
	width:119px;
	border: none;
}
/* .nav .alignleft a:hover {
	background:url("images/olderpost-link-on.gif");
	border: none;
}
 */
/****************************************Search Box***********************************************/

.searchbox270 {
	background:url("images/feedbackbox.png") repeat-x scroll left top #000000;
	float:right;
	height:90px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
	position:relative;
	top:0;
	width:240px;
	z-index:100;
}
.searchbox270, .searchbox270 a, .searchbox300, .searchbox300 a {
	color:#fff;
	font-size:11px;
}
.searchbox270 input.text {
	margin:10px;
	padding:5px;
	width:205px;
}
.searchbox300 .social, .searchbox270 .social {
	float: right;
	margin-right:10px;
}
.searchbox300 .sendfeedback, .searchbox270 .sendfeedback {
	float: left;
	margin-left:15px;
}
.searchbox300 .login, .searchbox270 .login {
	float:left;
	padding:12px 8px 8px 15px;
}
.searchbox300 {
	background:transparent url(images/topsearch-bg.png) no-repeat scroll 0 -5px;
	float:left;
	height:105px;
	position: relative;
	left: 10px;
	width:300px;
}
.ad_pad {
	float:left;
	padding-right:15px;
}
#newslsubform p.button {
	margin:0;
}
#newslsubform p.form {
	margin-bottom:5px;
}
#newslsubform p.ruamem {
	margin-bottom:5px;
}
#searchboxform {
	margin-top: 10px;
	margin-left:15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#f6f6f6;
}
td.searchoptions {
	line-height:10px;
	margin:0;
	padding-top:15px;
	font-size:11px;
}
table.searchtable {
	padding-bottom:3px;
	margin: 0px;
}
td.searchinput {
	padding:0px;
	margin: 0px;
	width: 70%;
}
#search-footer {
	left:12px;
	top: 12px;
	position:relative;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:200px;
}
/***********************************End*Search Box***********************************************/


.page-template-page_no_sidebar-php .entry-content {
	width:965px;
	float:none;
}
#s-buttons {
	display:inline;
	left:8px;
	position:relative;
	top:12px;
}
#footer-bottom {
	width:235px;
	color:#fff;
	float:left;
	margin-bottom:20px;
}
#footer-ad {
	border:none;
	float:left;
	margin-top:10px;
	padding:0px;
}
#footer-bottom a {
	color:#fff;
}
#footer-bottom a:hover {
	color:#003f80;
}
.home .related-photos-image, .category .related-photos-image {
	border:3px solid #ff6600;
	float:left;
	height:85px;
	margin-right:8px;
	overflow:hidden;
	width:142px;
}
.home .related-photos, .category .related-photos {
	clear:both;
	height:91px;
	padding:15px;
	width:620px;
	background:#EEE;
}
.home .related-photos-gallery, .category .related-photos-gallery {
	margin-bottom:15px;
}
#mt_header {
	height: 90px;
	width: 125px;
	position: absolute;
	top: 0px;
	left: 335px;
}
/*********************************** POST PAGING ***********************************************/

div.page-link {
	padding: 10px;
	font-weight: bold;
}
.page_jump {
	display: inline;
}
.event-select {
	padding: 10px;
	background: #ececec;
	margin-bottom: 10px;
}
/* Related Posts */
ol.related-posts {
	clear:both;
	text-align:left;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0;
}
ol.related-posts li {
	width:130px;
	float:left;
	display:inline;
	margin-right:10px;
	padding:10px;
	font-size:12px;
	line-height:1.4;
}
ol.related-posts img {
	clear:both;
	padding:5px;
	background:#ECECEC;
	border:1px solid #CCC;
	margin-bottom: 5px;
	max-width: 120px;
    min-width: 120px;
}
ol.related-posts a {
	clear:both;
	display:block;
	border:none;
	text-decoration:none;
	font-size:12px;
	line-height:1.4;
}
ol.related-posts li {
	font-size:11px;
}
/* Slider Box on Home Page */

div#sliderbox {
	background: #000;
	height: 327px;
	margin: -15px 0 20px -16px;
	position: relative;
	width: 675px;
}
div#quick-links {
	background: url('images/quicklinks.png') left top no-repeat;
	height: 24px;
	padding: 8px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 670px;
	z-index: 100;
}
div#quick-links h4 {
	background: url('images/header-quicklinks.png') left top no-repeat;
	display: block;
	float: left;
	text-indent: -999em;
	height: 11px;
	margin: 0 15px 0 12px;
	width: 72px;
}
div#quick-links ul {
	float: left;
	margin: -5px;
	padding: 0;
}
div#quick-links li {
	float: left;
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
}
div#quick-links a {
	font-size: 11px;
	color: #ababab;
}
div#slideshow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
}
div#slideshow ul {
	height: 260px;
	overflow: hidden;
}
div#slideshow li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#slideshow li.slide {
	background: #000;
	height: 260px;
	overflow: hidden;
	width: 100%;
}
div#slideshow div.copy {
	color:#FFFFFF;
	float:right;
	line-height:18px;
	margin:18px 0 0 0;
	position:relative;
	width:300px;
	z-index:100;
}
div#slideshow p {
	display: inline;
	line-height: 18px;
}
div#slideshow p a {
	color: #0294d9;
}
div#slideshow p a:hover {
	color: #CCC;
}
div#slideshow h3 {
	margin-bottom: 10px;
}
div#slideshow h3 a {
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	line-height:22px;
	text-transform:none;
}
div#slideshow h3 a:hover {
	color:#0294d9;
}
div#slideshow div.image {
	background: #000;
	height:250px;
	left:5px;
	overflow:hidden;
	position:absolute;
	top:5px;
	width:375px;
	z-index:25;
}
div#slideshow div.image img {
	position: absolute;
	right: 0;
	top: 0;
}
div#slideshow div.image img.shadow {
	position: absolute;
	right: 0;
	top: 0;
}
div#slide-nav {
	height: 67px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 100;
}
div#slide-nav div.wrap {
	height: 67px;
	/* 	top: 24px; */
	bottom: 0;
	position: absolute;
	width: 6000px;
}
div#slide-nav li {
	background: url('images/slide-nav-bg.png') left top repeat-x;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 7px 5px 13px 10px;
	width: 198px;
}
div#slide-nav li:hover {
	cursor: pointer;
	background: none;
}
div#slide-nav div.thumbnail {
	border:medium solid #FFFFFF;
	display:block;
	float:left;
	height:45px;
	margin-right:8px;
	max-width:60px;
	overflow:hidden;
	padding:0;
}
div#slide-nav div.thumbnail img {
}
div#slide-nav div.title {
	float: left;
	font-size: 11px;
	line-height: 14px;
	width: 123px;
}
div#slide-nav div.title a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
div#slide-nav-nav p.prev {
	background: #000 url('images/slide-nav-prev.png') left top no-repeat;
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 18px;
	height: 67px;
	margin: 0;
	text-indent: -999em;
}
div#slide-nav-nav p.prev:hover {
	background: #000 url('images/slide-nav-prev.png') left -67px no-repeat;
}
div#slide-nav-nav p.next {
	background: #000 url('images/slide-nav-next.png') right top no-repeat;
	position: absolute;
	right: 0;
	bottom: 1px;
	margin: 0;
	width: 18px;
	height: 67px;
	text-indent: -999em;
}
div#slide-nav-nav p.next:hover {
	background: #000 url('images/slide-nav-next.png') right -67px no-repeat;
}
div#slide-nav-nav p.next:hover, div#slide-nav-nav p.prev:hover {
	cursor: pointer;
}
/* Misc. */

span.edit-link {
	font-size: 10px;
	position: relative;
	top: -2px;
}
div.top-box span.edit-link {
	top: -7px;
}
span.edit-link a {
	font-size: 10px !important;
}
#header_ad {
	height:75px;
	left:355px;
	position:absolute;
	top:-7px;
	width:300px;
}
.newsinput {
	color: #666;
	width: 100%;
}
#newsletter_pop {
	width: 500px;
	background: url("http://2475-dragzine.voxcdn.com/wp-content/themes/stangtv/images/news_pop-back.jpg") no-repeat;
	background-color: #000;
	padding: 1px;
	margin: 0px;
	height: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#newsletter_pop td {
	font-size: 11px;
	font-weight: bold;
}
#newsletter_pop input {
	width: 100%;
}
#newsletter_pop img {
	border: 0 px;
	margin: 0px;
	padding: 0px;
}
#newsletter_pop a {
	color: #FFF;
}
#top_ad {
	height: 127px;
	width: 240px;
	position:absolute;
	left: 760px;
	top: -38px;
}
#ad-line {
	background-color:#F9F9F9;
	border:1px solid #E1E1E1;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
	margin:5px auto;
	padding:0 0 0 4px;
}
#ad-line a {
	font-size:9px;
	font-weight:normal;
	padding-right:2px;
	text-align:right;
	color:#666666;
	display:block;
}
#ad-box {
	display:block;
	position: relative;
	width: 650px;
}
/*********************************** SEMA ***********************************************/
.ptv_widget-20 {
	background: #E8E8E8;
}
.ptv_widget-20 h3 {
	margin-bottom: 0em;
	background: #fff;
}
.ptv_widget-20 .sb_post_text {
	margin-top: 5px;
}
.ptv_widget-20 .sb_post_image {
	border: solid 2px #CC0000;
}

/*********************************** SEMA ***********************************************/


/* Recent Videos Widget */
li#recentvideos {
	position: relative;
}
li#recentvideos h3.widgettitle {
	background: url('images/header-recentvideos.png') left top no-repeat;
	height: 32px;
	text-indent: -999em;
	width: 300px;
	border:0;
	padding:0;
}
li#recentvideos div.textwidget {
	background: #f3f3f3;
	border: 1px solid #848484;
	padding: 2px 10px 0 0;
}
li#recentvideos p.view-all {
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 6px;
}
li#recentvideos p.view-all a {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
li#recentvideos p.view-all a:hover {
	text-decoration: none;
	color:#CCC;
}
li#recentvideos ul {
	margin: 0 0 5px -5px;
	padding: 0;
	width: 285px;
}
li#recentvideos ul li {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 2px 0;
}
li#recentvideos ul li div.thumb {
	float: left;
	margin: 3px 8px 3px 0;
	padding: 3px;
}
li#recentvideos ul li div.thumb img {
	display: block;
}
li#recentvideos ul li div.title {
	overflow: hidden;
	margin: 5px 0 15px 0;/* 	width: 220px; */
}
li#recentvideos ul li div.title a {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
li#recentvideos ul li div.thumb a {
	position: relative;
	display: block;
}
li#recentvideos ul li div.thumb a span.play {
	background: url(images/videos/play.png) no-repeat center center;
	position: absolute;
	display: none;
	width: 130px;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0;
	margin: 0;
}
li#recentvideos ul li div.thumb a:hover span.play {
	display: block;
}
li#recentvideos .watch-more-videos {
	background: url(images/button-watchmorevideos.png) no-repeat top left;
	text-indent: -9999em;
	display: block;
	width: 270px;
	height: 30px;
	margin: 7px 0 15px 10px;
}
li#recentvideos .watch-more-videos:hover {
	background-position: bottom left;
}
