/*  
Theme Name: Ginger Ninja! v2
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {
	background:url(images/bg-body.png) repeat-x top center #E8F7F9;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0 auto;
	padding:0;
	text-align: center;
	cursor: default;
	list-style: none;
	margin-left: 0px;
	}

img {
	border:0;
	text-align: center;
	float: left;
	margin-left: 0 auto;
	}
#wrapper #content .entry .map {
	color: #0099CC;
	margin-left: 120px;
	width: 450px;
	height: 450px;
}
#wrapper #content .google {
	color: #0099CC;
	width: 450px;
	height: 350px;
	text-align: center;
	float: none;
}

p {
	text-align: left;
	margin-bottom: 12px;
	margin-left: 20px;
	}
p h2 {
	text-align: left;
	margin-bottom: 12px;
	color: #0099CC;
	margin-left: -12px;
	}
p list {
	text-align: left;
	color: #0099CC;
	margin-left: 24px;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:8pt;
	height: auto;
	float: none;
	}
#header {
	height:130px;
	background:url(images/Seacrest-Beach.png) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:700px;
	height:100%;
	clear: both;
	margin: 0 auto;
	}
#google {
	float:none;
	width:450px;
	height:360px;
	clear: both;
	text-align: center;
	margin-left: 140px;
	}
#footer {
	height:60px;
	background:url(images/bg-footer.png) no-repeat;
	clear: both;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	cursor: default;
	overflow: visible;
	margin: 0 auto;
	height: 199%;
	}
.entry-title {
	font-size:16pt;
	font-weight:400;
	letter-spacing:-1px;
	color: #B4C835;
	margin-bottom: 12px;
	margin-left: 10px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	width: auto;
	}
#menu li a {
	padding:0 6px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative;
	top:5px;
	left:475px;
	letter-spacing:1px;
	color:#333333;
	font-style:italic;
	width: 216px;
	margin-left: -10px;
	}


/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
#wrapper #content .entry table {
	text-align: center;
	position: relative;
	margin-left: 20px;
	height: auto;
	width: 650px;

}
#wrapper #content .policy table {
	text-align: center;
	height: auto;
	width: 650px;

}
#wrapper #content .entry .policy table bullet {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 5px;
}
#wrapper #content .index table {
	text-align: center;
	position: relative;
	margin-left: 20px;
	height: auto;
	width: 650px;
	visibility: visible;
	list-style-position: inside;
	list-style-type: circle;
	}
#wrapper #content .nomargin table {
	text-align: center;
	position: relative;
	margin-left: 20px;
	height: auto;
	visibility: visible;
	list-style-position: inside;
	list-style-type: circle;
	}
#wrapper #content .rates table {
	text-align: center;
	position: relative;
	margin-left: 20px;
	height: auto;
	width: 300px;
	visibility: visible;
	list-style-position: inside;
	list-style-type: circle;
	}
#wrapper #content .rates nested table {
	text-align: center;
	position: relative;
	margin-left: 20px;
	height: auto;
	width: 250px;
	visibility: visible;
	list-style-position: inside;
	list-style-type: circle;
	}
#wrapper #content .body img {
text-align: center;
}
#wrapper #content .entry .table-title {
	float: left;
	width: 350px;
}
#wrapper #content .map img {
	text-align: center;
	float: left;
	position: relative;
}

#wrapper #content .policy p {
	list-style-position: inside;
	list-style-type: circle;
	position: relative;
	visibility: visible;
	text-indent: 20px;
	margin-left: 20px;
	list-style: none;
}
#wrapper #content .ammenities p li {
	list-style-position: inside;
	list-style-type: circle;
	position: relative;
	visibility: visible;
	margin-bottom: 1px;
	margin-left: 20px;
}
#wrapper #content .rates p li {
	position: relative;
	visibility: visible;
	margin-left: 40px;
	text-align: left;
	text-indent: 20px;
	right: 20px;
	margin-right: 30px;
}
#wrapper #content .rates p h2 {
	list-style-position: inside;
	position: relative;
	visibility: visible;
	margin-bottom: 1px;
	text-align: left;
	color: #0099CC;
	margin-left: -12px;
}
#wrapper #content .rates p disclaimer {
	list-style-position: inside;
	list-style-type: circle;
	position: relative;
	visibility: visible;
	margin-bottom: 1px;
	margin-left: 50px;
}
