/*	--------------------------------------------------
	=TOC
	--------------------------------------------------

	1.	Colors
	2.	Global Reset
	3.	Links
	4.	Typography
	5.	Lists
	6.	Tables & Forms
	7.	Structure
		A.	Body
		B.	Header
		C.	Footer
	8.	Navigation
		A.	Main Menu
		B.	Secondary Menu
	9.	Misc

	--------------------------------------------------
	=Colors
	--------------------------------------------------

	Green:			#a5c941			Red:			#ff3700
	Med Green:		#769926			Med Red:		#e33100
	Drk Green:		#91ad52			Drk Red:		#872300
	Blue:			#73cacf			Orange:			#ff6908
	Med Blue:		#2daebf			Med Orange:		#ff5c00
	Drk Blue:		#007d9a			Drk Orange:		#d45500
	Magenta:		#c9025c			Yellow:			#2bff15
	Med Magenta:	#a9014b			Med Yellow:		#fc9200
	Drk Magenta:	#630030			Drk Yellow:		#d17200

	--------------------------------------------------
	=Global Reset
	-------------------------------------------------- */

	* { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, img, q, s, samp, small, strike, strong, em, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }
	q:before, q:after, blockquote:before, blockquote:after { content: ""; }

/*	--------------------------------------------------
	=Links
	-------------------------------------------------- */
	
	a, a:visited { color: #2daebf; text-decoration: underline; outline: 0; font-style: inherit; font-weight: inherit; line-height: inherit; }
	a:hover { color: #007d9a; }
	
	a.cancel, a.cancel:visited { color: #777; }
	a.cancel:hover { color: #555; }
	
	h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited { color: #333; text-decoration: none; font-weight: bold; }
	h4 a, h4 a:visited, h5 a, h5 a:visited { text-decoration: none; line-height: inherit; font-weight: bold; }
	h3 a:hover { color: auto; }
	h4 a:hover, h5 a:hover { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }
	
	a.outside, a.outside:visited { background: url(/images/icons/16px/new-window.gif) no-repeat left center; padding-left: 20px; }
	a.outside:hover { }

/*	--------------------------------------------------
	=Typography
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { color: #222; font-weight: bold; text-align: inherit; }
	h1 { font-size: 36px; line-height: 1; padding: 0 0 9px; }
	h2 { font-size: 30px; line-height: 1.2; padding: 12px 0 0; }
	h3 { font-size: 24px; line-height: 1.125; padding: 9px 0; }
	h4 { font-size: 18px; line-height: 1.5; padding: 12px 0 0; }
	h5 { font-size: 14px; line-height: 18px; padding: 6px 0 3px; }
	h6 { font-size: 12px; line-height: 1.5; }

	p { font-size: 13px; line-height: 18px; padding: 0 0 18px; color: #444; }
	
	em 		{ font-style: italic; font-weight: inherit; line-height: inherit; color: #777; }
	strong 	{ font-style: inherit; font-weight: bold; line-height: inherit; }

/*	Blockquotes (props to @paulrobertlloyd for inspiration) -------------------- */
	blockquote, 
	blockquote p 			{ font: 14px/1.5 Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif; }
	blockquote 				{ margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; text-indent: -0.5em; }
	blockquote.solid 		{ background: #f5f5f5; }
	
	blockquote p 			{ margin: 0; padding: 0 0 9px; }
	blockquote p:before 	{ content: "\201c"; }
	blockquote p:after 		{ content: ""; }
	blockquote p.last:after { content:"\201d"; }
	
	blockquote cite 		{ display: block; padding-bottom: 9px; font: normal 12px/1.5 "Arial", Helvetica, Helvetica Neue, Verdana, sans-serif; color: #777; }
	blockquote cite:before 	{ content: "\2014 \0020"; }
	
	small		{ font-size: 12px; line-height: 1.5; color: #777; }
	p small 	{ font-size: 91.666667%; line-height: 1.616161; }
	h1 small 	{ font-size: 66.666667%; color: #777; }
	
	h1.muted, h2.muted, h3.muted, h4.muted, h5.muted { font-weight: normal; }
	
	hr 			{ border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 8px 0 9px; height: 0; }
	hr.spacious { margin: 26px 0 27px; }
	body.ie6 hr { margin: 8px 0 9px; }
	
	address	{ color: #333; font-size: 1.2em; line-height: 1.5; margin: 0 0 1.5em; }
	
	code, pre { font: 12px/1.5 "Monaco", "Courier New", "Courier", monospace; color: #e33100; }
	
	pre { font-size: 12px; line-height: 18px; }

/*	--------------------------------------------------
	=Lists
	-------------------------------------------------- 
	dt 		{ font-size: 13px; line-height: 1.5; font-weight: bold; color: #333; }
	dd 		{ margin: 0 0 1.5em; font-size: 13px; line-height: 1.5; }

	ol, ul 		{ margin: 0 0 1.8em 3.6em; }
	ol 			{ list-style: decimal; }
	ul 			{ list-style: none; }
	ul.clean,
	ol.clean 	{ margin: 0; padding: 0; list-style: none; }
	li 			{ font-size: 13px; line-height: 18px; }
	li ol, 
	li ul 		{ margin: 0 2em; }
	
/*	--------------------------------------------------
	=Tables
	-------------------------------------------------- */
	#seo #badges ul {
padding-bottom:2em;
text-align:center;
}
.section-content {
padding-right:10px;
}
ul, ol {
list-style-type:none;
}

	
	table 						{ width: 100%; margin: 0 0 18px; border: solid #ddd; border-width: 1px 0 1px 1px; }
	table td, table th 			{ border-right: 1px solid #ddd; }
	table thead					{ background: #96d6df; border-bottom: 1px solid #ddd; }
	table thead th				{ padding: 9px 4px; color: #333; font-size: 13px; font-weight: bold; text-shadow: 0 0 1px #fff; border-color: #96d6df; text-shadow: 0 0 1px #96d6df; }
	table td 					{ padding: 4px 5px; font-size: 12px; line-height: 18px; border-bottom: 1px solid #ddd; }
	table tr.alt td 			{ background: #f5f5f5; }
	table a, 
	table a:visited 			{ text-decoration: none; }

/*	--------------------------------------------------
	=Forms
	-------------------------------------------------- */
	form 							{ margin: 0 0 18px; padding: 0; }
	label 							{ display: block; font-size: 13px; font-weight: bold; line-height: 18px; cursor: pointer; }
	input, textarea, select			{ font-family: Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif; }
	form input.input-text, 
	form textarea 					{ display: block; background: #fff; margin: 0; padding: 3px 4px; width: 206px; font-size: 12px; line-height: 18px; text-shadow: 0 0 1px #fff; border: 1px solid #ccc; color: #555; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-box-shadow: 0 1px 1px #fff; }
	form input.input-text:focus, 
	form select 					{ border: 1px solid #ccc; font-size: 12px; }
	form textarea:focus 			{ outline: none; border-color: #999; }
	form input.mini, 
	form textarea.mini 				{ width: 84px; } /* 100px */
	form input.small, 
	form textarea.small 			{ width: 204px; } /* 220px */
	form input.medium, 
	form textarea.medium 			{ width: 264px; } /* 280px */
	form input.large, 
	form textarea.large 			{ width: 566px; } /* 580px */
	form input.fluid, 
	form textarea.fluid 			{ width: 680px; }
	form input.title 				{ font-size: 14px; }
	form hr 						{ border-bottom: 1px solid #fff; margin: 17px 0; }
	form p.note						{ margin: -9px 0 9px 4px; color: #777; }
	form h4 						{ margin: 0 0 9px; }

	/*	Wrap inputs and textareas with a nice border ---------- */
	span.wrap 						{ background: #eee; display: inline-block; margin: 0 0 12px; padding: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	span.wrap label 				{ font-size: 12px; display: inline; padding: 0 5px; }
	span input.input-text, 
	span textarea 					{ margin: 0; }
	span select 					{ background: #fff; padding: 1px; line-height: 1.5; }
	form span.wrap p 				{ margin: 5px 5px 4px; padding: 0; }
	body.ff2 span.wrap 				{ display: block; }
	body.ff2 span.wrap input.input-text, body.ff2 span.wrap textarea { width: 96%; }
	
	form div.select-list span.wrap select 	{ background: #fff; border: 1px solid #999; }
	form div.file-upload 			{ margin: 0 0 4px; }
	
	/*	Action bar for all forms ---------- */
	form fieldset.actions 			{ margin: 6px 0 0; }
	form fieldset.actions button	{ margin: 12px 0 0; }
	form fieldset.actions div 		{ border-top: 1px solid #fff; padding: 12px 0 13px; text-align: right; }
	form fieldset.actions div * 	{ display: inline-block; }
	form fieldset.actions div button	{ margin: 0 0 0 3px; }
	
	form fieldset.padded 			{ background: #f5f5f5; padding: 9px 15px; }

	/*	Lists of options (vertical or horizontal) ---------- */
	form ul.options-list, 
	form ul.options-inline 				{ margin: 0 0 18px; padding: 0; list-style: none; }
	form ul.options-list input 			{ margin: 0; }
	body.ff3 form ul.options-list input { position: relative; top: 2px; }
	form ul.options-list li label, 
	form ul.options-inline li label 	{ font-size: 1em; line-height: inherit; font-weight: normal; color: #555; }
	
	/*	Inline lists of options as radion or checkboxes ---------- */
	form ul.options-inline li, 
	form ul.options-inline li label 	{ display: inline; color: #777; }
	form ul.options-inline li.label 	{ font-weight: normal; color: #555; background: none; padding: 0 5px 0 0; text-transform: none; font-size: 12px; line-height: inherit; }

	/*	Uploads and file listings ---------- */
	form ul#uploads 					{  }
	form ul#uploads li 					{ position: relative; margin-bottom: 9px; }
	form ul#uploads li span.wrap 		{ margin: 0; }
	form ul#uploads li input.fluid 		{ width: 660px; }
	form ul#uploads a.delete, 
	form ul#uploads a.delete:visited 	{ position: absolute; top: 25px; right: 0; width: 18px; height: 18px; background: url(/images/close-x.png) no-repeat 0 0; text-indent: -999em; opacity: .5; }
	form ul#uploads a.delete:hover 		{ opacity: 1; }
	
	/* Awesome form - the super sweet faded form labels, no globalized */
	form.awesome span.wrap				{ position: relative; }
	form.awesome span.wrap label		{ position: absolute; left: 4px; top: 4px; font-size: 18px; font-weight: normal; width: 264px; height: 30px; background: #fff; -webkit-border-radius: 2px; -moz-border-radius: 2px; z-index: 1; line-height: 27px; }
	form.awesome span.wrap label span	{ position: relative; top: 1px; left: 1px; }
	form.awesome input.input-text		{ font-size: 18px; padding: 4px 5px; background: none !important; position: relative; z-index: 10; }
	
	label.overlay span					{ opacity: 0.4; -webkit-transition: opacity 200ms linear; }
	label.focus span					{ opacity: 0.2; }
	label.hastext span					{ opacity: 0.0; -webkit-transition: opacity 0ms linear; }
	
	
/*	--------------------------------------------------
	=Buttons
	
	Buttons are a great way to add some benefit to a 
	design by enticing users to click them over links.
	In our case, we have a simple, easy to remember 
	syntax for creating these buttons:
	
		<button class="small button on-white">
		<button class="medium button on-gray">
		<button class="large button on-dark-gray">

	Easy to remember, easy to use, easy to scale, and
	a wonderfully time-tested approach to using CSS 
	classes to build something.	
	-------------------------------------------------- */
	
	/*	New Default Buttons ---------- */
	button, a.button, a.button:visited		{	background: #ccc url(/images/button-overlay.png) repeat-x; display: inline-block; padding: 5px 10px 7px; 
											 	line-height: 1; font-weight: bold; font-size: 12px; color: #222; text-decoration: none; text-shadow: 0 -1px 1px #ddd; 
											 	-webkit-border-radius: 2px; -moz-border-radius: 2px; border: 1px solid #bbb; cursor: pointer; width: auto; overflow: visible; }
	button:hover, a.button:hover 			{	background-color: #ddd; color: #222; }
	button img, a.button img				{	float: left; margin: -2px 4px -3px -5px; padding: 0; border: 0; }
	body.ff3 button							{	padding: 5px 10px; }
	body.ff3 button img						{	margin-top: -1px; }

	button.secondary, a.secondary.button, a.secondary.button:visited { background-color: #eee; text-shadow: 0 0 1px #999; color: #666; border-color: #ccc; font-weight: normal; padding: 6px 10px; }
	button.secondary:hover, a.secondary.button:hover { background-color: #ddd; border-color: #ccc; }
	
	button::-moz-focus-inner { border: none; }
	
	/*	Button Sizes ----- */
	button.large, a.button.large, 
	a.button.large:visited 					{ display: inline-block; margin: 0 0 9px; padding: 9px 20px 11px; font-size: 14px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }
	button.medium, a.button.medium, 
	a.button.medium:visited 				{ height: 30px; font-size: 14px; }
	.button.medium span, a.button.medium span, a.button.medium:visited span { height: 30px; line-height: 30px; font-size: 14px; }
	.button.small, a.button.small, a.button.small:visited { height: 18px; line-height: 18px; font-size: 11px; text-transform: uppercase; }
	.button:hover, a.button:hover { color: #777; }

	.small.button, .small.button span { background: none; padding: 0; }
	.small.button { background: #777; padding: 0 10px; -webkit-border-radius: 9px; color: #fff; text-shadow: 0 0 0 #fff; }

	.button.uber, a.button.uber, 
	a.button.uber:visited 					{ background: #333 url(/images/alert-overlay.png) repeat-x 0 0; color: #fff; padding: 0 20px; font-size: 18px; height: 45px; line-height: 45px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -webkit-box-shadow: 0 1px 2px #999; text-shadow: 0 -1px 1px #333; border: 0; }
	.button.uber:hover, 
	a.button.uber:hover 					{ background-color: #444; }
	
/*	--------------------------------------------------
	=Structure
	-------------------------------------------------- */
	body 				{ background: #fff; font: normal 62.5%/1 "Arial", Helvetica, Helvetica Neue, Verdana, sans-serif; text-shadow: 0 0 1px #fff; color: #333; }
	body.ff2 			{ opacity: .9999; } /* Make our type in FF look uber sexah */
	body.mac_os 		{ font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; }

/*	--------------------------------------------------
	=Admin Header
	-------------------------------------------------- */
	ul.nav 							{ margin: 0; padding: 0; list-style: none; }
	ul.nav li 						{ display: inline; color: #999; line-height: 1; }
	ul.nav li a, 
	ul.nav li a:visited, 
	ul.nav li.faux-link 			{ float: left; display: inline; width: auto; padding: 11px 10px 13px; font-weight: bold; color: #fff; text-decoration: none; text-shadow: 0 -1px 1px #222; }
	ul.nav li a:hover, 
	ul.nav li.faux-link a:hover 	{ text-decoration: underline; }
	ul.nav li.faux-link 			{ font-weight: normal; color: #777; padding: 9px 10px; }
	ul.nav li.faux-link a, 
	ul.nav li.faux-link a:visited 	{ display: inline; float: none; padding: 0; }
	ul.nav li.faux-link small, 
	ul.nav li.faux-link small a, 
	ul.nav li.faux-link small a:visited 	{ font-weight: normal; color: #999; }
	ul.account.nav 					{ position: absolute; top: 0; right: 10px; }

	div.admin-header 				{ background: #333; height: 36px; padding: 0 10px; position: relative; text-shadow: 0 0 1px #333; overflow: hidden; }
	div.admin-header h4 			{ float: left; padding: 4px 15px 6px 0; color: #fff; text-shadow: 0 -1px 1px #222; }
	div.admin-header h4 a, 
	div.admin-header h4 a:visited 	{ color: #fff; text-decoration: none; }
	div.admin-header h4 a:hover 	{ color: #ccc; }
	div.admin-header li 			{ display: inline; }
	div.admin-header li.active a, 
	div.admin-header li.active a:visited 	{ background: #222; padding: 4px 10px 6px; margin: 6px 0 0; -webkit-border-radius: 12px; -moz-border-radius: 12px; border: 1px solid #222; border-top-color: #111; -webkit-box-shadow: 0 1px 1px #444; text-shadow: 0 -1px 1px #111; -webkit-transition: background-color 0.1s linear; -webkit-transition: color 0.1s linear; }
	div.admin-header li.active a:hover 		{ text-decoration: none; }
	div.admin-header li#toolbar-link			{ display: none; }
	div.admin-header ul li select            { float: left; display: inline; width: auto; margin: 8px 8px 13px; }
	body.ff3 div.admin-header li#toolbar-link	{ display: inline; }

/*	--------------------------------------------------
	=Structure
	-------------------------------------------------- */
	div#wrapper 		{ border-top: 5px solid #2bff15; }
	div#container,
	div.wrapper 		{ position: relative; width: 940px; margin: 0 auto; }

/*	--------------------------------------------------
	=Header
	-------------------------------------------------- */
	div#header { position: relative; margin: -5px 0 0; height: 72px; padding: 0; }
	div#header h3 { float: left; font-size: 18px; line-height: 1; margin: 0; position: absolute; top: 27px; left: 0; }
	div#header h3 a, div#header h3 a:visited { font-weight: bold; }
	div#header h3 a:hover { color: #777; }
	
	div#header img { position: absolute; top: 3px; right: 20px; opacity: .5; display: none; }
	div#header a:hover img { opacity: 1; }

/*	--------------------------------------------------
	=Admin Header
	-------------------------------------------------- */

	div#adminHeader { background: #333; height: 36px; text-shadow: 0 -1px 1px #222; position: relative;}
	div#adminHeader div.wrapper { width: auto; margin: 0; padding: 0 15px 0 0; }
	div#adminHeader h4 { padding: 0; }
	div#adminHeader h4 a { float: left; display: block; padding: 8px 15px 10px; line-height: 1; color: #fff; }
	div#adminHeader h4 a:hover { background: #222; color: #fff; text-decoration: none; }
	
	/*	Revamped navigation elements */
	ul.nav 							{ float: left; margin: 0; padding: 0; list-style: none; }
	ul.nav li 						{ display: inline; color: #999; line-height: 1; }
	ul.nav li a span 				{ display: inline; font-weight: normal; opacity: .75; line-height: .9; }
	ul.nav li a,  
	ul.nav li.faux-link 			{ float: left; display: inline; width: auto; text-decoration: none; text-shadow: 0 -1px 1px #222; line-height: 1; }
	ul.nav li a, 
	ul.nav li a:visited				{ padding: 0 10px; height: 36px; line-height: 36px; font-weight: bold; color: #fff; }
	ul.nav li a:hover				{ background: #222; color: #fff; text-decoration: underline; }
	ul.nav li.faux-link a:hover 	{ text-decoration: underline; color: #fff; }

	ul.nav li.faux-link 			{ font-weight: normal; color: #777; }
	ul.nav li.faux-link a 			{ display: inline; float: none; padding: 0; height: auto; line-height: 1; }
	ul.nav li.faux-link a:hover		{ background: none; }
	ul.nav li.faux-link small, 
	ul.nav li.faux-link small a 	{ font-weight: normal; color: #999; }
	
	ul.nav li.search				{ padding: 0 10px; }
	ul.nav li.search form			{ line-height: ; }
	ul.nav li.search form input		{ margin: 7px 0 0; color: #777; }
	
	/* Mega dropdown menus */
	ul.nav li.dropdown { position: relative; float: left; display: inline; padding-right: 8px; }
	ul.nav li.dropdown div.sub-nav { display: none; background: #222; padding: 18px; position: absolute; top: 36px; left: 0; z-index: 100; }
	ul.nav li.dropdown div.sub-nav.one-col 		{ width: 180px; }
	ul.nav li.dropdown div.sub-nav.two-col 		{ width: 340px; }
	ul.nav li.dropdown div.sub-nav.three-col 	{ width: 520px; }
	ul.nav li.dropdown div.sub-nav.four-col 	{ width: 700px; }
	`
	ul.nav li.dropdown div.sub-nav dl { margin: 0; padding: 0; }
	ul.nav li.dropdown div.sub-nav dt { margin: 0; padding: 0 0 0px; height: auto; line-height: 1; }
	ul.nav li.dropdown div.sub-nav dd { margin: 0 0 10px 0; padding: 0; height: auto; }
	ul.nav li.dropdown div.sub-nav dt a { padding: 0; margin: 0; display: inline; line-height: 1; }
	ul.nav li.dropdown div.sub-nav dd a { padding: 0; margin: 0; display: inline; font-size: 12px; font-weight: normal; opacity: 0.4; line-height: 1; }
	
	ul.nav li.dropdown h5 { color: #fff; }
	ul.nav li.dropdown ul { margin: 0; padding: 0; list-style: none; }
	ul.nav li.dropdown ul li {  }
	ul.nav li.dropdown a { background: none; float: none; display: block; }
	ul.nav li.dropdown a.menu-name { background: url(/images/header/dropdown.png) no-repeat right 15px; padding-right: 12px; }
	ul.nav li.dropdown li a { height: auto; padding: 3px 0; font-weight: normal; line-height: 18px; color: #ccc; }

	/* Opened state for mega dropdowns */
	ul.nav li.opened.dropdown { background-color: #222; }
	ul.nav li.opened.dropdown a.menu-name { background-color: none; }
	ul.nav li.opened.dropdown div.sub-nav { display: block; }
	ul.nav li.dropdown div.sub-nav .column-row { margin-bottom: 0; }
	
	ul.user.nav a					{ padding: 0 15px; }
	ul.user.nav li.active a			{ background: #222; }
	
	/* User and account links in top right */
	ul.account.nav 					{ position: absolute; top: 0; right: 10px; }
	ul.account.nav a				{ font-weight: normal; }
	
	ul.account.nav li.dropdown div.sub-nav { width: 160px; }
	ul.account.nav li.dropdown div.sub-nav ul li { clear: both; }
	ul.account.nav li.dropdown div.sub-nav ul li ul { display: block; width: 160px; height: 30px; }
	ul.account.nav li.dropdown div.sub-nav ul li ul li { float: left; font-size: 12px; clear: none; display: block; width: auto; margin-right: 10px; opacity: 0.75; text-decoration: underline; }
	ul.account.nav li.dropdown div.sub-nav ul li ul li:hover { opacity: 1.0; }
	ul.account.nav li.dropdown div.sub-nav ul li h5 a { margin-bottom: 0; padding-bottom: 0; font-weight: bold; color: #fff; }


/*	--------------------------------------------------
	=Footer
	-------------------------------------------------- */
	div#footer { padding: 18px 0; }
	div#footer div.wrapper { padding: 17px 0 0; border-top: 1px solid #ddd; }
	div#footer p { color: #777; }

/*	--------------------------------------------------
	=Navigation
	-------------------------------------------------- */
	ul#nav 							{ float: right; list-style-type: none; margin: 5px 0 0; }
	ul#nav li 						{ display: block; float: left; font-size: 1em; padding: 0; line-height: 1; }
	ul#nav li a, 
	ul#nav li a:visited 			{ display: block; font-weight: bold; width: 95px; margin: 7px 0 0; padding: 18px 5px 11px 14px; text-decoration: none; color: #333; border-right: .1em solid #eee; cursor: pointer; }
	ul#nav li a:hover, 
	ul#nav li.current a, 
	ul#nav li.current a:visited 	{ background: #2bff15; color: #fff; border: 0; margin: 0; padding: 25px 6px 10px 14px; text-shadow: 0 -1px 1px #2bff15; }
	ul#nav li span 					{ display: block; font-size: 14px; line-height: 1; font-weight: bold; }
	
	ul#nav li.cta a, 
	ul#nav li.cta a:visited 		{ width: auto; border-right: 0; padding-right: 15px; }

	/* --------------------------------------------------
	PAGE HEADERS
	-------------------------------------------------- */
	div.page-header 				{ width: 100%; position: relative; margin: 0; padding: 36px 0; clear: both; background-position: right bottom; background-repeat: no-repeat; }
	div.page-header h1 				{ display: block; font-size: 48px; line-height: 1; font-weight: bold; letter-spacing: -1.5px; margin: 0 0 6px; color: #222; }
	div.page-header h2 				{ margin: 6px 0 0; font-size: 2.4em; line-height: 1.25; color: #777; font-weight: normal; }
	div.page-header h2 a, 
	div.page-header h2 a:visited 	{ text-decoration: underline; font-weight: inherit; line-height: inherit; }
	div.page-header h2 a.button 	{ display: inline-block; position: relative; top: -5px; }
	div.page-header h1 span, 
	div.page-header h2 span 		{ display: block; }
	div.page-header h1 small, 
	div.page-header h2 small 		{ font-size: 75%; font-weight: normal; }

	div.page-header ul { margin: 0; padding: 0; list-style: none; }
	div.page-header ul li { display: inline; border-right: 1px solid #ccc; padding: 0 9px 1px 0; margin: 0 6px 0 0; font-size: 12px; }
	div.page-header ul li:last-child { border: 0; margin: 0; padding: 0; }
	div.page-header ul li a { text-decoration: none; }
	div.page-header ul li a:hover { text-decoration: underline; }

	div.page-header form { display: inline; }
	div.page-header form div { display: none; }
	div.page-header form p { display: inline; color: #777; }
	div.page-header form label { display: inline; margin: 0 0 0 5px; font-weight: normal; color: #2daebf; }
	div.page-header form label:hover { text-decoration: underline; color: #007d9a; }
	div.page-header form label.current { font-weight: bold; color: #444; text-decoration: none; cursor: text; }
	div.page-header form input { display: none; }

	div.secondary.page-header 		{ margin: 0 0 27px; padding: 18px 0 8px; border-bottom: 1px solid #ddd; }
	div.secondary.page-header h1 	{ font-size: 24px; letter-spacing: 0; }
	div.secondary.page-header span 	{ font-weight: normal; display: inline; color: #777; padding: 0 2px; }
	div.secondary.page-header a.button	{ position: absolute; right: 0; bottom: 8px; }
	
	div.subheader 					{ position: relative; margin: 0 0 9px; padding: 0; }
	div.subheader ul 				{ margin: 0; padding: 0; list-style: none; position: absolute; right: 0; bottom: 0; }
	div.subheader ul li 			{ display: inline; padding: 0 5px; font-weight: bold; }
	div.subheader ul.change-type 	{ background: #f5f5f5; padding: 5px; border: 1px solid #ddd; }
	
	div.page-header { padding: 20px 0; margin: 0 0 20px; border-bottom: 1px solid #eee; }
	div.page-header div.header-meta { float: right; margin: 9px 0 0; }
	div.page-header div.header-meta a.user-pic { display: block; float: left; width: 36px; height: 36px; margin: 0 10px 0 0; border: 1px solid #ddd; -moz-border-radius: 4px; padding: 4px 4px 3px; }
	div.page-header div.header-meta a.user-pic img { display: block; width: 36px; height: 36px; }
	div.page-header div.header-meta a.user-pic:hover { border-color: #aaa; }
	div.page-header div.header-meta h5 { color: #666; font-size: 13px; font-weight: normal; padding: 0; margin: 0 0 0 56px; }
	div.page-header div.header-meta h5 a { font-weight: bold; }
	div.page-header div.header-meta p { color: #999; font-size: 12px; margin: 0 0 0 56px; }


	/* --------------------------------------------------
	TABS
	-------------------------------------------------- */
	ul.tabs							{ float: left; width: 100%; height: 54px; margin: 9px 0 17px; border-bottom: 1px solid #ddd; }
	ul.tabs li						{ display: inline; }
	ul.tabs a,
	ul.tabs a:visited				{ display: inline; float: left; width: auto; margin-right: 2px; padding: 9px 20px 9px 15px; text-decoration: none; font-size: 14px; font-weight: bold; line-height: 18px; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius: 6px 6px 0 0; background: #f5f5f5; }
	ul.tabs a:hover					{ background: #eee; }
	
	ul.tabs a small,
	ul.tabs a:visited small			{ display: block; font-size: 12px; color: #777; }
	
	ul.tabs li.active a,
	ul.tabs li.active a:visited 	{ background: #fff; padding: 8px 29px 9px 14px; color: #333; border: 1px solid #ddd; border-bottom-color: #fff;  }
	
	
	/* --------------------------------------------------
	THE GRID
	-------------------------------------------------- */
	.column-row 		{ margin: 0 0 18px -20px; }
	.column, .columns 	{ float: left; display: inline; margin: 0 0 0 20px; position: relative; }
	.secondary.columns 	{ padding: 1.8em 0 0; }

	.one 				{ width: 40px; }
	.two 				{ width: 100px; }
	.three 				{ width: 160px; }
	.four 				{ width: 220px; }
	.five 				{ width: 280px; }
	.six 				{ width: 340px; }
	.seven 				{ width: 400px; }
	.eight 				{ width: 460px; }
	.nine 				{ width: 520px; }
	.ten 				{ width: 580px; }
	.eleven 			{ width: 640px; }
	.twelve 			{ width: 700px; }
	.thirteen 			{ width: 760px; }
	.fourteen 			{ width: 820px; }
	.fifteen 			{ width: 880px; }
	.sixteen 			{ width: 940px; }
	.one-half 			{ width: 420px; padding-right: 10px; }
	.one-third 			{ width: 300px; }
	.two-thirds 		{ width: 580px; }
	.eleven .column-row { width: 660px; }
	.twelve .column-row { width: 760px; }
	
	.offset-by-one-half { margin-left: 50px; }
	.offset-by-one 		{ margin-left: 80px; }
	.offset-by-two 		{ margin-left: 140px; }
	.offset-by-three 	{ margin-left: 200px; }
	.offset-by-four 	{ margin-left: 260px; }
	.offset-by-five 	{ margin-left: 320px; }
	.offset-by-six 		{ margin-left: 380px; }
	.offset-by-seven 	{ margin-left: 440px; }
	.offset-by-eight 	{ margin-left: 500px; }
	.offset-by-nine 	{ margin-left: 560px; }
	.offset-by-ten 		{ margin-left: 620px; }
	.offset-by-eleven 	{ margin-left: 680px; }
	.offset-by-twelve 	{ margin-left: 740px; }
	.offset-by-thirteen { margin-left: 800px; }
	.offset-by-fourteen { margin-left: 880px; }

	/* Primary Columns for a 2-col layout (be sure to add the .column class) ---------- */
	div#content-main 	{ width: 520px; }
	div#content-sec 	{ width: 280px; margin-left: 80px; }
	
	/*	Clear the columns automagically, thanks @kneath */
	.column-row:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	* html .column-row 	{ height: 1%; }
	.column-row 		{ display: inline-block; }
	.column-row 		{ display: block; }

/*	IE6 Problems ---------- */
	body.ie .column-row 			{ width: 900px; }
	body.ie .eight .column-row		{ width: 480px; }
	body.ie .nine .column-row		{ width: 540px; }
	body.ie .ten .column-row		{ width: 600px; }
	body.ie .eleven .column-row 	{ width: 660px; }
	body.ie .twelve .column-row		{ width: 720px; }
	body.ie .thirteen .column-row	{ width: 780px; }
	body.ie .fourteen .column-row	{ width: 840px; }
	body.ie .fifteen .column-row	{ width: 900px; }
		
/*	----------------------------------------
	Alerts & Errors
	---------------------------------------- */
	/* Plain, Simple Alert */
	p.alert, p.warning, 
	p.error, p.success, 
	p.info 				{ background: #bbb url(/images/alert-overlay.png) repeat-x; margin: 0 0 1.5em; padding: .75em 1em; -webkit-border-radius: .6em; -moz-border-radius: .6em; -webkit-box-shadow: 0 2px 3px #ccc; }
	p.alert a, 
	p.warning a, 
	p.error a, 
	p.success a, 
	p.info a 			{ color: #fff; font-weight: bold; text-decoration: underline; }
	p.alert small 		{ color: #777; }

	/* Warnings */
	p.warning 			{ background-color: #fc9200; color: #fff; }
	p.warning small 	{ color: #d17200; }

	/* Errors */
	p.error 			{ background-color: #e33100; color: #fff; }
	p.error strong 		{ color: #fff; }
	p.error small 		{ color: #930; }

	/* Success */
	p.success 			{ background-color: #a5c941; color: #fff; }
	p.success strong 	{ color: #fff; }
	p.success small 	{ color: #360; }
	
	p.info 				{ background-color: #2daebf; color: #fff; }
	p.info small 		{ color: #007d9a; }

/*	--------------------------------------------------
	=Figures & Images
	-------------------------------------------------- */
	div.figure 						{ background: #eee; margin: 0 0 1.8em; padding: 8px 9px 9px; -webkit-border-radius: 2px; }
	div.figure img 					{ display: block; margin: 0; border: 1px solid #999; }
	div.figure cite 				{ display: block; margin: 8px 0 0; font-size: 1.2em; line-height: 1.5; color: #555; }
	div.figure cite strong 			{ color: #333; }
	
	div.simple.figure 				{ background: #fff; margin: 0 0 1.8em; padding: 0; }
	div.simple.figure img 			{ display: block; margin: 0 0 8px; border: 1px solid #999; }
	div.simple.figure cite 			{ color: #777; }
	div.simple.figure cite strong 	{ color: #555; }
	
	div.floated.figure 				{ float: right; margin-left: 2em; }
	
	div.large.figure 				{ width: 500px; } /* 520px */
	div.medium.figure 				{ width: 320px; } /* 340px */
	div.small.figure 				{ width: 200px; } /* 220px */

/*	--------------------------------------------------
	=Custom Labels
	-------------------------------------------------- */
	.label, 
	.label:visited 				{ background: #999; display: inline-block; padding: 3px 5px 4px; color: #fff; font-size: 11px; font-weight: bold; text-decoration: none; text-transform: uppercase; line-height: 1; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0 0 1px transparent; }
	.label:hover 				{ text-decoration: none; color: #fff; }
	body.ff2 .label, 
	body.ff2 .label:visited 	{ -moz-border-radius: 0; }
	
	/* ZURB colors */
	.green.label 				{ background: #a5c941; text-shadow: 0 0 1px #a5c941; }
	.blue.label 				{ background: #2daebf; text-shadow: 0 0 1px #2daebf; }
	.magenta.label 				{ background: #a9014b; text-shadow: 0 0 1px #a9014b; }
	.red.label 					{ background: #e33100; text-shadow: 0 0 1px #e33100; }
	.orange.label 				{ background: #ff5c00; text-shadow: 0 0 1px #ff5c00; }
	.yellow.label 				{ background: #fc9200; text-shadow: 0 0 1px #fc9200; }

	/* Other Basics */
	.black.label 				{ background: #333; text-shadow: 0 0 1px #222; }
	.white.label 				{ background: #fff; padding: 0 3px 1px; border: 1px solid #ddd; color: #333; text-shadow: 0 0 1px #fff; }

/*	--------------------------------------------------
	=Misc
	-------------------------------------------------- */
	.muted		{ color: #777; font-weight: normal; }
	.important 	{ color: #e33100; }	
	.left 		{ float: left; }
	.right 		{ float: right; }
	.clear 		{ clear: both; }
   
	div.pagination 				{ width: 100%; height: 36px; text-align: center; margin: 0 0 3.6em; padding: 0; font-size: 12px; line-height: 1; }
	div.pagination a, 
	div.pagination a:visited 	{ padding: 3px 11px 4px; font-size: 12px; line-height: 1; text-decoration: none; font-weight: bold; border: .1em solid #ddd; text-shadow: 0 1px 1px #fff; -webkit-border-radius: 2px; }
	div.pagination a:hover 		{ color: #fff; text-shadow: 0 -1px 1px #007d9a; background: #2daebf; border: .1em solid #007d9a; }
	div.pagination .disabled 	{ color: #bbb; border: 0; }
	div.pagination .current 	{ padding: 4px 12px 5px; color: #777; font-weight: bold; }
	.inactive 					{ color: #777; }
	div.pagination .prev_page, 
	div.pagination .next_page 	{ margin: 0 2em 0 2em; }	
	
	
/*	--------------------------------------------------
	=Code Notes
	-------------------------------------------------- */
	div.code-block { overflow: hidden; }
	div.code-block ol { margin: 0; list-style: none; }
	div.code-block ol li { position: relative; overflow: hidden; min-height: 20px; line-height: 19px; clear: both; cursor: default; }
	div.code-block ol li:hover { background: #ffd; }
	div.code-block ol li span.line-number { position: absolute; top: 0; left: 0; height: 100%; width: 36px; text-align: right; padding: 0 9px 0 0; border-right: 1px solid #ccc; background: #f3f3f3; color: #666; }
	div.code-block ol li pre,
	div.code-block ol li code { display: block; float: left; color: #000; margin-left: 95px; line-height: 16px; }
	div.code-block ol li pre span:first-child,
	div.code-block ol li code span:first-child { margin-left: -30px; }

	/* Note Groups ----- */
	div.code-block ol li.group { background: #ffd; }
	div.code-block ol li.group span.line-number { background: #e8e8e8; color: #000; border-color: #ccc; }

	/* The Code Note ----- */
	div.code-block ol li.note { background: #ffa; border-left: 45px solid #ddd; }
	div.code-block ol li.note div { display: none; }
	div.code-block ol li.note h6 { font-size: 12px; }
	div.code-block ol li.note p { font-size: 12px; color: #000; width: 550px; margin: 0; }
	div.code-block ol li.note form { height: auto; width: auto; padding: 17px 19px; margin: 0; border-left: 1px solid #ccc; }
	div.code-block ol li.note form textarea { width: 450px; height: 100px; font-size: 12px; margin: 0 0 8px; }
	div.code-block ol li.note form button { background: #007BBF; padding: 2px 3px; font: bold 12px Arial; border: 1px solid #00527F; color: #fff; cursor: pointer; margin: 0 2px 0 0; }
	div.code-block ol li.note.new form button.delete { display: none; }
	div.code-block ol li.note.saved { cursor: pointer; }
	div.code-block ol li.note.saved form { padding: 0; }
	div.code-block ol li.note.saved form div { display: block; padding: 17px 19px; }
	div.code-block ol li.note.saved form textarea { display: none; }
	div.code-block ol li.note.saved form button { display: none; }
	div.code-block ol li.note.saved:hover { background: #ff7; border-color: #ccc; }
	div.code-block ol li.note.saved:hover form { border-color: #bbb; }


/*	--------------------------------------------------
	=Screenshot Notes
	-------------------------------------------------- */
	div.visual.notes.container img { cursor: crosshair; }
	div.visual.notes.container div.note { position: absolute; color: #000; }
	div.visual.notes.container div.note div.border { position: absolute; outline: 1px dashed #000; border: 1px dashed #fff; width: 100%; height: 100%; top: -1px; left: -1px; }
	div.visual.notes.container div.note div.overlay { position: absolute; width: 100%; height: 100%; opacity: 0.25; top: 0; left: 0; }
	div.visual.notes.container div.note div.corner { background: #fff; position: absolute; border: 1px solid #000; width: 6px; height: 6px; z-index: 6; }
	div.visual.notes.container div.note div.corner.top-left { top: -2px; left: -2px; }
	div.visual.notes.container div.note div.corner.top-right { top: -2px; right: -2px; }
	div.visual.notes.container div.note div.corner.bottom-left { bottom: -2px; left: -2px; }
	div.visual.notes.container div.note div.corner.bottom-right { bottom: -2px; right: -2px; }
	div.visual.notes.container div.note form { display: block; background: url(/images/1x1px-alt-overlay.png); position: absolute; left: -3px; bottom: 0; width: 340px; padding: 18px 20px; margin: 0 0 -150px; -webkit-border-radius: 9px; -moz-border-radius: 9px; }
	div.visual.notes.container div.note form p { display: none;  margin: 0; color: #fff; font-size: 14px; line-height: 20px; text-shadow: 0 0 1px #333; }
	div.visual.notes.container div.note form textarea { background: transparent; display: block; width: 100%; height: 72px; margin: 0; padding: 0; color: #fff; border: 0; text-shadow: 0 0 1px #333; font-size: 14px; line-height: 20px; }
	div.visual.notes.container div.note form button { background: #000 url(/images/alert-overlay.png) repeat-x; margin: 0; padding: 3px 10px 4px; font: normal 14px/1 "Helvetica Neue", Helvetica, Arial; border: 1px solid #000; color: #fff; text-shadow: 0 -1px 1px #000; -webkit-border-radius: 12px; -moz-border-radius: 12px; cursor: pointer; }
	div.visual.notes.container div.note form button.delete,
	div.visual.notes.container div.note form button.cancel { opacity: .5; }
	div.visual.notes.container div.note form button:hover { background-color: #222; border-color: #222; }
	div.visual.notes.container div.note span.note { display: none; position: absolute; top: -13px; left: -13px; width: 25px; height: 25px; }
	body.safari div.visual.notes.container div.note span.note span.wrap { display: block; position: absolute; top: 0; left: 0; z-index: ; width: 25px !important; height: 25px; -webkit-border-radius: 12px; -webkit-box-shadow: 0 2px 3px #000; opacity: .5; }


	/* The note was just created ----- */
	div.visual.notes.container div.note.new button.delete { display: none; }

	/* After the note has been dropped ----- */
	div.visual.notes.container div.note.dropped { cursor: move; }
	div.visual.notes.container div.note div.corner.top-left { cursor: nw-resize; }
	div.visual.notes.container div.note div.corner.top-right { cursor: ne-resize; }
	div.visual.notes.container div.note div.corner.bottom-left { cursor: sw-resize; }
	div.visual.notes.container div.note div.corner.bottom-right { cursor: se-resize; }
	div.visual.notes.container div.note.dropped ol.notes { display: none; }

	/* The note is currently moving ----- */
	div.visual.notes.container div.note.moving { cursor: move; z-index: 80; }

	/* This is the currently selected note ----- */
	div.visual.notes.container div.note.active { z-index: 50; }

	/* After the note has been saved ----- */
	div.visual.notes.container div.note.saved { cursor: move; }
	div.visual.notes.container div.note.saved div.border { outline: none; border: 2px dashed #000; }
	div.visual.notes.container div.note.saved div.corner { display: none; }
	div.visual.notes.container div.note.saved div.overlay { background: #fe0; top: 1px; left: 1px; }
	div.visual.notes.container div.note.saved form { display: none; }
	div.visual.notes.container div.note.saved button { display: none; }
	div.visual.notes.container div.note.saved span.note { display: block; }

	/* Hover State ----- */
	div.visual.notes.container div.note.saved:hover { z-index: 30; }
	div.visual.notes.container div.note.saved:hover div.border { outline: 2px solid #fd3; border: 2px solid #000; }
	div.visual.notes.container div.note.saved:hover form { display: block; position: relative; z-index: 100; }
	div.visual.notes.container div.note.saved:hover form p { display: block; }
	div.visual.notes.container div.note.saved:hover form textarea { display: none; }
	
/*	--------------------------------------------------
	=Copy Notes
	-------------------------------------------------- */
	div.copy.notes.container { overflow: hidden; }
	div.copy.notes.container *.hover { background: #ffd; cursor: pointer; }
	div.copy.notes.container *.group { background: #ffd; }
	
	div.copy.notes.container div.note { background: #ffa; margin: 10px 0; }
	div.copy.notes.container div.note div { display: none; }
	div.copy.notes.container div.note p { font-size: 12px; color: #000; width: 550px; margin: 0; }
	div.copy.notes.container div.note form { height: auto; width: auto; padding: 17px 19px; margin: 0; }
	div.copy.notes.container div.note form textarea { width: 450px; height: 150px; font-size: 12px; margin: 0 0 8px; }
	div.copy.notes.container div.note form button { background: #007BBF; padding: 2px 3px; font: bold 12px Arial; border: 1px solid #00527F; color: #fff; cursor: pointer; margin: 0 2px 0 0; }
	div.copy.notes.container div.note.new form button.delete { display: none; }
	div.copy.notes.container div.note.saved { cursor: pointer; }
	div.copy.notes.container div.note.saved form { padding: 0; }
	div.copy.notes.container div.note.saved form div { display: block; padding: 17px 19px; }
	div.copy.notes.container div.note.saved form textarea { display: none; }
	div.copy.notes.container div.note.saved form button { display: none; }
	div.copy.notes.container div.note.saved:hover { background: #ff7; border-color: #ccc; }
	div.copy.notes.container div.note.saved:hover form { border-color: #bbb; }

	