/**
 * Madera Ribs Theme 
 * 
 * Theme Name: Madera Ribs
 * Theme URI: http://www.m-ribs.com
 * Author: VEKA Group
 * Author URI: http://www.vekagroup.com
 * Description: Template for Madera Ribs
 * Version: 0.2
 * Tags: madera, theme
 */

/**
 * CSS RESET
 */
  
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
  {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
  {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clr {
  clear: both;
}

/**
 * GENERAL THEME LAYOUT 
 */

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  background: #404040 url(images/bodybg.png) repeat-x 0 0; 
  color: #fff;
}
h1, h2, h3 {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
}
h1 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
p {
  padding-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0 15px 15px 0;
  clear:both;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 15px 15px;
  clear:both;
}

.home .alignrightfixed {
  /*
  display: inline;
  float: right;
  margin: 0 -380px 15px 0;
  clear:both;
  */
}

#content {
  padding-top:20px;
  width: 960px;
  background: #000000 url(images/trans_background.png) repeat;
  overflow: hidden;
}

#content-left {
  float: left;
  width: 180px;
  
}

#content-right {
  float: left;
  width: 780px;
  
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  /*background: red*/;
  background: transparent url(images/wrapperleft.png) no-repeat;
  background-position: left top;
  padding-left: 22px;
  
}

#container {
  width: 960px;
  /*margin-left: 20px */;
  /*background: #000000 url(images/trans_background.png) repeat;*/
  overflow: hidden;
}

#middle {
  float: left;
  background: #000000;
  margin: 10px;
  padding: 10px;
} 


.middleLarge #middle {
  width: 720px;
  
}

.middleMedium #middle {
  width: 360px;  
  background: #292929;
  
} 


#right {
  float: left;
  width: 360px;
  margin-top: 2px;
   
  
}

#left {
  float: left;
  width: 180px;
}


.widgetimageright {
margin-left: 20px;
margin-top: 30px;
}

#header {
  width: auto;
  height: 242px;
}

#header a.home {
  display:block;
  float:right;
  width:260px;
  height: 200px;
  margin: 20px 80px 0 0;
}


.textfield_effect {
/*we will first set the border styles.*/
border-width: 1px;
border-style: solid;
border-color: white;
/*we are now going to add in the shadow image that we created earlier*/


/*I am going to add some text formatting of my own*/
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
width: 140px;
height: 20px;
display: block;
margin-bottom: 6px;
}

#newsletter h3 {
font-size: 10px;
font-weight: bold;
padding-bottom: 5px;
  
}



#newsletter {
margin-left: 10px;
width: 142px;
height: 90px;
padding: 10px;
background: #404040 url(images/backgroundnewsletter.png) repeat; 
margin-bottom: 20px;

  
}

.newslettersubmit {
 color: #000000;
 font-size: 12px;
 width: 142px;
 height: 25px;
 border: none;
 margin: 0;
 padding: 0;
 float: left;
 border-width: 0px;
border-style: solid;
border-color: #52bdea;
display: block;


}




#right object {
  width: 320px !important;
  height: 320px !important;
  
  
  
}

#teasers {
  float:left;
  width: 780px;
  margin-left: -20px

}
#teasers div {
  float: left;
  width: 226px;
  height: 126px;
  margin: 10px 0px 10px 30px;
}

/**
 * HOME STYLE
 */
.middleMedium #middle {
  
  
  width: 360px;  
  background: #292929;
  margin: 10px;
  padding: 10px;
} 

.home .alignright { 
  /*
  margin-right: -380px;
  */
}
/**
 * LEFT MENU 
 */

#left ul li {
  width: auto;
}


#left a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 5px 10px;
  background: #000000 url(images/nav-bg.png) bottom center repeat-x;
}

#left .current_page_item a,#header .current_page_item a,#header .menu .current-page-ancestor a
{
  text-decoration: underline;
}

#left .menu {
  margin-bottom: 50px;
}

/**
 * BOAT STYLES 
 */

a .entry-title {
  padding-top: 10px;
  text-decoration: underline;
}
.boat {
  overflow: hidden;
  margin: 0 auto 20px;
  width: 710px;
}
.boat-list .boat {
  background: #333;
}
  
.boat-list a:hover .boat {
  background: #444;
}
.boat .entry-thumb img{
  float: left;
  margin-right: 20px;
}

.boat .entry-image img  {
  padding: 0px;
}

.entry-slideshow {
  margin-bottom: 50px;
  overflow:hidden;
}
#image_wrap {
  /* dimensions */
  width:710px;
  margin:15px 0 15px 0;
  padding:0;

  /* centered */
  text-align:center;

  /* some "skinning" */
  background-color:#000; 

}

#nav {
  float:right;
  margin: -60px 5px;
}
#nav a {
  float: left;
  display:block;
  width: 12px;
  height: 40px;
  margin: 5px 0 5px 5px;
  color: #555555;
  text-decoration: none;
  font-size:28px;
  line-height:40px;
}
#nav a.activeSlide {
  color: #dddddd;
}
.entry-meta {
  float:left;
  width: 680px;
  padding: 20px;
}
.meta-header {
  font-weight: bold;
  background: #555;
  padding: 2px 10px;  
}

div.entry-content {
  
  padding-right: 15px;
  
  
}
/*
 * POST STYLES
 */
.entry-content ul, .entry-content ol  {
  list-style:disc;
  list-style-position: outside;
  margin: 10px 0 15px 0;
  padding: 0 20px;
}

.entry-content ul li, .entry-content ol li  {
  margin: 5px 0;
}
.entry-content h1, .entry-content h2, .entry-content h3 {
line-height: 2.5em;
}
.post-meta {
  width: 100%;
}
.post-meta-odd {
  background: #222;
}
.post-meta-even {
  background: #333;
}
.post-meta td {
  text-align: right;
  padding: 0 10px;
}
.post-meta-key {
  float: left;
}
.entry-attachments {
  float:left;
  width: 320px;
  padding: 20px;
}
.attachment-header {
  font-weight: bold;
}
.entry-social {
  overflow:hidden;
  float:right;
  padding: 8px;
  height: 32px;
}
.entry-social-share {
  padding:4px 0 8px 0;
  height: 36px;
  font-size: 12px;
}
.printfriendly  {
  margin-right: 35px;
}
.home-social-share {
  float:right;
  padding:4px 0 8px 0;
  height: 36px;
  width: 340px;
  text-align: center;
}
.entry-video {
  text-align: center;  
}
.post-navigation {
  
  margin: 20px 0;
  text-align:center;
  width: 700px;
  
}
.post-navigation .nav-prev {
  float:left;
  height: 30px;
width: 100px;



}
.post-navigation .nav-next {
  float:right;
}
.post-navigation .back{
  margin: 0 auto;
}

.contactcontainer {
  
  width: 730px;

  
}

.location {
  
  background: #333;
  padding: 9px;
  
}
table.backtab td  {
padding-right: 10px;  
font-size: 14px;
font-weight: bold;
line-height: 20px;
  
}

table.backtab2 td.tdbold  {
padding-right: 10px;  
font-size: 14px;
font-weight: bold;
line-height: 20px;
  
}
#header .gallery-item {
float: left;
padding: 0px;
}

.gallery-item {
float: left;
padding: 10px;

}

.scrollable .gallery-item {
  /* margin: 0px !important; */

}

.social ul li {
  display: block;
  height: 32px;
  width: 100px;    
  float: left;
  margin-right: 5px;
  
}

.social ul li a {
  padding-left: 34px !important;
  line-height: 32px; 
  height: 32px;
  background: none !important;  
  outline: none;
  font-style: italic;
  font-size: 10px;
  
  
}

.social .facebook {
  background: url(https://madera2.lh003.robas.com/wp-content/uploads/facebook.png) no-repeat;
  background-position: 0px 0px;
}

.social .facebook:hover {
  
  background-position: 0px -32px;
}

#left .social .facebook:hover a {
  color: #dbd9d9;
  
}

.social .twitter {
  background: #000000;
  background-position: 0px 0px;
}

.social .twitter:hover {
  
  background-position: 0px -32px;
}

#left .social .twitter:hover a {
  color: #dbd9d9;
  
}


.social .youtube {
  background: url(https://madera2.lh003.robas.com/wp-content/uploads/youtube.png) no-repeat;
  background-position: 0px 0px;
}

.social .youtube:hover {
  
  background-position: 0px -32px;
}

#left .social .youtube:hover a {
  color: #dbd9d9;
  
}

.social ul {
  margin-left: 20px;
  
  
}

.motorimages {
background: #202020;
padding-top: 8px;
margin-top: 80px;
text-align: center;
  
}

.custom_images {
margin-top: 15px;
height: 65px;
width: auto;
background: #202020;
padding: 15px;
 
  
}



.custom_images img {
margin-left: 15px;

  
}

#o3-iconslist {
background: #000000 url(images/nav-bg.png) bottom center repeat-x;
padding-left: 20px;
  
}

#custom-tweet-button a {
   background: url('images/tweetthis.png') 0 0 no-repeat;
   display: block;
   width: 60px;
   height: 60px;
}
#custom-tweet-button a:hover {
   background: url('images/tweetthish.png') 0 0 no-repeat;
}
#custom-tweet-button a:active {
   background: url('images/tweetthish.png') 0 0 no-repeat;
}

#custom-addthis-button a {
   background: url('images/tweetthis.png') 0 0 no-repeat;
   display: block;
   width: 60px;
   height: 60px;
}
#custom-addthis-button a:hover {
   background: url('images/tweetthish.png') 0 0 no-repeat;
}
#custom-addthis-button a:active {
   background: url('images/tweetthish.png') 0 0 no-repeat;
}


.cat_back {
line-height: 60px;

}


#horz-line {
height: 21px;

 background: transparent;
}


.onlywidescreen {
display: none;  
}


.onlynarrowscreen {
margin-left: 20px;
margin-bottom: 30px;  
}

#o3-icons {
background: #404040;  
padding: 10px; 
height: 26px;

}

#solve {
display: none;  
  
}

#colorbox {
  top:20px !important;
  position: fixed !important;

}


/*** PRINTING STYLES ***/
/* Print Style Sheet */
@media print {
  body {
    background:white;
    color:black;
    margin:0
  }
  #header,
  #left,
  .entry-video,
  .entry-slideshow,
  .entry-social,
  .post-navigation {
    display:none;
  }
  #container,
  #middle,
  #content,
  .post-meta li,
  .meta-header {
  background: white;
    width:99%;
  }
}











