/*
	(1) html elements:
	(2) layout components
	(3) formatting: layout components
	(4) general purpose
	(5) hacks
		made in washington */

/************************************************
	(1) html elements
*************************************************/
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: arial, sans-serif;
	font-size: 90%;
}

h1 {}

h2 {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.3em;
	color: #660;
}

p {
	margin-bottom: 15px;
}

ol {
	padding-left: 35px;
}

ol li {
	margin-bottom: 15px;
}


/************************************************
	(2) layout components
*************************************************/
#wrapper {
	overflow:hidden;
	position:relative;
	width:100%;
}

#w1 {
	left: 50%;
	position: relative;
	width: 1021px;
}

#w2 {
	float: left;
	left: -50%;
	position: relative;
}

#main {
	background: url(../images/bg-main-mid.gif) repeat-y scroll 0 0 transparent;
	margin: 20px 0 0;
	width: 1021px;
}

#main-inner {
	background: url(../images/bg-main-top.gif) no-repeat scroll 0 0 transparent;
	width: 100%;
}

#masthead {
	background: transparent url(../images/bg_masthead.jpg) 0 0 no-repeat;
	padding: 14px 0 0 19px;
	position: relative;
	height: 66px;
	margin: 0 9px;
}

#logo {
	position: absolute;
	right: 13px;
	top: 0;
}

#nav {
	margin-left: 27px;
}

#content {
	background: transparent url(../images/bg_content2.gif) 0 0 repeat-x;
	margin: 0 9px;
	min-height: 360px;
	padding: 60px 40px 0 47px;
	position: relative;
}

#column-wrapper {
	overflow: auto;
}

#left-column {
	float: left;
	width: 480px;
	margin-right: 40px;
}

#right-column {
	float: left;
	width: 370px;
}

#single-column {}

#footer {
	background: transparent url(../images/bg_footer.gif) bottom left no-repeat;
	font-size: .75em;
	margin: 0 auto;
	padding: 20px 42px 20px 42px;
}


/************************************************
	(3) formatting: layout components
*************************************************/

/* nav */
#nav li {
	margin-right: 30px;
}

#nav a {
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li.active a {
	color: #1f210c;
}


/* content */
#content #banner-h1 {
	background: transparent url(../images/bg_h1_tail.png) top right no-repeat;
	font-size: 1.5em;
	font-weight: normal;
	padding-right: 12px;
	position: absolute;
	top: -25px;;
	left: -21px;
}

#content #banner-h1 div {
	background: transparent url(../images/bg_h1.png) 0 0 no-repeat;
	height: 69px;
	padding: 7px 15px 0 25px;
}



/* footer */
#footer ul {
	border-top: 4px solid #827d00;
	margin-bottom: 5px;
	overflow: auto;
	padding-top: 10px;
}

#footer li {
	margin-right: 10px;
	text-transform: uppercase;
}

#footer a {
	color: #000;
}


/************************************************
	(4) general purpose
*************************************************/

/* HEADERS */
div.h2 {
	background: transparent url(../images/bg_h2.gif) bottom left repeat-x;
	margin-bottom: 10px;
	padding-bottom: 4px;
	position: relative;
}

div.h2 h2 {
	color: #005696;
	margin-bottom: 0;
}

div.dark {
	background-image: url(../images/bg_h2-dark.gif) !important;
}

/* LISTS */

/* ul.adjacent */
ul.adjacent {
	list-style: none;
}

ul.adjacent li {
	float: left;
}


/* controls */
ul.controls {
	position: absolute;
	bottom: 6px;
	right: 0;
}

ul.controls li {
	border-left: 1px solid #000;
	float: left;
	font-size: .85em;
	line-height: 1em;
	list-style: none;
	margin-left: 6px;
	padding-left: 6px;
}

ul.controls a {
	color: #000;
}

ul.controls li.first {
	border-left: none;
}


/* dot */
ul.dot li {
	background: transparent url(../images/bullet_green.gif) 0 7px no-repeat;
	list-style: none;
	margin-bottom: 20px;
	padding-left: 10px;
}

ul.dot ul.dot {
	margin-left: 10px;
	margin-top: 10px;
}




/* thumbs */
ul.thumbs {
	clear: both;
	overflow: auto;
}

ul.thumbs li {
	float: left;
	list-style: none;
	padding: 7px 7px 14px 7px;
	width: 160px;
	position: relative;
}

ul.thumbs li div.thumb img {
	padding: 7px 7px 13px 7px;
	height: 86px;
	display: block;
}

ul.thumbs li.active div.thumb img,
ul.thumbs li.hover div.thumb img {
	background: transparent url(../images/bg_thumb_active.png) bottom center no-repeat;
}

ul.thumbs li div.title {
	color: #005696;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 5px 10px;
	width: 126px;
}




/* thumb-list */
ul.thumb-list {
	list-style: none;
}

ul.thumb-list li {
	background: transparent url(../images/bg_arrow_down.gif) bottom center no-repeat;
	float: left;
	list-style: none;
	margin-right: 10px;
	padding-bottom: 7px;
}

ul.thumb-list li img {
	border: 7px solid #005696;
	display: block;
}


/* tables */
table.form {}

table.form td {
	padding: 5px;
	vertical-align: top;
}

table.form th,
table.form td.label {
	text-align: right;
}

table.form td.controls {
	text-align: right;
}


/* screencasts */


div.screencast {
	font-size: .9em;
	margin-bottom: 20px;
}

div.screencast p {
	margin-bottom: 10px;
}

div.screencast img {
	float: left;
	margin-right: 10px;
}

div.screencast .duration {
	color: #666;
	font-weight: bold;
}

div.screencast .title {
	font-size: 1em;
	font-weight: bold;
}

.media-wrapper {
	background-color: #bad1e3;
	position: relative;
	padding: 60px 20px 20px 20px;
}

.media-wrapper p {
	margin: 5px 0 0 0;
	padding: 0;
}

.media-wrapper .screencast-links a {
	color: #000;
	font-size: 11px;
}

.screencast-cta {
	display: block;
	background: transparent url(/images/bg_banner_colorbox.gif) 0 0 no-repeat;
	width: 272px;
	height: 42px;
	color: #fff !important;
	font-size: 18px;
	text-decoration: none;
	margin-left: -9px;
	padding: 7px 0 0 15px;
	position: absolute;
	top: 10px;
	left: 0;
}

.screencast-cta:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.close {
	float: right;
	color: #00598e !important;
	font-size: 14px;
	font-weight: bold;
}

.screencast-title {
	font-size: 13px;
}

.screencast-duration {
	color: #5e6c77;
	padding-right: 20px;
}



/* buttons */
input.action {
	background: transparent url(../images/bg_btn_action.gif) 0 0 repeat-x;
	border: 1px solid #033c69;
	font-weight: bold;
	padding: 2px 10px 3px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-shadow: 1px 1px 1px #cc9;
}

input.action:hover {
	background-position: 0 -23px;
}

input.action:active {
	background-position: 0 -46px;
}

/* UTILITIES */

.white 		{ color: #fff !important; }
.blue 		{ color: #005696 !important; }

.no-margin	{ margin: 0 !important; }

.text-right	{ text-align: right; }


/* Form Error Container */
div.errorbox{
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	margin-bottom: 8px;
	padding:10px 0px 10px 5px;
	font:15px bold Arial, Helvetica, sans-serif;
}
div.errorbox ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.errorbox { display: none }
.errorbox label.error {
	display: inline;
}

.inputerror { border: 1px solid red; }




/************************************************
	(5) hacks
*************************************************/
* html #content { height: 560px; }
* html #content #banner-h1 { background-image: url(../images/bg_h1_tail.gif); display: inline;  }
* html #content #banner-h1 div { background-image: url(../images/bg_h1.gif); display: inline; float: left; }
* html .stage .thumbs { zoom: 1; }
* html .stage a.cta { zoom: 1; }
* html div.h2 { zoom: 1; }