/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: OTP site style built off of default wordpress style.
Version: 1.6
Author: Nathan Schivley

*/

table, tr, td

{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-collapse: collapse;
	border-spacing: 0;
}



/* Begin Typography & Colors */
body {
	font-size: .7em;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #b51505 url('images/cuts/bground.jpg') repeat-x top left;
	color: #4f4f4f;
	}

a:link, a:visited {color:#333; text-decoration:underline;}
a:hover, a:active {color:#eb1800; text-decoration:underline;}

a.read_more:link, a.read_more:visited {
     font-weight:bold !important; 
     text-decoration:underline !important;
     color:black !important;
     text-transform:inherit !important;
     font-size:11px !important;
}

a.read_more:active, a.read_more:hover {color:#eb1800 !important;}


ul li {text-indent:0px;}

h4 {
       text-transform:uppercase;
       font-size:14px;
       color:#eb1800;
       font-weight:normal;
       margin:0px;
       padding:16px 0px 3px 0px;
}

h5 {
      font-size:14px;
      font-weight:bold;
      padding:5px 0px 0px 0px !important;
      margin:0px !important;
}

.date {
       padding:0px !important;
       margin:0px !important;
       font-weight:bold;
}

.quote {
       color:black;
       padding:40px 20px 0px 20px !important;
}

#content p {
        padding:7px 0px;
        margin:0px !important;
        line-height:18px;
}

#page {
	width:1000px;
        margin:0 auto;
        padding:0px;
	text-align: left;
        background:none !important;
         

	}


/* HEADER */

#header {
        width:1000px;
        height:154px;
        background:url('images/cuts/header.jpg') no-repeat top left;
	}

#header h1 {
        font-size:0px;
        color:black;
        text-indent:-1000px;
        margin:0px !important;
        padding:50px 0px 0px 0px !important;

}

#header h1 a {
        display:block;
        height:60px;
        width:500px;
}      

#top_nav {
        float:right;
}

#top_nav li {
        display:inline;
        list-style:none;
        padding:0px 8px;
        border-right:1px solid white;
}

#top_nav li:last-child {border-right:none;}

#top_nav a:link, #top_nav a:visited {color:white; text-decoration:none;}
#top_nav a:hover, #top_nav a:active {color:red; text-decoration:underline;}

#main_nav {
        width:890px;
        float:left;
        margin-top:7px;
        margin-left:120px;
        height:36px;
        background:url('images/cuts/nav_full_bground.jpg') no-repeat top left;
}

#main_nav ul{
          height:36px;
          margin:0px 0px 0px 20px !important;
          padding:0px 0px 0px 0px;
          float:left;
          list-style:none;
          white-space: nowrap;

}


#main_nav ul li {
         float:left;
         position:relative;
         list-style:none;
         font-size:12px;
}

#main_nav ul li a:link, #main_nav ul li a:visited {
          height:24px;
          display:block;
          padding:8px 12px 4px 12px;
          color:white;
          text-transform:uppercase;
          white-space:nowrap;
          float:left;
          text-decoration:none;
}

#main_nav ul li a:hover {
          height:24px;
          display:block;
          padding:8px 12px 4px 12px;
          background:url('images/cuts/nav_bground_roll.jpg') repeat-x top left;
          text-decoration:none;
}



#main_nav #quick_quote {margin-left:18px;}

#main_nav #quick_quote a:hover  {
          background:none !important;
          color:black;
}

#main_nav ul li ul
{
	display: none;
	/* turns off 2nd level ul's */
}

#main_nav ul li:hover ul
{
	position: absolute;
	top: 36px;
	left: -20px;
	/* Position of flyout menu in relation to 1st level headings */
	display: block;
	/* Turns on 1st level headings on hover */
	z-index: 500 !important;
	background: none;
	width: 150px;
}

#main_nav ul li ul li
{
	background: #eee !important;
	/* flyout elements need a background image or color to avoid bugs in IE/win */
	position: relative;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	height: auto;
	z-index: 500 !important;
}

#main_nav ul li ul li a:link,
#main_nav ul li ul li a:visited /* 2nd level menu */
{
	color: #fff;
	background: #181818;
	display: block;
	width: 150px;
	font-size: .75em;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 10px;
	height: auto;
	z-index: 500 !important;
}

#main_nav ul li ul li a:hover,
#main_nav ul li ul li a:active
{
	color: #cc0000;
	background: #eee;
	z-index: 500 !important;
}

#quick_quote {
        font-size:12px;
        text-transform:uppercase;   
        float:left;  
}

#quick_quote ul {
        margin:0px !important;
        padding:0px !important;
}

#quick_quote ul li ul {
        left:-40px !important;
}

#quick_quote ul li ul li a:link,
#quick_quote ul li ul li a:visited {
        background:#de0713;
}
#quick_quote a:link, #quick_quote a:visited {
        color:white;
        text-decoration:none;          
}

#quick_quote a:hover, #quick_quote a:active {
        color:black;
}

/* END HEADER */



/* MAIN CONTENT */

#main_table {
      margin-top:20px;
}

#main_area {
      border-right:1px solid #666;
      width:540px !important;
}



#content {
        background:none !important;
        background-color:white !important;
        width:980px !important;
        padding:10px;
        border:1px solid #333 !important;
        
	}

#shadow {
      -webkit-box-shadow: 0px -15px 8px #000;  
        -moz-box-shadow: 0px 0px 18px #000;  
        box-shadow: 0px -15px 8px #000;  
}

.flash_header, .page_header {
        margin:0px;
        border:1px solid #ccc;
        width:979px;
        -webkit-box-shadow: 0px 0px 8px #666;  
        -moz-box-shadow: 0px 0px 8px #666;  
        box-shadow: 0px 0px 8px #666;  
        z-index:0 !important;
}

.page_header {height:104px;}

.post {
        width:530px;
        margin:0px 20px 20px 20px;
        padding-right:30px;
        float:left;

}





.post h1, .single .post h2, #archive_column .pagetitle, #search_column h1 {
        font-size:24px;
        color:#4f4f4f;
        text-align:left;
        font-weight:normal;
        text-transform:uppercase;
        letter-spacing:1px;
        line-height:30px;
}

.post h2 {display:none;}

.single .post h2 {display:block;}

.wpcf7-form {
      text-align:left !important;
      float:left;
}

#contact_box {
      border:2px solid #ccc;
      width:190px;
      margin-left:20px;
      padding:10px;
      background:#eee;
      margin-top:20px;
}

.wpcf7-form .wpcf7-form-control-wrap.your-message textarea {
width:290px !important;
}
.post ul li ul li {list-style:circle;}

/* VENDOR PAGES */

.vendor_logo {
      float:left;
      margin:0 20px 10px 0px;
}

.vendor_category_image {

      float:left;
      margin:0 0 10px 0px;
}

/*RIGHT RAIL */

#sidebar
{
	float:left;
	width: 300px;
        margin:0px 0px 0px 20px;
}

#sidebar .right_box, #tdd-recent-posts {
        background:#fcfcfc url('images/cuts/grey_gradient_bground.jpg') repeat-x top left;
        margin:10px 0px;
        width:321px;
        border-top:1px solid #ccc;
        padding:0px 10px 10px 17px;
}

.recent_with_excerpt {
        background:#fcfcfc url('images/cuts/grey_gradient_bground.jpg') repeat-x top left;
        padding:0px 10px 10px 17px !important;
        margin:10px 0px 10px 0px;
        border-top:1px solid #ccc;
        width:320px !important;
}

.right_box  h3 {
         width:331px;
         height:42px;
         font-size:0px;
         margin:0px 0px 0px -17px;
         padding:0px;
         color:#ccc;
}

.right_box h4 {
          font-size:12px; 
          padding:0px; margin:0px;
}

#survey.right_box h4 {
    padding:8px 0px 0px 0px;
}



#news_events.right_box  h3, #tdd-recent-posts h2, #recentpostswithexcerpts-7 h2 {
        background:url('images/cuts/hedr_news_events.jpg') no-repeat top left;
}

#featured_product.right_box  h3 {
        background:url('images/cuts/hedr_featured_product.jpg') no-repeat top left;
}


#tdd-recent-posts h2, .recent_with_excerpt h2 {
        display:block;
         width:331px;
         height:42px;
         font-size:0px;
         margin:0px 0px 0px -17px;
         padding:0px;
         color:#ccc;
        background:url('images/cuts/hedr_blog.jpg') no-repeat top left;
}

#recentpostswithexcerpts-8 h2 {
        background:url('/wp-content/themes/otp/images/cuts/hedr_featured_vendor.jpg') no-repeat top left !important;
}

.tddrecentposts {
         margin:0px !important;        
}

.tddrecentposts a {font-weight:bold;}

.tddrecentposts li {
          margin:0px !important;
          padding:5px 0px !important;
          text-indent:0px !important;         
}

.tddrecentposts dd {
          line-height:18px;
          color:#4f4f4f;
          padding:0px !important;
          margin:0px;
}

.sidebardate {
          text-transform:uppercase;
          color:#eb1800 !important;
}

.recent_with_excerpt p {
          color:#4f4f4f;
          font-family:Arial, Helvetica, sans-serif;
}

.recent_with_excerpt a {
       text-transform:uppercase;
       font-size:12px;
       color:#eb1800;
       font-weight:normal;
       margin:0px;
       text-decoration:none;
}

.recent_with_excerpt ul {
         margin:0px !important;
         padding:0px !important;
}

.recent_with_excerpt .alignright {padding:0px !important; margin:0px !important;}

.recent_with_excerpt ul li {
         padding-bottom:20px !important;
}
.recent_with_excerpt blockquote {
         margin:0px;
         padding:0px;
         border:none;
}
.right_stuff a {text-decoration:none;}

#featured_product.right_box img {float:left; margin:0 10px 5px 0px;}

.right_stuff .right_box h2 {
        font-size:14px;
        font-weight:bold;
        text-transform:uppercase;
        margin:0px;
        padding:3px 5px 3px 3px;
}

.right_stuff h4 {
      background:#fcfcfc url('images/cuts/grey_gradient_bground.jpg') repeat-x top left;
      border-top:1px solid #ccc;
      padding:3px 5px 3px 20px;
      margin:2px 0px;
      width:323px;
}



.right_stuff .right_box ul {
       width:140px;
       float:left;
}

.search_button, .ask_the_experts_button, .visit_vendor_site {
        background:red url('images/cuts/button_red_bground.jpg') no-repeat top right;
        height:27px;
        color:white;
        width:140px;
        float:left;
        margin-right:20px;
        text-transform:uppercase;
}



.visit_vendor_site {
        background:red url('images/cuts/button_black_bground.jpg') no-repeat top right !important;
}



#srch_btn {border:none;}

#searchsubmit, #srch_btn {
        background:red url('images/cuts/btn_search.jpg') no-repeat top right;
        height:27px !important;
        width:140px;
        float:left;
        margin:0px 20px 0px 0px;
        border:none;
        font-size:0px;
        text-indent:-2000px;
        text-align:left;
        color:#ad0a1f;
}

.search_button span, .ask_the_experts_button span, .visit_vendor_site span {
        height:21px;
        text-align:center;
        background:url('images/cuts/button_red_left.jpg') no-repeat top left;
        display:block;
        font-size:11px;
        font-weight:bold;
        padding:6px 6px 0px 6px;
}

.visit_vendor_site span {
        background:url('images/cuts/button_black_left.jpg') no-repeat top left !important;
}

.visit_vendor_site, .ask_the_experts_button {width:auto !important; margin-top:14px; margin-bottom:20px;}
.ask_the_experts_button {float:right;margin-right:0px;}

.ask_the_experts_button.new_button {
       border:5px solid black;
       background-image:none;
       background:#666;
       padding:10px;
       margin-left:10px;
       height:60px;
}

.ask_the_experts_button.new_button span {
        background:none;
        font-size:18px;
        line-height:24px;
}



.ask_the_experts_button a, .visit_vendor_site a{
        color:white !important; 
        text-decoration:none !important;
}

.visit_vendor_site a:hover {
        color:red !important;
}

.ask_the_experts_button a:hover{
        color:black !important; 
        text-decoration:none !important;
}

.ask_the_experts_button.new_button span {text-decoration:underline !important;}

.refer_friend_button {
    float:right;
    margin:0px 50px 20px 0px;

}

#sidebar #form #BrowseVendors {
         width:180px;
         
}

.widgettitle {display:none;}

.widget {width:340px;}




/* HOME PAGE */

.bottom_box {
        background:#ccc url('images/cuts/grey_gradient_bground.jpg') repeat-x top left;
        width:540px;
        margin-top:10px;
        padding:10px;
        float:left;
}

.bottom_box img {
        float:left;
        margin-right:20px !important;
}

.bottom_box_right {
        border-left:1px solid #333;
        padding-left:20px;
        float:left;
        width:300px;
}

.bottom_box h4 {padding-top:0px !important;}

/* FOOTER */

#footer {
       width:1000px;
       background:none !important;
       background-color:white !important;
       margin:-20px 0px 0px 0px!important;
       border-left:1px solid #333;
       border-bottom:1px solid #333;
       border-right:1px solid #333;
      
}

#footer #bottom_nav {
        border-bottom:1px solid #333;
        width:950px;
        margin:10px 20px;
        float:left;
}

#footer #bottom_nav ul {
        float:right;
        margin:10px 0px;
}

#footer #bottom_nav ul li{
       display:inline;
       padding:0px 10px;
       text-transform:uppercase;
       list-style:none;
       border-right:1px solid #333;
}

#footer #bottom_nav ul li:last-child {border-right:none;}

#footer_bottom {
       float:left;
       height:60px;
       width:950px;
       clear:both;
       margin:0px 20px 10px 20px;
}

#footer_bottom #contact_info {
       width:546px;
       float:left;
}

#footer_bottom #contact_info p{
       padding:0px !important;
       margin:0px !important;
}

#footer_bottom ul {
        margin:0px 0px 0px 0px;
}
#footer_bottom ul li {
       display:inline;
       padding:0px 8px;
       border-right:1px solid #333;
}

#footer_bottom ul li:last-child {border-right:none;}

#footer a:link, #footer a:visited {color:#333; text-decoration:none;}
#footer a:hover, #footer a:active {color:red; text-decoration:underline;}

#copyright {
        float:right;
        color:white;
}

#copyright a {color:white;}
#copyright a:hover {color:black;}

#footer_locations {
       width:950px;
       background:#eee;
       margin:0px 0px 20px 20px;
       border:1px solid #ccc;
       text-align:center;
       line-height:20px;
       clear:left;
}

/* ARCHIVES */





#archive_column .post {
       border-bottom:1px dashed #ccc;
       padding-bottom:20px;
       border-right:none;
       width:520px;
}

#archive_column .pagetitle {padding-left:20px;}


/* SEARCH  RESULTS */

#search_column {
       padding-left:20px;    
       margin-right:20px;
}


#search_column .hentry {
       border-bottom:1px dashed #ccc;
       width:540px;
       padding:2px 0px !important;
       margin-left:0px !important;
}




/* WORDPRESS DEFAULTS */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}





.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */




h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
        margin:0px 0px 6px 14px;
        padding:0px 0px 0px 14px;
	list-style: disc;

	}

html>body .entry li {
        padding:5px 0px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 168px;
	padding: 2px;
        
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
        text-align:left;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
        height:20px;
        width:560px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
