/* Designing Our Future - http://www.dof-webdesign.com 		*/
/* Email: info@dof-webdesign.com 							*/

@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);
@import url(http://fonts.googleapis.com/css?family=News+Cycle);

html 
{
	display: block;
	width: 100%;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	background: #FFF;
	
	background: #e1e1e1;

	background: url(img/page.bg5.png) top repeat-x;
	background-attachment: fixed;
	background-size: contain;
}
body 
{
	display: block;
	width: 100%;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
		
	font-family: "Pontano Sans";
	font-size: 15px;
}


/* The TOP Header, from left to right */

#header-top 
{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	
	height: 40px;
	
	padding: 0px;
	margin: 0px;
	
	background: url(img/header.top.png) top repeat-x;
}

#header-top-social 
{
	position: absolute;
	top: 4px;
	right: 10px;
}

#header-top-logo 
{
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 2px;
	width: 900px;
	
	margin-left: -450px;
}
#header-top-logo1 
{
	position: absolute;
	width: 104px;
	height: 64px;
	
	left: -5px; 
	top: 0px;
	
	background: url(img/header.logo1.png) no-repeat;
}
#header-top-logo2 
{
	position: absolute;
	width: 219px;
	height: 37px;
	
	left: 80px;
	top: 0px; 
	
	background: url(img/header.logo2.png) no-repeat;
}

.g-recaptcha > div {
margin-left: 143px;

}

#header-top-interact
{
	position: absolute;
	top: 16px;
	right: 90px;
	
	
}
#header-top-facebook 
{
	top: -3px;
	right: 0px;
}
#header-top-plusone 
{
	position: relative;
	top: 2px;
}


/* The MENU Header */

#header-menu 
{
	position: relative;
	height: 26px;
	z-index: 1;
	width: 100% -70px;
	overflow: hidden;
	
	padding: 0px;
	margin: 0px;
	padding-left: 70px;
	
	background: url(img/header.menu.png) center center repeat-x;
	
	text-align: center;
}
#header-menu a 
{
	position: relative;
	display: inline-block;
	z-index: 10;
	top: -2px;
	width: 90px;
	height: 30px;
	
	padding-top: 6px;
	
	text-decoration: none;
	color: #FFF;
}
#header-menu a:hover 
{
	background: url(img/header.menu.hover.png) center center repeat-x;;
	
	color: #000;
}

#header-menu-search
{
	position: relative;
	display: inline-block;
	top: -2px;
}
#header-menu-search input 
{
	position: relative;
	width: 170px;
	height: 16px;
	top: -2px;
	
	margin-left: 10px;
	padding: 0px 4px;
	
	background: #FFF url(img/icon.search.png) right no-repeat;
	border-radius: 5px;
	border: none;
	
	font-size: 11px;
}



#main 
{
	position: absolute;
	left: 50%;
	width: 900px;
	min-height: 100%;
	
	margin-top: 70px;
	margin-left: -450px;
}

#main-content 
{
	position: absolute;
	display: block;
	top: 0px;
	width: 670px;
	height: inherit;
	
	padding-bottom: 20px;
}

#main-list 
{
	position: relative;
	display: block;
	top: 10px;
}

/* VIRTUAL AIRLINE LIST */
/* Z-INDEX 20-29 */

.vacentral{
	font-weight: bold; 
	font-size: 370%;
	color: #FF9900;
	background-image: url("https://va-list.com/files/logovacentral.png");
	background-repeat:no-repeat;
	text-align:center;
	font-family:arial;
	
}


.listitem 
{
	position: relative;
	width: 100%;
	min-height: 95px;
	margin-bottom: 25px;
}
.listimage img
{
	width: 400px;
	height: 80px;

	box-shadow: 0px 0px 5px #000;
	border: 1px solid #000;
}
.listnobanner 
{
	position: relative;
	top: 0px;
	width: 392px;
	height: 70px;
	
	padding: 10px 4px;
	
	background: #DDD;
	box-shadow: 0px 0px 5px #000;
	border: 1px solid #000;
	
	line-height: 10px;
}
.listposition 
{
	display: none;
	position: absolute;
	top: -4px;
	left: -4px;
	width: 20px; 
	height: 18px;
	
	background: #FFF;
	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.listbox 
{
	position: absolute;
	right: 135px;
	top: 5px;
	width: 135px;

	font-size: 13px;
	text-align: right;
}
.listinfo
{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 120px;
	
	font-size: 13px;
}
.listflag 
{
	position: absolute;
	z-index: 29;
	top: -12px;
	left: -19px;
} .listflag img 
{
	width: 40px;
	height: 40px;
}
.listslogan
{
	position: absolute;
	z-index: 21;
	top: 82px;
	width: 394px;
	
	padding: 2px 4px;
	
	background: #000;
	box-shadow: 0px 0px 5px #000;
	border-bottom-left-radius: 10px;
	
	font-size: 13px;
	text-align: center;
	color: #FFF;
}
.listvote 
{
	position: absolute;
	right: 20%;
	bottom: -11px;
	border: 1px solid #000;
	border-radius: 5px;
	margin-bottom: 22px;
}
.listvote a 
{

	display: block;
	
	padding: 2px 5px 1px 5px;

	background: #999;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
	
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
.listvote a:hover 
{
	background: #000;
}

.listvoteno 
{
	position: absolute;
	right: 20%;
	bottom: -19px;
	border: 1px solid #000;
	border-radius: 5px;
	margin-bottom: 22px;
	width: 18%
}

.listvoteno a 
{
	display: block;
	
	padding: 2px 5px 1px 5px;

	background: #999;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
	
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
.listvoteno a:hover 
{
	background: #000;
	cursor:not-allowed;
}


.listpremiumtext 
{
	font-size: 11px;
	font-weight: bold;
	text-shadow: #000 1px 1px 1px;
	color: #dcda0e; 
}
.listpremiumstar 
{
	position: absolute;
	z-index: 22;
	top: 20px; 
	left: -45px;	
}
.listsims 
{
	font-size: 10px;	
}
.listonline 
{
	font-size: 11px;
}
#listnav 
{
	position: fixed;
	display: block;
	z-index: 110;
	top: 75px;
	left: -8px;
}
.listnav 
{
	
}
#listnav a 
{
	position: relative;
	display: block;
	display: none !important;
	width: 50px;
	
	padding: 2px 9px;
	margin-bottom: 4px;
	
	background: #000;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
/*	filter: alpha(opacity=50);*/
	opacity: 0.5;
/*	-moz-opacity: 0.5;*/
	
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	color: #FFF;
}
#listnav a:hover 
{
/*	filter: alpha(opacity=100);*/
	opacity: 1;
/*	-moz-opacity: 1;*/
}
.listread a
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.listmedal 
{
	position: absolute;
	z-index: 25;
	top: -3px;
	left: 15px;
}




#infopane 
{
	position: relative;
	display: block; 
	
	width: 670px;
}

#infoinfo 
{
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

#inforeturn 
{
	font-size: 11px;
} #inforeturn a 
{
	text-decoration: none;
	color: #666;
} #inforeturn a:hover 
{
	text-decoration: underline;
	color: #000;
}

#infopremiumstar 
{
	position: absolute;
	top: 70px;
	left: -40px;
} #infopremiumstar img 
{
	width: 72px;
	height: 72px;
}
#infobanner 
{
	min-height: 60px;
}

#infobanner img
{
	width: 670px;
	border: 1px solid #000;
}
#infoflag 
{
	position: absolute; 
	z-index: 5;
	top: 13px;
	left: -15px;
} #infoflag img 
{
	width: 32px;
	height: 32px;	
}

#premiuminfo
{
	position: relative;
	font-size: 11px;
	text-align: center;
}

#infodesc 
{
	position: relative;
	float: left;
	width: 480px;
	
	text-align: justify;
}
#infovac, #infosocial 
{
	display: block;
	padding: 0px;
	margin: 10px 0px;
}
#infosoftware 
{
	width: inherit;
	margin-bottom: 20px;
}
#infosoftware td
{
	display: table-cell;
	width: 33%;
	
	font-size: 12px;
	vertical-align: text-top;
}
.infovote 
{
	position: relative;
	
}	
.infovote a 
{
	display: block;
	
	margin-top: 5px;
	padding: 2px 2px 1px 2px;

	background: #999;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
	
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.infovote a:hover 
{
	background: #000;
}


.infovoteno 
{
	position: relative;
	
}	
.infovoteno a 
{
	display: block;
	
	margin-top: 5px;
	padding: 2px 2px 1px 2px;

	background: #999;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
	
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.infovoteno a:hover 
{
	cursor:not-allowed;
	background: #000;
}



#profileform 
{
	width: 670px;
}
#profilelinks 
{
	width: inherit;
	margin-bottom: 10px;
	
	text-align: center;
}
#profilelinks a
{
	position: relative;
	display: inline-block;
	width: 150px;
	/*padding: 2px 5px;*/
	
	background: #000;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
	
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
#profilelinks a:hover 
{
	background: #FFF;
	color: #000;
}
#profileform fieldset, legend, #profileset
{
	border: none;	
}
#profileset label 
{
	position: relative;
	display: inline-block;
	width: 20%;
	
	padding-right: 10px;

	font-weight: bold;
	text-align: right;
	vertical-align: text-top;
}
#profileset input, select, textarea 
{
	position: relative;
	display: inline-block;
	width: 70%;
	max-width: 70%;

	padding: 4px 5px;
	margin-bottom: 4px;

	border-radius: 5px;
	border: none;
}
#profileset select, option
{
	width: 72.9%;
}
#profiletext textarea 
{
	margin-bottom: 10px;
}
#profilebanner 
{
	position: relative;
	left: 10px;
	width: 70%;
}
#profileset .tipbox
{
	width: 10px;
	height: 10px;
}
#profilegallery  
{
	position: relative;
	display: inline-block;
	width: 70%;
} #profilegallery td 
{
	width: 50%;
} #profilegallery img 
{
	width: 100%;
}




#newsinfo 
{
	width: 670px;
	max-width: 670px;
}
#profileset textarea
{
	min-height: 150px;
}



#search
{
	position: relative;
	width: 670px;
	max-width: 670px;
}
#search input 
{
	position: relative;
	width: 540px;
	height: 25px; 
	
	padding: 2px 10px;
	margin-bottom: 10px;
}
#searchquick 
{
	position: absolute;
	width: 120px;
	right: 0px;
	
	text-align: center;
}
#searchquick a 
{
	position: relative;
	z-index: 88;
	display: inline-block;
	width: 98%;
	
	margin: 1px 0px;

	background: #000;
	opacity: 0.5;
	border-radius: 5px;
	
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
#searchquick a:hover 
{
	opacity: 1;	
}
#searchtable 
{
	position: relative;
	width: 620px;
	left: 0px;
	
	border: none;
}
#searchtable input 
{
	width: 10px; 
	height: 10px;
	
	margin: 1px;
}
#searchtable td 
{
	margin: 0px;
	padding: 0px;
}

#leftsearch 
{
	float: left;
	width: 360px;
}
.searchresult 
{
	position: relative;
	display: block;
	width: 350px;
	
	margin-bottom: 30px;
}
.searchflag 
{
	position: absolute; 
	z-index: 2;
	top: -1px;
	left: -12px;
}.searchflag img
{
	width: 26px;
	height: 26px;
}
.searchbanner 
{
	position: relative;
	z-index: 1;
	width: 350px;
	height: 60px;
	
	background: #AAA;
}
.searchbanner img 
{
	width: 350px;
	height: 60px;
	
	border: 1px solid #000;	
}
.searchinfo 
{
	position: absolute;
	top: 60px;
	width: 342px;
	
	padding: 2px 5px 1px 5px;
	
	font-size: 11px;
	background: #000;
	color: #FFF;
}

#rightsearch 
{
	float: right;
	width: 300px;
	
	text-align: right;
}
.searchnews
{
	position: relative;
	width: 290px;
	right: 0px;
	
	padding: 2px 4px;
	margin-bottom: 5px;
	
	background: url(img/page.bg.jpg) top repeat-x;
	border-radius: 5px;
	border: 1px solid #000;
}
.searchnews a, .searchnewsinfo a 
{
	text-decoration: none;
	color: #000;
}
.searchnewsinfo 
{
	font-size: 10px;
	text-decoration: none;
	color: #000;
}
.searchnewstitle 
{
	font-weight: bold;
}




.newsline 
{
	position: relative;
	display: block;
	width: inherit;
	min-height: 60px;
	
	padding: 12px 15px 5px 5px;
	margin-bottom: 15px;
	
	box-shadow: 0px 0px 5px #000;
	border-bottom: 10px solid #000;
}
.news-date
{
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 90px;
	padding: 3px;
	
	background: #000;
	
	font-size: 12px;
	text-align: center;
	color: #FFF;
	line-height: 13px;
}
.news-title 
{
	position: relative;
	margin-left: 110px;
	font-weight: bold;
}
.news-content 
{
	position: relative;
	margin-left: 110px;
	padding-bottom: 5px;

	font-size: 12px;
	text-align: justify;
}
.news-image
{
	position: relative;
	z-index: 30;
	margin: 20px 0 0 10px;
	float: right;
	width: auto;
	height: inherit;
}
.news-image img 
{
	position: relative;
	border: 1px solid #666;
	right: 0px;
	border: none;
}
.news-profile
{
	position: absolute;
	z-index: 31;
	right: -1px;
	bottom: -8px;
}
.news-profile a 
{
	padding: 0px 4px 0px 7px;

	background: #000;
	border-top-left-radius: 5px;

	font-size: 10px;
	text-decoration: none;
	color: #FFF;	
}
.news-share 
{
	position: absolute;
	z-index: 32;
	right: -17px;
	top: 2px;
}




#votebox 
{
	position: relative;
	width: 670px;
	max-width: 670px;
}
#votebox img 
{
/*	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;*/
	box-shadow: 0px 0px 10px #000;
	border: 1px solid #000;
}


/* RIGHT SIDE BAR */
#barkeeper 
{
	position: relative;
	float: right;
	
	top: 15px; 
	
	width: 210px;
}

#main-bar 
{
	position: relative;
	float: right;
	right: 0px;
	height: auto;
	width: 210px;
	background: #000;

/*	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;*/
	box-shadow: 0px 0px 10px #000;
}

#main-bar-box, #main-bar-box a 
{
	width: 100%;
	padding: 8px 8px 6px 8px;
	
	font-size: 12px;
	color: #AAA;
	line-height: 12px;
}
#main-bar-box b 
{
	display: block;
	
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
}
#main-bar-box a 
{
	font-size: 10px;
	text-decoration: none;
}
#main-bar-box a:hover 
{
	text-decoration: underline;
	color: #FFF;
}
#main-bar-box table 
{
	position: relative;
	left: 5px; 
	
	padding: 0px;
	margin: 0px;
	border: 0px;

	font-size: 10px;
}
#main-bar-table 
{
	border: 0px;
}
#main-bar-table td
{
	padding: 0px;
}
.main-bar-table-left 
{
	text-align: right;
}

#copy 
{
	width: 93%;
	
	font-size: 9px;
	text-align: center;
}

#main-bar-logos 
{
	margin: 5px 0 0 0;
}


#twitterlogo 
{
	position: absolute;
}
#twitterfeed 
{
	position: relative;
	display: block;
	left: 2px;
	width: 206px;
}

#donate 
{
	position: relative;
	display: block;
	left: 2px;
	width: 196px;
	
	padding: 5px 5px 10px 5px;
	margin-top: 10px;
	
	background: url(img/page.bg.jpg);
	
	text-align: center;
	color: #000;
}


/* THE BAR UNDER THE BLACK BAR */
#sidebar
{
	position: relative;
	float: right;
	right: 0px;
	height: auto;
	width: 210px;
	
	margin-top: 20px;
	
	text-align: center;
}
#sidebar a:hover 
{
	opacity: 1;
}


#sideline-list 
{
	position: relative;
	width: inherit;
	margin: 4px 0 10px 0;
	
	font-size: 11px;
}

.sideline-paypal 
{
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	
	font-size: 11px;
}

.googlead 
{
	position: relative;
	width: 620px;
	height: 60px;
	
	margin-bottom: 25px;
			
	text-align: center;
}

.sidea a 
{
	position: relative;
	display: inline-block;
	width: 27.9%;
	max-width: 49%;
	
	padding: 2px 4px;
	margin-bottom: 2px;
	
	background: #000;
	border-radius: 5px;
	opacity: 0.5;
	
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.sidea a:hover
{
	background-color: #DDD;
	
	color: #333;
}
.sideb a
{
	position: relative;
	display: inline-block;
	width: 27.9%;
	max-width: 49%;
	
	padding: 2px 4px;
	margin-bottom: 2px;
	
	background: #FFF;
	border-radius: 5px;
	opacity: 0.5;
	
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #000;
}

.listnav a
{
	position: relative;
	display: inline-block;
	width: 40px;
	
	padding: 1px 2px;
	margin-bottom: 2px;
	
	background: #000;
	border-radius: 3px;
	opacity: 0.5;
	
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.listnav a:hover
{
	background-color: #DDD;
	
	color: #333;
}
.listnavon a
{
	position: relative;
	display: inline-block;
	width: 40px;
	
	padding: 1px 2px;
	margin-bottom: 2px;
	
	background: #FFF;
	border-radius: 3px;
	opacity: 0.5;
	
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#shopzone 
{
	
}

#shopzone a 
{
	position: relative;
	display: inline-block;
	
	padding: 2px 12px;
	margin: 2px 4px 5px 4px;
	
	background: #CCC;
	border-bottom-left-radius: 10px;
	
	text-decoration: none;
	color: #000;	
}

#shopzone a:hover
{
	background: #555;

	color: #FFF;
}

#shopsection 
{
	width: 100%;
	
	text-align: right;
}


#message 
{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	top: -35px;
	
	font-weight: bold;
	text-align: center;
}

#report 
{
	position: relative;
	width: 100%;
	
	font-size: 10px;
}

#donwrap 
{
	position: relative;
	
	width: 80%;
	height: 10px;
	
	margin: 2px 0 5px 10%;
	
	background: #DDD;
	border: 1px solid #000;
	box-shadow: 0px 0px 6px #000;
}
#youtubevideo
{
	position: relative;
	display: block;
	
	margin: 5px 0;
}
#keeper 
{
	position: fixed;
	width: 100%;
	z-index: 999;	
	
	border-bottom: 1px solid #000;
	box-shadow: 0px 5px 40px #000;
}

#survey 
{
	position: absolute;
	right: -30px;	
}
#survey img
{
	border: none;	
}

#tube 
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.sidead 
{
	position: relative;
	display: block;
	
	margin: 6px 0;
}
.sidead img 
{
	position: relative;
	left: -4px;
	
	width: 210px;
	
	padding: 3px;
		
	background: #666;
	border: 1px solid #000;
	box-shadow: 0px 0px 10px #000;
}

#recommendations 
{
	position: relative;
	display: block;
	
	width: 100%;
}