/*
Theme Name: Rainbow Ranch Lodge
Author: Piotr Bieszk
Author URI: http://www.bieszk.com/
*/


html {
 overflow-y: scroll !important;
}

body {
  color: #111;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  background: #D1C297 url('images/bg.jpg') left top repeat-x;
}

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  color: #A3852F;
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-weight: normal;
}

h2 {
  font-size: 21px;
  line-height: 25px;
  padding: 5px 30px 14px 30px;
}

h3 {
  font-size: 17px;
  line-height: 23px;
  padding: 11px 30px 5px 30px;
}

h4 {
  font-size: 14px;
  line-height: 19px;
  padding: 8px 30px 4px 30px;
}


/* Header */

#header {
  height: 40px;
  text-align: center;
  background: #A3852F;
}

#header-page {
  height: 253px;
  text-align: center;
  background: #A3852F url(images/bigskymt.gif) center bottom no-repeat;
}

#header h1, #header-page h1 {
  margin: 0;
  padding: 0;
  background: #A3852F url('images/rr-title.gif') center top no-repeat;
}

#header h1 a, #header-page h1 a {
  width: 960px;
  height: 40px;
  display: block;
  text-indent: -9999px;
}


/* Elements */

#canvas {
  width: 960px;
  margin: 20px auto 0 auto;
  padding-bottom: 40px;
}

#content {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  background: #fff url(images/content-bg.gif) left top repeat-y;
}

#col-left {
  float: left;
  width: 220px;
  padding: 35px 0 0 0;
  background: #E8E0CB;
}

#col-wide {
  float: left;
  width: 740px;
  padding: 30px 0 0 0;
  background: #fff;
}


/* Navigation */

#col-left #nav {
}

#col-left #nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#col-left #nav ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

#col-left #nav ul li a {
  width: 220px;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

#col-left #nav ul li a#nav-01 { height: 24px; background: transparent url(images/nav-01.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-02 { height: 26px; background: transparent url(images/nav-02.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-03 { height: 26px; background: transparent url(images/nav-03.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-04 { height: 26px; background: transparent url(images/nav-04.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-05 { height: 26px; background: transparent url(images/nav-05.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-06 { height: 26px; background: transparent url(images/nav-06.gif) right top no-repeat; text-indent: -9999px; }

#col-left #nav ul li a#nav-01-current { height: 24px; background: transparent url(images/nav-01-over.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-02-current { height: 26px; background: transparent url(images/nav-02-over.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-03-current { height: 26px; background: transparent url(images/nav-03-over.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-04-current { height: 26px; background: transparent url(images/nav-04-over.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-05-current { height: 26px; background: transparent url(images/nav-05-over.gif) right top no-repeat; text-indent: -9999px; }
#col-left #nav ul li a#nav-06-current { height: 26px; background: transparent url(images/nav-06-over.gif) right top no-repeat; text-indent: -9999px; }

#col-left #nav ul li a#nav-01:hover { background: transparent url(images/nav-01-over.gif) right top no-repeat; }
#col-left #nav ul li a#nav-02:hover { background: transparent url(images/nav-02-over.gif) right top no-repeat; }
#col-left #nav ul li a#nav-03:hover { background: transparent url(images/nav-03-over.gif) right top no-repeat; }
#col-left #nav ul li a#nav-04:hover { background: transparent url(images/nav-04-over.gif) right top no-repeat; }
#col-left #nav ul li a#nav-05:hover { background: transparent url(images/nav-05-over.gif) right top no-repeat; }
#col-left #nav ul li a#nav-06:hover { background: transparent url(images/nav-06-over.gif) right top no-repeat; }


/* Content */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

p {
  margin: 0;
  padding: 3px 30px 12px 30px;
  text-align: justify;
}

a {
  color: #A3852F;
  text-decoration: none;
}

a:hover {
  color: #A3852F;
  text-decoration: underline;
}

a:active, a:focus {
  outline: none;
}

small {
  margin: 0;
  padding: 0 30px 10px 30px;
  color: #b09959;
  font-size: 11px;
  text-align: justify;
}

.post h2, h2.pagetitle {
  padding: 9px 30px 0 30px;
}

.entry {
	padding-top: 10px;
}

.entry img {
	margin: 3px;
	padding: 3px;
	border: 1px solid #d0c196;
}

.navigation {
	clear: both;
	display: block;
	padding: 15px 30px 20px 30px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}

.navigation a {
  color: #A3852F;
  text-decoration: none;
}

.navigation a:hover {
  color: #A3852F;
  text-decoration: none;
  font-weight: bold;
}

#top-contact {
	color: #f5f2e9;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	padding: 1px 10px 5px 0;
}

#top-contact strong {
	color: #d9cca8;
}

#top-contact a, #top-contact a:hover {
	color: #f5f2e9;
}

.postmetadata {
	clear: both;
	display: block;
	padding: 0;
	margin: 10px 30px;
	color: #777;
	text-indent: 0;
}

.postmetadata small {
	padding: 0;
}

.alt {
	display: block;
	padding: 6px 10px;
	border: 1px solid #d1c297;
}







/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.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;
	}

.nocomments, 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 #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#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 */
.post {
	clear: both;
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}	
	
.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}
/* End Structure */



/* 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 7px 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-left: 22px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry ul ul {
	margin-left: 0;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.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;
	}
#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*/
.commentlist {
	margin: 0 30px;
	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 */
#col-left 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* 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 */






/* Right column navigation */

#col-left ul {
  margin: 5px 25px 0 25px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  color: #777;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
}

#col-left ul ul {
  margin: 0 0 0 25px;
  padding: 6px 0 0 0;
}

#col-left ul ul ul {
  margin: 0 0 0 25px;
  padding: 5px 0 0 0;
}

#col-left li {
  padding: 0 0 14px 0;
}

#col-left li li {
  padding: 0 0 6px 0;
}

#col-left li h2 {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0 5px 0;
  text-align: right;
  border-bottom: 1px dashed #333;
}

#col-left li p {
  margin: 0;
  padding: 6px 0 12px 0;
  color: #777;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

#col-left li a {
  color: #A3852F;
  text-decoration: none;
}

#col-left li a:hover {
  color: #A3852F;
  text-decoration: none;
  font-weight: bold;
}

#col-left li a.rss {
  display: block;
  padding: 0 38px 0 0;
  background: transparent url(images/rss.gif) right top no-repeat;
}


/* Bottom Navigation */

#nav-bottom {
  clear: both;
  padding: 2px 0 0 0;
}

#nav-bottom ul {
  width: 580px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#nav-bottom li {
  float: left;
  margin: 0;
  padding: 0 11px 0 0;
  list-style-image: none;
  list-style-type: none;
  background: transparent url(images/nav-bottom-line.gif) right top no-repeat;
}

#nav-bottom li#bottom-last {
  padding: 0;
  background: none;
}

#nav-bottom li a {
  height: 30px;
  display: block;
  padding: 0;
}

#nav-bottom li a#nav-bottom-01 { width: 62px; background: transparent url(images/nav-bottom-01.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-02 { width: 93px; background: transparent url(images/nav-bottom-02.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-03 { width: 109px; background: transparent url(images/nav-bottom-03.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-04 { width: 64px; background: transparent url(images/nav-bottom-04.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-05 { width: 56px; background: transparent url(images/nav-bottom-05.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-06 { width: 44px; background: transparent url(images/nav-bottom-06.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-07 { width: 85px; background: transparent url(images/nav-bottom-07.gif) top left no-repeat; text-indent: -9999px; }

#nav-bottom li a#nav-bottom-01-current { width: 62px; background: transparent url(images/nav-bottom-01-over.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-02-current { width: 93px; background: transparent url(images/nav-bottom-02-over.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-03-current { width: 109px; background: transparent url(images/nav-bottom-03-over.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-04-current { width: 64px; background: transparent url(images/nav-bottom-04-over.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-05-current { width: 56px; background: transparent url(images/nav-bottom-05-over.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-06-current { width: 44px; background: transparent url(images/nav-bottom-06-over.gif) top left no-repeat; text-indent: -9999px; }
#nav-bottom li a#nav-bottom-07-current { width: 85px; background: transparent url(images/nav-bottom-07-over.gif) top left no-repeat; text-indent: -9999px; }

#nav-bottom li a#nav-bottom-01:hover { background: transparent url(images/nav-bottom-01-over.gif) top left no-repeat; }
#nav-bottom li a#nav-bottom-02:hover { background: transparent url(images/nav-bottom-02-over.gif) top left no-repeat; }
#nav-bottom li a#nav-bottom-03:hover { background: transparent url(images/nav-bottom-03-over.gif) top left no-repeat; }
#nav-bottom li a#nav-bottom-04:hover { background: transparent url(images/nav-bottom-04-over.gif) top left no-repeat; }
#nav-bottom li a#nav-bottom-05:hover { background: transparent url(images/nav-bottom-05-over.gif) top left no-repeat; }
#nav-bottom li a#nav-bottom-06:hover { background: transparent url(images/nav-bottom-06-over.gif) top left no-repeat; }
#nav-bottom li a#nav-bottom-07:hover { background: transparent url(images/nav-bottom-07-over.gif) top left no-repeat; }

#nav-bottom li ul {
  position: absolute;
  left: -999em;
  margin: 0;
  padding: 1px 0 0 0;
}

#nav-bottom ul li ul li {
  width: 100%;
  height: 22px;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  background: #e8e0cb;
  border-bottom: 1px solid #A3852F;
}

#nav-bottom li ul li a {
  color: #A3852F;
  font-size: 11px;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  height: 22px;
  margin: 0;
  padding: 1px 0 0 8px;
  text-decoration: none;
  text-indent: 0;
}

#nav-bottom li ul li a:hover {
  color: #e8e0cb;
  background: #a3852f;
  text-decoration: none;
}

#nav-bottom li:hover ul ul, #nav-bottom li.sfhover ul ul {
  left: -999em;
}

#nav-bottom li:hover ul, #nav-bottom li.sfhover ul {
  left: auto;
}


/* Footer */

#footer {
  clear: both;
  width: 100%;
  color: #A3852F;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
}

#footer a {
  color: #A3852F;
  text-decoration: none;
}

#footer a:hover {
  color: #A3852F;
  text-decoration: none;
}

#footer #copy {
  clear: both;
  margin: 17px 0 0 0;
  padding: 65px 0 0 0;
  background: transparent url(images/rr-btm-logo.gif) center top no-repeat;
}

#footer #copy a:hover {
  color: #795f14;
  text-decoration: underline;
}

#footer #info {
  clear: both;
  color: #b09959;
  margin: 17px 0 0 0;
  padding: 0 85px;
}

#footer #info a {
  color: #b09959;
}

#footer #info a:hover {
  color: #A3852F;
}

#footer #credits {
  display: none;
}

