/*
Theme Name: Vantage
Version: 1.0
Description: A Premium Directory Theme For WordPress
Author: AppThemes
Author URI: http://www.appthemes.com
*/

/*  =========== [ 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. Categories List
 * 17. Footer
 * 18. Admin Bar
 */


/*  =========== [ 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: #ECECEC;
	margin: 0;
	padding: 0;
}



button {
	margin: 0;
	padding: 0;
	background: none;
}

label {
	cursor: pointer;
}

/* =========== [ 2. LAYOUT, GENERAL ] =========== */

.container,
.notice {
	padding-left: 20px;
	padding-right: 20px;
	
}

.row {
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;

}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../../../wp-content/themes/vantage/includes/third-party/PIE.htc);
}

.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;
}

.wp-caption {
	padding:10px 5px;
	border:1px solid #CCC;
	background:none;
	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:0px;
	margin-bottom:0px;
	padding-bottom: 25px;
	
}

#site-title a {
	width:310px;
	height: 75px;
	margin:0 0 0 0px;
	display:block;
	background:url(../../../wp-content/themes/vantage/images/logo.png) no-repeat 0 20px;
	text-indent:-9999px;
}

#site-title-small a {
	width:250px;
	height: 75px;
	margin:0 0 0 0px;
	display:block;
	background:url(../../../wp-content/themes/vantage/images/logo-small.png) no-repeat 0 20px;
	text-indent:-9999px;
}

#site-description {
	margin:0 0 0 80px;
	color:#999;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
}

#site-description-small {
	margin:0 0 0 28px;
	color:#999;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
}

#rounded-nav-box {
	
	width: 300px;
	background: #FFF;
	border: 0;
}

#rounded-nav-box-overlay {
	background: #FFF;
	overflow: visible;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 6px solid #6E2D5A;
}

#rounded-nav-box-overlay-nope {
	background: #FFF;
	overflow: visible;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.search-box-title {
	width: 100%;
	background: url(../../../wp-content/themes/vantage/images/search-box-title-bg.jpg) repeat-x #FFF;
	height: 22px;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	text-align: center;
	padding: 14px 0 8px 0;
	color: #330033;
	font-weight: bold;
	
}

.search-listing {float: left; width: 972px; z-index: -9999; margin-top: 40px; margin-left: 5px; margin-right: 10px; height: 90px; background: url(../../../wp-content/themes/vantage/images/nav-box-overlay-dark.png) repeat-x #FFF; border-radius: 0px; border: 1px solid #FFF; -moz-box-shadow: 0 1px 1px #333; -webkit-box-shadow: 0 1px 1px #333; box-shadow: 0 1px 1px #333;}

/* Navigation */
.main-search-unit { width: 238px;  font-size: 16px; float:left; margin: 0 0 0 20px;}

.main-search-unit-right  { width: 266px;  font-size: 16px; float:left; margin: 0 0 0 20px; }

.main-search-unit-right p {font-weight: bold; font-size: 14px; color: #666;}

.main-search-unit-right p span {font-weight: normal; font-size: 12px;}

.main-search-unit input.text {width: 240px; font-size: 18px; color: #5e5e5e; height: 20px; border: 1px solid #333; 	/*background: transparent;*/	-moz-border-radius: 0px; border-radius: 0px;
	margin-top: 6px;}

.main-search-unit p {font-weight: bold; font-size: 14px; color: #666;}

.main-search-unit p span {font-weight: normal; font-size: 12px;}

#main-navigation .menu ul {
	height: 40px;
	background: #6E2D5A;
	overflow: visible;
	margin-left: -20px;
	position: absolute;
	width: 1020px;
}

#main-navigation .menu li {
	float: left;
	height: 40px;
	position: relative;
	top: 0;
	text-transform: uppercase;

}

#main-navigation .menu li a {
	font-size: 14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 11px 24px 0 24px;
	margin: 0 0;
	height: 27px;
	top: 0;
	display: block;
	text-align: center;
}

.main-navigation-deco-left {
	height: 59px; width: 19px;
	position: absolute;
	margin-left: -19px;
}

.main-navigation-deco-right {
	height: 60px; width: 19px;
	position: absolute;
	margin-left: 1000px;
	margin-top: -20px;
}


#main-navigation .menu li.first {
	border-left: 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: -4px 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 {
	background-color: #AF1160;

}

#main-navigation .adv_categories {
	display: none;
	position: absolute;
	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;
	float: left;
	margin-top: 2px;
}

#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;
	width: 190px;
	
}

#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 {
	background: url(../../../wp-content/themes/vantage/images/gray-grad.png) repeat-x scroll left top transparent;
	-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;
	margin: 5px 0 0;
	width: 190px;
}

#main-navigation .adv_categories .catcol ul li.maincat a {
	border-right: medium none;
	color: #545454;
	display: inline-block;
	float: none;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 5px 3px 5px 7px;
	text-transform: uppercase;
	text-align: left;
	width: auto;
}

#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. 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. a:hover {
	text-decoration: underline;
}



/* Main Search */

#main-search {
	clear: both;
	margin: 10px 0 0 0;
	overflow:hidden;
}

.box-girl {height: 235px; width: 101px; position: absolute; margin: 30px 0 0 -101px;}

.search-for, .search-location {
	width:40%;
	min-width:300px;
	margin:0 0 0 2%;
	padding:0;
	position:relative;
	float:left;
}

#main-search {
	padding: 16px;
}

#main-search .search-title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#main-search .search-help {
	font-size: 11px;
	color: #999999;
}

#main-search input.text {
	font-size: 18px;
	color: #5e5e5e;
	width: 78%;
	height: 20px;
	border: 1px solid #333;
	/*background: transparent;*/
	-moz-border-radius: 0px;
	border-radius: 0px;
	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(../../../wp-content/themes/vantage/images/input-cont-left.png) no-repeat 0 0;*/
}

#main-search .input-cont .mid {
	float: left;
	width: 94%;
	/*background: transparent url(../../../wp-content/themes/vantage/images/input-cont-mid.png) repeat-x 0 0;*/
}

#main-search .input-cont .right {
	float: left;
	width: 7px;
	/*background: transparent url(../../../wp-content/themes/vantage/images/input-cont-right.png) no-repeat 0 0;*/
}

.search-button {
	position:relative;
	float:left;
}

#search-submit-small {
    width: 100%;
	min-width:140px;
	height: 32px;
	display: block;
	margin: 1px 0 0 0px;
	border: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 0px;
}

#search-submit-small-pink {
    width: 100%;
	min-width:240px;
	height: 32px;
	display: block;
	margin: 1px 0 0 0px;
	border: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 0px;
}

#search-submit-small-yellow {
    width: 100%;
	min-width:260px;
	height: 32px;
	display: block;
	margin: 1px 0 0 0px;
	border: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 0px;
}

#search-submit{
    width: 100%;
	min-width:246px;
	height: 44px;
	display: block;
	margin: 10px 0 0 4px;
	border: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.green-small {background: url(../../../wp-content/themes/vantage/images/search-blank-green-small.png) no-repeat; text-shadow: 0px 2px 0 #174906;}

.green-small:hover {background: url(../../../wp-content/themes/vantage/images/search-blank-green-small.png) no-repeat 0 -38px; text-shadow: 0px 2px 0 #174906;}

.green {background: url(../../../wp-content/themes/vantage/images/search-blank-green.png) no-repeat; text-shadow: 0px 2px 0 #174906;}

.green:hover {background: url(../../../wp-content/themes/vantage/images/search-blank-green.png) no-repeat 0 -46px; text-shadow: 0px 2px 0 #174906;}

.yellow-small {background: url(../../../wp-content/themes/vantage/images/search-blank-yellow-small.png) no-repeat; text-shadow: 0px 2px 0 #C58208;}

.yellow-small:hover {background: url(../../../wp-content/themes/vantage/images/search-blank-yellow-small.png) no-repeat 0 -38px; text-shadow: 0px 2px 0 #C58208;}

.yellow {background: url(../../../wp-content/themes/vantage/images/search-blank-yellow.png) no-repeat; text-shadow: 0px 2px 0 #C58208;}

.yellow:hover {background: url(../../../wp-content/themes/vantage/images/search-blank-yellow.png) no-repeat 0 -46px; text-shadow: 0px 2px 0 #C58208;}

.pink-small {background: url(../../../wp-content/themes/vantage/images/search-blank-pink-small.png) no-repeat; text-shadow: 0px 2px 0 #760533;}

.pink-small:hover {background: url(../../../wp-content/themes/vantage/images/search-blank-pink-small.png) no-repeat 0 -38px; text-shadow: 0px 2px 0 #760533;}

#main-search .search-bottom-description {
	margin: 16px 0 10px 0;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #666;
	width: 100%;

}

#front-footer {float: left; width: 940px; background: #ECECEC; margin: 20px; -moz-border-radius: 10px; border-radius: 10px; padding: 20px; font-family: Arial, Helvetica, sans-serif; }

#front-footer .left {float: left; width: 650px;}

#front-footer .left h1 { color:#666; text-transform: uppercase; font-size: 18px; text-align: right; }

#front-footer .left p { font-size: 14px; color:#666; text-align: right;}

#front-footer .right { float: right; width: 244px; margin-right: 20px;}

#front-footer .right button {margin-top: 20px;}

#front-footer-adsense { width: 960px; margin: 0 auto; -moz-border-radius: 10px; border-radius: 10px; padding: 10px; font-family: Arial, Helvetica, sans-serif; margin-top: 0px; text-align: center;}

/* Breadcrumbs */

#breadcrumbs {
	margin: 18px 0 40px 10px;
}


.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: #FFF;
	margin: 0 auto;
	width: 1020px;
	display:block;
	padding-bottom: 30px;
	margin-top: -28px;
}

#content-mid {
	min-height:100%;
	position: relative;
	margin: 0 20px;
	overflow: visible;
	outline: none;
	background: #ededed;
}

#content-inner {
	padding-right:305px;
	position:relative;
}

/* =========== [ 6. MAIN CONTENT ] =========== */

#main {
	width:100%;
	position: relative;
	padding:0;
	float:left;
	word-wrap: break-word;
	margin-top: -40px
}

/* Main Content Global Elements */

#main .section-head {
	height: 40px;
	margin: 10px 0 0px 0;
	position: relative;
	display: inline-block;
}

#main .section-head h1 {
	margin:0;
	padding: 8px 27px 0px 27px;
	color: #BB1266;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 0px;

}
#main .section-head p { margin:0;	padding: 0px 27px 18px 27px; color: #666666;	font-family: Arial, "Times New Roman", Times, serif;	font-size: 12px;	font-weight: normal;	line-height: 40px; }

#main .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;
}

#main article .section-head {
	left:-42px;

}

#main article { margin-left: 20px; margin-top: 20px; background: #FFF; float: left; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}

#main article .listing {width: 590px; }

#main article img {margin-left: 20px;}

/* Ratings Stars */

.stars {
	width: 78px;
	height: 14px;
}
.stars-0 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-0.png) no-repeat 0 0;
}
.stars-1 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-1.png) no-repeat 0 0;
}
.stars-1_5 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-1.5.png) no-repeat 0 0;
}
.stars-2 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-2.png) no-repeat 0 0;
}
.stars-2_5 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-2.5.png) no-repeat 0 0;
}
.stars-3 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-3.png) no-repeat 0 0;
}
.stars-3_5 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-3.5.png) no-repeat 0 0;
}
.stars-4 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-4.png) no-repeat 0 0;
}
.stars-4_5 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-4.5.png) no-repeat 0 0;
}
.stars-5 {
	background: transparent url(../../../wp-content/themes/vantage/images/stars-5.png) no-repeat 0 0;
}

/* notifications */

.notice span {
	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 {
	border:1px solid #38C838;
	background:#CFC url(../../../wp-content/themes/vantage/images/icon-tick.png) no-repeat 12px 50%;
}

.notice.success-pending span {
	border:1px solid #E6DB55;
	background:#FFFBCC url(../../../wp-content/themes/vantage/images/icon-exclamation.png) no-repeat 12px 50%;
}

.notice.error span {
	border:1px solid #F00;
	background:#FCC url(../../../wp-content/themes/vantage/images/icon-exclamation.png) no-repeat 12px 50%;
}

.notice.error span a {
	color:#C00;
}

input.error,
select.error {
	outline: 2px solid #FCC;
}

label.error {
	display: block;
	outline: 2px solid #FCC;
	background-color: #FCC;
	padding: 3px;
	margin-top: 6px;
}

.expired-notice {
	margin:15px 0 0 0;
	padding:8px;
	overflow:hidden;
	position:relative;
	background:#FFCCCB;
	color:#C00;
	font-size:16px;
	font-weight:bold;
}

.expired-notice .listing-edit-link {
	margin:0;
	position:absolute;
	top:6px;
	right:6px;
	color:#C00;
	text-transform:uppercase;
}

/* pagination */

.pagination {
	margin:30px 0 35px 0;
	text-align:center;
	float: right;
}

.pagination .page-numbers {
	width:28px;
	margin:0 2px;
	padding:5px 0;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	background: #EEE; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #EEEEEE); /* for firefox 3.6+ */
	text-align:center;
}

.pagination .dots {
	width:20px;
	margin:0;
	border:0;
	background:none;
	filter: progid:DXImageTransform.Microsoft.enabled(false); /* removes gradient background for IE */
	font-weight:bold;
}

.pagination .next, .pagination .prev {
	width:auto;
	padding:5px 8px;
}

/* =========== [ 7. LISTINGS ] =========== */

article.listing {
	margin:0 0px;
	padding: 25px 10px 25px 76px;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	width: 570px
}

article.post {
	margin: 25px 25px 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;

}

.rate { position: absolute; width: 82px; height: 83px; background: red; color: #FFF; float: right; margin-top: -38px; margin-left: 438px; text-align: center; font-weight: bold; background: url(../../../wp-content/themes/vantage/images/rate-bg.png) no-repeat;}

.rate .from{font-size: 10px; -moz-text-shadow: 0 1px 0 #000; -webkit-text-shadow: 0 1px 0 #000; text-shadow: 0 1px 0 #666666; padding-top: 18px;}

.rate .value {font-size: 16px; -moz-text-shadow: 0 1px 0 #000; -webkit-text-shadow: 0 1px 0 #000; text-shadow: 0 1px 0 #666666; margin-top: -8px;}

/* for single listings*/
.single .list article.listing img {
	padding:3px;
	border:1px solid #CCC;
	background-color:#FFF;
	position:absolute;
	top:26px;
	left:10px;
}
/* for listings in dashboard + home */
.list article.listing img {
	padding:3px;
	border:1px solid #CCC;
	background-color:#FFF;
	position:absolute;
	top:26px;
	left:5px;
	max-width: 100px;
}

article.post img,
article.page img {
	padding:3px;
	border:1px solid #CCC;
	background-color:#FFF;
}

article > t
 {
	margin:0 0 6px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

article.post .comment-count {
	padding: 12px 20px 0px;
	background: transparent url(../../../wp-content/themes/vantage/images/comment-count.png) no-repeat;
	float: right;
	margin-top: -35px;
	height: 33px;
	font-weight: bold;
	font-size: 14px;
}

article.post small,
article.post header small {
	color: #444;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	padding: 8px 0px;
	margin: 10px 0;
	width: 100%;
	display: block;
	font-size: 1em;
}

.single-post article.post h3#comments {
	clear: both;
	border-top: 1px solid #DDD;
	padding-top: 20px;
}

article.listing p.listing-cat,
article.listing p.listing-phone {
	margin:0 16px 0 0;
	color:#888;
	float: left;
}

article.listing p.listing-address {
	margin:0;
	clear:left;
}

article.listing .review-meta {
	width:160px;
	float: right;
	margin-right: 50px;
}

article.listing .review-meta p {
	margin: 0;
	float: right;
	color: #333;
	font-size: 11px;
	font-style: italic;
}

.stars-cont {
	float: left;
	margin-top: 140px; width: 100px;
}

article.post ul {
	margin: 10px 40px;
	list-style-type: disc;
}

article.post ol {
	margin: 10px 40px;
	list-style-type: decimal;
}

/* Featured */

article.listing.featured {
	margin:0;
	padding: 25px 36px 25px 102px;
}

article.listing.featured img {
	left:26px;
}

#main .featured-head {
	height: 20px;
	display:inline-block;
	position: absolute;
	left: 8px;
	top:-13px;
	background: transparent url(../../../wp-content/themes/vantage/images/featured-bg.png) no-repeat;
	border: 0px;
}

#main .featured-head h3 {
	margin:0;
	padding: 2px 32px 12px 18px;
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
	border: 0px;
}


/* =========== [ 8. SINGLE LISTING ] =========== */

.single-listing article.listing {
	padding: 24px 28px 70px 28px;
	margin:0;
	border: 0;
	position:relative;
}

.single-listing article.listing h1 {
	margin-bottom:15px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:28px;
	font-weight:bold;
}

.single-listing article.listing h1 a {
	color: #BB1266;
	text-decoration:none;
}

.single-listing article.listing ul {
	margin:10px 0;
}

/* single listing stars */

.single-listing article.listing .stars-cont {
	margin:1px 10px 0 0;
	float:left;
	list-style-type:none;
}

.single-listing article.listing .author {
	margin-bottom:3px;
	position:relative;
	top:-10px;
}

.single-listing article.listing .reviews {
	color:#999;
	font-style:italic;
	margin:0;
}

/* social "follow" links */

#listing-follow {
	margin: 10px 0;
}

#listing-follow p {
	width:44px;
	float: left;
	margin: 0 5px 0 0;
}

#listing-follow a {
	text-decoration: none;
}

#listing-follow a:hover {
	text-decoration: none;
}

#listing-follow .twitter-handle {
	font-weight:bold;
	font-style: italic;
}

.facebook-icon,
.twitter-icon {
	width:16px;
	height:16px;
	float: left;
	margin: 0 4px 0 0;
	text-indent:-9999px;
}

.facebook-icon {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-facebook-icon.png) no-repeat 0 0;
}

.twitter-icon {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-twitter-icon.png) no-repeat 0 0;
}

/* Custom field data */

.listing-fields {
	clear: both;
	margin: 15px 0;
	overflow: hidden;
}

.listing-fields p {
	margin:0;
}

/* Action buttons: Edit Listing */

.single-listing article.listing .listing-actions {
	clear: both;
	overflow: hidden;
	margin: 15px 0;
}

a.listing-edit-link {
	float:left;
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #666;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	margin:0 10px 0 0;
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
}

.single-listing article.listing hr {
	clear:both;
	margin:20px 0 15px 0;
}

.single-listing .tags span {
	font-weight: bold;
	font-size: 12px;
	color: #888;
}

/* Listing Images */

#listing-images {
	margin: 0 0 24px 0;
	padding:4px;
	border:1px solid #DDD;
	float: right;
	background:#FFF;
	overflow:hidden;
}

#listing-images .larger {
	padding:6px 8px;
	border-bottom:1px solid #CBCBCB;
	display:block;
	background:#EFEFEF;
}

#listing-images .larger img {
	padding:5px;
	border:1px solid #BDBCBD;
	background:#FFF;
	margin: 0px;
}

#listing-images .smaller {
	margin-top: 1px;
	padding:6px 8px;
	display:block;
	background:#EFEFEF;
}

#listing-images .smaller img {
	padding: 2px;
	border: 1px solid #BDBCBD;
	background: white;
	width: 50px;
	height: 50px;
	margin: 0px;
}

#listing-images .smaller a + a {
	margin-left: 5px;
}



/* Listing Tabs */

#listing-tabs {
	clear: both;
	margin-top:30px;
}

#listing-tabs .tabs {
	margin-top: 20px;
	border-bottom: 1px solid #CECECE;
	margin-left: -26px;
	background: #F3F3F3;
}

#listing-tabs section {
	border-top: 1px solid #CFCFCF;
	padding: 10px 0;
}

#listing-tabs #overview,
#listing-tabs #reviews,
#listing-tabs #gmap {
	border-top: none;
}

#listing-tabs #reviews {
	display: none;
}

#listing-tabs #gmap {
	display: none;
}

#listing-tabs .tabs a {
	display: block;
	float: left;
	padding: 10px 30px;
	margin-left: 3px;
	border: 1px solid #CFCFCF;
	border-bottom-width: 0;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	text-decoration: none;
	color: #696969;
	font-size: 14px;
	background: #e3e3e3;
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #e3e3e3 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#eeeeee 100%);
	background: linear-gradient(top,  #e3e3e3 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#eeeeee',GradientType=0 );

}

#listing-tabs .tabs a:hover {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e3e3e3));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
	background: linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e3e3e3',GradientType=0 );

}

#listing-tabs .tabs a.active-tab {
	background: none;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

#listing-tabs .tabs a.first {
	margin-left: 26px;
}

#listing-tabs .tabs a#add-your-review-button {
	float: right;
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #666;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 8px 8px 13px;
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
}

#listing-tabs .tabs a#add-your-review-button div {
	width: 15px;
	height: 15px;
	background: transparent url(../../../wp-content/themes/vantage/images/add-review-plus.png) no-repeat 0 0;
	display: inline-block;
	position: relative;
	top: 4px;
	left: -4px;
}

/* =========== [ 9. REVIEWS ] =========== */

#reviews {

}

#reviews .review {
	margin-top: 25px;
}

#reviews .review .review-meta {
	width: auto;
	float: none;
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #EEEEEE;
}

#reviews .review .review-meta .review-author {

}

#reviews .review .review-meta .review-author img.avatar {
	padding: 1px;
	margin-right: 12px;
	border: 1px solid #BDBCBD;
	float: left;
}

#reviews .review .review-meta .review-author .review-author-meta {
	float: left;
	margin:2px 0;
	font-size:11px;
}

#reviews .review .review-meta .review-author .review-author-meta li {
	line-height:15px;
}

#reviews .review .review-meta .review-author .review-author-reply {
	position: relative;
	margin:5px 2px;
	float: right;
}

#reviews .review .review-meta .review-author .review-author-reply a.reply-link {
	float:left;
	font-size: 11px;
	font-weight:normal;
	font-style:italic;
	text-decoration: none;
	color: #666;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	margin:0 10px 0 0;
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */
	cursor: pointer;
}

#reply-review-form {
	display: none;
	background: #fefefe;
	margin: 10px 0;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#reviews .review .review-content {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 25px;
}

#reviews .review .review-content .stars-cont {
	float: left;
}

#reviews .review .review-content p {
	margin: 10px 0 0 0;
	color: #383838;
	font-size: 12px;
}

#reviews .review .review-content .review-date {
	float: left;
	margin: 0 0 0 5px;
	color: #BDBCBD;
	font-size: 12px;
	font-style: italic;
}

#reviews .review-reply {
	color: #797979;
	margin: 10px 0 0 25px;
	background: transparent url(../../../wp-content/themes/vantage/images/review-reply-arrow.png) no-repeat 0 0;
}

#reviews .review .review-content .review-reply p {
	margin: 0 0 0 45px;
	padding: 0;
	font-size: 12px;
	color: #797979;
}

#reviews .review .review-content .review-reply p.review-reply-author {
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 25px;
}

#add-review-form {

}

#add-review-form table,
#reply-review-form table {
	margin: 15px 0 40px 30px;
}

#add-review-form table tr {

}

#add-review-form table td,
#reply-review-form table td {
	color: #8A8A8A;
	font-style: italic;
	vertical-align: middle;
}

#add-review-form table td.first_col,
#reply-review-form table td.first_col {
	width: 150px;
}

#add-review-form table td.submit,
#reply-review-form table td.submit {
	padding-top:10px;
}

#add-review-form table td.second_col,
#reply-review-form table td.second_col {
	width: 300px;
}

#add-review-form table td label,
#reply-review-form table td label {
	color: #8A8A8A;
	font-style: italic;
}

#add-review-form textarea,
#reply-review-form textarea {
	width: 450px;
	height: 100px;
	margin: 6px 0 0;
	background: #F4F4F4; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #F4F4F4); /* for firefox 3.6+ */

	border: 1px solid #C2C1C2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #5E5E5E;
	font-size: 13px;
	overflow: hidden;
}

#add-review-form .submit div,
#reply-review-form .submit div {
	width:164px;
	height:49px;
	background: transparent url(../../../wp-content/themes/vantage/images/submit-review-button.png) no-repeat 0 0;
	display: inline-block;
	position: relative;
	color: #ffffff;
	text-shadow: 0 1px 0 #9b4600;
}

#add-review-form .submit div input,
#reply-review-form .submit div input {
	position: relative;
	top: 16px;
	left: 41px;
	color: #ffffff;
	text-shadow: 0 1px 0 #9b4600;
	font-size: 15px;

}

input[type=submit].review-manage-link,
a.review-manage-link {
	float:left;
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #666;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	margin:0 5px;
	background: #EFEFEF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EEE); /* for firefox 3.6+ */

	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	cursor:pointer;
}
input[type=submit].review-manage-link:hover,
a.review-manage-link:hover {
	background: #FEFEFE; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#FFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #EEE,  #FFF); /* for firefox 3.6+ */
}

/* =========== [ 10. SINGLE PAGE ] =========== */

.page article.page {
	padding: 24px 28px 70px 28px;
	margin:0;
	border: 0;
	position:relative;
}

.page article.page h1 {
	margin-bottom:15px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;

}

.page article.page h1 a {
	color: #BB1266;
	text-decoration:none;
}

.page article.page ul, .page article.page ol {
	margin:10px 40px;
}

.page article.page ul li {
	list-style-type:disc;
}

.page article.page ol li {
	list-style-type: decimal;
}

.page article.page img {
	padding:3px;
	border:1px solid #CCC;
	background-color:#FFF;
}

.page-template-create-listing-php.not-logged-in #content #main p {
	padding: 20px;
	width: 795px;
	margin-top: 0;
}

/* =========== [ 11. SINGLE BLOG POST ] =========== */

.single-post article.post {
	padding: 24px 28px 70px 28px;
	margin:0;
	border: 0;
	position:relative;
}

.single-post article.post h1 {
	margin-bottom:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
}

.single-post article.post h1 a {
	color:#333;
	text-decoration:none;
}

.single-post article.post ul {
	margin:10px 40px;
}

.single-post article.post ul li {
	list-style-type:disc;
}

.single-post article.post ol {
	margin:10px 40px;
}

.single-post article.post ol li{
	list-style-type: decimal;
}

.single-post article.post ol.commentlist {
	margin: 20px 0;
}

.single-post article.post ol.commentlist li {
	list-style-type: none;
	padding: 10px;
	clear: both;
	overflow: hidden;
}

.single-post article.post ol.commentlist li.odd {
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentlist .comment-author {
	float: left;
	margin-right: 20px;
}

.commentlist .comment-author .says {
	display: none;
}

.commentlist .comment-body {
	overflow: hidden;
}

.commentlist .comment-author img,
.commentlist .comment-author cite {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.commentlist .comment-body .comment-meta {
	float: right;
}

.commentlist .comment-body .comment-meta a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}

.commentlist .comment-body p {
	clear: both;
	margin: 0 0 10px 60px;
	float: left;
}

.commentlist .comment-body .reply {
	clear: both;
	float: right;
}

#respond h3 {
	border-top: 1px solid #DDD;
	padding-top: 20px;
}

#cancel-comment-reply {
	display: none;
}

#commentform {
	width: 462px;
}

#commentform input {
	clear: both;
	float: right;
}

#commentform label {
	float: left;
	width: 52%;
	padding: 10px 0;
}

#commentform label small {
	border: none;
	padding: 0;
	margin: 0;
	width: inherit;
	display: inline;
}

/* =========== [ 12. FORMS ] =========== */

form {
	position:relative;
}

fieldset {
	position:relative;
}

legend {
	position:relative;
}

input[type=text],
input[type=password] {
	height: 18px;
	margin: 6px 0;
	padding: 5px;
	background: #F4F4F4; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #F4F4F4); /* for firefox 3.6+ */
	border: 1px solid #C2C1C2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #5E5E5E;
	font-size: 13px;
}

textarea {
	width: 450px;
	height: 100px;
	margin: 6px 0 0;
	padding: 5px;
	background: #F4F4F4; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #F4F4F4); /* for firefox 3.6+ */
	border: 1px solid #C2C1C2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #5E5E5E;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

:focus {
	outline: none;
}

label {
	font-style:normal;
	font-size:14px;
}

label span.description {
	color:#999;
}

#pass-strength-result {
	width:200px;
	margin:5px 0;
	padding:2px 0;
	border:1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#EEE;
	text-align:center;
}

.short {
	background:#F66 !important;
}

.bad {
	background:#FCC !important;
}

.good {
	background:#FF9 !important;
}

.strong {
	background:#CFC !important;
}

input[type=submit] {
	padding:8px 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	cursor:pointer;
}

/* Create listing form */

#create-listing {
	margin:0 26px;
	padding:0;
}

#create-listing fieldset {
	margin:0 0 30px 0;
}

#create-listing .featured-head {
	height: 20px;
	display:inline-block;
	position: relative;
	left: -40px;
	top:0;
	-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;
	text-transform: capitalize;
}

#create-listing .featured-head h3 {
	margin:0;
	padding: 2px 15px 12px 60px;
	font-size: 14px;
	font-weight:bold;
	line-height:16px;

}

#create-listing .form-field {
	margin: 20px 0 20px 0px;
	width: 75%;
	position:relative;
}

#listing-map {
	height: 198px;
	margin-left:0px;
	border: 1px solid #C2C1C2
}

#listing-find-on-map {
	margin:5px 0 10px 0;
}

#create-listing input[type="text"] {
width: 200px; color: #5e5e5e; height: 20px; border: 1px solid #333; 	/*background: transparent;*/	-moz-border-radius: 0px; border-radius: 0px;
	margin-top: 6px;
}

#create-listing textarea {
	display: block;
	clear: left;
	width: 100%;
	font-style: normal;
}

#create-listing textarea {
	height: 250px;
	width: 300px olor: #5e5e5e; height: 20px; border: 1px solid #333; 	/*background: transparent;*/	-moz-border-radius: 0px; border-radius: 0px;
	margin-top: 6px;
}

#create-listing .phone label input[type="text"] {
	width: 300px; color: #5e5e5e; height: 20px; border: 1px solid #333; 	/*background: transparent;*/	-moz-border-radius: 0px; border-radius: 0px;
	margin-top: 6px;}


#create-listing .listing-urls label span {
	position:absolute;
	top: 30px;
	left: 10px;
	color:#999;
	font-size:12px;
	font-style:normal;
}

#create-listing .listing-urls label input[type="text"] {
	width: 300px
}

#create-listing .web label input[type="text"] {
	width: 300px
	padding-left:40px;
}

#create-listing .twitter label input[type="text"] {
	width: 300px
	padding-left:21px;
}

#create-listing .facebook label input[type="text"] {
	width: 300px
	padding-left:88px;
}

#create-listing .uploaded {
	cursor: move;
}

#create-listing .images li {
	overflow: hidden;
}

#create-listing .images li + li {
	margin-top: 10px;
}

#create-listing .images a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#create-listing .images img {
	width: 100px;
	height: 100px;
}

#create-listing .image-delete {
	margin-top: 5px;
	color: #f00;
}

#create-listing .image-alt input {
	display: inline;
	width: 300px;
}

/* checkout and redirect messages */

.order-summary {
	padding:0 28px 70px 48px;
}

.order-summary table tr td {
	padding:0 25px 5px 0;
	font-size:14px;
}

.order-summary p {
	margin: 20px 0 10px 0;
	font-size:18px;
}

.order-summary form label {
	margin:0 0 10px 0;
	display:block;
}

.order-summary form select {
	margin: 6px 0;
	padding: 5px;
	background: #F4F4F4; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #F4F4F4); /* for firefox 3.6+ */
	border: 1px solid #C2C1C2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #5E5E5E;
	font-size: 13px;
}

.order-summary form input[type=submit] {
	margin:0;
}

.redirect-text {
	width:100%;
	margin:40px 0;
	padding: 10px 10px 10px 30px;
	display:block;
	background: transparent url(../../../wp-content/themes/vantage/images/icon-tick.png) no-repeat left center;
	font-size:18px;
	font-weight: bold;
}

/* Edit profile */


#login-form {
	margin:0 26px;
	padding:0;
}

#login-form fieldset {
	margin:0 0 30px 0;
}

#login-form .form-field {
	margin: 20px 0 20px 20px;
	width: 75%;
	position:relative;
}

#login-form input[type="text"],
#login-form input[type="password"],
#login-form textarea {
	display: block;
	clear: left;
	width: 100%;
}

#login-form input[type="password"] {
	width:200px;
	display: block;
	clear: left;
}

#login-form textarea {
	height: 250px;
}

/* =========== [ 13. SIDEBAR ] =========== */

#sidebar {
	width:260px;
	margin:70px -305px 22px 22px;
	float:left;
	position:relative;
	background: #FFF;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#sidebar aside {
	margin:0 0 15px 0;
	position:relative;
	clear:left;
	width: 240px;
}

#sidebar p {
	margin: 10px 5px 0 5px;
	line-height:18px;
}

#sidebar ul {
	overflow:hidden;
}

#sidebar li {
	margin:0 5px;
	padding: 7px 5px 7px 12px;
	border-bottom: 1px solid #DFDFDF;

}

#sidebar .section-head {
	width:293px;
	height: 35px;
	margin: 10px 0;
	position: relative;
	display: inline-block;

}

#sidebar .section-head h3 {
	width:244px;
	margin:0;
	padding: 7px 25px 17px 0px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	color: #808F07;
	font-weight: bold;
}


/* Add listing button */

#sidebar .widget_create_listing_button {
	width:258px;
	height:46px;
	margin:10px 0;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar .widget_create_listing_button a {
	padding:12px 0 12px 50px;
	border:0;
	display:block;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

/* Sidebar Map Listing */

#sidebar #listing-map {
	border: 1px solid #bdbcbd;
}

/* Vantage widget categories */

.widget_listing_categories {
	width: 280px;
}

.widget_listing_categories li {
	width: 92px;
	margin-right: 0px;
	float: left;
	list-style: none;
	font-size: 9px;
	padding: 0px;
}

.widget_listing_categories ul{
	float: left;
	list-style-type: none;

}

.widget_listing_categories li {
	padding: 0px;
	border-bottom: 1px solid #DFDFDF;
	background: transparent url(../../../wp-content/themes/vantage/images/widget-dot.png) no-repeat 0 center;
	list-style: none;
}

/* Vantage widget recent reviews */

#sidebar li.recent-review {
	margin:10px 5px 20px 5px;
	padding:0;
	border: none;
	background: none;
}

.widget_recent_reviews li.recent-review .review-author {
	float: left;
}

.widget_recent_reviews li.recent-review .review-author img {
	padding: 1px;
	border: 1px solid #BDBCBD;
}

.widget_recent_reviews li.recent-review .review-content {
	margin:0 0 0 60px;
}

.widget_recent_reviews li.recent-review h4.listing-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

span.reviewer-date {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0;
	display:block;
}

.textwidget {
	margin:10px;
}

/* Vantage Widget Connect */

#sidebar .widget_connect .connect {
	list-style: none;
	margin-top: 10px;
}

#sidebar .widget_connect .connect li {
	border-bottom: none;
	float: left;
	background: none;
	padding: 0;
	margin: 0 0 15px 32px;
}

#sidebar .widget_connect .connect li a:hover img,
#sidebar .widget_connect .connect li a:active img {
	border: none;
}

/* Vantage Sidebar Ad */
#sidebar .widget_sidebar_ad {
	margin: 20px 0;
}

#sidebar .widget_sidebar_ad img {
	padding: 10px 10px 0;
}
/* =========== [ 14. 404 Page ] =========== */

.error404 article {
	margin: 26px;
	padding: 0;
	position: relative;
}

/* Refine search */

#refine-search form div {
	margin:5px 0 25px 0;
}

#refine-search form div label div {
	margin:0;
}

#refine-search h4 {
	font-size:14px;
	font-weight: bold;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #DDD;
}

#refine-order label {
	display: block;
	clear right;
}

.range-input {
	position: relative;
	height: 25px;
}

.range-rail {
	background: url(../../../wp-content/themes/vantage/images/rail-x.png) repeat-x 0 -2px;
	height: 10px;
}

.range-selection {
	position: absolute;
	background: #aaa;
	height: 3px;
	top: 5px;
	border-top: 1px solid #999;
}

.range-handle {
	display: block;
	position: absolute;
	top: 0px;
	background: url(../../../wp-content/themes/vantage/images/thumb.png) no-repeat 0 -14px;
	width:16px;
	height: 26px;
	border-radius: 10px;
	cursor: e-resize;
}

#refine-distance .radius-info-box {
	padding: 3px;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#F3F3F3;
	text-align:center;
	width: 230px;
}

#refine-search #refine-categories {
	margin-bottom:10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCC;
}

#sidebar #refine-categories ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#sidebar #refine-categories ul li {
	margin:0;
	padding:0;
	border:0;
	background:none;
}

/* =========== [ 15. DASHBOARD ] =========== */

article.listing.post-status {
	margin-bottom: 20px;
}

#main .featured-head.post-status-pending-head {
	left: -40px;
}


#main .featured-head.post-status-publish-head {
	left: -40px;
}

.dashboard-expiration-meta {
	position: absolute;
	right: 0px;
	top: -26px;
	text-align: right;
}
.dashboard-review {
	padding: 10px 0px;
	margin: 10px 35px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
}

.dashboard-review .review-listing {
	width: 400px;
	float: left;
	clear: left;
}

.dashboard-review .review-listing h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.dashboard-review .review-listing p.listing-cat,
.dashboard-review .review-listing p.listing-phone {
	float: left;
	margin-right: 16px;
	color: #888;
}

.dashboard-review .review-listing p.listing-address {
	float: left;
	clear: both;
	margin-right: 16px;
	color: #383838;
}

.dashboard-review .review-listing .review-meta {
	width: 400px;
	float: left;
	clear: both;
	margin: 15px 0;
}

.dashboard-review .review-listing .review-meta .stars-cont {
	margin-right: 10px;
	float: left;
}

.dashboard-review .review-listing .review-meta p.reviews {
	margin: 0;
	float: left;

}

.dashboard-review .review-manage {
	width: 130px;
	float: right;
	clear: right;
}

.dashboard-review .review-content {
	width: 100%;
	float: left;
	clear: both;
}

#main .featured-head.post-status-expired-head {
	/* !TODO  -  define colors for expired! */
	border: 1px solid #666;
	left: -40px;
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#999999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#999999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CCCCCC,  #999999); /* for firefox 3.6+ */
}


#main .featured-head.post-status-expired-head h3 {
	color: #FFF;
	-moz-text-shadow: 0 1px 0 #666666;
	-webkit-text-shadow: 0 1px 0 #666666;
	text-shadow: 0 1px 0 #666666;
}

.dashboard-none {
	margin-left: 26px;
}

/* Dashboard Sidebar */

#dashboard-side-nav li {
	width: 100px;
	padding: 5px 0 5px 10px;
	border: none;
	float: left;
	text-indent: 14px;
}

#dashboard-side-nav li.edit-profile {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-edit-profile-icon.png) no-repeat 0 5px;
}

#dashboard-side-nav li.view-listings {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-listings-icon.png) no-repeat 0 5px;
}

#dashboard-side-nav li.reviews {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-reviews-icon.png) no-repeat 0 5px;
}

#dashboard-side-nav li.add-listings {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-add-listings-icon.png) no-repeat 0 5px;
}

#dashboard-side-nav div.avatar {
	width: 45px;
	height: 45px;
	border: 1px solid #C1C1C1;
	background:#FFF;
	float: left;
	padding: 2px;
}

#dashboard-side-nav .user_meta {
	float: left;
	margin: 0 5px;
}

#dashboard-side-nav .user_meta p {
	font-size: 12px;
}

#dashboard-side-nav .user_meta p b {
	font-weight: bold;
}

#dashboard-side-nav .user_meta p.smaller {
	font-size: 10px;
}

#dashboard-side-nav .links {
	float: left;
	margin: 10px 5px;
}

#dashboard-side-nav .separator {
	height: 1px;
	border-bottom: 1px solid #C6C6C6;
	width: 100%;
	clear: both;
}

#dashboard-acct-info .links li {
	height: 13px;
	background: none;
	margin: 0 10px;
	padding: 5px 0;
	border: 0;
	text-indent: 25px;
}

#dashboard-acct-info .links li.email {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-email-icon.png) no-repeat 0 7px;
}

#dashboard-acct-info .links li.twitter {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-twitter-icon.png) no-repeat 0 7px;
}

#dashboard-acct-info .links li.facebook {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-facebook-icon.png) no-repeat 0 7px;
}

#dashboard-acct-info .links li.website {
	background: transparent url(../../../wp-content/themes/vantage/images/tiny-website-icon.png) no-repeat 0 7px;
}


#dashboard-acct-stats .stats {
	width: 110px;
	margin:0 10px;
	float: left;
}

#dashboard-acct-stats .stats li {
	width: 120px;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

/* =========== [ 16. CATEGORIES LIST PAGE ] =========== */

.categories-list {
	border: 0 none;
	margin: 0;
	padding: 0px 28px 45px;
	position: relative;
	width: 600px;
}

.categories-list .catcol {
	border-left: medium none;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 20px 0 15px;
	vertical-align: top;
	width: 260px;
}

.categories-list .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;
}

.categories-list .catcol li {
	border-left: medium none;
	border-right: medium none;
	float: left;
	height: auto;
	position: relative;

	top: 0;
}

.categories-list .catcol ul.maincat-list li {
	background: url(../../../wp-content/themes/vantage/images/gray-grad.png) repeat-x scroll left top transparent;
	-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;
	margin: 10px 0 0;
	width: 100%;

}

.categories-list .catcol ul li.maincat a {
	border-right: medium none;
	color: #545454;
	display: inline-block;
	float: none;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 5px 3px 5px 7px;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}

.current_page_item {background: #cd106f;}


.categories-list .catcol ul li.maincat a:hover {
	text-decoration: underline;
}

.categories-list .catcol ul.subcat-list {
	margin-left: 15px;
	margin-top: 2px;
}

.categories-list .catcol ul.subcat-list li {
	background: none repeat scroll 0 0 transparent;
	margin: 0;
}

.categories-list .catcol ul li. a {
	background: none repeat scroll 0 0 transparent;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	text-transform: none;
	width: auto;
}

.categories-list .catcol ul li. a:hover {
	text-decoration: underline;
}



/* =========== [ 17. FOOTER ] =========== */

#footer {
	min-height: 245px;
	overflow:hidden;
	color:#757575;
	line-height:21px;
	background: #FFF;
}

#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li {
	padding:0 0 0 24px;
	background:url(../../../wp-content/themes/vantage/images/bullet4.gif) no-repeat 0 5px;
}

#footer .widget {
	width:20%;
	margin:25px 2.5%;
	float:left;
}

#footer .section-head {
	margin:0;
	padding:0 0 15px 0;
	background:url(../../../wp-content/themes/vantage/images/bg-footer-heading.gif) no-repeat bottom center;
}

#footer .section-head h3 {
	margin:0;
	padding:0 0 12px 0;
	border-bottom:1px solid #2A2A2A;
	color:#FFF;
	font-size:24px;
	font-weight:normal;
}

#post-footer {
	margin:0;
	padding:25px 0;
	background: #E5E5E5 url(../../../wp-content/themes/vantage/images/post-footer-bg.png) no-repeat center 1px;
	text-align:center;
	color:#666;
}

#post-footer a {
	color:#666;
}

#post-footer .menu {
	margin:0 auto 15px;
}

#post-footer .menu li {
	display:inline-block;
	margin:0 15px;
}

#post-footer .menu li ul,
#post-footer .menu li div {
	display: none;
}

#theme-info {
	margin:15px 0 20px;
	color:#999;
	font-size:11px;
}

#theme-info a {
	color:#999;
}

#footer .connect li {
	margin-bottom:20px;
	float:left;
	background:none;
}

/* =========== [ 17. ADMIN BAR ] =========== */

#wpadminbar * {
	color: #2F2F2F;
}

#wpadminbar {
	position:absolute;
	top:0;
	left:0;
	border-bottom: 1px solid #888;
	visibility: hidden;
	height: 0px;

}

#wpadminbar,
#wpadminbar .ab-top-secondary {
	color: #2F2F2F;
	background-color:#B8B8B8;
	background-image:none;
	text-shadow:none;
}

#wpadminbar .quicklinks .ab-top-menu > li > a,
#wpadminbar .quicklinks .ab-top-menu > li > a span {
	text-shadow:none;
}

#wpadminbar .quicklinks > ul > li.opposite > a,
#wpadminbar .quicklinks .ab-top-secondary > li > a,
#wpadminbar .quicklinks .ab-top-secondary > li > .ab-empty-item {
	border-left: none;
}

#wpadminbar .quicklinks > ul > li.opposite {
	border-left: 1px solid #D5D5D5;
}

#wpadminbar .quicklinks .ab-top-secondary > li {
	border-left: 1px solid #9F9F9F;
}

#wpadminbar .quicklinks > ul > li > a {
	border-right: none;
}

#wpadminbar .quicklinks > ul > li {
	border-right: 1px solid #9F9F9F;
}

/*  TODO: */
#wpadminbar .ab-top-menu>li>a:hover,
#wpadminbar .ab-top-menu>li>a:hover span,
#wpadminbar .ab-top-menu>li>a:focus,
#wpadminbar .ab-top-menu>li>a:focus span {
	color:#fafafa;
}

/*  TODO: */
#wpadminbar .ab-top-menu>li:hover,
#wpadminbar .ab-top-menu>li>a:focus {
	background:#3a3a3a;
	background-image:linear-gradient(bottom, #3a3a3a, #222);
}

/* New Login Form */
#wp-admin-bar-bar-login {

}

#wpadminbar .quicklinks #wp-admin-bar-bar-login ul {
	margin: 0;
	border-right-width: 0px;
}

#wpadminbar .quicklinks #wp-admin-bar-bar-login-form a {
	display: none;
	visibility: hidden;
}

#wpadminbar .quicklinks .menupop #wp-admin-bar-bar-login-form:hover,
#wpadminbar .quicklinks .menupop #wp-admin-bar-bar-login-form.hover{
	background: none;
}

#wp-admin-bar-bar-login-form div#bar-login-form-cont {
	margin: 0 15px 10px 15px;
}

#wp-admin-bar-bar-login-form label {
	text-shadow: none;
	color: #777;
	font-size: 14px;
}

#wp-admin-bar-bar-login-form .forgetmenot {
	float: left;
	margin: 5px 0 0 1px;
}

#wp-admin-bar-bar-login-form label.rememberme {
	font-size: 12px;
	margin-left: 5px;
}

#wp-admin-bar-bar-login-form input[type="text"],
#wp-admin-bar-bar-login-form input[type="password"] {
	font-size: 17px;
	outline: none;
	color: #555;
	margin-bottom: 10px;
	padding: 3px;
	background: inherit;
	border: 1px solid #C2C1C2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: none;
}

#wp-admin-bar-bar-login-form input[type="text"]:focus,
#wp-admin-bar-bar-login-form input[type="password"]:focus {
	border: 1px solid #888;
}

#wp-admin-bar-bar-login-form .submit {
	float: right;
	margin: 5px 0px 0 0;
}

#wp-admin-bar-bar-login-form #wp-submit {
	position: relative;
	cursor: pointer;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	background: #21759B;
	background: -moz-linear-gradient(bottom, #1D6385, #298CBA);
	background: -webkit-gradient(linear, left bottom, left top, from(#1D6385), to(#298CBA));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#298CBA', endColorstr='#1D6385');

	padding: 3px 10px;
	font: bold 12px sans-serif !important;
	color: #FFF !important;
	/* text-shadow: 0px 1px 0px #ddd !important; */
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	border: 1px solid #298CBA;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#wp-admin-bar-bar-login-form #wp-submit:active {
	background: #21759B;
	background: -moz-linear-gradient(bottom, #298CBA, #1D6385);
	background: -webkit-gradient(linear, left bottom, left top, from(#298CBA), to(#1D6385));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D6385', endColorstr='#298CBA');

/*
	-moz-box-shadow: inset 2px 2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 0 rgba(0,0,0,0.2);
*/
}

#wp-admin-bar-bar-login-form #wp-submit:hover {
	color: #EEE !important;
}

#wpadminbar .quicklinks #wp-admin-bar-bar-login #wp-admin-bar-lostpassword a {
	padding-left: 15px;
}


/* Login form */

#wpadminbar .ab-top-menu>li#wp-admin-bar-login {
	border:0;
}


#wpadminbar .ab-top-menu>li#wp-admin-bar-login>.ab-item {
	border:0;
	padding-right:0;
}

#wpadminbar .ab-top-menu>li:hover#wp-admin-bar-login>.ab-item {
	background-color:#B8B8B8;
	background-image:none;
	cursor:default;
}

#adminloginform p {
	display: inline;
	margin-right:10px;
}

#adminloginform p label {
	color:#666;
	text-shadow:none;
}

#adminloginform p label:hover {
	cursor:default;
}

#adminloginform .login-username input,
#adminloginform .login-password input {
	width:120px;
	font: 13px sans-serif;
	height: 12px;
	border:0;
	padding:4px;
	color: #333;
	text-shadow:none;
	background:#CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#adminloginform .login-username input:focus,
#adminloginform .login-password input:focus {
	background:#EEE;
}

#adminloginform #wp-submit {
	position: relative;
	cursor: pointer;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	background: #aaa;
	background: -moz-linear-gradient(bottom, #B3B3B3, #DDD);
	background: -webkit-gradient(linear, left bottom, left top, from(#B3B3B3), to(#DDD));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDDD', endColorstr='#B3B3B3');
	padding: 1px 10px;
	font: bold 12px sans-serif !important;
	color: #666 !important;
	text-shadow: 0px 1px 0px #ddd !important;
	border: 1px solid #888;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#adminloginform #wp-submit:active {
	background: #B8B8B8;
	background: -moz-linear-gradient(bottom, #CCC, #EEE);
	background: -webkit-gradient(linear, left bottom, left top, from(#CCC), to(#EEE));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#CCCCCC');
	-moz-box-shadow: inset 2px 2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 0 rgba(0,0,0,0.2);
}

#adminloginform #wp-submit:hover {
	color: #000 !important;
}

#wp-admin-bar-register a {
	font-weight: bold;
}

/* Lost Password */

#wpadminbar .ab-top-menu>li#wp-admin-bar-lostpassword {
	border:0;
}

#wpadminbar .ab-top-menu>li#wp-admin-bar-lostpassword>.ab-item {
	color:#666;
	padding-left:0;
	padding-right:0;
	text-shadow:none;
}

#wpadminbar .ab-top-menu>li:hover#wp-admin-bar-lostpassword>.ab-item {
	background-color:#B8B8B8;
	background-image:none;
	color:#333;
}

		.tooltip {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}



		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}

		.tooltip span h1 {
			font-size: 12px;
			font-family: Arial, Verdana, Geneva, sans-serif;
			margin: 0px;
			padding: 0px;
			color: #000;
			font-weight: bold;
			text-transform: uppercase;
			margin-top: 4px
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family:Arial, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 300px;
			font-size: 10px; margin:36px 272px;
			color: #000; font-weight: none;
			padding-bottom: 50px;
			text-decoration: none;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}

		.tooltip .flag { float:left; width: 0px; margin: 10px 0 0 56px ; }

		.tooltip:hover em {
			font-family: Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: url(../../../wp-content/themes/vantage/images/welcome-note.png) no-repeat bottom right #FFFFAA; border: 1px solid #FFAD33; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }


/*