/* @override http://wenatcheetravelodge.com/wp-content/themes/sandbox/style.css */

/*
THEME NAME: Travelodge
THEME URI: http://www.wenatcheetravelodge.com
DESCRIPTION: A dark, cozy theme custom created for Gill Diamond Hospitality by Apt Design.  Based on the Sandbox framework.
TAGS: dark, blue, stars, night, sleep
VERSION: 1
AUTHOR: Apt Design
AUTHOR URI: http://www.aptdesignonline.com
TEMPLATE: sandbox
*/

/*------------- LAYOUT --------------*/

/* @group Layout */

body {
	background: #00346a url(images/background.jpg) repeat-x 0 bottom;
	color: #081a2e;
	font-family: Schoolbook, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

div#wrapper_top {
	height: 270px;
	width: 900px;
	margin: auto;
	background: url(images/bigtop.jpg) no-repeat 0 0;
}

div#wrapper {
	width: 800px;
	margin: auto;
	padding-right: 50px;
	padding-left: 50px;
}

div#container {
	width: 508px;
	background: #bed7ec url(images/containter_background.jpg) repeat-x 0 bottom;
	border: 1px solid white;
	float: right;
	border-bottom-style: none;
	border-top-style: none;
	padding: 10px 45px 45px;
	min-height: 600px;
}

div#content {
	width: 480px;
	margin: 0px;
	padding: 0px 10px 0px 0;
	float: left;
}

/* @end */

/*------------- HEADER --------------*/

/* @group Header */

div#header_background {
	width: 100%;
	background: url(images/header_background.jpg) repeat-x 0 1px;
}

div#header {

}

div#blog-description {
	display: none;
}

h1.blog-title {
	display: none;
}

/* @end */

/*------------- CONTENT --------------*/

/* @group Content */

h1, h1 a, .entry-title, .entry-title a {
	margin: 0px;
	padding: 0px;
	color: #001c3c;
	font-size: 1.75em;
	letter-spacing: -.05em;
}

h2 {
	font-size: 1.25em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 20px 0 0;
}

p {
	font-size: .95em;
	line-height: 1.6em;
	text-indent: 1.5em;
	text-align: justify;
	word-spacing: -.1em;
}

p.noindent {
	text-indent: 0;
}

a:link, a:visited, ul li a:link, ul li a:visited {
	text-decoration: none;
	color: #00336a;
	list-style-image: none;
}

a:hover, ul li a:hover {
	text-decoration: underline;
}

ul li a:link {
	list-style-image: none;
}

p img {
	margin-right: 10px;
}

p img a {
	border: none;
}

img.gallery {
	text-indent: 0px;
	margin-left: -15px;
}

ul {
	font-size: .95em;
	margin-top: 5px;
	list-style-image: url(images/bullet.jpg);
}

ul li  {
}



/* @end */

/*------------- SIDEBAR --------------*/
/* @group Sidebar */

#primary.sidebar {
	background-color: #081a2e;
	width: 153px;
	border: 1px solid #fff;
	padding: 10px;
	margin-right: 25px;
	text-align: center;
	border-top-style: none;
	border-bottom-style: none;
}

#sidebar {
	float: left;
}

#sidebar_bottom {
	height: 20px;
	width: 175px;
	background: url(images/sidebar_bottom.gif) no-repeat 0 top;
}

h3.widgettitle {
	display: none;
}

/* @end */

/*------------- MENU --------------*/

.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}

.menu ul li {
	margin-bottom: 5px;
	background: url(images/sidebar_lines.jpg) no-repeat center bottom;
	padding-bottom: 5px;
}

.menu ul li a, .menu ul li a:hover {
	color: #bed7ec;
	text-decoration: none;
}

.current_page_item a, .current_page_item a:link, .current_page_item a:visited {
	color: #fff;
}

/*------------- FOOTER --------------*/

/* @group Footer */

div#footer {
	font-size: .7em;
	clear: both;
	height: 40px;
	background: #001c3c url(images/footer.jpg) repeat-x 0 bottom;
	color: #fff;
}

.footer_text {
	color: #fff;
	margin: auto;
	padding-left: 180px;	
	text-align: center;
	padding-top: 10px;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

/* @end */