/*
Theme Name: Ralph's Canoes
*/
@import "reset.css";

* {
margin:0;
padding:0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-align: center;
color:#333333;
padding: 0; margin: 0;
}

a {
text-decoration:none;
color:#955221;
}
a:hover {
color:#ccc;
}
a img {
border:none;
}

.ir, .ir a {
display: block;
text-indent: -9999px;
outline: none;
}
.alignright {
float:right;
margin:5px 0px 5px 5px;
}
.alignleft {
float:left;
margin:5px 5px 5px 0px;
}
.aligncenter {
display: block;
margin: 5px auto;
}
.divider {
height: 20px;
border-bottom: 1px solid #666;
margin-bottom: 20px;
display: block;
margin-left: 400px;
}

#wrapper {
width:1000px;
margin: 0 auto;
text-align:left;
}
#header {
height: 430px;
position: relative;
}
#headernav {
padding-top: 10px;
}
.jw-highcycle-wrap {
height: 345px;
overflow: hidden;
}
#content {
width: 900px;
margin: 0 auto;
}
#content .entry {
width: 740px;
margin: 0 auto;
text-align: center;
}
#content.wimg .entry {
float: right;
width: 500px;
text-align: right;
}
.home #content .entry, #content.post-gallery .entry {
float: right;
width: 500px;
text-align: left;
}
#logo, .for-sale-sidebar, .entry-image {
float: left;
width: 380px;
}
#logo {
width: 390px;
padding-top: 15px;
text-align: right;
}

#footer {
}


h1 {
font-size:20px;
font-weight:bold;
color: #949292;
}
.entry h1 {
color: #955221;
}
.description {
font-weight: normal;
color: #000;
}
.location {
float: right;
font-weight: normal;
font-size: .8em;
line-height: 2em;
}
h2,h3,h4 { 
font-weight:normal;
margin-bottom:10px;
}
h2 {
font-size:18px;
text-align:right;
}
h2.for-sale {
font-size: 12px;
text-align: right;
font-style: italic;
background: url(images/for-sale.gif) no-repeat top left;
padding-left: 55px;
height: 50px;
color: #666;
padding-right: 100px;
}
h3 {
font-size:16px;
}
h3.for-sale {
padding: 10px 100px 0 0;
font-size: 18px;
color: #000;
text-align: right;
clear: left;
}
.entry h3.for-sale {
padding-right: 0;
}
h4 {
color:#955221;
}

#headernav ul {
text-align: center;
padding-top: 10px;
float: right;
margin-right: 40px;
}
#headernav ul li {
display: inline;
padding: 0 7px;
}
#headernav ul li a {
text-decoration: none;
font-size: 14px;
color: #949292;
}
#headernav ul li a:hover, #headernav ul li.current_page_item a {
color: #955221;
}

.entry p, .entry li {
font-size:13px;
line-height:20px;
margin-bottom: 1em;
}
.home .entry p {
text-align:right;
}

.entry ul {
list-style: disc;
margin: 10px 25px;
}

.highslide img, .highslide-image {
border: none;
}
.thumbs {
margin: 14px 0;
clear: both;
}
.highslide-thumb {
float: left;
margin: 0 14px 14px 0;
}
#last-thumb {
margin-right: 0;
}
.gallery-item {
height: 165px;
}
.highslide-wrapper, .highslide-outline {
background: transparent;
}
.highslide-controls {
margin: 20px 35px 20px 0;
}
.highslide-caption {
color: #fff;
}
.gallery-caption {
padding: 5px;
}


h1 a {
color: #949292;
}
h3 a {
color: #955221;
}

.gallery {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery br {
     display: none;
}

hr, .clear {
clear:both;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */