/*
Theme Name:     DealerPro
Description:    Custom theme built for DealerPro Training.
Author:         Pumphrey Markeing Inc.
Template:       BLANK-Theme
Version: 1.0
*/

html>body #content { 
  min-height: 600px; 
  border-radius: 10px;   
}

a img {
  border: none !important;
}

body {	padding: 0px; margin: 0px;
    background: #000 url(images/background.jpg) no-repeat center center fixed;
     -webkit-background-size: 	cover;
        -moz-background-size: 	cover;
          -o-background-size: 	cover;
  	         background-size: 	cover;
    font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}

@import url("../BLANK-Theme/style.css");
@import url("reset.css"); 

/*  If you want to disable the color selection in theme options, add !important to the color specifications in your CSS. */

body, input, textarea, p {   
  color: #000000; 
  font: 14px / 17px 'Droid Sans', Arial, Helvetica, sans-serif; 
}

#header { 
  height: 185px;  
  background: url(images/header-background.jpg) repeat-x; 
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    0px 4px 15px rgba(0, 0, 0, 0.75);
  box-shadow:         0px 4px 15px rgba(0, 0, 0, 0.75);
}

#headerWrapper { 
  width: 1024px; 
  margin: 0 auto; 
  position: relative; 
}

h2 {
  line-height: 1.15em;
  font-size: 22px;
}

#win-seminar {
	background: url(images/Win-Workshop-Button.jpg) no-repeat;
	height: 170px;
	width: 250px;
	position: absolute;
	top: 270px;
	left: 0px;
}

a#logo { 
	background: url(images/logo.png) no-repeat; 
	height: 160px; 
  width: 300px; 
	position: absolute; 
  top: 25px; 
  left: 0;
  border: none; 
  display: block;
}

#rv-logo {
    background: url(images/rv-logo.png) no-repeat;
    height: 160px; 
    width: 300px; 
    position: absolute;
    top: 15px;
    left: 0; 
}

#tachometer { 
	background: url(images/tachometer.png) top center no-repeat; 
	height: 190px; width: 400px; 
	position: absolute; top: -19px; left: 310px; 
}
 
#donreedtn { 
	background: url(images/don-reed-training-network-logo.png) top center no-repeat; 
	height: 170px; width: 400px; 
	position: absolute; top: 15px; left: 680px; 
}

#page-wrap { margin: 10px auto 10px auto; width: 1024px; }

#left-navigation { 
  margin: 10px; 
  width: 150px; 
  background-color: #000; 
  float: left; 
  color: #fff; 
  border-radius: 10px; 
  padding: 10px;  
}

#content { 
  background: #fff; }

#leftContentDiv {
  float: left;
  width: 320px; 
}

#pageContent {
  width:  780px; 
  float: right; 
  padding: 10px 40px 20px 0;  
}

#pageContent ul { 
  margin: 5px 20px !important; 
  width: 650px;   
  font-size: 13px;
  line-height: 15px; 
}

#pageContent ol { 
  margin: 5px 20px !important; 
  font-size: 13px;
  line-height: 15px; 
}

li { margin: 5px; }

#pageContent p { 
  margin: 10px 0 10px 0;
  font-size: 14px;
  line-height: 17px; 
}

#pageContent h1, #pageContent h2, #pageContent h3,  #pageContent h4,  #pageContent h5 { 
  margin: 10px 0 15px 0; 
}




#pageContent h2 {
  font-size: 26px;
  line-height: 28px; 
}

#pageContent h3 {
  font-size: 20px;
  line-height: 22px; 
}

#pageContent li { 
  margin: 7px; 
}

blockquote {
  font-size: 11px; 
  font-style: italic; 
  margin: 20px; 
}

#front-page-elements {  
  width: 600px; 
  height: 460px; 
  float: right; 
  padding: 20px 220px 0px 0; 
  position: relative;
  background: url(images/don-reed-photo-main.jpg) right bottom no-repeat;
  margin: 0; 
}

#front-page-elements h1 { 
  font-size:  35px; 
  font-style:  italic; color: #424140;  
  margin: 15px 0 20px 0; 
}

#front-page-elements p {
  margin: 5px 0 5px 0; 
}

.nada-box {
	width: 200px;
	/*border: 1px solid red; */
	position: absolute;
	top: 10px;
	right: 0;
}

#don-reed-video { 
  background: url(images/don-reed-vid-background.png) no-repeat; 
  /*background: url(images/service-managers-powerup.jpg) no-repeat;*/
  top: 314px; 
  left: 0px; 
  height: 172px; 
  width: 300px;
  position: absolute; 
}

#dpro-widget { 
  top: 10px; 
  left: 615px; 
  height: 230px; 
  width: 190px;
  position: absolute; 
  z-index: 1500;
}

#reed-quote { 
  position: absolute; 
  width: 250px; 
  top: 280px; 
  left: 330px; 
  font-style: italic; 
  line-height: 22px; 
  color: #4d4d4d; 
}

#reed-name { 
  position: absolute; 
  width: 140px; 
  top: 385px; 
  left: 370px; 
  font-style: italic; 
  color: #4d4d4d; 
}

a.video-player { 
  background: url(images/vid-player-control.png) center center no-repeat; 
  width: 100%; 
  height: 150px; 
  display: block; 
}

a.video-player:hover { 
  background: url(images/vid-player-control-hover.png) center center no-repeat;
}

.video-caption {  
  text-align: center; 
  font-size: 12px; 
}

.pro-blue-color { color: #4d4d4d; }

.video-holder {}

#clearDiv { clear: both;}

#main-menu { 
  position: absolute; 
  top: 150px;  
}

#front-page-3-boxes {
  height: 434px; 
  width: 1004px; 
  padding: 10px 0 0 0px;  
  clear: both; 
  position: relative;
}

#first-column-top  { 
  position: absolute; 
  left: 10px; 
  top: 10px; 
  height: 245px; 
  width:  325px; 
}

#smart-menu-background { 
  background: url(images/service-advisor-training-center.png) top center no-repeat; 
  height: 245px;
  width: 325px; 
  margin: 0; 
  position: relative;
  border-radius: 5px;
}

#dealer-pro-training-center-background { 
  background: url(images/service-advisor-training-center.png) top center no-repeat; 
  height: 245px;
  width: 325px; 
  margin: 0; 
  position: relative;
  border-radius: 5px;
}

#dealerpro-nada-booth-background { 
  background: url(images/DPRO_MoneyTableWebBan325x220.jpg) top center no-repeat; 
  height: 220px;
  width: 325px; 
  margin: 0; 
  position: relative;
  border-radius: 5px;
  display: block;
}

#smart-menu-rv-background {
  background: url(images/rv-smart-menu-background.png) top center no-repeat;
  height: 240px;
  width: 300px; 
  margin: 10px 0 0 10px; 
  position: relative;
}


#smart-menu-background p {
  position: absolute;
  top: 105px; 
  left: 197px; 
  width: 100px;
  font-style: italic;
}

#first-column-bottom { 
  position: absolute; 
  left: 10px; 
  top: 265px; 
  height: 165px; 
  width: 325px; 
}

#online-pro-content {
  height: 150px; 
  width: 300px; 
  background: url(images/online-pro-background.png) top center no-repeat; 
  margin: 20px 0px 0 17px; 
}

#rv-online-pro-content {
  height: 150px; 
  width: 300px; 
  background: url(images/rv-online-pro-background.png) top center no-repeat; 
  margin: 2px 0px 0 12px; 
}



#second-column { 
  position: absolute; 
  left: 348px; 
  top: 10px; 
  height: 420px; 
  width: 325px; 
}
#second-column h3 { 
  text-align: center; 
  font-size: 22px;   
  margin: 10px auto;
}

#third-column  { 
  position: absolute; 
  left: 687px; 
  top: 10px; 
  height: 420px; 
  width: 325px; 
}


#k200-inside {
 position: relative;
 height: 220px; 
 width: 325px;
   background: url(images/200k-club.png) top center no-repeat;

   display: block;
   color: #000; 
}



#third-column-bottom {
  height: 190px;
  width: 325px; 
  margin: 10px 0 0 0;

}

#profit-improvement {
  height: 190px;
  width: 325px; 
  background: url(images/profit-improvement.png) no-repeat;
  border-radius: 10px; 
  display: block;
}
 

#dealer-video-1 {
  background: url(images/dealer-vid-1-bkg.png) no-repeat; 
  height: 180px; 
  width: 280px;
  margin: 5px auto; 
}

#dealer-video-1 .video-player, #dealer-video-2 .video-player  {
  height: 167px; 
}


#rv-dealer-video-1 {
  background: url(images/rv-dealer-vid-1-bkg.png) no-repeat; 
  height: 180px; 
  width: 280px;
  margin: 5px auto; 
}

#rv-dealer-video-1 .video-player, #dealer-video-2 .video-player  {
  height: 167px; 
}



#dealer-video-2 {
  background: url(images/dealer-vid-2-bkg.png) no-repeat; 
  height: 180px; 
  width: 280px;
  margin: 10px auto; 
}

.radius { border-radius:  10px;}

.blue-box {
    background: #d0eefb; /* Old browsers */
    background: -moz-linear-gradient(top, #d0eefb 0%, #dbf1ff 37%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0eefb), color-stop(37%,#dbf1ff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d0eefb 0%,#dbf1ff 37%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d0eefb 0%,#dbf1ff 37%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d0eefb 0%,#dbf1ff 37%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d0eefb 0%,#dbf1ff 37%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0eefb', endColorstr='#ffffff',GradientType=0 ); 
    /* IE6-9 */
    border-radius:  10px; 
    border: 1px solid #d7d7d7; 
}

#first-text {
  position: absolute; 
  top: 10px; 
  left: 10px;
  font-size: 20px; 
  font-weight: bold;
  font-style: italic;
}

#second-text {
  position: absolute; 
  top: 84px; 
  left: 15px;
  font-size: 14px; 
  font-weight: bold;
  font-style: italic;
  width: 250px;
}

#third-text {
  position: absolute; 
  top: 145px; 
  left: 15px;
  font-size: 26px; 
  font-weight: bold;
  font-style: italic;
}

#phone-number {
  position: absolute; 
  top: 135px; 
  left: 15px;
  font-size: 20px; 
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
}

#menu-left-side-menu-container { 
  margin: 0 ; 
  padding: 0 ; 
}
#left-navigation { 
  padding: 0; 
  width: 170px; 
  padding:  10px 0; 
}
ul#menu-left-side-menu  { 
  margin: 0; 
  padding: 0; 
  width: 150px; 
}
#menu-left-side-menu li { 
  display: inline-block; 
  margin: 0; 
  padding: 0;  
}

#menu-left-side-menu li a { 
  color: #fff;  
  display: block; 
  width: 145px; 
  font-size: 12px; 
  font-weight: bold; 
  text-decoration: none; 
  text-transform: uppercase; 
  padding: 6px 10px 6px 15px;  
}

#menu-left-side-menu li a:hover { 
  color: #00b4fd; 
  background-color: #444; 
}

h1#top-large-text  {
  font-size: 32px;
  background: -webkit-linear-gradient(#06a7e9, #69d3fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 40px; 
  font-style: italic;
	color: #00b0f8;
  margin: 10px auto; 
}

#designedByPumphrey {
  margin: 5px auto; 
  display: block;
  width: 185px; 
}

ul, li
{
  margin:0; padding:0;
}

.menu-main-menu-container {
  list-style:none;
  margin-bottom:10px;
  /* Clear floats */
  float:left;
  width:1028px;
  position:relative;
  z-index:95;
  margin: 0px;  
  padding: 0;
}

.menu-main-menu-container ul li {
  float:left;
  position:relative;
  text-transform: uppercase;
  display: inline-block;
  padding: 0; margin: 0;
  list-style: none;
}

.menu-main-menu-container ul li:first-child{
  padding-left: 15px;
}

.menu-main-menu-container ul li {
  padding: 15px 14px 10px 14px;
}
.menu-main-menu-container ul li:last-child
{
  padding-right: 0px !important;
  margin: 0;
}
.menu-main-menu-container ul li a{
  display:inline-block;
  color:#fff;
  text-decoration:none;
  text-align: center;
  font: 700 12px/13px "Droid Sans", Arial, sans-serif;
  letter-spacing: 1px; 
}
.menu-main-menu-container  a:hover{
  color:#00b4fd;
  /*background:rgba(255,255,255,0.5); */
  text-decoration:none;
}

/*--- DROPDOWN ---*/  

.menu-main-menu-container  ul li ul {
  background:rgba(120,120,120,.0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
  list-style:none;
  position:absolute;
  left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.menu-main-menu-container  ul li ul li{
  padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
  padding: 0; 
  float:none;
  width: 100%;
  text-align: left;
}
.menu-main-menu-container ul li ul a{
  white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
  text-align: left;
  width: 100%;
}

.menu-main-menu-container ul li:hover ul{ /* Display the dropdown on hover */
  left:0; /* Bring back on-screen when needed */
}
.menu-main-menu-container ul li:hover ul li a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  background: rgba(0,0,0,.90);
  text-decoration:none;
  width: 100%; 
}

.menu-main-menu-container  li:hover ul li a:hover{ 
  /* Here we define the most explicit hover states--what happens when you hover each individual link. */
  background:#333;
  color: #00b4fd;
    text-decoration:none;
}

.alignright { 
  float: right; 
  padding: 10px; 
}

.alignleft { 
  float: left; 
  padding: 10px; 
}


body { 
  margin: 0; 
  padding: 0; 
}

footer {
  text-align: center; 
  margin: 45px 0 0 0; 
  color: #fff;   
  height: 175px; 
  background: rgba(0, 0, 0, 0.5); 
  position: relative;
}

#CopyrightInfo {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 9px; 
  clear: both;
}

.name-area {
  width: 500px; 
  height: 30px; 
  background-color: #014b6b; 
  margin: 0 auto; 
}

.name-area a {
  color: #fff;
}

.name-area p { 
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 7px 0 0 0; 
  width: 435px; 
  font-size: 14px; 
}

.triangle-left { 
  display: inline-block;
  width: 0; 
  height: 0; 
  border-bottom: 30px solid #000;
  border-right:  30px solid #014b6b; 
  padding: 0;
  margin: 0; 
  float: left;
}

.triangle-right {
  display: inline-block;
  width: 0px;
  height: 0px; 
  border-bottom: 30px solid #000;
  border-left: 30px solid #014b6b;
  padding: 0;
  margin: 0; 
  float: right;
}

#footer-stuff {
  width: 100%;
  margin: 0 auto;
  height: 20px; 
  display: block;
}

#footer-stuff ul {
  width: 470px; 
  margin: 5px auto;
}

#footer-stuff ul li {  
  float: left; 
  margin: 5px auto;
  height: 25px; 
  display: inline-block;
}

#footer-stuff ul li a {  
  display: inline-block;
  color: #fff; 
  font-size: 10px; 
  padding: 5px 8px;
  text-decoration: none;
  text-transform: uppercase; 
  letter-spacing: 1px;
}

#footer-stuff ul li a:hover {  
  color: #00b4fd;
}


#social-icons {
  width: 800px;
  margin: -20px auto 0 auto;
}

#facebook {
  background: url(images/social-icon-fb.png) no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  float: right;
}
#youtube {
  background: url(images/social-icon-youtube.png) no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  float: right;
}
#twitter {
  background: url(images/social-icon-twitter.png) no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  float: right;
}
#blogger {
  background: url(images/social-icon-blogger.png) no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  float: right;
}



/***************************************
              MISC STYLES
***************************************/

.column { width: 330px; }
.column ul { width: 300px; }
.column p { width: 320px !important; }
.column ul li { width: 300px;}

#magazine-columns { 
  width: 780px; 
  margin-right: 20px; 
}

.form-container { 
  height: 650px;
  display: block;
  width: 450px; 
  float: right;
margin: 20px -20px auto auto; 
}


.video-box-right {
  width: 340px; 
  float: right;
}



.float-align-right {
  float: right;
  display: inline-block;
  padding: 0 0 10px 10px; 
}



/***************************************
              Login Screen
***************************************/


div #login h1 a {

  background-size: 274px 120px !important;
  width: 326px;
  height: 100px;

}


.alignright { 
  padding: 0 0 10px 10px !important; 
  text-align: right;
  display: inline-block;
}

#infFormDiv_0 {

  height: 650px;
  display: block;
  width: 400px; 

}


#dons-tips-box {
  float: right;
  width: 270px; 
  padding: 20px; 
}


#dealer-testimonial {
  font-size: 14px; 
  font-style: italic;
  padding: 15px; 
}

.rv-red {
  color: #3366ff;
}

#thirtynine-second-smart-menu {
  display: inline-block;
  margin: 10px 0; 
  background: url(images/39SecDemo-backgrond.jpg) no-repeat;
  height: 130px; 
  width: 250px; 
  padding: 45px 30px 10px 180px; 
  font-size: 20px; 
}

iframe {
	border: none;
}


#full-width-content {
  padding: 50px 75px; 
}

.row {
  width: 100%;
  clear: both;
}

.clear-fix {
  clear: both;
}

.left-column {
  width: 600px;
  /*border: 1px solid red;*/
}

.left-column img {
  margin-top: 30px;
}

.right-column {
  width: 200px;
  float: right;
}

p.narrow {
  width: 650px;
  margin-bottom: 20px;
}

.wp-caption-text {
  text-align: center;
  margin-top: 5px;
}

h1 {
  margin: 45px 0;
  font-size: 36px;
}

