/*
Theme Name: Hot Destinations
Theme URI: http://www.hotwptemplates.com/wordpress-themes/115-wordpress-travel-theme-hot-destinations
Description: Premium theme "Hot Destinations" by Hot WordPress Themes.
Author: HOT WordPress Themes
Author URI: http://www.hotwptemplates.com
Version: 1.0
Tags: orange, green, blue, brown, three-columns, fixed-width, custom-background, rtl-language-support, custom-menu
License: GNU/GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Comments */

#comments-title {
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	border: 2px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {

}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background-color: #EEE;
	color:black!important;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color:#DDD;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
	padding:3px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 5px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 5px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 5px rgba(204,204,204,0.95);
	border:1px solid #ccc;
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 80;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 10px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: -10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

#comments{
	float:left;
}

.children img.avatar {
	display: none;
}

/* Assistive text */

.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
    background: #eee;
    border-bottom: 1px solid #ddd;
    color: #1982d1;
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}

input#searchsubmit {
	display: none;
}

.not-found #s {
	width: 90%;
}

.not-found .search .button {
	position: relative;
	top: +6px;
}

.not-found > div{
	float:left;
	width:33%;
}

/* basics */

a:link,a:visited {
	text-decoration:none;
}

a.pagelink:link,a.pagelink:visited {
	text-decoration:none;
	color:#C25400;
	font-weight: bold;
}

a.pagelink:hover {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

a.readon:link,a.readon:visited,
a.readmore:link,a.readmore:visited,
a.more-link:link,a.more-link:visited,
a.more-link:link,a.more-link:visited {
	display:block;
	color:#fff !important;
	width:99px;
	font-family:"Cabin", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:28px;
	text-transform:uppercase;
	background:url(images/readmore_bg_orange.png) no-repeat;
	text-indent:8px;
	margin-top:12px;
	text-decoration:none;
}

div.widget_grey a.more-link:link,div.widget_grey a.more-link:visited,
div.widget_grey a.readon:link,div.widget_grey a.readon:visited,
div.widget_grey a.readmore:link,div.widget_grey a.readmore:visited {
	background:url(images/readmore_bg_grey.png) no-repeat;
}

div.widget_blue a.more-link:link,div.widget_blue a.more-link:visited,
div.widget_blue a.readon:link,div.widget_blue a.readon:visited,
div.widget_blue a.readmore:link,div.widget_blue a.readmore:visited {
	background:url(images/readmore_bg_blue.png) no-repeat;
}

div.widget_green a.more-link:link,div.widget_green a.more-link:visited,
div.widget_green a.readon:link,div.widget_green a.readon:visited,
div.widget_green a.readmore:link,div.widget_green a.readmore:visited {
	background:url(images/readmore_bg_green.png) no-repeat;
}

img {
	border:0;
}

fieldset {
	border:0;
}

hr {
	border-bottom:none;
	border-top:1px solid #dcdcdc;
	border-left:none;
	border-right:none;
}

.logo_line1, .logo_line1 a {
	font-family:'Dancing Script', Arial, Helvetica, sans-serif;
	font-size:52px;
	font-weight:bold;
	line-height:52px;
	padding-top:20px;
	text-decoration:none;
}

h1 {
	font-family:"Cabin", Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	margin:0 0 15px;
	padding:0;
	line-height:30px;
	color: #4D4D4D;
}

h2 {
	font-family:"Cabin", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	padding:3px 0;
	margin:0;
	text-decoration:none;
	line-height:32px;
	color: #4D4D4D;
}

h4 {
	font-family:"Cabin", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding:3px 0;
	margin:0;
	text-decoration:none;
	line-height:18px;
	color: #4D4D4D;
}

/* heading icons */

ul.actions {
	margin:0 !important;
	padding:0 !important;
}

ul.actions li {
	margin:0 !important;
	padding:0 !important;
	list-style:none;
	float:right;
	position:relative;
	top:-30px;
	width:25px;
}

/* acticle details */

dl.article-info,
dl.article-info dd {
	padding:0;
	margin:0;
}

dl.article-info dt.article-info-term {
	display:none;
}

/* category name */

dl.article-info dd.category-name,
dl.article-info dd.category-name a:link,
dl.article-info dd.category-name a:visited,
dl.article-info dd.category-name a:hover {
	font-size:11px;
}

/* created date */

dl.article-info dd.create {
	font-size:11px;
}

/* modified date */

dl.article-info dd.modified {
	font-size:11px;
}

/* published date */

dl.article-info dd.published {
	font-size:11px;
	float:left;
	padding:0;
	margin:0;
}

/* author name */

dl.article-info dd.createdby {
	font-size:11px;
	float:left;
	padding:0 5px 0 2px;
	border-right:1px dotted #cacaca;
	margin:0;
}

/* hits */

dl.article-info dd.hits {
	font-size:11px;
}

/* page navigation */

ul.pagenav li {
	list-style:none;
	float:left;
	padding:10px 10px 0 0;
}


/* multi-column layout */

.row-separator {
	clear:both;
	display:block;
}

.cols-2 div.item {
	width:48%;
	float:left;
	margin:0 2% 0 0;
}

.cols-3 div.item {
	width:31%;
	float:left;
	margin:0 2% 0 0;
}

.cols-4 div.item {
	width:23%;
	float:left;
	margin:0 2% 0 0;
}

/* category list layout */

.category {
	width:100%;
}

.category th {
	color:#eee;
	font-weight:700;
	padding:5px;
	text-align:left;
	border-bottom:1px dotted #cccccc;
}

.cat-list-row0 td {
	padding:5px;
	text-align:left;
}

.cat-list-row1 td {
	padding:5px;
	text-align:left;
	background:#f4f4f4;
}

.category .list-title {
	width:50%;
}

.category .list-date {
	width:20%;
}

.category .list-author {
	width:20%;
}

.category .list-hits {
	width:10%;
}

.category td.hits {
	text-align:center;
}

/* contacts category layout */

.category .item-title {
	width:20%;
}

.category td.item-title a:link,
.category td.item-title a:visited,
.category td.item-title a:hover {
	text-decoration:underline;
}

.category .item-position {
	width:20%;
}

.category .item-phone {
	width:20%;
}

.category .item-suburb {
	width:20%;
}

.category .item-state {
	width:20%;
}

/* contact form */

div.pane-slider {
	background:none;
	color:#333;
}

.jicons-icons img {
	float:left;
}

.jicons-icons img {
	float:left;
	margin-right:10px;
}

address span.contact-street {
	padding:0 8px 0 0;
	display:block;
}

address span.contact-suburb,
address span.contact-state,
address span.contact-postcode,
address span.contact-country {
	padding:0 8px 0 25px;
	display:block;
}

.contact-email label {
	display:block;
	float:left;
	width:100px;
}

.contact-email .inputbox {
	margin-bottom:10px;
}

.contact-email .button {
	margin-top:30px;
}

/* pane toggler */

.pane-toggler-down, .pane-toggler {
	background:#222;
	padding:5px 20px;
}

.pane-sliders .content {
	padding:0 20px;
}

.inputbox {
	border:1px solid #cacaca;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
}

textarea.inputbox {
	background:#ccc;
}

.search_box .search .inputbox {
	color:#58585a;
	padding:6px;
	background:#fff;
	border:none;
	margin:0;
}

.search_box .search .button {
	float:right;
	margin:0 9px 0 3px;
	padding:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.button {
	color:#fff;
	border:none;
	padding:0 10px;
	line-height:26px;
	background:#ff691d;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

form {
	margin:0;
	padding:0;
}

/* lists */

ol {
	margin-left:20px;
	padding-left:7px;
}

ol li {
	padding-left:0;
	padding-top:0;
	padding-bottom:5px;
}

li ol {
	padding-top:5px;
}

ul.checklist {
	margin:0 0 0 5px !important;
	padding:0 !important;	
}

ul.checklist li {
	background:url(images/icon_checklist.png) no-repeat;
	padding:0 0 0 22px !important;
	margin:0 0 5px 0 !important;
	list-style:none;
}

ul.arrow {
	margin:0 0 0 5px !important;
	padding:0 !important;	
}

ul.arrow li {
	background:url(images/icon_arrow.png) no-repeat;
	padding:0 0 0 22px !important;
	margin:0 0 5px 0 !important;
	list-style:none;
}

ul.star {
	margin:0 0 0 5px !important;
	padding:0 !important;	
}

ul.star li {
	background:url(images/icon_star.png) no-repeat;
	padding:0 0 0 22px !important;
	margin:0 0 5px 0 !important;
	list-style:none;
}

/* menu */

ul.menu {
	margin:0;
	padding:0;
}

ul.menu li {
	margin:0;
	list-style:none;
	padding:4px 0 4px 15px;
	border-bottom:1px dotted #ccc;
	background:url(images/arrow.png) 0px 8px no-repeat !important;
	font-size:12px;
}

ul.menu li a:link, ul.menu li a:visited {
	text-decoration:none;
	display:block;
	padding:3px 0;
	font-weight:normal;
}

ul.menu li ul {
	margin:0;
	padding:0;
	display:block;
}

ul.menu li ul li, ul.menu li ul li {
	margin:0;
	padding:0 15px;
	background:none !important;
	border-bottom:none;
}

li.active a:link,li.active a:visited,li.active a:link,li.active a:visited {
	padding:7px;
}

ul.menu li ul li#current a:link,ul.menu li ul li#current a:visited,ul.menu li ul li#current a:link,ul.menu li ul li#current a:visited {
	background:none;
	padding:7px;
	font-weight:normal;
	font-size:11px;
}

ul.menu li ul li a:link, ul.menu li ul li a:visited, ul.menu li#current ul li a:link, ul.menu li#current ul li a:visited {
	background:none;
	padding:7px;
	font-weight:normal;
	font-size:11px;
}

.footer ul.menu {
	margin:0;
	padding:0;
}

.footer ul.menu li {
	list-style:none;
	float:left;
	background-image:none !important;
}

.footer ul.menu li a:link,.footer ul.menu li a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 15px 7px 0;
	font-weight:normal;
}

.footer ul.menu li a:hover {
	color:#fff;
	text-decoration:underline;
}

.footer2 a:link,.footer2 a:visited {
	color:#fff;
}

.footer4 ul.menu li {
	background:none !important;
	font-size:11px;
}

.header_menu ul {
	padding:0;
	margin:0;
	float:none;
	list-style:none;	
}

.header_menu ul.menu li {
	float:right;
	list-style:none;
	padding:0 10px;
	margin:30px 0 15px 0;
	border-right:1px dotted #000;
	border-bottom:none;
}

.header_menu ul.menu a:link, .header_menu ul.menu a:visited {
}

.header_menu ul.menu a:hover {
	color:#ff6816;
}

.footer3 ul,
.topPanelModules ul {
	padding:0;
	margin:0;
	float:none;
	list-style:none;	
}

.footer3 ul.menu li, .topPanelModules ul.menu li {
	list-style:none;
	padding:0 0 0 22px;
	margin:0;
	border:none;
}

.footer3 ul.menu a:link, .footer3 ul.menu a:visited {
}

.footer3 ul.menu a:hover {
	color:#ff6816;
}

.footer4 ul {
	padding:0;
	margin:0;
}

.footer4 ul.menu li {
	float:right;
	list-style:none;
	padding:0 0 4px 10px;
	margin:0;
	border:none;
}

.footer4 ul.menu a:link, .footer4 ul.menu a:visited {
}

.footer4 ul.menu a:hover {
	color:#ff6816;
}

#column_left ul.menu li, #column_right ul.menu li {
	background:none;
}

/* top menu */

#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:absolute;
	z-index:10000;
}

#nav ul {
	display:none;
}

#nav a {
	display:block;
	font-family:'Cabin', Arial, Helvetica, sans-serif;
	padding:0;
	text-decoration:none;
	font-size:15px;
}

#nav li {
	float:left;
	position:relative;
	background-image:none !important;
}

#nav > li {
	border:none;
	background:url(images/topmenu_border.png) right no-repeat !important;
	padding:7px 15px;
	margin:0;
}

#nav li ul {
	position:absolute;
	top:31px;
	left:0px;
	padding:0 10px;
}

#nav > li.active a:hover {
	padding:0;	
}

#nav li:hover ul a {
	background:none;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}

#nav li:hover ul li a:hover {
	border:none;
	position:relative;
	padding:5px;
}

#nav li#current ul li a, #nav li.active ul li a, #nav li.active ul li#current a {
	border:none;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px;
}

#nav li ul li, #nav li ul li ul {
	margin:0;
	padding:0;
	float:none;
	cursor:pointer;
}

#nav li ul a {
	width:166px;
	line-height:normal;
	padding:7px;
}

#nav li ul ul {
	left:176px;
	margin:0;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
	display:none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul {
	display:block;
}

#nav ul li a {
	font-size:13px;
	font-weight:normal;
	text-transform:none;
}

#nav ul ul {
	top:0px;
	z-index:10000;
}

#nav li#current span {
	text-transform:none;
}

#nav img {
	margin-right:5px;	
}

/* widgets */

div.widget, div.widget_orange, div.widget_grey, div.widget_blue, div.widget_green {
	padding:0 6px;
}

.hotgallery div.widget {
	padding:0;
}

.search_box div.widget h3 {
	background:none;
	color:#575757;
	font-family:'Cabin', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:right;
	padding:0;
	margin:15px 9px 0 0;
}

div.widget h3, div.widget_orange h3, div.widget_grey h3, div.widget_blue h3, div.widget_green h3 {
	font-family:'Cabin', Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:8px 0 0 0;
	padding:0;
	font-weight:bold;
}

.hotgallery div.widget h3 {
	margin:0;
}

#column_left div.widget h3, #column_right div.widget h3 {
	font-size:18px;
	padding:20px 0 10px 0;
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
}

#column_left div.widget h3 span, #column_right div.widget h3 span {
	font-weight:bold;
}

div.widget_orange h3 {
	color:#fe6f00;
}

div.widget_grey h3 {
	color:#4a4a4a;
}

div.widget_blue h3 {
	color:#3ab7e9;
}

div.widget_green h3 {
	color:#8fc400;
}

div.widget p, div.widget_orange p, div.widget_grey p, div.widget_blue p, div.widget_green p {
	padding:0;
	margin:4px 0;	
}

.footer div.widget {
	padding:20px;
}

.footer div.widget h3 {
	background:none;
	padding:0 0 12px 0;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}

.footer div.widget h3 span {
	font-weight:bold;
}

.footer2 div.widget h3 {
	background:none;
	padding:0;
}

.footer3 div.widget h3 {
	background:none;
	padding:0;
	font-weight:200;
}

.widget ul {
	margin:0;
	padding:0;	
}

.widget li {
	margin:0;
	padding:4px 0 2px 15px;
	list-style:none;
	font-size:14px;
}

.topPanelModules div.widget h3 {
	background:none;
	padding-left:0;	
}

/* typography */

.warning {
	padding:15px 15px 15px 60px;
	color:#000;
	border-top:4px solid #c10000;
	border-bottom:4px solid #c10000;
	background:#FFDE25 url(images/warning.png) no-repeat center left;
}

.info {
	padding:15px 15px 15px 60px;
	color:#006699;
	border-top:4px solid #006699;
	border-bottom:4px solid #006699;
	background:#bde1ff url(images/info.png) no-repeat center left;
}

.error {
	padding:15px 15px 15px 60px;
	color:#900;
	border-top:4px solid #900;
	border-bottom:4px solid #900;
	background:#f8b5b5 url(images/error.png) no-repeat center left;
}

.code {
	padding:15px 0;
	color:#218023;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}

.quote {
	padding:8px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:18px;
	line-height: normal;
	text-align:center;
	background:#000 url(images/quote_bg.gif);
	color:#fff;
	font-style:italic;
}

ul.cities_left {
	width:120px;
	float:left;
	margin-right:1px;
	margin-left:-20px;
}


ul.cities_right {
	width:120px;
	float:left;
	margin-left:10px;
}

.cities_left li, .cities_right li {
	padding-left:1px;
	margin-top:10px;
	font-size:14px;
	border-bottom:1px dotted #c0c0c0;
}

.footer .contentpaneopen {
	padding-bottom:10px;	
}

.footer .contentpaneopen img {
	padding:2px;
	border:1px solid #39b7e9;
	margin-right:15px;
}

.footer .contentpaneopen strong {
	color:#39b7e9;
	font-size:12px;
}

.footer .contentpaneopen a.readmore:link,.footer .contentpaneopen a.readmore:visited {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	background:none;
	color:inherit !important;
	width:auto;
	line-height:normal;
	text-transform:none;
	text-indent:0;
	margin:0;
	font-weight:bold;
}

.hot_ribbon img {
	float:right;
    position:relative;
    left:4px;
}

/* top panel */

#top-panel {
	padding:14px 20px;
	display:none;
}

#sub-panel {
	text-align:center;
}
#sub-panel a {
	width:200px;
	display:block;
	color:#fff;
	text-decoration:none;
	margin:0 auto;
	font-weight:normal;
	background:url(images/toppanel_bg.png) no-repeat;
	font-size:10px;
	text-transform:uppercase;
}
#sub-panel a span {
	padding:0 0 4px 0;
	display:block;
}

.topPanelModules {
	margin:0 auto;
}


.carousel_module .hotcarousel .carousel-next {
    margin-left:-60px; position:relative; z-index:9999;
	width:37px;
}

.carousel_module .hotcarousel .carousel-previous {
    margin-right:-37px; position:relative; left:23px; z-index:9999;
	width:37px;
}

.carousel_module .hotcarousel .js .carousel-wrap{
    margin:0;
}

.item img{
 margin:3px;
}

div.widget_scroller{
 padding:0;
}

.widgettitle_user5 {
	display: none;
}

/* WordPress Specifics */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	border:1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.sticky {
}

.gallery {
	border:0px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:100%;
	clear: both;
}

.gallery-icon {
	white-space: nowrap;
}

dt.gallery-icon a img {
	border:2px solid #FFF !important;

	
}

.gallery-icon a {
	display: block;
}

.gallery dd.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
	font-family: Arial;
	display: block;
	white-space: nowrap;
}

.bypostauthor {
}

/* LAYOUT */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-position:bottom;
}

#master-wrapper {
	background:#000000 url(images/bg1.jpg) fixed center;
	height:100%;
	position: fixed;
	width:100%;
	z-index:-1;
}

.wrapper1 {
	margin:0 auto;
}

.header {
	height:85px;
	margin:0 auto;
	background-image:url(http://www.vacationtravelguides.com/travel-images/Vacation-Travel-Guides-Banner.jpg);
	background-repeat: repeat-x;
}

.logo {
	height:100px;
	width:50%;
	float:left;
	text-align:left;
}

.logo_pad {
	padding:15px 0 0 15px;
}

.search_box {
	float:left;
	padding-top:10px;
	overflow:hidden;
	text-align:right;
	width:50%;
}
	
#topmenu {
	height:36px;
	background-repeat:repeat-x;
}

#topmenu_pad {
	padding:2px 0 0 10px;
}

.path {
	height:30px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}

.path_pad {
	padding-left:15px;
}

.hotgallery {
	background:#fff;
	padding:8px;
	margin:8px 0 0 0;
}

.scroller_module {
	margin:8px 0 0 0;
	background:#303030;
}

.carousel_module {
	margin:8px 0 0 0;
	background:#fff;
	padding:8px 0;
}

.main_area {
	padding:8px 0 0 0;
	line-height:16px;
}

#content_wrap {
	float:left;
}

.content_pad {
	padding:10px;
	margin:4px;
}

#column_left,
#column_right {
	float:left;
	padding-bottom: 15px;
	
}

#column_left > .moduletable,
#column_right > .moduletable {
	margin:4px 4px 15px 4px;
	padding:4px 6px;
}

.upper {
	padding:12px 0 0 0;
	line-height:16px;
}

.bottom {
	padding:12px 0 0 0;
	line-height:16px;
}

.featured_bg .modulerow {
	border:none;
}

.topPanelModules .modulerow {
	border:none;
}

#c1,#c2,#c3,#c4,#c5,#c6,#c7,#c8 {
	padding-top:4px;
}

.module_padding {
	padding:4px;
	margin-right:20px;
	float:left;
}

.module_padding2 {
	padding:4px;
	margin-right:0;
	float:left;
}

.last {
	margin-right:0;
}

#c1.last, #c2.last, #c3.last, #c4.last, #c5.last, #c6.last, #c7.last, #c8.last {
	margin-right:0;	
}

.inset_pad {
	padding-bottom:15px	
}

.toolbar_pad {
	padding-top:15px	
}

.footer_wrap {
	margin-top:4px;
	padding:4px 0;
	line-height:16px;
}

.footer_wrap2 {
	background-repeat:repeat-x;
	padding-top:4px;
}

.footer_wrap2_bottom {
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:4px;
}

.footer_wrap3 {
	padding:4px 0;
}

.footer4 {
	background:#292929;
}

.footer, .footer2, .footer3, .footer4 {
	margin:0 auto;
}

.footer3 {
	line-height:16px;
}

.footer4 {
	border-top:1px dashed #242424;
	padding:15px 0 30px 0;
}

.footer_copyright1, .footer_copyright2 {
	width:50%;
	float:left;
}

.footer_copyright1_pad {
	padding-left:20px;
}


.footer_copyright2 {
	text-align:right;
}

.footer_copyright2_pad {
	padding-right:10px;
}

.clr {
	clear:both;
}

#autohidebacktotop {
	position:fixed;
	bottom:5px;
	right:5px;
}

.footer, .hotgallery, .scroller_module, .carousel_module, .module_padding, #column_left, #column_right, #content_wrap {
	-moz-box-shadow:0px 0px 10px #666;
	-webkit-box-shadow:0px 0px 10px #666;
	box-shadow:0px 0px 10px #666;
}