@charset "utf-8";
/* CSS Document */


body {
	font: 100% "Trebuchet MS";
	background: #060606 url(images/bg-body.jpg) repeat-x;
	;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

a:link, a:visited {
	text-decoration: none;
	color: #F96;
}
a:hover {
	text-decoration: underline;
	color: #C66;
}
.twoColFixRtHdr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	background: url(images/header.jpg) no-repeat;
	padding: 0px 0px;
	margin: 0px 0px;
}
.twoColFixRtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.listCategories{
	margin: 0 50px 0 0;
	position: relative;
	float: right;
	top: 90px;
}
.listCategories ul {
	margin:0px;
	list-style:none;
	display:inline;
}
.listCategories ul li {
	margin:0px;
	list-style:none;
	display:inline;
	font-size: 0.9em;
	padding: 0 10px;
}
.listCategories ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.listCategories ul li a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
#listPageNav {
	margin: 0px;
/*	position: relative;*/
	top: 175px;
	width: 570px;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size:1.2em;
}
#listPageNav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}
#listPageNav ul li {
	margin:0px;
	padding: 0 5px 0 0;
	font-size: 0.8em;
	list-style:none;
	display:inline;
}
/*.twoColFixRtHdr #listPageNav ul li a:link, .twoColFixRtHdr #listPageNav ul li li a:link {
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #listPageNav ul li a:hover, .twoColFixRtHdr #listPageNav ul li li a:hover {
	color: #000;
	text-decoration: none;
}*/
.twoColFixRtHdr #info-box {
	font-size: 0.65em;
	margin: 0 50px 0 25px;
	position: relative;
	top: 210px;
	width: 525px;
	float: right;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0 40px 0 -40px;/*padding: 0px 15px;
	margin: 0px 11px 0 15px;
	font-size: 0.8em;
	background: #fcffec;
	position: absolute;
	left: 720px;
	display: block;*/
}
.twoColFixRtHdr #sidebar1 .itemList {
	margin: 15px 0px 25px 0;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 .itemList ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 .itemList ul li {
	margin: 5px 0px;
	padding: 0px;
	list-style:none;
	color: #663300;
	font-size: 0.9em;
}
.twoColFixRtHdr #sidebar1 .itemList ul li a:link {
	text-decoration: none;
	color: #663300;
}
.twoColFixRtHdr #sidebar1 .itemList ul li a:hover {
	text-decoration: none;
	color: #339933;
}
.twoColFixRtHdr #sidebar1 .banner {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 .banner img {
	margin: 10px 0px;
	padding: 0px;
	border:1px solid #ccc;
}
.twoColFixRtHdr #sidebar1 .banner img:hover {
	border:1px solid #999999;
}
#wrapper {
	width: 960px;
	background: url(images/bg-strike.gif) center repeat-y;
	background-color: #fcffec;
	margin: 0px auto;
	padding:0px;
	position: relative;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 100px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.8em;
	line-height: 1.5em;
	border-right: 0px solid #cccccc;
	width: 675px;
	position: relative;
}
#mainContentSingle {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 100px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.8em;
	line-height: 1.5em;
	border-right: 0px solid #cccccc;
	width: 675px;
}
.twoColFixRtHdr #sidebarSingle {
	position: absolute;
	left: 70%;
	display: block;
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 15px;
	margin: 0px 11px 0 15px;
	font-size: 0.8em;
	background: #fcffec;
}
.twoColFixRtHdr #mainContentPage {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 100px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.8em;
	line-height: 2em;
}
.twoColFixRtHdr #mainContent p {
	margin:0px;
	padding:0px;
	color: #999999;
}
.twoColFixRtHdr #mainContent h1, .twoColFixRtHdr #mainContentPage h1 {
	margin: 0px;
}
h2 {
	margin:0px;
	padding:0px;
	font-size: 1.5em;
	overflow: hidden;
	color: #FFFFFF;
}
h3 {
	color: #993333;
}
h4, h5, h6 {
	margin: 0px 0px;
	padding:0px;
	color: #fff;
	font-size: 1em;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #footer {
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px auto;
	width: 960px;
	height: 65px;
	color: #333;
	font-size: 0.7em;
	text-align:center;
	background: #000 url(images/footer.jpg) bottom no-repeat;
	clear: both;
}
.twoColFixRtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#destination {
	width:auto;
	margin:0 0 25px 0;
	border-bottom: 1px dashed #FFCC99;
	padding: 10px 0;
}
#destination h1 {
	color:#663300;
	font-size: 1.5em;
	letter-spacing:1px;
	margin: 0 0 15px 0;
}
#destination-list {
}

#destination-list ul {
	margin: 0px;
	padding:0px;
	display: inline;
	list-style: circle;
}
#destination-list ul li {
	margin:0px;
	padding:0px 10px 0 0;
	list-style: circle;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
#destination-list ul li a:link {
	color: #FF9966;
	font-size:0.9em;
	text-decoration: none;
}
#destination-list ul li a:hover {
	color: #333333;
	text-decoration: none;
}
#destination-list ul li a:visited {
	text-decoration: none;
}
#destination-list ul li a:active {
	color: #333333;
	text-decoration: none;
}
/*#featured-home .list ul{
	margin:0px;
	padding:0px;
	}
#featured-home .list ul li{
	list-style:none;
	margin: 0px;
	}*/
#featured-home .box-left {
	width: 33%;
	float:left;
	border-right: 0px solid #333;
	padding: 0px 0px 0 0;
	margin: 0px 0px 0 0;
}
#featured-home .box-left img:hover {
	moz-opacity: 0.8;
}
#featured-home .box-left h1 {
	font-size: 1.3em;
}
#featured-home .box-left h2 {
	font-size: 0.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-top: 1em;
}
#featured-home .box-left h2 a:link{
	color: #990000;
	text-decoration: none;
}
#featured-home .box-left h2 a:hover{
	color: #990000;
	text-decoration: underline;
}
#featured-home .box-left img {
	margin: 0 0 5px 0px;
}

#featured-home h1 {
	font-size: 1.5em;
	}

#featured-home .box-left .content {
	width: 201px;
	font-size: 0.85em;
	text-align: justify;
	margin-right: 6px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#featured-home .box-left .option {
	width: 201px;
	margin: 15px 0px;
}
#featured-home .box-left .opt-left {
	float: right;
	width: 50%;
	font-size: 0.85em;
	padding-left: 20px;
	background:url(images/icon-read.png) left no-repeat;
	letter-spacing:1px;
}
#featured-home .box-left .opt-right {
	font-size: 0.85em;
	padding-left: 20px;
	background:url(images/icon-bell.png) left no-repeat;
	letter-spacing:1px;
}
#featured-home .box-middle {
	width: 31%;
	float:left;
	border-right: 2px solid #eceeee;
	padding: 0px 5px 0 15px;
}
#featured-home .box-middle h1 {
	font-size: 1.3em;
}
#featured-home .box-middle h2 {
	font-size: 1.2em;
	color: #663300;
	margin-top: 1em;
}
#featured-home .box-middle img {
	margin: 5px 0px;
}
#featured-home .box-middle .content {
	width: 201px;
	font-size: 0.9em;
	text-align: justify;
	margin-right: 6px;
	margin-top: 10px;
}
#featured-home .box-middle .option {
	width: 201px;
	margin: 15px 0px;
}
#featured-home .box-middle .opt-left {
	float: right;
	width: 50%;
	font-size: 0.85em;
	padding-left: 20px;
	background:url(images/icon-read.png) left no-repeat;
	letter-spacing:1px;
}
#featured-home .box-middle .opt-right {
	font-size: 0.85em;
	padding-left: 20px;
	background:url(images/icon-bell.png) left no-repeat;
	letter-spacing:1px;
}
#featured-home #box-right {
	float: right;
	width: 30%;
	padding: 0px 5px;
}
#featured-home #box-right h1 {
	font-size: 1.3em;
}
#featured-home #box-right h2 {
	font-size: 1.2em;
	color: #663300;
	margin-top: 1em;
}
#featured-home #box-right img {
	margin: 5px 0px;
}
#featured-home #box-right .content {
	width: 201px;
	font-size: 0.9em;
	text-align: justify;
	margin-right: 6px;
	margin-top: 10px;
}
#featured-home #box-right .option {
	width: 201px;
	margin: 15px 0px;
}
#featured-home #box-right .opt-left {
	float: right;
	width: 50%;
	font-size: 0.85em;
	padding-left: 20px;
	background:url(images/icon-read.png) left no-repeat;
	letter-spacing:1px;
}
#featured-home #box-right .opt-right {
	font-size: 0.85em;
	padding-left: 20px;
	background:url(images/icon-bell.png) left no-repeat;
	letter-spacing:1px;
}
#category-list-item {
	margin: 0px;
	padding: 0px;
}

#postmeta {
	background-color: #000;
	padding: 2px 5px;
	font-size: 1.5em;
	margin: 0px 0px;
	color: #FFFFFF;
}

.breadcumb { color: #FFFFFF;}

.breadcumb a:link {
	color: #FFFFFF;
}

.breadcumb a:hover {
	color: #FFFFFF;
}

.breadcumb a:visited {
	color: #FFFFFF;
}

#category-list-item #postmeta a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0.2em 0.2em
}
#category-list-item #postmeta a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#category-list-item #list {
	border-bottom: 0px solid #ccc;
	margin-bottom: 15px;
	margin-top:0px;
	font-size: 0.9em;
}
#category-list-item #list p {
	color: #333333;
}
#category-list-item #list h1 {
	margin: 0 0 15px 0;
}
#category-list-item #list h1 a:link {
	font-size: 0.7em;
	color: #663300;
	margin: 0px;
	text-decoration: none;
}
#category-list-item #list .boxlist {
	float:left;
	width: 29%;
	margin: 0px 30px 0 0;
}
#category-list-item #list .postmetadata {
	margin: 15px 0px;
}
#category-list-item #list .postmetadata a:link {
	color: #333333;
	text-decoration: underline;
}
#category-list-item #list .postmetadata a:link {
	text-decoration: none;
}
#category-list-item #list #postmeta h1 {
	font-size: 1.3em;
}
#category-list-item #list #postmeta a:link {
	color: #000;
	text-decoration:none;
}
#category-list-item #list #postmeta a:hover {
	color: #ccc;
	text-decoration:none;
}
/*.shadow  { position:relative; display:block; color:#fff; }
.shadow span { position:absolute; display:block; top:0px;  }
.shadow:before { display:block; padding: 2px; content: attr(title); color:#000;  }*/

/* --------- #Tabs --- */

#description {
	font-size: 0.9em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#avaibility {
	font-size: 0.9em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#box {
	padding: 0 25px;
	margin: 15px 0px;
	color: #333333;
	background-color: #CCCCCC;
	border:1px solid #999999;
}
#box ul {
	margin: 0px;
	padding: 0px;
}
#box ul li {
	margin: 0px;
	padding: 0px;
}
.list ul {
	margin:0px;
	padding:0px;
	list-style: none;
	color:#FFFFFF;
}
.list ul li {
	list-style: none;
	margin:0px;
	padding:0px;
	color: #ffffff;
}
.curve {
	border:1px solid;
}

#commentlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#commentlist p {
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#commentlist ul {
	margin: 5px 0px;
	padding:0px;
	list-style:none;
}
#commentlist ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.comment-meta{
	font-size: 0.8em;
	}
#similiar-post ul {
	list-style: none;
	margin: 10px 0px;
	padding: 0px 0 0 5px;
}
#similiar-post ul li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}
#similiar-post ul li a:link {
	text-decoration: none;
}
