/*
Theme Name: The Bailey's Bed 'N Bale
Description: A custom theme for the Bailey's Bed 'N Bale
Author: GTTS Marketing
Author URI: http://www.gttsmarketing.com
*/

body {
	background: #5f291b url('images/bg.jpg') top left repeat fixed;
	font-family: Palatino, Georgia, Baskerville, serif;
	font-size :100%;
	color: #33230e;
	text-align: center;
}

div#container {
	margin: 0 auto;
	width: 860px;
	text-align: left;
}

/* Header */

header h1#logo {
	margin-top: 28px;
	width: 284px;
	height: 108px;
	background: transparent url('images/logo.png') top left no-repeat;
	text-indent: -5000px;
}

header h1#logo a {
	display: block;
	width: 284px;
	height: 108px;
}

div#slideshow {
	position: relative;
	margin-top: 10px;
	width: 834px;
	height: 316px;
	background: #ffffff;
	-moz-box-shadow: 0px 0px 9px #000000;
	-webkit-box-shadow: 0px 0px 9px #000000;
	box-shadow: 0px 0px 9px #000000;
	padding: 13px 13px 13px 13px;
}

div#slideshow span {
	display: block;
	height: 27px;
	width: 216px;
	position: absolute;
	margin: 15px 0px 0px -13px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-family: Georgia;
	font-size: 0.6875em;
	line-height: 27px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}

div#slideshow span a {
	color: #ffffff;
	text-decoration: underline;
}

/* Navigation */

nav ul#nav {
	margin: 14px 0px 14px 0px;
	width: 860px;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

nav ul#nav li {
	float: left;
	height: 31px;
	line-height: 31px;
}

nav ul#nav li#current {
	background: #33230e;
}

nav ul#nav li a {
	display: block;
	padding: 0px 22px 0px 22px;
	text-decoration: none;
	color: #ffffff;
}

nav ul#nav li a:hover {
	background: #33230e;
}

/* Content */

div#content {
	display: block;
	width: 790px;
	min-height: 300px;
	background: #e8d8c0 url('images/bg-content.gif') top left repeat-x;
	padding: 46px 35px 15px 35px;
	line-height: 21px;
	font-size: 0.875em;
}

section#main {
	display: block;
	float: left;
	width: 515px;
}

section#main p {
	margin-bottom: 1em;
}

section#main a,
section#main a:active,
section#main a:visited {
	font-weight: bold;
	color: #ad3b24;
	text-decoration: none;
}

section#main a:hover {
	text-decoration: underline;
}

section#main em {
	font-style: italic;
}

section#main strong {
	font-weight: bold;
	color: #000000;
}

section#main h2 {
	margin: 3em 0em 1em 0em;
	font-size: 1.5em;
	letter-spacing: 4px;
	word-spacing: 8px;
	text-transform: uppercase;
}

section#main h2.first {
	margin-top: 0em !important;
}

section#main h3,
section#main h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

section#main sup {
	font-size: 0.5;
	vertical-align: top;
}

section#main small {
	font-size: 0.8571em;
}

section#main ol li {
	list-style-type: decimal;
	margin-left: 38px;
	padding-left: 5px;
}

section#main ul {
	margin: 0em 0em 1em 2.5em;
}

section#main ul li {
	list-style-type: disc;
	
}

section#main ul.gallery {
	margin: 0 !important;
}

section#main ul.gallery li {
	float: left !important;
	list-style-type: none;
	margin: 0px 35px 35px 0px !important;
	padding-left: 0em !important;
}

section#main ul.gallery li.last {
	margin-right: 0px !important;
}

section#main ul.gallery img.photo {
	margin: 10px 0px 0px 10px;
	border: 1px solid #cecece;
}

section#main ul.gallery a {
	display: block;
	width: 240px;
	height: 240px;
	background: #fbf9f2;
	-moz-box-shadow: 0px 9px 9px #d0c2ad;
	-webkit-box-shadow: 0px 9px 9px #d0c2ad;
	box-shadow: 0px 9px 9px #d0c2ad;
}

/* Sidebar */

aside {
	display: block;
	float: right;
	width: 240px;
}

aside a#montana {
	display: block;
	width: 209px;
	height: 153px;
	margin: 0px 0px 25px 12px;
	background: transparent url('images/montana.png') top center no-repeat;
	text-indent: -5000px;
}

aside div#contact {
	background: url('images/bg-contact.gif') top left no-repeat;
	padding: 24px 22px 0px 22px;
}

div#contact a,
div#contact a:active,
div#contact a:visited {
	font-weight: bold;
	color: #ad3b24;
	text-decoration: none;
}

div#contact a:hover {
	text-decoration: underline;
}

aside div#contact h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

aside div#contact p {
	margin-bottom: 1em;
}

p.no-margin {
	margin-bottom: 0em !important;
}

aside span#contact-bottom {
	display: block;
	width: 240px;
	height: 26px;
	background: url('images/bg-contact-bottom.gif') top left no-repeat;
}

aside div#contact p.star {
	background: transparent url('images/star.gif') top left no-repeat;
	text-indent: 20px;
}

ul#links {
	margin-top: 4em;
	font-size: 0.75em;
	text-align: center;
}

ul#links a,
ul#links a:active,
ul#links a:visited {
	font-weight: bold;
	color: #ad3b24;
	text-decoration: none;
}

ul#links a:hover {
	text-decoration: underline;
}

ul#links li#visit-mt {
	display: block;
	width: 158px;
	height: 60px;
	margin: 0 auto;
	background: transparent url('images/links-visit-mt.gif') top left no-repeat;
	text-indent: -5000px;
}

ul#links li#visit-mt {
	display: block;
	width: 158px;
	height: 90px;
}

ul#links li#visit-mt a {
	display: block;
	width: 158px;
	height: 60px;
}

/* Sub-Nav */

nav ul#sub-nav {
	margin-top: 75px;
	width: 790px;
	font-size: 0.8571em;
}

nav ul#sub-nav li {
	display: inline;
	padding: 0px 46px 0px 46px;
}

nav ul#sub-nav li.first {
	padding-left: 0px !important;
}

nav ul#sub-nav li.last {
	padding-right: 0px !important;
}

nav ul#sub-nav li a {
	text-decoration: none;
	color: #33230e;
}

nav ul#sub-nav li a:hover {
	text-decoration: underline;
}

/* Footer */

footer {
	display: block;
	margin: 24px 0px 24px 35px;
	width: 842px;
	line-height: 21px;
	font-size: 0.8571em;
	color: #ffffff;
	font-weight: bold;
}e

footer a,
footer a:active,
footer a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}