/* Style Sheet for Main TourVista Pages */

/* COLORS... 
	site bg:			e9ecf0
	
	
	
	
	very light blue:	e5ecf9 (site bg)
	lighter blue:		e1e6ec (form bg)
	turqouise:	 		007bc1
	dark blue:			053c8c
	orange:				fc7e12
	light orange: 		fdb141
*/

/* reset all margins & paddings!
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
*/

body {
	background-color: #e9ecf0;
	background-image:url(/images/home/bg-tile.png);
	background-position:center; 
	background-repeat:repeat-y;
	color: #232323;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin:0;
	padding:0;
}

form {
	display: inline;
}

h1 {
	line-height:24px;
	margin:10px 0;
	padding:0;
}

h2 {
	line-height:24px;
	margin:10px 0;
	padding:0;
}

h3 {
	line-height:24px;
	margin:5px 0;
	padding:0;
}


/* Links Style */
a { text-decoration: underline; color: #053c8c; }
a:hover	{ text-decoration: none; background-color:#ffffcc; color: #053c8c; }

a.home-buttons { text-decoration: none; color: #fff; }
a.home-buttons:hover	{ text-decoration: underline; background:none; color: #fff; }

a.home-buttons-on { text-decoration: none; color:#333; }
a.home-buttons-on:hover	{ text-decoration: underline; background:none; color:#333; }

a.home-img { text-decoration: none; }
a.home-img:hover	{ text-decoration: none; background:none; }

.blue-dark {
	color:#053c8c;
}

.cancel-link {
	margin:0 10px;
}

/* exact same bg tile as header-nav */
#content {
	background-image:url(/images/home/bg-content-tile.png);
	background-position:top left;
	background-repeat:repeat-y;
	margin:0 auto;
	padding:5px 15px 15px 15px;
	width:965px;
}

.field-label { }
.field-label-missing {
	color:#fc7e12;
	font-weight:bold;
}

#footer {
	margin:0 auto;
}

#header {
	background-image:url(/images/home/bg-header.png);
	background-position:top center;
	background-repeat:no-repeat; 
	margin:0;
}
	
	.header-button {
		background-image:url(/images/home/btn-company-245px.png);
		background-position:top center;
		background-repeat:no-repeat; 
		color:#fff;
		float:left;
		font-size:16px;
		font-weight:normal;
		padding-top:9px;
		text-align:center;
		height:36px;
		width:245px; /*196px; for 5 buttons */
	}
	
	#header-button-bg {
		background-image:url(/images/home/bg-top.png);
		background-position:top left;
		background-repeat:no-repeat; 
	}

	#header-button-container {
		height:12px;
		margin:0 7px;
		padding-top:8px;
	}
	
	.header-button-on {
		/*background-image:url(/images/home/btn-company-245px.png); /* btn-on-company-245px.png */
		/*background-position:top center;
		background-repeat:no-repeat; */
		float:left;
		font-size:16px;
		font-weight:normal;
		padding-top:9px;
		text-align:center;
		height:36px;
		width:245px; /*196px; for 5 buttons */
	}
	
	#header-content {
		margin:0 auto;
		width:995px;
	}
	
	#header-links {
		float:right;
		margin:25px 20px 0 0;
	}
		
	#header-logo {
		float:left;
		margin:16px 0 5px 30px;
	}
	
	#header-message {
		background-image:url(/images/home/bg-header-message.png);
		background-position:top left;
		background-repeat:no-repeat;
		float:left;
		height:170px;
		padding:25px 20px 15px 20px;
		width:458px;
	}
	
	/* exact same bg tile as content */
	#header-nav {
		background-image:url(/images/home/bg-content-tile.png);
		background-position:top left;
		background-repeat:repeat-y;
		height:56px; /* was 36px before new signed-in nav */
	}

	#header-no-nav {
		background-image:url(/images/home/bg-top.png);
		background-position:top left;
		background-repeat:no-repeat; 
		height:12px;
	}
	
	#header-splash {
		float:left;
		height:210px;
		margin:0;
		width:497px;
	}

	.header-splash-button {
		background-image:url(/images/home/btn-245px.png);
		background-position:top center;
		background-repeat:no-repeat; 
		color:#fff;
		float:left;
		font-size:16px;
		font-weight:normal;
		padding-top:9px;
		text-align:center;
		height:36px;
		width:245px; /*196px; for 5 buttons */
	}

	#header-splash-button-container {
		margin:0 7px;
	}

	.header-splash-button-on {
		background-image:url(/images/home/btn-on-245px.png);
		background-position:top center;
		background-repeat:no-repeat; 
		float:left;
		font-size:16px;
		font-weight:normal;
		padding-top:9px;
		text-align:center;
		height:36px;
		width:245px; /*196px; for 5 buttons */
	}
	
	/* exact same bg tile as content */
	#header-splash-nav {
		background-image:url(/images/home/bg-content-tile.png);
		background-position:top left;
		background-repeat:repeat-y;
		height:36px;
	}

.img {
	border:1px solid #ccc;
}

.medium_text {
	font-size: 11px;
}

.orange {
	color:#fc7e12;
}

.removeIP {
	background:yellow;
	border:1px dotted red;
	font-size:1.2em;
	padding:5px;
}

.small-text {
	font-size:10px;
}

.small-text-gray {
	color:#aaa;
	font-size:10px;
}

.subtitle {
	margin:0 0 15px 0;
}

.td-free {
	background:#fff;
	border:1px solid #ccc;
	font-size:12px;
	text-align:center;
}

.td-label {
	background:#fff;
	border:1px solid #ccc;
}

.td-missing {
	background:#fdb141;
	border:1px solid #ccc;
}

.td-premium {
	background:#e9ecf0;
	border:1px solid #ccc;
	text-align:center;
}



/* /blog: */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 650px;
	}

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 725px;
	width: 230px;
}


.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding:4px 0 0 0;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px;
	font-size:0.9em;
	font-style:italic;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
