/*  
Theme Name: Retire Natchitoches 1.0
Theme URI: http://www.retirenatchitoches.com/
Description: Theme for RetireNatchitoches.com.
Version: 1.0
Author: Brant Summerlin
Author URI: http://www.neocomonline.com/

*** REGARDING IMAGES ***
All CSS that involves the use of images, can be found in the 'index.php' file.
This is to ease installation inside subdirectories of a server.
*/

html, body {
      margin: 0px;
      padding: 0px;
      font-family: Arial, Verdana, Helvetica, sans-serif;
      color: #333333;
      font-size: 12px;
      background-color: #EFEFD6;
	background: url("http://www.natchitoches.net/images/bg_fade.gif") repeat-x #EFEFD6;
	background-position: top; 
}
/* Page Layout */
#main {
      width: 770px;
      min-width: 500px;
      background-color: #65653D;
	background-image: url('images/bg_content.gif');
	background-repeat: repeat-y;
      border: 2px solid #65653D;
}
/* Header */
#header {
	position: relative;
      background-color: #FFFFFF;
      height: 120px;
      min-width: 500px;
      width: 770px;
}
#topbanner {
	position: absolute;
/*	border: 1px solid yellow; */
      height: 90px; /* 60 */
      margin: 10px;
      width: 468px;
	top: 5px;
	left: 10px;
}
/* Move to Member Plugin */
#memberpulldown {
	position: absolute;
      height: 20px;
	width: 200px;
	top: 30px;
	right: 8px;
	text-align: right;
}
/* Top Navigation Divider */
#topbar {
	background-color: #65653D;
	color: #FFFFFF;
	height: 25px;
	padding-top: 5px;
	width: 770px;
}
#topbarNav {
	height: 22px;
	text-align: right;
}
#topbarNavMenu ul {
	display: inline;
	list-style-type: none;
}
#topbarNavMenu li.topbar_link {
	border-left: 1px solid #FFFFFF;
	display: inline;
	list-style-type: none;
	margin: 0px 3px 0px 0px;
}
#topbarNavMenu li.topbar_first {
	border-left: none;
	display: inline;
	list-style-type: none;
	margin: 0px 3px 0px 0px;
}
#topbarNavMenu li.topbar_booking {
	border: 1px solid #FFFFFF;
	background-color: #CC0000;
	display: inline;
	list-style-type: none;
	padding: 0px 3px 3px 0px; 
}
#topbarNavMenu a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 10px;
	text-decoration: none;
}
#topbarNavMenu a:hover {
	color: #CC3333;
}
/* Top Navigation Divider End */

/* Side-by-Side Photo Block */
#contentTop {
	background-color: #65653D;
	border-bottom: solid #000000 2px;
	height: 228px;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 770px;
}
#contentTopLeft {
/*	background-image: url('images/header_nn1.jpg');
	background-repeat: no-repeat; */
 	position: absolute;
	left: 0px;
	float: left;
	height: 228px;
	width: 385px;
}
#ContentTopRight {
	position: absolute;
	left: 385px;
	background-image: url('images/indexTopRight.jpg');
	background-repeat: no-repeat;
	height: 228px;
	width: 385px;
/*	background: red; */
}
#timestamp {
	position: absolute;
	top: 0%;
	left: 560px;
      background-color: #FFFFFF;
	color: #333333;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
	text-align: right;
	width: 200px;
}
/* wp_list_pages box-menu style */
#listPagesBox {
	background-color: #FFFFCC;
	border: #000 0px solid;
	filter: alpha(opacity="75");
	-moz-opacity: 0.75;
	margin-left: 190px;
	margin-top: 20px;
	opacity: 0.75;
	padding: 5px;
	width: 150px;
}
#listPagesMenu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#listPagesMenu li.page_item {
	margin: 0;
	padding: 2px 0px 2px 0px;
}
#listPagesMenu li.current_page_item {
	margin: 0;
	padding: 0;
}
#listPagesMenu a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
}
#listPagesMenu a:hover {
	color: #CC3333;
}
/* Header_End */

#indexBottom {
	background-image: url('images/indexBackgroundBottom.jpg');
	background-repeat: no-repeat;
	height: 152px;
	width: 770px;
}
#indexBottom p {
	margin: 8px 8px 8px 8px;
}
#indexBottomLeft {
	color: #000000;
	float: left;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	width: 250px;
}
#indexBottomLeft a, #indexBottomLeft a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#indexBottomLeft a#active {
	color: #660000;
}
#indexBottomLeft a:hover {
	color: #CC3333;
}
#indexBottomRight {
	color: #000000;
	float: right;
	margin: 0px 10px 0px 0px;
	width: 455px;
}
#contentBottom {
	background-image: url('images/bg_content.gif') repeat-y, url('images/bg_contentColLeft.gif') no-repeat;
/*	background-repeat: repeat-y, top left; */
	background-position: centered, top left;
	padding-left: 165px;
	padding-right: 0px;
}
#contentBottom .column {
	float: left;
	position: relative;
}
#contentCenter {
	color: #000000;
	padding: 10px;
	width: 430px;
}
#contentColLeft {
	margin-left: -615px;
	padding: 0px;
	width: 151px;
	position: relative;
}
#contentColRight {
	color: #000000;
	margin-right: -150px;
	padding: 5px;
	text-align: center;
	width: 140px;
}
* html #left {
	left: 130px;
}

/* business_card */
#contact {
	height: 100px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 400px;
}
#contactImg {
	background-image: url('images/logo_neocom.gif');
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 130px;
}
#contactInfo {
	float: right;
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
	width: 264px;
}
/* business_card_end */
#fade {
	background-image: url(images/bg_contentColLeft.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
  height: 480px;
  width: 163px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#adsLeft {
  height: 195px;
  width: 135px;
  position: absolute;
  left: 13px;
  top: 0px;
  margin: 0 0 15 0;
}

#leftcolnavmenu {
	width: 150px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
}
#leftcolnavmenu ul {

	margin: 0px;
	padding: 0px;
	display: block;
	width: 150px;
}

#leftcolnavmenu a, #leftcolnavmenu a:link {
	color: #333333;
	font-size: 10px;
	padding: 0px 0px 0px 6px;
	text-decoration: none;
}
#leftcolnavmenu p {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #FFFFFF;
}
#leftcolnavmenu a:hover{
	color: #CC3333;
	text-decoration: none;
}
#leftcolnavmenu li {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #FFFFFF;
    list-style: none;
}
#logo {
	clear: both;
	background-image: url('images/img_destination.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 57px;
}
#newsletter {
	clear: both;
	background-image: url('images/newslettersignup.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	width: 338px;
	height: 25px;
	position: absolute;
	left: 25px;
	top: 203px;
	text-align: right;
	padding: 2px 15px 0px 0px;
}
a.page_item {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
a.page_item_current {
	color: #CC0000;
	font-size: 10px;
	text-decoration: none;
}
/* Pages Nav */
#pages_nav {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FF0000;
}
#pages_nav ul {
    background-color:#3F80B6;
    margin:0px;
    padding:0px;
    border: solid 1px white;
    font-size:1.25em;
    list-style: none;
}
#pages_nav ul.level2 {
        background-color:#5497CE;
}
#pages_nav ul.children {
        background-color:#6BADE1;
}
#pages_nav li {
        margin: 0px;
        padding: 0px;
        border-left: solid 2px white;
        display:inline;
}
#pages_nav a {
        color:white;
        font-weight: bold;
}
#pages_nav li.current {
        padding-top:0px;
        padding-bottom:0px;
        background-color:white;
        border:solid 1px #3F80B6;
}
#pages_nav li.current a {
        color:#3F80B6;
}

#footer {
      background-color: #65653D;
	clear: both;
	height: 95px;
	width: 770px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
#footerNav ul {
	width: 100%;
	position: relative;
	padding: 50px 0px 10px 0px;
	margin: 0px;
}

#footerNav li {
	width: 100%;
	display: inline;
      font-size: 11px;
	margin: 5px;
}
#footerNav li a {
	padding: 0px 5px 0px 5px;
	color: #FFF;
	text-decoration: none;
}
#footerNav li a:hover {
	color: #CC3333;
	text-decoration: none;
}
#copyright {
	height: 24px;
	width: 770px;
	text-align: center;
}
#copyright p {
	color: #333333;
    font-size: 11px;
	margin: 2px 0px 0px 2px;
}
#copyright a {
	color: #333333;
	text-decoration: none;
}
#copyright a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Page Elements */
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
}
strong {
	color: #C11D27;
	text-transform: capitalize;
}
h1 {
	color: #C11D27;
	text-transform: capitalize;
	font-size: 14px;
}
h2 {
	color: #65653D;
	text-transform: capitalize;
	font-size: 12px;
}
p {
	color: #333333;
	font-size: 12px;
}

/* form styles */
input.submit {
    font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-right: 8px;
}
input.textarea {
	font-size: 12px;
	color: #000000;
	background-color: #FEFDEF;
	border: #E3D1B8 1px solid;
}
select {
	background-color: #FEFDEF;
	color: #000000;
	font-size: 10px;
}

/* move to get_weather */
#weatherbug {
/*	border: 1px solid pink; */

	position: absolute;
      top: 0%;
      left: 0%;
	width: 385px;
	height: 20px;
}
#weatherbug ul {
	list-style: none;
	padding: 0 0 0 4px;
	margin: 0px;
}
#weatherbug li {
	display: inline;
	font-size: 10px;
	color: #FFFFFF;
}
#weatherbug li.desc {
	z-index: -1;
	display: inline;
  	padding: 0 4px 0 35px;
}
#weatherbug li.icon {
	display: inline;
}
#weatherbug li.forecast {
	display: inline;
 	 padding-right: 4px;
}
#weatherbug li.temp {
	display: inline;
  	padding-right: 4px;
}
#weather-image {
	z-index: 0;
	position: absolute;
      top: 0px;
      left: 4px;
	width: 30px;
	height: 30px;
}

#spotLight {
	background: #FFFFFF;
	padding: 8px 0px 0px 0px;	
}
#spotLight img {
	border: 0px;
}
.hotdeals {
	border: 1px solid #65653D;
	padding: 10px 10px 14px 10px;
}