/* ---------------------------------------- rest browser styles */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------------------- body & wrap */

body {
	background:#49535F url(/images/welcome/_backgrounds/bg-body.png) top center no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 62.5%;
}

#wrap {
	width:852px;
	margin:20px auto;
}

/* ---------------------------------------- positioning classes */

.textcol {
	width:312px;
	float:left;
	margin:0 20px 20px 0;
}

.widecol { /*used for youtube vids, so ensure that you're importing them at 480px */
	width:480px;
	float:left;
	margin-bottom:20px;
}

hr {
	width:100%;
	float:left;
	border:none;
	height:1px;
	color:#FFF;
	background:#FFF;
}

/* ---------------------------------------- generic styles */

h1, h3, h4 {
	font-family:Helvetica, Arial, sans-serif
}

h1 {
	font-size:2.2em;
	color:#FFF;
	line-height:110%;
	margin-bottom:0.5em;
}

h2, p {
	font-size:1.4em;
	color:#000000;
	line-height:140%;
	margin-bottom:1em;
}

p strong { font-weight:bold; }

h3 {
	font-size:2.0em;
	color:#333333;
	width:100%;
	float:left;
	margin-bottom:19px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
}

h4 {
	font-size:2.0em;
	color:#333333;
	margin-bottom:8px;
	padding-left:30px;
	height:22px; padding-top:3px;
}


/* ---------------------------------------- navigation */

#logo {
	width:296px;
	float:left;
	margin-bottom:10px;
}

#navigation {
	width:100%;
	float:left;
	margin-bottom:4px;
}

	#navigation span { display:none; }
	
	#navigation ul li { float:left; }
	
	#navigation ul li a { 
		display:block;
		height:39px;
	}
	
	
	/*specific nav styles */
	
	#navigation li#nav-home a {
		background:url(/images/welcome/_navigation/nav-home.png) top left no-repeat;
		width:171px;
	}
	#navigation li#nav-home a:hover,
	#homepage #navigation li#nav-home a { background-position:bottom; }
	
	#navigation li#nav-blog a {
		background:url(/images/welcome/_navigation/nav-blog.png) top left no-repeat;
		width:170px;
	}
	#navigation li#nav-blog a:hover,
	#blog #navigation li#nav-blog a { background-position:bottom; }
	
	#navigation li#nav-support a {
		background:url(/images/welcome/_navigation/nav-support.png) top left no-repeat;
		width:170px;
	}
	#navigation li#nav-support a:hover,
	#support #navigation li#nav-support a { background-position:bottom; }
	
	#navigation li#nav-about a {
		background:url(/images/welcome/_navigation/nav-about.png) top left no-repeat;
		width:170px;
	}
	#navigation li#nav-about a:hover,
	#about #navigation li#nav-about a { background-position:bottom; }
	
	#navigation li#nav-contact a {
		background:url(/images/welcome/_navigation/nav-contact.png) top left no-repeat;
		width:171px;
	}
	#navigation li#nav-contact a:hover,
	#contact #navigation li#nav-contact a { background-position:bottom; }

/* ---------------------------------------- banner */

#banner {
	width:812px; height:212px;
	padding:20px;
	background:url(/images/welcome/_backgrounds/bg-banner.png) top left no-repeat;
	float:left;
}

/* ---------------------------------------- download */

#download {
	width:380px;
	float:left;
	margin:0 0 0 60px;
}

	#download-title {
		margin-bottom:0;
		font-size:4.0em;
		color:#FFF;
		font-family:Helvetica, Arial, sans-serif
	}
	
	#download img { margin-bottom:10px; }
	
	#download-info {
		font-size:1.1em;
		color:#FFF;
	}

/* ---------------------------------------- content */

#content {
	width:812px;
	padding:20px;
	background:#FFF url(/images/welcome/_backgrounds/bg-content.png) bottom left no-repeat;
	float:left;
	margin-bottom:10px;
}

/* ---------------------------------------- footer */

#footer {
	width:812px;
	padding:20px;
	float:left;
	margin-bottom:40px;
	text-align: center;
	color: #aaaaaa;
}
#footer a {
	color: #aaaaaa;
}

/* ---------------------------------------- feature bgs */

h4#feature-1 { background:url(/images/welcome/_backgrounds/bg-feature-1.png) center left no-repeat; }
h4#feature-2 { background:url(/images/welcome/_backgrounds/bg-feature-2.png) center left no-repeat; }
h4#feature-3 { background:url(/images/welcome/_backgrounds/bg-feature-3.png) center left no-repeat; }
h4#feature-4 { background:url(/images/welcome/_backgrounds/bg-feature-4.png) center left no-repeat; }