/****************************************
 * Content Layout
 ****************************************/

#content {
  position: relative;
  float: left;
	background: #edede5 url(../images/leaves.gif) repeat-x top center;
	min-height: 200px;
	width: 100%;
	z-index: 1000;
}

#content-wrapper {
  position: relative;
	margin: 0 auto;
	width: 900px;
}

#content.mini {
  border-top: 7px solid #0086E6;
}

#content.mini #content-wrapper {
  border-top: 5px solid #60BF30;
  padding: 3%;
  width: 94%;
}

.main {
	position: relative;
	top: 0px;
	left: -2px;
	float: left;
	padding: 30px 27px 20px 27px;
	min-height: 260px;
	overflow: hidden;
	width: 645px;
	background: url(../images/main_695.jpg) no-repeat top left;
	z-index: 1001;
}

.full .main {
	width: 850px;
	background-image: url(main_full.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.framed .main {
  padding-top: 45px;
}

.main-wrapper {
	margin-top: -61px;
}

.secondary {
	float: right;
	margin: 15px -15px 0 0;
	padding: 15px 15px 40px 15px;
	width: 175px;
	min-height: 200px;
	overflow: hidden;
	background: url(../images/secondary.gif) no-repeat top left;
}

.secondary-wrapper {
	margin-top: -30px;
}

.main .secondary {
  margin: 0;
}

.section {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e5da;
}

.secondary .section {
	margin-top: 30px;
	padding-top: 0;
	border: none;
}

/****************************************
 * Content Formatting
 ****************************************/

/* Text */

h2 {
	margin: 2px 0 20px 0;
	font-size: 2.8em;
	line-height: 1.1em;
	color: #cc3b1f;
	font-family: helvetica, arial, sans-serif;
}

h2 .details {
	padding: 0 0 0 5px;
	font-size: .75em;
	font-weight: normal;
	color: #b3b1a8;
}

h3 {
	margin: 0 0 15px 0;
	font-size: 1.8em;
}

h3 .details {
	padding: 0 0 0 5px;
	font-size: .83em;
	font-weight: normal;
	color: #b3b1a8;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 1.4em;
}

h4 .details {
	font-size: .86em;
	font-weight: normal;
	color: #b3b1a8;
}

h5 {
  margin: 0 0 5px 0;
  font-size: 1.3em;
}

p {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 1.2em;
}

ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 24px;
  font-size: 1.2em;
}

ul ul, ul p {
  font-size: 1em;
}

ul h3 {
  font-size: 1.5em;
}

ul h4 {
  font-size: 1.17em;
  margin: 0 0 5px 0;
}

ul li {
	margin: 7px 0;
	list-style: none;
	padding: 0 0 0 24px;
	background: url(../images/bullet.gif) no-repeat 7px 3px;
}

ol li {
  margin: 7px 0;
}

ul.withTitles li {
  background-position: 7px 5px;
}

ul.muted li, ul li.muted {
  background-image: url(../images/bullet_muted.gif);
}

ul.linkList li {
	padding: 0;
	background: none;
}

blockquote {
	margin: 15px;
	padding: 10px 12px;
	font-size: 12px;
	line-height: 1.4em;
  background: #fff;
  border-left: 2px solid #e6e5da;
}

.error, .critical {
  color: #bf0000;
}

.success {
  color: #390;
}

.small {
  font-size: 1.1em;
}

.medium {
  font-size: 1.2em;
}

.large {
  font-size: 1.5em;
}

.muted {
  color: #b3b1a8;
}

.lined {
  margin: 0 0 30px 0;
  padding-bottom: 1px;
  background: url(../images/text_lines.png) repeat-y top left;
  line-height: 25px;
}

.beginner {
  color: #390;
}

.intermediate {
  color: #d9a300;
}

.expert {
  color: #bf0000;
}

/* Links */

a {
	color: #007fbf;
	text-decoration: none;
}

a:hover {
	color: #bf4000;
	text-decoration: underline;
}

a:active {
	color: #007fbf;
}

a.muted {
  color: #76b6d2;
}

a.muted:hover {
  color: #bf4000;
}

a.muted:active {
	color: #76b6d2;
}

/* Images */

img {
	border: none;
}

.icon {
	margin: 0 2px 0 0;
	vertical-align: -2px;
}

.icon16 {
  margin: 0 2px 0 0;
  vertical-align: -4px;
}

.icon10 {
  margin: 0 1px 0 0;
  vertical-align: -1px;
}

.icon32 {
  vertical-align: -6px;
}

.thumbnail {
	border: 3px solid #e0ddd3;
	padding: 1px;
	background: #fff;
}

a:hover .thumbnail,
a.thumbnail:hover {
	border-color: #bf4000;
}

.thumbnail.small {
	border-width: 1px;
}

.thumbnail.avatar {
	border-width: 2px;
}

.inline {
  float: left;
  margin: 0 10px 10px 0;
}

.inline-right {
  float: right;
  margin: 0 0 10px 10px;
}

.imageWrapper {
  margin: 20px 0;
  width: 100%;
  background: #e6e5da;
}

.imageWrapper img {
  display: block;
  margin: 0 auto;
}

.caption {
  padding: 10px 15px 0 15px;
  background: #edede5;
  text-align: center;
  font-size: 1.1em;
}

/* Forms */

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.input-text, textarea {
	background: #fff url(../images/input_bg.gif) no-repeat top left;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #f7f7f7;
	padding: 5px;
}

.input-checkbox {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: -2px;
}

.defaultText {
	color: #999;
}

.choices .choice {
  margin: 0 0 15px 0;
  position: relative;
}

.choices .choice-selector {
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0;
}

.choices .choice-label {
  font-weight: bold;
  padding-left: 19px;
}

.choices .details,
.form .choices .details {
  margin: 4px 0 0 19px;
  font-size: 0.92em;
  color: #807c6c;
}

.secondary .choice-label {
  font-size: 12px;
}

.secondary .choices .details,
.secondary .form .choices .details {
  font-size: 11px;
  line-height: 1.3em;
}

.checklist {
  margin: 0 0 10px 0;
}

.checklist label {
  display: block;
  margin: 0 0 5px 0;
}

.form-submit {
  margin: 15px 0 0 0;
  text-align: right;
  font-size: 1.2em;
}

/* Tables */

table, thead, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;	
}

table.simple {
	margin: 0 0 15px 0;
	font-size: 1.2em;
}

.simple td, .simple th {
	padding: 5px 0 5px 10px;
	vertical-align: top;
}

.simple th {
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
	color: #666;
}

.simple tbody th {
	white-space: normal;
}

.simple .simple {
	font-size: 1em;
}

.form th {
	padding-top: 8px;
	font-weight: bold;
}

.form th strong {
	color: #333;
}

.form .details {
	margin: 5px 0 0 0;
	white-space: normal;
	font-size: 0.92em;
	line-height: 1.3em;
	font-weight: normal;
  color: #b3b1a8;
}

.form .text {
  padding-top: 8px;
}

.wideForm {
  width: 100%;
}

.wideForm th {
  width: 265px;
}

.wideForm td .input-text, .wideForm td textarea {
  width: 400px;
}

table.tabular {
	margin: 20px 0;
	width: 100%;
	font-size: 1.2em;
	border-collapse: collapse;
}

.tabular thead th {
	padding: 0 10px 5px 10px;
	text-align: left;
	border-bottom: 1px solid #edede5;
}

.tabular td, .tabular tbody th {
	padding: 5px 10px;
	border-bottom: 1px solid #edede5;
	background: #fafaf8;
}

.tabular tbody th {
	text-align: left;
}

.tabular .alt td, .tabular .alt th {
	background: #f6f6f2;
}

.tabular h3 {
	font-size: 1.5em;
}

/* Miscellaneous */

.separator {
	padding: 0 3px;
	font-size: 9px;
	color: #ccc;
	vertical-align: 1px;
	font-family: arial, helvetica, sans-serif;
}

h3 .separator {
  font-size: 10px;
  vertical-align: 2px;
}

.disabled {
	color: #aaa;
}

.more {
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 1.2em;
}

.clear {
	clear: both;
}

.hr {
  clear: both;
  margin: 0 0 15px 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #e6e5da;
}

.spaced {
  margin: 15px 0;
}

.empty {
  background: #e6e5da;
  color: #b3b1a8;
  font-size: 18px;
  padding: 30px 20px 33px 20px;
  text-align: center;
}

/* Secondary */

.secondary h2 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1em;
	color: #fff;
	background: #807d73 url(../images/secondary_corners_top.png) no-repeat top left;
}

.secondary .h2-inner {
  display: block;
	padding: 6px 7px;
	background: transparent url(../images/secondary_corners_bottom.png) no-repeat bottom left;
}

.secondary h3, 
.secondary h4 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}

.secondary h5 {
  margin: 0 0 5px 0;
  font-size: 1.1em;
}

.secondary p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

.secondary ul, .secondary ol {
  margin: 0 0 10px 0;
}

.secondary ul h3,
.secondary ul h4 {
  font-size: 1em;
}

.secondary .withTitles h3,
.secondary .withTitles h4 {
  margin: 0 0 3px 0;
  padding: 2px 0 0 0;
}

.secondary .hr {
  margin: 0 0 10px 0;
}
/****************************************
 * Miscellaneous
 ****************************************/

#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
}