/*
Theme Name: H Gecko
Theme URI: 
Description: theme for geckohospitality.com
Version: 1.0
Author: Sheldon Allen
Author URI: 
Tags: 

*/

html{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background: url('images/back.gif') repeat;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:13px;
}

#outer-wrapper{
	width:883px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#inner-wrapper{
	width:883px;
	height:100%;
}

#header{
	width:883px;
	height:85px;

}

#logo{
	float:left;
	width:282px;
	height:72px;
}

#geckoTop{
	float:right;
	width:71px;
	height:85px;
}

#geckoBottom{
	float:right;
	width:71px;
	height:25px;
}

#slogan{
	float:right;
	width:217px;
	height22px;
	margin-top:26px;
	margin-right:5px;
}

#content-wrapper{
	float:left;
	background: #FFF url('images/content-back.gif') no-repeat;
	width:883px;

}

#left{
	float:left;
	width:633px;
	height:100%;
	/*background-color:#A13020;*/
	color:#484848;
}

#right{
	float:left;
	width:250px;
	height:100%;
	/*background-color:#F8F6E9;*/
}

#topnav{
	float:left;
	width:100%;
	background: url('images/topnav.gif') repeat-x;
	height:26px;
}

#topnav ul{
	margin:0;
	padding:0;
}

#topnav li{
	float:left;
	margin-left:24px;
	margin-top:5px;
	list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#topnav ul li a{
	text-decoration:none;
	color:#FFF;
}

#topnav ul li a:hover{
	text-decoration:none;
	color:#5F8ACE;
}


.sidebar{
	float:left;
	height:100%;
	width:100%;
	margin-top:20px;
}

.sidebar ul{
	width: 200px;
	margin:0;
	margin-left:15px;
	padding:0;
}

.sidebar ul li{
	float:left;
	list-style-type:none;
}

.sidebar-divider{
	float:left;
	width:200px;
	height:1px;
	margin-top:8px;
	margin-bottom:8px;
	background-color:#B8C2C6;

}

#content{
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

#post_nav{
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
}

#post_nav a{
	color: #557312;
	text-decoration:none;	
}

#post_nav a:hover{
	color:#6B8D1E;
}

#previous_post{
	float:left;
}

#next_post{
	float:right;
}

.post{
	float:left;
	width:100%;
}

.published-header{
	color:#333983
}

.post-title{
	color:#334083
}

.post-date{
	color:#001779
}

#footer{
	float:right;
	width:883px;
	color:#FFF;
	margin-bottom:5px;
	text-align:right;
}

#footer-copyright{
	margin-top:25px;
}

#footernav ul{
	float:right;
	margin:0;
	padding:0;
}

#footernav li{
	float:left;
	margin-left:24px;
	margin-top:10px;
	list-style-type:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footernav a{
	text-decoration:none;
}

.sidebar-bottom{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

.sidebar-bottom ul{
	width:100%;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

.sidebar-bottom ul li{
	float:left;
	list-style-type:none;
	margin-left:10px;
}

.photo{
	float:left;
	clear:both;
}
#bottom{
	float:left;
	width:883px;
	min-height:136px;
	margin-top:5px;
	background: #FFF url('images/bottom.gif') no-repeat;
}

/* Headers */

h2{
	color:#023569;
}

/* Links */

a{
	color:#729DE1;
}

a:hover{
	color:#3C5D90;
}

img {
	border:0;
}