/*  
Theme Name: Inn at Sunset Cliffs v1
Theme URI: http://innatsunsetcliffs.com/
Description: A custom theme created for http://innatsunsetcliffs.com.
Version: 1.0
Author: Jason - http://squareorangellc.com
Date: 06.17.2009
*/

/* Base Stuff */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #292019;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e8dcd0;
	text-align: center;
 }
 
/* Useful Span Stuff */
	.small  {font-size: x-small;}
	.large  {font-size: xx-large;}
	.bold	{font-weight: bold;}
	.right  {float: right; display: inline;}
	.left   {float: left; display: inline;}
	.center {margin: 0 auto; text-align: center;}
	.br     {clear: both;}
	.br-brown {clear: both; background-color: #292019; height: 3px;}
	.help	{cursor: help;}
	.rule   {width: 100%; height: 2px; background-color: #4b3e36; margin-top: 10px; margin-bottom: 10px;}
	
/* Site Container */
#container { 
	width: 950px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	background-color: #4b3e36;
	border-left: solid 5px #ab9c8f;
	border-right: solid 5px #ab9c8f;
}

/* Global Link Styles */
a {
	color: #a5cfe5;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #77b9e3;
	font-weight: bold;
	text-decoration: none;
}

/* Global Image Styles */
img {
	border: none;
}

/* Header */
#header {
	width: 950px;
	height: 350px;
	margin: 0 auto;
	position: relative;
}
/* BG Music */
#bgmusic {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
/* Nav Bar */
#navbar {
	width: 917px;
	height: 35px;
	margin: 0 auto;
}
.navitem {
	width: 125px;
	height: 35px;
	float: left;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(images/nav-buttons.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.navitem a {
	width: 125px;
	height: 27px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #e8dcd0;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
}
.navitem a:hover {
	background-image: url(images/nav-buttons.jpg);
	background-repeat: no-repeat;
	background-position: -125px 0;
}
body#pagehome a.pagehome, body#pagerooms a.pagerooms, 
body#pagedirections a.pagedirections, body#pagedirections a.pagedirections, 
body#pageevents a.pageevents, body#pagephoto-gallery a.pagephoto-gallery, 
body#pagereservations a.pagereservations, body#pagecontact-us a.pagecontact-us {
	background-image: url(images/nav-buttons.jpg);
	background-repeat: no-repeat;
	background-position: -125px 0;
}
/* Sidebar */
#sidebar {
	width: 240px;
	float: left;
	display: inline;
	margin-left: 10px;
}
#sidebar-box-top {
	width: 240px;
	height: 5px;
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/side-bar-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#sidebar-box-content {
	background-color: #292019;
	padding: 7px;
}
#sidebar-box-content h1 {
	font-size: 22px;
	padding-bottom: 5px;
	color: #a5cfe5;
}
#sidebar-box-content p {
	padding-bottom: 10px;
	font-size: 14px;
}
#sidebar-box-content ul {
	padding-left: 20px;
}
#sidebar-box-content li {
	padding-bottom: 5px;
}
#sidebar-box-bottom {
	width: 240px;
	height: 5px;
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/side-bar-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
/* Content Area */
#contentarea {
	width: 680px;
	margin-right: 10px;
	float: right;
	display: inline;
}
#contentarea-box-top {
	width: 680px;
	height: 5px;
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/contentarea-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#contentarea-box-content {
	background-color: #292019;
	padding: 7px;
}
#contentarea-box-content h1 {
	font-size: 26px;
	padding-bottom: 5px;
	color: #a5cfe5;
}
#contentarea-box-content h2 {
	font-size: 16px;
}
#contentarea-box-content h3 {
	font-size: 10px;
	font-style: italic;
	padding-bottom: 5px;
}
#contentarea-box-content p {
	padding-bottom: 10px;
	font-size: 14px;
}
#contentarea-box-content ul {
	padding-left: 20px;
	padding-right: 40px;
}
#contentarea-box-content li {
	padding-bottom: 10px;
}
#contentarea-box-bottom {
	width: 680px;
	height: 5px;
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/contentarea-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#homepage-gallery {
  overflow: hidden;
  width: 643px;
  margin: 5px auto 0 auto;
}
#homepage-gallery div.hp-imgwrapper {
  float: left;
  width: 150px;
  height: 113px;
  padding: 0;
  margin: 0 5px;
}
#homepage-gallery img {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* Footer */
#footer {
	width: 950px;
	height: 55px;
	background-color: #292019;
}
#footertext {
	font-size: 12px;
	float: right;
	display: inline;
	padding-right: 12px;
	padding-top: 12px;
}
#footercredits {
	font-size: 10px;
	float: right;
	display: inline;
	clear: both;
	padding-right: 12px;
	padding-top: 2px;
}
/* Res Page */
#contentarea-res {
	width: 100%;
	display: inline;
}

/* Nivo Slider */
.nivoSlider {
    position:relative;
    width:950px; /* Change this to your images width */
    height:350px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
