/*  
Theme Name: RockStar Biz Theme
Theme URI: http://www.rockstarbiztheme.com/
Description: A premium lead generation theme designed to gather Web leads via mobile or standard devices
Version: 1.9
Author: 2RockStars and Lina T
Author URI: http://www.rockstarbiztheme.com/
*/

/*********** Body ************/

* { margin:0; padding:0; }

body
{ 
	font:12px  "Myriad Pro", Trebuchet MS, Tahoma, Tw Cen MT, Arial;
	color:#000;
}

A:link {text-decoration: none; color: #FFF;}
A:visited {text-decoration: none; color: #FFF;}
A:active {text-decoration: none; color: #FFF;}
A:hover {text-decoration: none; color: #FFF;}

.clear {clear:both;}

#container {
	width: 1000px;
	margin: 0 auto;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
}

.alignright {
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
}

/*********** Top bar ************/

#top_bar {
	background: url('images/top_bar_bg.png') repeat-x;
	width: 1000px; height: 42px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 4px;
}

.top_bar_left {
	float: left;
	color: #d8d9db;
	margin: 8px 0 0 20px;
}

.top_bar_right {
	float: right;
	margin: 8px 20px 0 0;
}

#map_it {
	float: right;
	font-size: 12px;
	color: white;
	margin: 5px 10px 0 0; 
}

.map_it_icon {
	background-color: #acacac;
	padding: 5px 5px 7px 5px;
	float: left;
	margin: -5px 5px 0 0;
}

/*********** Header ************/

#header {
	width: 980px;
	height: 489px;
	padding: 10px;
}

#header_left {
	float: left;
	width: 750px;
        position:relative;
        overflow:hidden;
	margin-left:-10px;
}

#logo {
	float: left;
}

#header_icons {
	float: left;
	margin: -170px 0 0 2px;
}

#header_icons img {margin-bottom: 5px;}

#video {
	float: left;
	margin: 0 0 0 100px;
	padding: 27px 0 0 25px;
	background: url('images/video_bg.png') no-repeat;
	width: 560px; height: 337px;
	z-index:999;
}

.text {
	position: relative;
	margin: 350px 0 0 370px;
	z-index: 999;
	font-size: 24px;
	color: #7b7b7b;
}

/*********** Navigation ************/
.navi {
	float: left;
	margin: 0 50px;
	color: white;
	font-weight: bold;
}

.navi ul li {
	list-style-type: none;
	display: block;
	float: left;
	color: black;
	height: 26px;
}

.navi .menu a {
    background: transparent url('images/navi_right.png') no-repeat scroll top right;
    color: #FFF;
    text-shadow: -1px -1px -1px #000;
    display: block;
    float: left;
    font-size: 13px;
    height: 26px;
    margin-right: 10px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

.navi .menu a span {
    background: transparent url('images/navi_left.png') no-repeat; 
    display: block;
    line-height: 26px;
    padding: 1px 20px 5px 28px;
}

.navi .menu a:hover {
    outline: none; /* hide dotted outline in Firefox */
}

.navi .menu a:hover span {
    display: block;
}

.navi .current-menu-item a {
    color: #FFF;
    text-shadow: -1px -1px -1px #000;
    display: block;
    float: left;
    font-size: 13px;
    height: 26px;
    margin-right: 15px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

.navi .current-menu-item a span {
    display: block;
    line-height: 26px;
    padding: 1px 20px 5px 28px;
}

/*********** Form ************/

#form {
	float: right;
	width: 230px;
	margin: 20px 20px 0 -20px;
}

#form_header {
	width: 248px; height: 53px;
	margin-left: -5px;
	text-align: center;
	font-size: 13px;
	padding: 8px 0 0 0px;
}

.satisfaction {
	float: left;
	margin: -25px -5px 0 -25px;
}

#form_content {
	background: url('images/form_content_bg.png') repeat-y;
	width: 240px;
	text-align: center;
}

.input_style {
	background-color: #f4f4f4;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	width: 177px;
	height: 23px;
	margin-bottom: 15px;
	color: #616161;
	padding: 0 10px 0 10px;
}

#form_content textarea {
	background-color: #f4f4f4;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	width: 177px;
	height: 47px;
	margin-bottom: 10px;
	color: #616161;
	padding: 5px 10px 5px 10px;
}

#form_content select {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	width: 200px;
	height: 23px;
	margin-bottom: 10px;
	color: #bdbdbd;
	padding: 3px 10px 0 10px;
	-webkit-appearance: none;
	background: #f4f4f4 url('images/select.png') right no-repeat;
	vertical-align: middle;
}

.submit {
	width: 213px; height: 69px;
	border: 0px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

#form_footer {
	background: url('images/form_bottom_bg.png') no-repeat;
	width: 240px; height: 25px;
	margin: 0 0 0 -1px;
}

/*********** Testimonial ************/

#testimonial {
	background-color: #d6d7d9;
	border-top: 1px solid #989ca1;
	border-bottom: 1px solid #989ca1;
	font-size: 20px;
	padding-left: 40px;
	color: #3b4246;
}

.testimonial_container {
	width: 700px;
	padding: 10px 0 10px 0;
}

.quote {
	float: left;
	margin: -20px 10px 0px 0;
}

.testimonial_left {
	float: left;
	width: 625px;
}

.testimonial_author {
	text-align: right;
	font-size: 13px;
	font-style: italic;
	margin: 5px 0px 0 0;
}

.testimonial_right {
	float: right;
	width: 70px;
	text-align: left;
	margin: -30px 5px 0 -5px;
}

/*********** Content ************/

#content {
	background: #fff url('images/content_bg.png') repeat-x;
	border-top: 8px solid #40474c;
	color: #5f5f5f;
	padding-bottom: 20px;
}

/*********** Sub-Navigation ************/

#sub_nav ul {
	list-style-type: none;
	font-size: 14px;
	margin-left: 17px;
}

#sub_nav ul li {
	float: left;
	display: block;
	padding: 8px 15px 9px 15px;
	margin-right: -25px;
}

#sub_nav ul li a {
	color: #40474c;
	height: 30px;
	padding: 10px 15px 9px 15px;
	margin-bottom: -10px;
}

#sub_nav ul li a:hover {
	background-color: #40474c;
	color: white;
	border-radius: 0 0 10px 10px;
}

#sub_nav .current-menu-item a {
	background-color: #40474c;
	border-radius: 0 0 10px 10px;
	color: white;
	padding: 10px 15px 9px 15px;
}
 
/* Top level Unordered list */
 
#sub_nav ul li{ float:left; /* makes horiz list */ position:relative; /* hey Submenu ULs, appear below! */}
 
/* Displays the link as blocks. */
#sub_nav ul li ul a {display:block; height: 18px; }
#sub_nav ul li:hover ul li a {border-radius: 10px; background-color: #40474c; color: white;}
#sub_nav ul li:hover ul li a:hover {border-radius: 10px; background-color: #00520c; color: white;}

#sub_nav ul li > a:after { content: ' >'; }
#sub_nav ul li > a:only-child:after { content: ''; }
#sub_nav ul > li > a:after { content: ' \25BC'; }
 
/* sub menus!!  */
 
#sub_nav ul ul {
	list-style: none;
	margin:0; /* Appear just below the hovering list */
	padding:0;
	width:200px; /* specify the width. */
	position:absolute; /* needed */
	z-index:500; /* specify the order */
}
 
#sub_nav ul li ul {top:32px;/* Positioning:Calc with top level horz list height */}
#sub_nav ul ul ul {top:0; left:100%; /* Position the sub menus to right. */}
#sub_nav ul ul li {float:none; /* umm.. Appear below the previous one.*/}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
#sub_nav ul ul,
#sub_nav ul li:hover ul ul,
#sub_nav ul ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
#sub_nav ul li:hover ul,
#sub_nav ul ul li:hover ul ,
#sub_nav ul ul li ul li:hover ul
{ display: block;}

#sub_nav ul li ul li {
	border-radius: 0px;
	margin-bottom: -20px;
}
 
#sub_nav ul li * a:hover {
/* Change color of links when hovered */
background: #00520c;
}

#sub_nav_selected A:link {text-decoration: none; color: #FFF;}
#sub_nav_selected A:visited {text-decoration: none; color: #FFF;}
#sub_nav_selected A:active {text-decoration: none; color: #FFF;}
#sub_nav_selected A:hover {text-decoration: none; color: #FFF;}

/*********** Content Left ************/

#content_full {
	width: 900px;
	font-size: 14px;
	line-height: 20px;
        position:relative;
        overflow:hidden;
	min-height: 600px;
}

#content_left {
	float: left;
	width: 610px;
	font-size: 14px;
	line-height: 20px;
        position:relative;
        overflow:hidden;
	min-height: 600px;
}

.padding_home {
	padding: 30px 30px 0 40px;
	margin-left:-10px;
}

.padding_inner {
	padding: 30px 20px 0 60px;
	margin-left:0px;
}

#content_full h1, #content_left h1 {
	font-size: 18px;
}

#content_full ul.bullets, #content_left ul.bullets {
	list-style-type: none;
	margin: 0 0 20px 0;
}

#content_full ul.bullets li, #content_left ul.bullets li {
	padding: 0 0 20px 50px;
}

#content_full ul, #content_left ul {
	margin: -5px 0 20px 40px;
}

#content_full ul li, #content_left ul li {
	background-image: url('images/spacer.png');
	padding: 0;
	list-style-type: normal;
	margin: 0 0 5px 15px;
}

.title {
	font-size: 21px;
	font-weight: normal;
	border-bottom: 3px solid #1a5a92;
	display: inline;
	color: #565656;
	margin-bottom: 15px;
	margin-top: 20px;
}

#content_full h1, #content_left h1 {
	font-size: 21px;
	font-weight: bold;
	display: inline;
	color: #565656;
	padding-top: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
}

#content_full h2, #content_left h2 {
	font-size: 18px;
	font-weight: bold;
	display: inline;
	color: #565656;
	padding-top: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
}

#content_full h3, #content_left h3 {
	font-size: 16px;
	font-weight: normal;
	display: inline;
	color: #565656;
	padding-top: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
}

#content_full p, #content_left p {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 25px;
	text-align: justify;
}

#content_full a, #content_left a {
	color: blue;
}

#content_full a:hover, #content_left a:hover {
	color: #6c50c8;
}

.post_meta {
	margin: 15px 0 0 0;
}

/*********** Content Right ************/

#content_right {
	float: right;
	width: 300px;
	margin: 0 0 0 25px;
}

.google_map {
	border: 8px solid #4e5559;
}

#call_us_now {
	width: 140px; height: 70px;
	font-size: 13px;
	color: white;
	padding: 25px 0 0 70px;
	margin: 20px 0 10px 55px;
	text-align: center;
}

.side_phone {
	font-size: 32px;
	color: #4e5559;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

/*********** Footer ************/

#footer_top {
	background-color: #e8e8ea;
	color: #3f464b;
	font-size: 33px;
	text-align: center;
	padding: 12px 0 0px 0;
	height: 45px;
}

#footer {
	background: #343a3e url('images/footer_bg.png') repeat-x;
	padding: 40px 40px 20px 40px;
	color: white;
}

#footer_left {
	float: left;
	width: 350px;
	color: white;
}

#footer_left ul {
	margin: 0 0 5px 0;
}

#footer ul li {
	list-style-type: none;
	color: white;
	display: inline;
	font-size: 13px;
	border: 0px;
}

#footer ul li a:hover{
	color: #eee;
}

.footer_icons li {
	margin-right: 10px;
}

#footer_center {
	float: left;
	width: 200px;
	font-family: "Helvetica", Tahoma;
	font-size: 14px;
	line-height: 18px;
	margin-left: 40px;
}

#footer_center h1 {
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 5px;
}

#footer_right {
	float: right;
	font-family: "Helvetica", Tahoma;
	width: 200px;
	font-size: 14px;
	line-height: 18px;
	margin-right: 20px;
}

#footer_right h1 {
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 5px;
}

/*********** Subpage 2 ************/

.header3 {
	height: 81px;
	background: url('images/subpage_header.png') repeat-x;
	border: 0px;
}

#icons {
	float: left;
	margin: 0px 0 0 10px;
}

#icons img {margin-bottom: 5px;}

.sub_left {}

.subpage_list {
	margin: 30px 0 10px 35px;
	width: 220px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
}

.subpage_list ul li {
	text-align: left;
	list-style-type: none;
	padding: 0 0 0 20px;
	font-size: 16px;
	margin: 0 0 10px 0px;
}

.subpage_list a {color: black;}
.subpage_list a:hover {text-decoration: underline;}

#content_right_2 {
	float: right;
	width: 300px;
	margin: 0 0 0 0;
}

.sub_title {
	font-size: 21px;
	font-weight: normal;
	display: inline;
	margin: 40px 0 10px 15px;
}

#content_right_2 hr, #content_right hr {
	border-bottom: 2px solid #1a5a92;
	width: 220px;
	margin: 4px 0 10px 0px;
}

/*********** JS and Floating Additions ************/

.slide-out-div {
        padding: 15px;
        width: 300px;
        height: 95px;
        background: #e8e8e8;
        border: #29216d 1px solid;
	z-index:1000;
}     

#wrap {
    position:relative;
    overflow:hidden;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#leftside {
	float: left;
	width: 125px;
}

#rightside {
	float: right;
	width: 115px;
	margin-left: 15px;
	line-height: 10px;
}
#rightside h3 {
	margin: 15px 0 4px 0;
	line-height: 16px;
}
#rightside a {
	color: #5f5f5f;
	font-size: 13px;
	text-decoration: underline;
}
#rightside a:hover{
	color: #383838;
}
#rightside p {line-height: 15px;}
#drivingdir {
	width: 300px;
	margin: -5px 0 0 35px;
	line-height: 10px;
}

#drivingdirIcon {
	float: left;
	width: 50px;
	margin: -25px 0 0 0;
}

#drivingdirText {
	float: left;
	width: 190px;
	margin: -5px 30px 0 0;
	line-height: 10px;
}

#drivingdirText a{
	color: #5f5f5f;
	font-size: 13px;
	text-decoration: underline;
}
#drivingdirText a:hover{
	color: #383838;
}

#icons2 {
	float: left;
	margin: 245px 0 0 -57px;
}

#icons2 img {margin-bottom: 5px;}


/*********** Drop Down Panel ************/


.ddpanel .ddpanelcontent{ 
color: white;
background: #ababab;; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;
font-weight: bold;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: #cccccc; /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}



/*********** Comments ************/

.comment_information {float: left; margin-bottom: 10px;}
.comment_author {font-size: 16px; margin-bottom: 5px;}
#commenth2 {font-size: 16px; margin-bottom: 5px;}
.gravatar {float: right;}
.gravatar img {height: 40px; width: 40px;}
hr {background-color: #ccc; border: 0px; height: 1px;}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/*********** Sidebar ************/

#wp-calendar {
	width: 100%;
	margin: 5px 0 -15px -5px;
	color: #000;
	text-align: center;
}

#wp-calendar a {color: red;}

.textwidget {
 	margin: 0 0 0 10px;
	font-size: 16px;
}

/*********** Navigation ************/

.jqueryslidemenu{
font: bold 12px Verdana;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
padding: 8px 30px;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{

color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
background: #000000; /*background of tabs (default state)*/
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*********** Pagination ************/

.my-paginated-posts {
   font-size:10px; font-weight:normal; font-family:arial; 
}

.my-paginated-posts p { 
   font-size:1.4em; 
}

.my-paginated-posts p a {
   background:#E8E8E8; color:#000; margin-left:0.6em; margin-right:0.6em;
   padding:0.5em 0.7em; text-decoration:none; 
}

.my-paginated-posts a:hover { 
   color:#fff; 
   background:#d1d1d1; 
}

