/* Main Stylesheet for Beem
Author: Sean Crowe, Jon McElroy
Date: 4/13/2010
Updated: 5/19/2010
Company: Crossborders LLC

*/

/* ------- Reset -------------------------- */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
	font-size: 62.5%;
	font-family: Helvetica, arial, sans-serif;
	color:rgb(70,70,70);
	border-top: 3px solid rgb(36,151,138);
	background: rgb(244,244,244);	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

hr {
	background-color: rgb(230,230,230);
	border: none;
	height: 4px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	display: block;
	clear: both;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------ Standard Tags --------------------------------- */

h1 {
	font-size:3.6em;
	font-weight: bold;
	color:rgb(70,70,70);
	margin:20px;
}

h2 {
	font-size:3.6em;
	font-weight: bold;
	color:rgb(70,70,70);
	margin:0 0 25px;
}

h3 {
	font-size: 2.0em;
	font-weight: normal;
	color:rgb(120,195,66);
	margin:0;
}

h4 {
	font-size: 1.7em;
	font-weight: normal;
	color:rgb(70,70,70);
	margin:0 0 10px;
}

h5 {
	font-size:1.1em;
	color:#FFF;
	margin:0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	font-size: 1.1em;
}

a:link, a:visited {
	text-decoration: none;
	color: rgb(153,153,153);
	padding-bottom: 1px;
}

a:hover {
	border-bottom: 1px solid;
	padding-bottom: 0px;
}

/* ----- Main Layout + Sticky Footer -------------------- */
html, body, #wrapper { height: 100%; }

body > #wrapper {height: auto; min-height: 100%;}

#inner-wrapper { 
	padding-bottom: 200px; /* must be same height as the footer */
	overflow: auto;
} 

#fWrapper {
    position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
} 

#wrapper {
	width:960px;
	overflow: auto;
	margin:0 auto;
	position: relative;
}

#content {
	padding:0 0 40px 0;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	background: #FFF;
	overflow: auto;
	position: relative;
	border: 1px solid rgb(204,204,204);
	margin-bottom: 15px;
}

#subnav {
	width: 250px;
	margin: 0 20px;
	float: left;
}

/* ------ CLEAR FIX // Sticky Footer ------------------- */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ------- Header ------------------------------------------ */
#header {
	position: relative;
	top:0;
	left: 0;
	height: 91px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	background: rgb(106,203,192);
	margin-bottom: 15px;
}

#header h1 {
	text-indent:-9999px;
	height:91px;
	width:203px;
	background: url(../images/beem-logo.png) 0 0 no-repeat transparent;
	float: left;
	margin:0;
}

#header h1:hover {
	background-position: 0 -91px;
	cursor: pointer;
}

/* ---- Main Nav // Header --------------- */
ul.navigation {
	position:absolute;
	bottom:10px;
	right:10px; 
	padding: 6px 15px 10px 15px;
	background: #FFF;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	overflow: auto;
}

.navigation li {
	position: relative;
	float: left;
	display: inline-block;
	margin-top: 5px;
	margin-right:40px;		
}

.navigation li a:link, .navigation li a:visited {
	color:rgb(150,150,150);
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}

.navigation li a:hover, .navigation li a.selected {
	color:rgb(36,151,138);
	border: none;
}

.navigation li.search {
	margin:0;
}

/* ---- Utility Nav // Header ------------- */
ul.utility {
	position: absolute;
	top: 10px;
	right:20px;
	background: transparent;
}

.utility li {
	font-size: 1.1em;
	margin-left: 25px;
	float: left;
	position: relative;
	display: inline-block;
}

.utility li a:link, .utility li a:visited {
	color:#FFF;
	font-size: 1.2em;
}

.utility li a:hover {
	border-color: rgb(255,255,255);
}

.utility li a.sign-up {
	color: rgb(51,51,51);
}

.utility li a.sign-up:hover {
	color: #fff;
}

.utility li a.settings:link, .utility li a.settings:visited {
	color:#333;
	text-shadow: 0 0 1px #fff;
	text-transform: uppercase;
	display: block;
	padding:5px 7px;
	background: rgb(229,230,232);
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	position: relative;
	top:-5px;
	-webkit-box-shadow:0 1px 1px rgba(51,51,51,0.6);
	box-shadow:0 1px 1px rgba(51,51,51,0.6);
	margin-right: 0;	
}

.utility li a.settings:hover {
	border: none;
	color:#FFF;
	background: rgb(96,151,23);
	-webkit-box-shadow:0 -1px 1px rgba(51,51,51,0.6);	
}

/* ------- Region Select // Header ------------------------- */
#region-settings {
	position: absolute;
	top:0px;
	left: 260px;
}

#region-settings ul {
	background: rgb(36,151,138);
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;	
	float: left;
	display: inline;
	margin-right: 10px;
}

#region-settings li {
	float: left;
	display: inline-block;
	padding: 7px;
	line-height: 1;
}

#region-settings li a:link, #region-settings li a:visited {
	color:rgb(106,203,192);
}

#region-settings li a:hover, #region-settings li.current a:link {
	color: #FFF;
	border-color: #FFF;
}

/* ------- Search // Header -------------------------------- */

.search input, input {
	font-style: italic;
	border:1px solid rgb(200,200,200);
	background-color: rgb(250,250,250);
	background: url(../images/icon-details.png) no-repeat scroll 95% 50% rgb(250,250,250);
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	padding: 3px 5px;
	color:	rgb(106,106,106);
}

input:focus {
	background-color: rgb(245,245,245);
	border:1px solid rgb(70,70,70);
	color: rgb(51,51,51);
	font-style: normal;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

input:hover {
	border-color: rgb(70,70,70);
}


/* ------- Footer ------------------------------------------ */
#fWrapper {
	width:100%;
	height: 230px;
	border-top: 3px solid rgb(36,151,138);
	background: url(../images/footer-stripe.png) 0 200px repeat-x rgb(106,203,192);
}

#footer {
	width:960px;
	margin:0 auto;
}

#footer div {
	width:115px;
	margin:15px 30px 0 20px;
	float: left;
}

#footer h5 {
	font-size: 1.2em;
}

#footer ul {
	padding: 0;
}
	
	#footer li {
		display: block;
		padding-bottom: 3px;
		margin-bottom: 3px;
	}
		
		#footer li a:link, #footer li a:visited {
			color:rgb(36,151,138);
			display: block;
			border-bottom:1px dashed rgb(177,216,127);
			font-size: 1.1em;
		}
		
		#footer li a:hover {
			color: #FFF;
			border-bottom:1px solid #FFF;
			padding-bottom: 1px;
		}

#footer .extras {
	width: 350px;
	float: right;
	position: relative;
	margin: 0;
}
	
	#footer .extras img.verisign {
		position: absolute;
		top:20px;
		right: 20px;
	}
	
	#footer .extras img.logo {
		position: absolute;
		top: 120px;
		right:20px;
	}
	
	#footer .extras p.copyright {
		color:#FFF;
		position: absolute;
		top: 166px;
		right: 20px;
		text-align: right;
	}

.copyright a:link, .copyright a:visited {
	color:rgb(36,151,138);
}
	
	.copyright a:hover {
		color:#FFF;
		border-color: #FFF;
	}

/* -------- Featured // Homepage ---------------------------------- */
#featured, #featured-tour {
	border-bottom: 3px solid rgb(120,195,66);
	height: 300px;
	width: 958px;
	position: relative;
	margin-bottom: 20px;
}

	#featured {
			background: url(../images/dl-background.jpg) no-repeat 20px 0 transparent;	
	}

	#featured-tour {
		border-top: 3px solid rgb(106,203,192);
	}

#slidenav {
	position: absolute;
	bottom: -3px;
	left: 40px;
	width: 140px;
	height: 33px;
	background: url(../images/slidertab.png) bottom left no-repeat transparent;
	box-shadow: -10px -10px 0 #000;
	z-index: 100;
}

	#slidenav-tour {
		background:url("../images/slidertab-tour.png") no-repeat scroll left bottom transparent;
		box-shadow: -10px -10px 0 #000;
		height:33px;
		left:40px;
		top: -3px;
		position:absolute;
		width:140px;
		z-index: 100;
	}

#slidenav a:link, #slidenav a:visited, #slidenav-tour a:link, #slidenav-tour a:visited {
	font-size: 2em;
	position: relative;
	top: 6px;
	padding: 5px;
	font-weight: bold;
	color:rgb(152,152,152);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
}

	#slidenav-tour a:link, #slidenav-tour a:visited{
		top: -2px;
	}

#slidenav a:hover, #slidenav-tour a:hover {
	color: rgb(36,151,138);
	border: none;
}

#slidenav a.home-prev, #slidenav-tour a.home-prev {
	left: 28px;
}

#slidenav a.home-next, #slidenav-tour a.home-next {
	left: 69px;
}

#slideshow {
	position: relative;
	width: 958px;
	height: 300px;
}

.slide {
	width: 958px;
	height: 300px;
	position: absolute;
}

	#featured .slide {
		display:none;
	}

.slide .bubble {
	height: 120px;
	width:425px;
	position: absolute;
	top: 80px;
	left: 50px;
	overflow: visible;	
	padding-bottom: 20px;
}

.slide .bubble p {
	width: 385px;
	height: 80px;
	padding: 20px;
	background: #FFF;
	background:rgba(255,255,255,0.85);
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	font-size: 2.3em;
}

.slide .bubble p a, .slide .tourbubble p a {
	text-align: right;
	font-size: 0.65em;
	position: relative;
	top: 5px;
	right: 0;
	color:rgb(120,195,66);
	font-weight: bold;
}

/* -------- Benefits Panel // Homepage & Biz page ---------------------------------------- */
#benefits-panel {
	clear: both;
	position: relative;
	display: block;
	overflow: auto;
}

.benefit {
	width:290px;
	float: left;
	display: inline;
	margin:0 24px 10px 0;
	position: relative;
	height: 145px;
	overflow: auto;
}

	#main-internal .benefit {
		width: 280px;
		float: left;
		display: inline;
		margin: 0 20px 10px 0;
		position: relative;
		height: 155px;
		overflow: auto;
	}

.benefit a:hover{
	border: none;
}

.benfit img {
	width:80px;
	position: absolute;
	top:0;
	left:0;
	display: inline;
}

.benefit div {
	width:190px;
	position:absolute;
	display: inline;
	min-height: 0;
	top:0;
	left: 90px;
}

	#main-internal .benefit div, #main-internal .benefit h3, #main-internal .benefit p {
		width: 180px;
	}

.benefit h3 {
	width:200px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 1.8em;
}

	.benefit h3 a:link, .benefit h3 a:visited {
		color:rgb(120,195,66);
	}
	
	.benefit h3 a:hover, .benefit h3 a:focus {
		border-bottom: 1px solid rgb(120,195,66);
	}

.benefit p {
	width: 200px;
	text-align: left;
}

#benefits-panel p.tagline { 
	width:600px;
	margin-bottom: 20px;
	color: rgb(51,51,51);
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: bold;
	clear: both;
}

#benefits-panel h2 {
	font-size: 3.3em;
	margin-bottom: 5px;
}

#benefits-panel h2.home {
	margin-bottom: 25px;
}


/* ----- Callout // Module -------------------------------------------------- */
.callout {
	padding: 0;
	margin: 10px 24px 20px 0;
}

.callout hr {
	height: 10px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	margin-bottom: 6px;	
}

.callout h4 {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 1.6em;
}
	
	.callout h4 a b {
		font-size: 1.3em;
		font-weight: bold;
	}

.callout p {
	padding:0 0 0 10px;
	font-size: 1.3em;
}

.large {
	width:603px;
}

.small {
	width: 290px;
	float: left;
}

.callout.green hr {
	background-color: rgb(120,195,66);
}
	
	.callout.green h4 a {
		color:rgb(120,195,66);
	}

.callout.blue hr {
	background-color: rgb(45,170,226);
}

	.callout.blue h4 a {
		color: rgb(45,170,226);
	}

.callout.coral hr {
	background-color: rgb(106,203,192);
}

	.callout.coral h4 a {
		color:rgb(106,203,192);
	}

/* ------- Story Panel // Tour ------------------------------------- */
#story-panel {
	margin-bottom: 40px;
}

#story-panel p{
	display: block;
}

#story-panel h3{
	margin-bottom: 5px;
	color:rgb(120,195,66);
	font-size: 2.4em;
}

#story-panel h4 {
	font-size:2em;
	font-weight: bold;
}

/* ------- Commands // Tour & Using Beem ---------------------------------------- */
.command-container {
	margin:0 auto 10px auto;
	position: relative;
}

.command-nub {
	background: url('../images/command-nub.png') no-repeat;
	height:12px;
	left: 60%;
	position:relative;
	width:24px;
	margin-bottom: 20px;
}

.command-detail{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	background:rgb(120,195,66);
	color:white;
	display:table;
	font-size:2.5em;
	padding:8px 15px 25px;
	text-align:center;
	position: relative;
	margin: 10px auto 0 auto;
	position: relative;
}
	
	.command-detail span {
		position: relative;
		line-height: 1.8;
	}
	
		.command-detail span span {
			color: rgb(229, 229, 229);
			font-size: 0.4em;
			position: absolute;
			top: 28px;
			left: 0;
			line-height: 1.2;
		}

	
/* ------- Button ------------------------------------------ */
a.button, input.button {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow:0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.5);
	margin: 0 auto 20px;
	padding: 11px 0;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

	a.button:hover {
		border: none;
	}
	
	a.button.blue {
		background: rgb(120,195,66);
		color: #fff;
		text-shadow: 0 -1px 0 rgba(51,51,51, 0.6);
		text-transform: uppercase;	
}
	
	a.button.gray, input.gray {
		background: rgb(230,230,230);
		color: rgb(51,51,51);
		text-shadow: 0 2px 2px rgb(255,255,255);
	}
	
		a.button.gray.module {
			display: inline-block;
			float: right;
			padding: 7px 0;
			width: 118px;
			font-size: 1.2em;
			clear: none;
		}

		a.button.gray.sign-up {
			padding: 4px 10px;
			font-size: 1em;
			text-transform: uppercase; 
		}
		
	
	a.button.small {
		display: inline-block;
		float: left;
		font-size: 1.7em;
		width: 137px;
	}
	
		a.button.small.gray {
			margin-left: 15px;
		}
	
	a.button.large {
		display: block;
		float: left;
		font-size: 3.2em;
		width: 100%;
	}
	
	a.button.login {
		font-size: 1.2em;
	}

a.button:hover {
	box-shadow:0 -1px 1px rgba(0,0,0,0.9);
	-webkit-box-shadow:0 -1px 1px rgba(0,0,0,0.9);
	-moz-box-shadow:0 -1px 1px rgba(0,0,0,0.9);
	background:rgb(70,70,70);;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.7);		
}

	#task-nav a.button {
		border-radius:7px;
		-webkit-border-radius:7px;
		-moz-border-radius: 7px;
		padding:8px 10px;
	}
		
		#task-nav a.button.next {
			float: right;
		}
		
		#task-nav a.button.prev {
			float: left;
		}

/* ------- Module ------------------------------------------ */
.module {
	background: rgb(213,238,249);
	color: #000;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	overflow: auto;
	clear: both;
}

	.module h5 {
		background: rgb(45,170,226);
		font-size: 1.3em;
		text-transform: none;
		line-height: 25px;
		display: block;
		clear: both;
	}

	.module div, .module h5 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.module div {
		padding-bottom: 10px;
	}
	
	.module ul {
		float: left;
		margin: 0 auto;
	}
	
	.module a:link, .module a:visited {
		color: rgb(45,170,226);
	}
	
		.module a:hover, .testimonail a:hover {
			border-color: rgb(45,170,226);
		}

	.module a.button:link, .module a.button:visited {
		color: rgb(51,51,51);
	}
	
		.module a.button:hover{
			color: #FFF;
		}

/* --- Tidbit // Module ------------------------ */
.tidbit a {
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	display: block;
	text-align: right;
}

.tidbit p {
	line-height: 1.5;
}

/* --- Beemers // Module ----------------------- */

.beemers div {
	padding:5px 5px 0 5px;
}

	.beemers ul {
		padding: 0;
	}
	
		.beemers li{
			display: inline-block;
			float: left;
		}
	
	.beemers a:hover {
		border-bottom: none;
		padding: none;
		margin: none;
	}
	
	.beemers img {
		padding: 5px;
		background:rgb(45,170,226);
		margin:5px;
		width:50px;
		height: 50px;
	}

		.beemers img:hover {
			background: rgb(106,203,192) ;
		}	

	.beemers p {
		display: inline-block;
		float: left;
		margin:28px 0 0 5px;
	}

	.beemers a.button {
		margin-right: 10px;
		margin-top:20px;
	}

.beemerStory {
	width: 450px;
	overflow: auto;
}

	.beemerStory img {
		float: left;
		margin: 0 10px 0 0;
		padding: 5px;
		background:rgb(45,170,226);
		display: inline;
	}
	
	.beemerStory p {
		margin: 0 0 10px;
		font-size: 1.2em;
		line-height: 1.5;
	}
	
	.beemerStory blockquote {
		background: url('../images/quote.png') 0 13px no-repeat;
		border-top: 1px dotted rgb(213,238,249);;
		float: left;
		display: inline;
		margin-bottom: 10px;
		padding: 15px 0 10px 20px;
		width: 360px;
	}

/* --- Happenings // Module -------------------- */

.happenings ul {
	margin: -10px 0 5px;
	min-width:265px;
	padding: 0 10px 10px;
}
	
	.happenings li {
		border-bottom: 1px dotted;
		padding: 10px 0;
	}
		
		.module.happenings li a:link strong, .module.happenings li a:visited strong {
			color: #000;
		}

/* ------- Testimonial // Module ------------------------------------- */
.testimonial {
	background: url('../images/quote.png') 0 13px no-repeat;
	border-top: 1px dotted rgb(213,238,249);;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding: 15px 0 10px;
	width: 100%;
}
	
	.testimonial .author, .testimonial a {
		clear: both;
		float: right;
	}
	
	.testimonial a:link, .testimonial a:visited {
		color: rgb(45,170,226); 
	}

	.testimonial .author {
		font-weight: bold;
		color: rgb(51,51,51);
	}
		
	.testimonial blockquote {
		font-size: 1.2em;
		font-style: italic;
		text-indent: 20px;
	}

/* ---- Categories // Blog // Module ---------------------------------------------------------- */
.module.categories {
	background: white;
}
	
	.module.categories h5 {
		margin-bottom: 0;
	}
	
	.module.categories a {
		background: #D5EEF9;
		display: block;
		height: 30px;
		line-height: 30px;
		margin-top: 2px;
		padding: 0 10px;
		vertical-align: middle;
		clear: both;
		position: relative;
	}
		
		.module.categories a:hover {
			background: rgb(154,224,255);
			border: none;
		}
		
		.categories a span {
			float: right;
			font-size: 1.8em;
			font-weight: bold;
		}

/* ---- Calendar // Blog // Module --- 5/7 ------------------------------------------------------------ */
.module.calendar {
	background: white;
	padding:0;
}

	.calendar h5 span{
		float: right;
		font-style: italic;
	}
	
	.calendar h5 a:link, .calendar h5 a:visited {
		color: white;
	}

.calendar table {
	margin:0 auto 10px;
}
	
	.calendar table tr {
	
	}
	
	.calendar table td {
		background:#D5EEF9;
		border:2px solid white;
		vertical-align:middle;	
	}
	
	.calendar td.calendarDayHeading {
		background: white;
		color: rgb(45, 170, 226);
		text-align: center;
		height: 10px;
		width:39px;
	}
	
	.calendar td.calendarCell, 
	.calendar td.calendarBlank, d
	.calendar td.calendarToday {
		width:39px;
		height: 39px;
	}

	.calendar td.calendarToday, .calendar td.calendarCell:hover {
		background: rgb(154,224,255);
	}
	
	.calendar td.calendarBlank {
		background: white;
	}
	
/* ---- Tooltip // Calendar // Blog // Module ----------------------------- */
.calendar td span {
	display: none;
}
	
.qtip-defaults {
	background: url('../images/tooltip-blue.png') no-repeat;
}
	
	.qtip-content {
		padding: 18px 0 0 10px !important;
	}
	
	.qtip-content span b, .qtip span i {
		display: block;
	}	
	
/* ------- Tour Nav // Tour ---------------------------------------- */
#tour-nav{
	height:34px;
	padding:15px 20px;
	position: relative;
}

	#tour-nav h2 {
		display:inline-block;
		float: left;
		line-height:100%;
		margin:0;
		vertical-align:baseline;
		color:rgb(70,70,70);
	}

	#tour-nav ul {
		display:inline;
		float:right;
		margin-top:15px;
		max-width: 800px;
	}

	#tour-nav li {
		display:inline-block;
		float: left;
		font-size:1.4em;
		margin: 0 40px 0 0;
	}
	
		#tour-nav li a:link, #tour-nav li a:visited {
			color:rgb(106,203,192);
		}
		
		#tour-nav li a.selected {
			font-weight: bold;
			color: rgb(36,151,138);
		}
		
#magic-line { 
	position: absolute;
	top: 58px; 
	width: 6px; 
	height: 6px; 
	background: rgb(106,203,192); 
}

/* -------- Subnav ----------------------------------------- */
#subnav {
	width: 223px;
	border: 4px solid rgb(230,230,230);
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	padding:10px;
	background: #FFF;
}

	#subnav li {
		padding-bottom: 5px;
		position: relative;
		display: block;
	}
	
		#subnav li a {
			padding:10px 0 10px 10px;
			color: rgb(51,51,51);
			font-size:1.2em;
			display: block;
			font-weight: bold;
		}
		
			#subnav li a:hover {
				border-color: white;
				color: rgb(36,151,138);
				padding-bottom: 9px;
			}
			
		#subnav li a.selected:hover {
			border:none;
			padding-bottom: 10px;
		}

	#subnav ul li a {
		padding-left: 20px;
	}

#subnav h3 a:link, #subnav h3 a:visited {
	color:rgb(51,51,51);
}

#subnav h3 a:hover {
	color:rgb(106,203,192);
	border-bottom: none;
}

/* ------- Accordian // Subnav ---------------------------- */
#subnav h2 {
	font-size: 2.1em;
	margin-bottom: 10px;	
}

#subnav h2.ui-state-active, 
#subnav h2:hover {
	color: rgb(106,203,192);
	cursor: pointer;
}

#subnav h2 span.ui-closed {
	background: url(../images/subnav-Closed.png) top left no-repeat;
	width: 15px;
	height:15px;
	display: inline-block;
	padding-right:5px;
}

#subnav h2:hover span.ui-closed {
	background: url(../images/subnav-Closed-Hover.png) top left no-repeat;
}

#subnav h2 span.ui-open {
	background: url(../images/subnav-Open.png) top left no-repeat;
	width: 15px;
	height:15px;
	display: inline-block;
	padding-right:5px;	
}

#subnav h6 {
	padding-left: 10px;
	font-size: 1.1em;
	color: rgb(130,130,130);
	font-style: italic;
	margin-bottom: 7px;
}

/* ------ Subnav // Support Section ------------------------------- */
#subnav li a.selected,
#subnav li.ui-state-active a:link, 
#subnav li.ui-state-active a:visited{
	color:#FFF;
	background:rgb(106,203,192);
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px; 
}

/* -------- Main ------------------------------------------ */
#main-internal {
	border-top:5px solid rgb(120,195,66);
	float:left;
	margin:-20px 25px 0 20px;
	padding-top:15px;
	width:603px;
}

#main p, #main-internal p {
	font-size:1.3em;
	margin:5px 0 10px;
	line-height: 1.6;
	color: 	rgb(51,51,51);
}

#main h6, #main-internal h6 { 
	font-size:1.4em;
	color: rgb(45,170,226);
	font-weight: bold;
}

#main h6{ 
	margin-top: 20px;
}

#main h3, #main-internal h3 {
	font-weight: bold;
}

#content h1 a:link, #main h1 a:visited {
	color:rgb(70,70,70);
}

#content h1 a:hover {
	border-color: rgb(70,70,70);
}

/* -------- Tour Bubble ----------------------------------- */
.slide .tourbubble {
	position: absolute;
	top: 80px;
	left: 50px;
	overflow: visible;	
	padding-bottom: 20px;
}


.tourbubble {
	top: 20px;
	left: 30px;
}

.tourbubble p {
	padding: 20px;
	background: #FFF;
	background:rgba(255,255,255,0.85);
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	font-size: 2em;
	line-height: 1.5em;
}

/* ------- Tasks // Using Beem ------------------------------------------- */
#main.getting-started h2 {
	color: rgb(120,195,66);
	font-size: 2.6em;
}

#task-breadcrumb {
	margin-bottom: 15px;
	overflow: hidden;
}

	#task-breadcrumb li{
		float: left;
		margin-bottom: 5px;
	}

	#task-breadcrumb span {
		font-size: 1.6em;
		margin: 0 5px;
	}

	#task-breadcrumb a {
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius: 5px;
		background: rgb(200,200,200);
		color: white;
		display:inline-block;
		font-size:1.2em;
		height: 25px;
		padding:10px 6px 0 25px;
		text-align:center;
		position: relative;
	}
	
		#task-breadcrumb a b {
			font-size:2em;
			position:absolute;
			left: 5px;
			top: 1px;
		}
		
	#task-breadcrumb a.selected {
		background: rgb(106,203,192);
		color: rgb(255, 255, 255);
	}
	
	#task-breadcrumb a:hover {
		border: none;
		background: rgb(106,106,106);
	}

#main.quick-ref h3, #main.getting-started h3 {
	margin-bottom: 25px;
	font-size: 2.6em;
}

	#main.getting-started h3 {
		margin-bottom: 10px;
	}

#main .conversation .command-message {
	clear: both;
	display: block;
}
	
#main .conversation .command-query {
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		background:#f1f8e8;
		border:1px solid #78C340;
		color:#78C340;
		float:left;
		margin:0 0 20px 0;
		padding:10px;
		position: relative;
		text-align: left;
}

	.conversation p {
		float: left;
	}

#main .conversation .command-response {
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px 5px 5px 5px;
		background:none repeat scroll 0 0 rgb(230, 247, 247);
		border:1px solid rgb(106, 204, 192);
		color:rgb(36,151,138);
		display:block;
		float:right;
		max-width:280px;
		padding:10px;
		position: relative;
		margin:0 0 20px 0;
		text-align: left;
}

	.command-query img, .command-response img {
		bottom:-9px;
		position:absolute;
	}
	
		.command-query img {
			left: 20px;
		}
	
		.command-response img {
			right: 25px;
		}

#task-nav {
		display:block;
		float:left;
		width:100%;
}

/* ------- Sign Up ----------------------------------------- */
#signup-form {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background: rgb(120,195,66);
	width: 100%;
	height: 158px;
	margin: 20px 0 50px;
}

.signup-input {
	color: rgb(160,160,160);
	background:rgb(250,250,250);
	border:1px solid rgb(250,250,250);
	float:left;
	height:48px;
	font-size: 3em;
	margin:40px 0 0 30px;
	text-align: center;
	width:618px;
}

	#signup-form .signup-submit {
		border:none;
		float:right;
		font-size:2.4em;
		font-style:normal;
		margin:40px 30px 0 0;
		text-transform:uppercase;
		width:192px;
		padding:10px;
	}
	
	#signup-form input[disabled=''] {
		opacity:0.5;
	}
	
		#signup-form input[disabled='']:hover {
			cursor: default;
			background: rgb(230,230,230);
			color: rgb(51,51,51);
			text-shadow: 0 2px 2px rgb(255,255,255);			
		}
	
	#signup-form .signup-submit:hover {
		background-color: rgb(51,51,51);
		color: #fff;
		border: none;
		text-shadow: 0 -1px 1px rgba(255,255,255,0.8);
		cursor: pointer;
	}

	#signup-form p {
		color: white;
		float: left;
		margin-left: 30px;
		margin-top: 12px;
	}
	
	#signup-form span {
		color: white;
		float: right;
		margin-right: 45px;
		margin-top: 10px;
	}
		
		#signup-form span a {
			color: white;
			text-decoration: underline;
		}
		
	#signup-form input.terms {
		margin-right: 5px;
	}
		
/* --- Task Styles // Using Beem -------------------------------------------------- */
.single-command {
	clear: both;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

#task-breadcrumb li.ui-tabs-selected a:link {
	background: rgb(106,203,192);
	color: rgb(255, 255, 255);
}

.command-tidbits {
	overflow: auto;
	display: none;
	position: absolute;
	top: 0;
}

/* ---- Tour --- 5/5 ------------------------------------------------------------ */
#static-wrapper {
	min-height: 400px;
	display: block;
	position: relative;
}

	.slide img {
		position: absolute;
		top:0;
		left: 0;
	}

#main-wrapper {
	position: relative;
	overflow: auto;
}
	
	#main-wrapper .loader {
		position: absolute;
		top: 60px;
		left: 400px;
		z-index: 1000;
	}
	
	#static-wrapper.loading {
		background: url(../images/ajax-loader.gif) 400px 40px transparent no-repeat;
	}
	
/* ----- Exceprts // Blog ---- 5/10 --------------------------------------------------- */
.excerpt, .entry {
	position: relative;
	width: 605px;
	overflow: auto;
	margin-bottom: 20px;
}

.meta {
	position: absolute;
	top:0px;
	left: 0px;
	width: 60px;
}
	
	#main .meta p {
		font-size: 1em;
		margin-bottom: 0;
		margin-top:0;
		color: rgb(106,106,106);
	}
	
	.meta img {
		padding: 5px;
		background:rgb(230,230,230);
		margin-bottom: 5px;
	}
	
		.meta img.content-nub {
			background: transparent;
			margin: 0px;
			padding: 0px;
			position: absolute;
			top:20px;
			left: 65px;
			z-index: 20;
		}
	
	.meta a:hover {
		border-color:#fff;
		cursor: default;
	}


.content {
	position: relative;
	top:0px;
	left: 75px;
	width: 490px;
	padding:10px 15px;
	border: 3px solid rgb(230,230,230);
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;	
}

	
	.content h3 {
		margin-bottom: 5px;
	}
			
		.content h3 a:link,
		.content h3 a:visited,
		.content .read-more a:link, 
		.content .read-more a:visited {
			color: rgb(120,195,66);
		}
			
		.content h3 a:hover,
		.content .read-more a:hover {
			border-color: rgb(120,195,66);
		}
	
	.content img, .content object {
		overflow: auto;
		padding: 5px;
		background: rgb(230,230,230);
		display: block;
	}
	.entry .content {
		padding-bottom: 20px;
	}

#paginate {
	float: right;
	font-size: 1.6em;
	text-align: right;
	margin-right: 20px;
}
	
	#paginate a:link, #paginate a:visited {
		padding: 3px;
		border:1px solid rgb(106,106,106);
		color: rgb(106,106,106);
		font-size: 1.1em;
	}
	
	#paginate a:hover {
		background: rgb(120,195,66);
		color:#FFF;
		border-color: #fff;
	}
	
	#paginate a.selected:link {
		border:none;
		color: rgb(51,51,51);
		font-weight: bold;
		line-height: 0.9;
	}
	
	#paginate a.selected:hover {
		background: transparent;
	}

	#paginate li.first a:link,
	#paginate li.first a:visited,
	#paginate li.last a:link,
	#paginate li.last a:visited {
		color: rgb(120,195,66);
		border: none;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 0.6;
	}
	
	#paginate li.first a:hover,
	#paginate li.last a:hover {
		color: #fff;
	}

h4.search-result {
	border-bottom:1px dashed;
}

h3.search-result a {
	color:rgb(120,195,66);
}

p.search-result {

	border-top:1px dashed;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

