/*
Theme Name: Vantage
Version: 3.0.2
Description: A Premium Directory Theme For WordPress
Theme URI: http://www.appthemes.com/themes/vantage/
Author: AppThemes
Author URI: http://www.appthemes.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
AppThemes ID: vantage
*/

/*  =========== [ Default Stylesheet Table of Contents ] =========== */
/*
 * 1. Stylesheet Reset - Eric Meyer v2
 * 2. Layout, General
 * 3. Typography, General
 * 4. Header
 * 5. Middle Content
 * 6. Main Content
 * 7. Listings
 * 8. Single Listing
 * 9. Reviews
 * 10. Single Page
 * 11. Single Blog Post
 * 12. Forms
 * 13. Sidebar
 * 14. 404 Page
 * 15. Dashboard
 * 16. Pricing Plans
 * 17. Categories List
 * 18. Footer
 * 19. Admin Bar
 * 20. IE Fixes
 * 21. Responsive
 */


/*  =========== [ 1. Eric Meyer reset v2 | 20110126 ] =========== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}


body {
	height:100%;
	color: #333;
	font: normal normal normal 0.75em/normal Arial, Helvetica, sans-serif;
	background: #E4E4E4 url('images/header-bg.png') repeat-x 0 0;
	border-top:2px solid #DDD;

}

label {
	cursor: pointer;
}

/* =========== [ 2. LAYOUT, GENERAL ] =========== */

.container,
.notice {
	padding-left: 20px;
	padding-right: 20px;
}

.row {
	width: 100%;
	max-width: 1140px;
	min-width: 900px;
	margin: 0 auto;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.rounded-small {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rounded-t {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tb {
	border: 1px solid #000;
}

.clear, br.clear {
	clear: both;
}

.alignleft {
	margin-right:15px;
	float:left;
}

.alignright {
	margin-left:15px;
	float:right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.wp-caption {
	padding:10px 5px;
	border:1px solid #CCC;
	background: #efefef;
	text-align:center;
}

.wp-caption-text {
	margin:0;
}

/* =========== [ 3. TYPOGRAPHY, GENERAL ] =========== */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}

h2 {
	margin:30px 0 20px;
	font-size:18px;
}

h3 {
	margin:20px 0 10px;
	font-size:16px;
}

h4 {
	margin:20px 0 10px;
	font-size:13px;
	font-weight:bold;
}

h5, h6 {
	margin:20px 0 10px;
}

p {
	margin-top: 10px;
	line-height:18px;
}

strong {
	font-weight: bold;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border:0;
	border-top:1px solid #DDD;
}

li {
	line-height:18px;
}

blockquote {
	background:#fafafa;
	border-left: 4px solid #333;
	margin:1.5em 10px;
	padding: 10px;
	quotes:"\201C""\201D""\2018""\2019";
}

blockquote:before {
	color:#333;
	content:open-quote;
	font-size:4em;
	font-weight: bold;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}

blockquote p {
	display:inline;
}

em {
	font-style: italic;
}

small {
	font-size: 0.8em;
}

/* =========== [ 4. HEADER ] =========== */

#masthead .row {
	margin-top:10px;
	margin-bottom:20px;
	position: relative;
	overflow: hidden;
}

#site-description {
	margin:0px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	-moz-text-shadow: 0 1px 0 #DDD;
	-webkit-text-shadow: 0 1px 0 #DDD;
	text-shadow: 0 1px 0 #DDD;
	position: absolute;
	top: 53px;
	left: 82px;
	z-index: 10;
}

.site-logo img {
	height: auto;
	max-width: 100%;
}

#rounded-nav-box {
	position:relative;
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	position:relative;
}

#rounded-nav-box-overlay {
	background: transparent url('images/nav-box-overlay.png') no-repeat 0 5px;
	overflow: visible;
	margin-top: -5px;
	padding-top: 5px;
}

#masthead .advert {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

#masthead .advert a img {
	width: 468px;
}

#masthead .advert .textwidget{
	margin: 0;
}

/* Navigation */

#main-navigation .menu ul {
	min-height: 38px;
	background: #CCC url('images/nav-bg.png') repeat-x 0 0;
	overflow: visible;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#main-navigation .menu ul:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main-navigation .menu li {
	float: left;
	min-height: 38px;
	position: relative;
	top: 0;
	border-right: 1px solid #C1C1C1;
	border-left: 1px solid #E1E1E1;
}

#main-navigation .menu li a {
	font-size: 13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #383838;
	padding: 11px 24px 0 24px;
	margin: 0 0;
	min-height: 27px;
	top: 0;
	display: block;
	border-right: 1px solid #E1E1E1;
	text-align: center;
	text-shadow: 0 1px 1px white;
}

#main-navigation .menu li.first {
	border-left: none;
}

/* tinynav navigation menu */
.tinynav {
	width: 93.5%;
	margin: 12px 2%;
	display: none;
}

/* Dropdown navigation menu */
#main-navigation .menu ul li ul.sub-menu {
	display: none;
}

#main-navigation .menu ul li:hover ul.sub-menu {
	display: block;
}

#main-navigation ul.sub-menu {
	position: absolute;
	z-index: 99;
	background: -moz-linear-gradient(center top , #EEEEEE 52%, #CDCDCD 100%) repeat scroll 0 0 transparent;
	-khtml-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	height: auto;
	width: 200px;
	margin: 0 0 0 -6px;
	border-left: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid rgba(0, 0, 0, 0.5);
	border-bottom: 6px solid rgba(0, 0, 0, 0.5);
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
}

#main-navigation ul.sub-menu li {
	float:left;
	border: 0 none;
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
}

#main-navigation ul.sub-menu li a {
	padding: 11px 11px 0;
	width: auto;
	border: 0 none;
}

#main-navigation .menu ul li ul.sub-menu li ul.sub-menu {
	display: none;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	left: 200px;
	top: 0;
	margin: -6px 0 0 0;
}

#main-navigation .menu ul li ul.sub-menu li:hover > ul.sub-menu {
	display: block;
}

#main-navigation .menu ul li:first-child ul.sub-menu {
	border-top: medium none !important;
	-khtml-border-radius: 0 0 5px 5px !important;
	-moz-border-radius: 0 0 5px 5px !important;
	-webkit-border-radius: 0 0 5px 5px !important;
	border-radius: 0 0 5px 5px !important;
	margin: 0 !important;
}

#main-navigation .menu li:hover,
#main-navigation .menu li.current-menu-item {
	background-color: #f3f3f3;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

/* Dropdown categories list */
#main-navigation .adv_categories {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 99;
	background-color: #F3F3F3;
	min-width: 675px;
	border-left: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid rgba(0, 0, 0, 0.5);
	border-bottom: 6px solid rgba(0, 0, 0, 0.5);
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
	margin-left: -6px;
}

#main-navigation .menu li:hover .adv_categories {
	display: block;
}

#main-navigation .adv_categories .catcol {
	border-left: medium none;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 10px 0 15px;
	vertical-align: top;
	width: 200px;
}

#main-navigation .adv_categories .catcol ul {
	background: none repeat scroll 0 0 transparent;
	-khtml-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#main-navigation .adv_categories .catcol li {
	border-left: medium none;
	border-right: medium none;
	float: left;
	height: auto;
	position: relative;
	top: 0;
}

#main-navigation .adv_categories .catcol ul.maincat-list li {
	width: 100%;
	margin: 5px 0 0;
}

#main-navigation .adv_categories .catcol ul li.maincat a {
	width: 96%;
	height: auto;
	margin: 0;
	padding: 5px 2% 5px 2%;
	-khtml-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-right: medium none;
	display: block;
	float: none;
	background: #DFDFDF; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#DFDFDF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EDEDED,  #DFDFDF); /* for firefox 3.6+ */
	color: #545454;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#main-navigation .adv_categories .catcol ul li.maincat a:hover {
	text-decoration: underline;
}

#main-navigation .adv_categories .catcol ul.subcat-list {
	margin-left: 10px;
	margin-top: 2px;
}

#main-navigation .adv_categories .catcol ul.subcat-list li {
	background: none repeat scroll 0 0 transparent;
	margin: 0;
}

#main-navigation .adv_categories .catcol ul li.cat-item a {
	background: none repeat scroll 0 0 transparent;
	display: inline-block;
	font-size: 12px;
	text-transform: none;
	line-height: 22px;
	padding: 0;
	width: auto;
}

#main-navigation .adv_categories .catcol ul li.cat-item a:hover {
	text-decoration: underline;
}


/* Main Search */

#main-search {
	clear: both;
	padding: 10px 0 0 0;
	overflow:hidden;
}

.search-for, .search-location {
	width:40%;
	min-width:300px;
	margin:0 0 0 2%;
	padding:0;
	position:relative;
	float:left;
}

#main-search .search-title {
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main-search .search-help {
	font-size: 11px;
}

#main-search input.text {
	font-size: 18px;
	color: #5e5e5e;
	width: 92%;
	height: 35px;
	border: none;
	background: transparent;
	margin-top: 2px;
}

#main-search .h39 {
	height: 39px;
}

#main-search .input-cont {
	position: relative;
	margin-top: 5px;
}

#main-search .input-cont .left {
	float: left;
	width: 7px;
	background: transparent url('images/input-cont-left.png') no-repeat 0 0;
}

#main-search .input-cont .mid {
	float: left;
	width: 94%;
	background: transparent url('images/input-cont-mid.png') repeat-x 0 0;
}

#main-search .input-cont .right {
	float: left;
	width: 7px;
	background: transparent url('images/input-cont-right.png') no-repeat 0 0;
}

#main-search .post_type {
	display: inline-block;
}

#main-search .post_type label {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
}

.search-button {
	width:13%;
	height:95px;
	margin:0 2% 0 1%;
	position:relative;
	float:left;
}

#search-submit{
	width: 100%;
	min-width:110px;
	height: 38px;
	display: block;
	margin: 34px 0 0 0;
	padding: 0;
	background: transparent url('images/search-blank.png') no-repeat 0 0;
	border: none;
	color: #555;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0 #DDD;
	text-indent: 30px;
	line-height: 35px;
	cursor: pointer;
	cursor: hand;
}

/* Breadcrumbs */

#breadcrumbs {
	margin: 12px 0 50px 20px;
}


.breadcrumb-trail,
.breadcrumb-trail a,
.breadcrumb-trail a:link,
.breadcrumb-trail a:visited,
.breadcrumb-trail a:hover,
.breadcrumb-trail span{
	color: #59584f;
	font-size: 12px;
}

/* =========== [ 5. MIDDLE AKA CONTENT ] =========== */

#content {
	background: #FAFAFA url('images/content-bg.png') repeat-x 0 0;
	position:relative;
}

#content-mid {
	min-height:100%;
	position: relative;
	top:-40px;
	margin-top: 55px;
	overflow: visible;
	position:relative;
	border:1px solid #bdbcbd;
	outline: none;
	margin-top: 0;
	background: #ffffff url('images/bg-stage.png') repeat-y top right;
}

/* No sidebar for these pages, so remove the sidebar shadow */
.no_sidebar_bg #content-mid {
	background: #ffffff;
}

#content-inner {
	padding-right:305px;
	background: url('images/bg-stage-shade.png') repeat-x 0 0;
	position:relative;
}

/* =========== [ 6. MAIN CONTENT ] =========== */

#main,
div.list {
	width:100%;
	position: relative;
	padding:0;
	float:left;
	word-wrap: break-word;
}

div.list.events-list {
	background: url('images/bg-stage-shade.png') repeat-x 0 0;
}

/* Main Content Global Elements */

#main .section-head,
div.list .section-head {
	height: 40px;
	margin: 16px 0 30px 0;
	position: relative;
	left: -14px;
	display: inline-block;
	border: 1px solid #CFCFCF;
	background: #F5F5F5; /* for non-css3 browsers */
	/* This property uses base64 values, read why in the README file or http://www.appthemes.com/support/faq/#css-base64 */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMzkpIiAvPgo8L3N2Zz4=);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ededed)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #ededed); /* for firefox 3.6+ */
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #DDD;
	-webkit-box-shadow: 1px 1px 1px #DDD;
	box-shadow: 1px 1px 1px #DDD;
}

#main .section-head h1,
div.list .section-head h1 {
	margin:0;
	padding: 8px 27px 18px 27px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:normal;
	line-height: 24px;
	-moz-text-shadow: 0 1px 0 #FFF;
	-webkit-text-shadow: 0 1px 0 #FFF;
	text-shadow: 0 1px 0 #FFF;
	background: url('images/left-hanger-triangle.png') no-repeat 0% 98%;
	position: relative;
}

#main .section-head h2,
div.list .section-head h2 {
	margin:0;
	padding: 9px 27px 19px 42px;
	color: #666;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
	-moz-text-shadow: 0 1px 0 #FFF;
	-webkit-text-shadow: 0 1px 0 #FFF;
	text-shadow: 0 1px 0 #FFF;
	background: url('images/left-hanger-triangle.png') no-repeat 0% 98%;
	position: relative;
}

#main article .section-head,
div.list article .section-head {
	left:-42px;
}

.archive-top {
	margin: 0 25px 40px 25px;
}

.archive-head {
	margin-top: 0;
}

.taxonomy-description {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 25px;
	max-width: 100%;
	margin: 0 26px;
}

.taxonomy-description img,
.taxonomy-description .wp-caption {
	max-width: 100%;
	height: auto;
}

/* Ratings Stars */

.stars {
	width: 78px;
	height: 14px;
}
.stars-0 {
	background: transparent url('images/stars-0.png') no-repeat 0 0;
}
.stars-1 {
	background: transparent url('images/stars-1.png') no-repeat 0 0;
}
.stars-1_5 {
	background: transparent url('images/stars-1.5.png') no-repeat 0 0;
}
.stars-2 {
	background: transparent url('images/stars-2.png') no-repeat 0 0;
}
.stars-2_5 {
	background: transparent url('images/stars-2.5.png') no-repeat 0 0;
}
.stars-3 {
	background: transparent url('images/stars-3.png') no-repeat 0 0;
}
.stars-3_5 {
	background: transparent url('images/stars-3.5.png') no-repeat 0 0;
}
.stars-4 {
	background: transparent url('images/stars-4.png') no-repeat 0 0;
}
.stars-4_5 {
	background: transparent url('images/stars-4.5.png') no-repeat 0 0;
}
.stars-5 {
	background: transparent url('images/stars-5.png') no-repeat 0 0;
}

/* notifications */

.notice span,
.notice div {
	margin:25px 5px 0 5px;
	padding:15px 15px 15px 45px;
	border:1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	display:block;
}

.notice.extra {
	margin-bottom:35px;
}

.notice.success span,
.notice.success div {
	border:1px solid #38C838;
	background:#CFC url(images/icon-tick.png) no-repeat 12px 50%;
}

.notice.success-pending span,
.notice.success-pending div {
	border:1px solid #E6DB55;
	background:#FFFBCC url(images/icon-exclamation.png) no-repeat 12px 50%;
}

.notice.error span,
.notice.error div {
	border:1px solid #F00;
	background:#FCC url(images/icon-exclamation.png) no-repeat 12px 50%;
}

.notice.error span a,
.notice.error div a {
	color:#C00;
}

input.error,
select.error,
textarea.error {
	outline: 2px solid #FCC;
}

label.error {
	width: 90%;
	display: block;
	outline: 2px solid #FCC;
	background-color: #FCC;
	padding: 5px;
	margin: 6px 0;
}

span.required {
	color:#C00;
}

.expired-notice,
.draft-notice {
	margin:15px 0 0 0;
	padding:8px;
	overflow:hidden;
	position:relative;
	background:#FFCCCB;
	color:#C00;
	font-size:16px;
	font-weight:bold;
}

.expired-notice .list