/*  simple reset */
body, div, h1, h2, h3, p {
	margin:0;
	padding:0;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: inherit;
}
p > a {
	font-weight: normal;
}

/* page layout */
body {
	background: #cae1ed url('images/background_base.jpg') no-repeat top center;
	height: 1608px;
	text-align:center;
	font-family:"Times New Roman",Georgia,Serif;
}

.middle-hill {
	position: absolute;
	top: 553px;
	width: 100%;
	min-width: 1024px;
	height: 1055px;
	background: transparent url('images/background_middle_hill.png') no-repeat top center;
}

.near-hill {
	position: absolute;
	top: 840px;
	width: 100%;
	min-width: 1024px;
	height: 768px;
	background: transparent url('images/background_near_hill.png') no-repeat top center;
}

#cards {
	display: block;
	width: 730px;
	height: 505px;
	margin: 0px auto;
	background:transparent url(images/cards.png) no-repeat 0 0;
}

input {
	padding: 4px 7px 7px 7px;
}
	input.clean {
		color: #aaa;
	}
	input.text {
		border: solid 1px #bbb;
	}

.canvas {
	background-color:#D7E4EF;;
	border: solid 5px #585;
	width: 800px;
	min-height: 800px;
	max-height: 1200;
	padding: 50px 80px;
	overflow: auto;
	margin: -700px auto 50px auto;	
	opacity: 0.9;
	text-align: left;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
	.canvas h2 {
		font-family:"Times New Roman",Georgia,Serif;
		font-size: 3.0em;
		text-align: left;
		margin-bottom: 20px;		
	}
	.canvas h3 {
		font-size: 1.6em;		
		text-align: left;
		font-weight: normal;
		margin: 0 0 30px;		
	}
	.canvas h4 {
		font-size: 1.3em;
		text-align: left;
		font-weight: bold;
		margin: 20px 0;
	}
	.canvas p {
		font-size: 1.3em;
		line-height: 125%;
		margin: 20px 0;
	}

.page-content,
.hidden {
	display: none;
}

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.extra-margin {
	margin: 30px;
}
.form-row {
	text-align: right;
}
	.form-row * {
		vertical-align: middle;
	}
	.form-row input {
		padding: 8px 3px;
		margin: 3px 10px;
		font-size: 1.2em;
	}
	.form-row a {
		margin: 3px 10px;
		font-size: 1.2em;
	}
	.form-row input.wide {
		width: 350px;
	}
	.form-row table {
		display: inline-block;
		padding: 0px 3px 8px;
		margin: 3px 10px;
		min-width: 250px;
		background-color: #fff;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	#colorpicker {
		display: inline-block;
	}

p.feedback{
	color:red;
	min-height: 1.7em;
	display: block;
}

.status-flash {
	position: absolute;
	color: #000;
	width: 70%;
	left: 15%;
	z-index: 999;
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
	.status-flash.info{
		background-color: #ffcc00;
	}		
	.status-flash.error{
		background-color: #ff6666;
	}
	.login-status-flash{
		
	}

ul.horizontal-list {
	display: block;
	text-align: center;
}

.button {
	background-color: #f4f4f4;
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 1.0em;
	font-weight:bold;
	text-decoration: none;
	border: 3px solid #bed2de;
	padding: 4px 15px;
	cursor: pointer;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
}

.appdownload-container {	/* deal with embedding of download swf - which happens after page load - by setting up min width + height so lightbox sizing doesn't suffer */ 
	display: block;
	text-align: center;
	min-height: 180px;
	min-width: 215px;
}

.userpickermatches {
	display: none;
	position: absolute;
	z-index: 999;
	min-width: 100px;
	max-height: 150px;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #006;
}

#header {
	margin: 0;
	padding: 0;
	height: 200px;
	white-space: nowrap;
}

#pagebody {
	margin: 0;
	padding: 0;
	height: 1350px;
	overflox: auto;
}

#footer {
	position: relative;
	padding: 0;
	height: 58px;
	overflox: auto;
	z-index: 999;
}

#vine {
	background: transparent url('images/vine_straight.png') no-repeat;
	position: relative;
	display: inline-block;
	width: 109px;
	height: 1608px;
	overflow: visible;
	z-index: 500;
	top: 0;
	left: 0px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#logo {
	background: transparent url('images/logo_lozenge.png') no-repeat;
	display:inline-block;
	vertical-align: top;
	width: 455px;
	height: 170px;
	margin: 0;
	position: relative;
	left: -64px;
	z-index: 500;
}

.top-banner {
	display:inline-block;
	vertical-align: top;
	height: 195px;
	width: 292px;	
	text-align: left;
	white-space: normal;
}
	.top-banner-left{	
		margin: 0;
		position: relative;
		z-index: 600;
		background: transparent url('images/top_banner_l.png') no-repeat;		
	}
	.top-banner-right {
		position: relative;
		left: -110px;
		top: -200px;
		z-index: 500;
		background: transparent url('images/top_banner_r.png') no-repeat;
	}
	.top-banner-title {
		margin: 23px 5px 0px 26px;
		font-size: 1.3em;
		font-weight: normal;
	}
		.top-banner-left .top-banner-title {
			margin-left: 56px;
		} 
	.top-banner-right li {
		list-style-type: none;
		display: block;
		margin: 7px 5px 7px -12px;
	}
	.top-banner .whatsnew {
		font-family: Arial, sans-serif;
		font-size: 0.8em;
		overflow: auto;
		height: 110px;
		width: 210px;
		margin-left: 56px;
		padding: 0;
		list-style-type: none;
	}
		.top-banner .whatsnew li {
			margin: 4px 3px;
			padding: 4px 0;
			border-bottom: solid 1px #bbb;			
		}
		.top-banner .whatsnew p {
			margin: 4px;
			text-align: right;
		}
	.top-banner a {
		text-decoration: underline;
		font-weight: normal;
	}	
	.top-banner a.option {
		text-decoration: none;
	}
	.top-banner a.bold {
		font-weight: bold;
	}
	.top-banner li img {
		width: 28px;
		height: 28px;
		margin: 0 10px 0 5px;
		border: none;
		vertical-align: middle;
	}

#headline {
	display: block;
	margin: 0 auto;
}

h2 {
	display: block;
	font-size: 1.8em;
}

#downloadbutton {
	display: block;
	margin: 12px auto 10px auto;
	width: 201px;
	height: 59px;
	background:transparent url(images/download_button.png) no-repeat 0 0;
}

#launchinbrowser{
	margin-top: -10px;	
}
	#launchinbrowser, #launchinbrowser a{
		color: #ddd;
	}

#reasonsCaption {
	margin: 22px auto;
}

#reasons {
	display: block;
	margin: -120px auto 0 auto;
	width: 1024px;
	z-index: 100;
}
	#reasons li {
		display: inline-block;
		width: 300px;
		height: 348px;
		background:transparent url(images/reason_box.png) no-repeat 0 0;
		padding: 15px;
		margin: 0;
		vertical-align: middle;
		text-align: left;
	}
		#reasons h3 {
			font-size: 1.7em;
			color: #585;
			margin: 10px 0 15px 0;
		}
		
		#reasons p {
			font-family: Arial, sans-serif;
			font-size: 0.9em;
			padding: 0;
			width: 270px; 
			line-height: 150%;
		}
		#reasons .button {
			display: inline-block;
			position: absolute;
			top: 175px;
		}
		#nowtalking {
			background:transparent url(images/now_talking.png) no-repeat 0 0;
			margin-top: 10px;
			width: 265px;
			height: 110px;
		}
		#spacevine {
			background:transparent url(images/spaces_pic.png) no-repeat 0 0;
			margin-top: 10px;
			width: 265px;
			height: 110px;
		}
		
a.play, a.stop {
	display: block;
	width:47px;
	height:45px;
	padding:0;
}
	a.play {
		background: transparent url(images/play.png);
	}
	a.stop {
		background: transparent url(images/stop.png);
	}
	a.play.smallbtn, a.stop.smallbtn {
		display: inline-block;
		width:21px;
		height:20px;
		vertical-align: middle;
	}
		a.play.smallbtn {
			background: transparent url(images/play_small.png);
		}
		a.stop.smallbtn {
			background: transparent url(images/stop_small.png);
		}

#recently {
	width: 260px;
	font-size: 90%;
	margin: 6px 0;
	padding: 5px 5px 12px 0px;
	border-bottom: 1px solid #ccc;
}
	#recently h4 {
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 0.9em;
		margin: 4px 0 12px;
	}
.post {
}
	.post a {
		margin-right: 4px;
		float: left;
		vertical-align: middle;
	}
	.post p {
		vertical-align: middle;
	}
	.post #vinename {
		font-weight: bold;
	}
	.post #poster {
		color: #585;
		font-weight: bold;
	}
	
#like {
	display: block;
	width: 1024px;
	background-color: #000;
	opacity: 0.75;
	display: inline-block;
	margin: 0px auto 20px auto;
	padding: 0;
	text-align: center;
	color: #e8c8a4;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
	#like li {
		display:inline-block;
		padding: 5px 5px;
		vertical-align: top;
		width: 310px;
	}
	#like p {
		margin: 5px;		
	}
	#like .source {
		font-style: italic;
	}
	#like a {
		color: #9cf;
		font-weight: bold;
	}
	
#roots {
	min-width: 1024px;
}
	#roots li {
		display:inline-block;
		margin: 0px 10px 20px 10px;
		padding: 10px 5px;
		width: 280px;
		text-align: left;
		vertical-align: top;
	}
		#roots li#rootstext {
			width: 61px; 
			margin-left: 0;
			padding-left: 0;
		}
		#roots li#moregv {
			width: 220px;
		}
		#roots h3 {
			color: #c9c4c0;
			font-weight: bold;
			font-size: 1.3em;
			margin-bottom: 8px;
		}
		#roots p, #roots li, #roots a {
			color: #e8c8a4;
		}
		#roots p {
			font-family: Arial, sans-serif;
			font-size: 0.9em;
			line-height: 150%;
			padding: 10px 0 0 0;
		}
		#roots a {			
			font-size: 0.9em;
			text-decoration: none;
		}
		#roots #more li {
			padding: 3px 0;
			margin: 0 0 0 -30px;
		}

#menu {
	display: block;
	font-size:0.9em;
	margin:0 auto;
	padding: 10px;
}
		#menu  p, #menu a {
			padding:10px 0;
			display: inline;
			color: #bc9467;
			text-decoration: none;
		}

.leaf {
	display: block;
	background: transparent url('images/leaf.png') no-repeat;
	float: right;
	width: 59px;
	height: 47px;
	text-decoration: none;
	border-width: 0px;
}

.lightbox {
	margin: 6px;
	padding: 10px;
	background-color:#D7E4EF;
	width: 750px;
	font-family: Arial, sans-serif;
	text-align: left;
	-moz-border-radius: 16px;
	-webkit-border-radius:16px;
}		
	.lightbox h2 {
		font-family:"Times New Roman",Georgia,Serif;
		font-size: 3.0em;
		text-align: left;
		margin-bottom: 40px;
	}
	.lightbox h3 {
		font-size: 1.3em;
		text-align: left;
		font-weight: normal;
		margin: -30px 0 30px 0;
	}
	.lightbox h4 {
		font-size: 1.0em;		
		text-align: left;
		font-weight: bold;
		margin: 20px 0;
	}
	.lightbox p {
		margin: 10px;
	}
	.lightbox label {
		display: inline-block;
	}
	.lightbox hr {
		width: 50%;
		margin: 25px auto;
	}

.lightbox-showcase-row {
	width: 100%;
	overflow: hidden; 
	margin: 25px 0;
}
	.lightbox-showcase-row p {
		display: inline-block;
		vertical-align: middle;
		width: 400px;
		margin: 0 20px;
		text-align: left;
	}
	.lightbox-showcase-row div {
		display: inline-block;
		vertical-align: middle;
		width: 280px;
		text-align: center;
	}
	.lightbox-showcase-row img {
		display: inline-block;
	}

.loginform {
	display: inline-block;	
}

#downloadbox {
}
	#downloadbox ul {
		margin-bottom: 20px;
	}
	#downloadbox li {
		margin-left: 12px;
		padding-left: 10px;
	}
	#downloadbox #alt-download {
		text-align: center;
		font-size: 85%;
	}
	
#lineupTable {
	text-align: center;
	margin: 20px 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius:12px;
}
	#lineupTable th, #lineupTable td {
		padding: 5px;
		min-width: 42px;
		text-align: center;
		margin: inherit auto;
		vertical-align: middle;
	}
	#lineupTable td {
		background-color: #fff;
	}
	#lineupTable tr > td:first-child {
		text-align: right;
		padding-right: 20px;
		background-color: inherit;
	}
	#lineupTable img {
		display: inline-block;
		width: 32px;
		height: 32px;
		margin: inherit auto 10px auto;
	}
	#lineupTable a {
		display: inline-block;
		width: 26px;
		height: 26px;
		text-indent: -999px;
		overflow: hidden;
	}
	#lineupTable .yes {
		background:transparent url(images/green_check.png) no-repeat 0 -4px;
	}
	
#threewaystocontact {
	margin: 20px 0;
	padding: 0;
}
	#threewaystocontact li {
		display: inline-block;
		background-color: #567;
		width: 195px;
		height: 300px;
		padding: 20px 10px;
		margin: 0 5px;
		vertical-align: middle;
		text-align: left;
		overflow: hidden;
		color: #fff;
		-moz-border-radius: 16px;
		-webkit-border-radius:16px;
	}
	#threewaystocontact p, #threewaystocontact a {
		font-size: 0.9em;
		color: #fff;
	}
	#threewaystocontact img {
		display: block;
		width: 100px;
		height: 70px;
		margin: inherit auto;
	}
