/*
 *  Recess Framework
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,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;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:active{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/* Begin text */

body {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	}

body, h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

h3, h4, input, textarea, select, label, #nav, .meta, #copyright {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	}

code {
	font-family: Consolas, "Courier New", Courier, mono;
	}

p {
	padding-bottom: 24px;
	}

a:link, a:visited {
	color: #3ea3e3;
	text-decoration: underline;
	}

a:focus, a:hover, a:active {
	text-decoration: none;
	}

h1 {
	font-size: 24px;
	line-height: 36px;
	color: #3ea3e3;
	background: url(../images/h1-bg.png) no-repeat 0 0;
	margin-left: -15px;
	padding: 0 0 24px 15px;
	}

h2 {
	font-size: 18px;
	padding: 12px 0;
	color: #444444;
	}

h2 a:link, h2 a:visited {
	text-decoration: none;
	}

h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0;
	color: #444444;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	}

h5 {
	font-size: 15px;
	font-weight: normal;
	}

blockquote {
	margin: 0 0 22px;
	padding: 11px 22px;
	font-style: italic;
	}

label {
	font-size: 1em;
	}

input, textarea, select {
	font-size: 1em;
	color: #666666;
	}

.input-text, input[type=text], textarea {
	padding: 3px 5px;
	}

input.submit, button {
	
	}

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

.meta {
	font-size: 12px;
	font-weight: bold;
	}

/* End text */

/* Begin page styles */

html {
	background: #f1f1f7 url(../images/html-bg.png) repeat;
	}

#wrapper {
	width: 900px;
	margin: 0 auto;
	}

/* Clearfix */

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* Clearfix */
#wrapper:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */
* html #wrapper {height: 1%;}
/* IE7 */
*:first-child+html #wrapper {min-height: 1px;}

/* End page */

/* Begin header styles */

#header {
	float: left;
	width: 100%;
	padding: 0 0 22px;
	}

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo {
	padding: 0;
	}

#logo a {
	display: block;
	margin: 0 auto;
	padding: 0 0 25px;
	width: 500px;
	height: 155px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	}

#nav {
	float: left;
	width: 850px;
	padding: 10px 25px 5px;
	background: #3ea3e3;
	}

#nav li {
	float: left;
	margin-right: 25px;
	}

#nav li a {
	color: #fff;
	text-decoration: none;
	}

#nav li.downloads a {
	font-weight: bold;
	color: #ffed77;
	}

#nav li a:focus, #nav li a:hover {
	text-shadow: 0 0 5px rgba(255,237,119,0.75);
	}

#breadcrumbs {
	position: relative;
	background: url(../images/breadcrumb-bg.png) no-repeat 0 0;
	left: -27px;
	width: 892px;
	height: 37px;
	float: left;
	padding: 18px 0 0 52px;
	font-size: 14px;
	}

#breadcrumbs li {
	float: left;
	margin-right: 7px;
	}

#breadcrumbs li a {
	padding-right: 10px;
	background: url(../images/breadcrumb-divider.png) no-repeat right center;
	}

/* End header */

/* Begin body styles */

#content {
	clear: both;
	}

#body {
	float: left;
	width: 570px;
	overflow: hidden;
	}

#body ul {
	list-style-type: none;
	padding: 0 0 11px;
	}

#body ul li {
	padding: 0 0 11px 22px;
	background: url(../images/bullet.png) no-repeat left 6px;
	}

#body ol {
	list-style-type: decimal;
	padding: 0 0 11px 22px;
	}

#body ol li {
	padding: 0 0 11px;
	}

#body li h2, #body li h3 {
  padding: 0;
  }

#body .post {
  padding-top: 11px;
  border-top: 1px solid #b7c2cd;
  }

#body #paginationLinks {
	margin: 0 0 11px;
	list-style: none;
	overflow: hidden;
	}

#body #paginationLinks li {
	float: left;
	padding: 0;
	background: none;
	}

#body #paginationLinks li a {
	display: block;
	padding: 0 6px;
	line-height: 24px;
	font-size: 14px;
	}

#body #paginationLinks li a.current {
	margin: 0 3px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #b7c2cd;
	color: #fff;
	}

/* Comments */
#comments ol, #comments ol li{ margin: 0; padding: 0; list-style: none; }
#comments ol li { margin: 15px 0; border: 1px solid #eee;}
#comments ol li div.comment-meta { padding: 5px 10px; background: #fafafa; border-bottom: 1px solid #ddd; }
#comments ol li div.comment-text { padding: 10px; }

#comments form { padding: 24px 0; border-top: 1px solid #ddd; }
#comments form label{ display: block; }
#comments form input.text{ width: 200px; }
#comments form textarea{ width: 95%; height: 120px; }
#comments-content { border-top: 1px solid #b7c2cd; padding-top: 12px; }
		

/* End body */

/* Begin Sidebar */

#sidebar {
	float: right;
	width: 300px;
	}

#sidebar .section {
	padding: 0 0 11px;
	}

#sidebar h2 {
	background: url(../images/sidebar-h2-bg.png) no-repeat left top;
	margin: 0 0 0 -12px;
	padding: 11px 0 11px 12px;
	font-size: 24px;
	color: #3ea3e3;
	}

#sidebar h2 img {
	vertical-align: bottom;
	}

#sidebar p {
	padding: 0;
	}

#sidebar #news ul li {
	margin-bottom: 22px;
	}

/* End Sidebar */

/* Begin footer styles */

#footer {
	clear: both;
	}

#signup {
	height: 46px;
	margin: 0 0 22px;
	padding: 15px 25px;
	background: url(../images/signup-bg.png);
	color: #9a9a9a;
	}

#signup div {
	float: left;
	}

#signup h2 {
	padding: 0;
	color: #626a72;
	}

#signup p {
	padding: 0;
	}

#signup form {
	float: right;
	padding: 7px 0 0;
	}

#signup form input {
	vertical-align: middle;
	}

#signup form .input-text, #signup form input[type=text] {
	width: 220px;
	margin-right: 5px;
	}

#copyright {
	text-align: center;
	font-size: 12px;
	}

#copyright a {
	color: #666666;
	}

#copyright a:focus, #copyright a:hover, #copyright a:active {
	color: #3ea3e3;
	}

/* End footer */

/* Begin Homepage */

#feature {
	position: relative;
	background: url(../images/feature-bg.png) no-repeat 0 0;
	left: -27px;
	width: 845px;
	height: 220px;
	float: left;
	padding: 33px 52px 0 52px;
	font-size: 13px;
	}

#feature h2 {
	padding: 0 0 33px;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #a3b0bd;
	}

#feature ul {
	text-align: center;
	}

.home #feature ul li {
	display: inline;
	padding: 0 33px;
	}

.home #body ul {
	color: #3ea3e3;
	-webkit-column-count: 2;
	-webkit-column-gap: 22px;
	-moz-column-count: 2;
	-moz-column-gap: 22px;
	column-count: 2;
	column-gap: 22px;
	}

/* End homepage */

/* Begin Script Highlighter styles */

.dp-highlighter {
	font-family: "Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
	font-size: 11px !important;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
	padding-top: 1px;
	/* adds a little border on top when controls are

hidden */
	}

/* clear styles */

.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	border: none;
	}

.dp-highlighter a,
.dp-highlighter a:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	}

.dp-highlighter .bar {
	padding-left: 45px;
	}

.dp-highlighter.collapsed .bar,
.dp-highlighter.nogutter .bar {
	padding-left: 0px;
	}

.dp-highlighter ol {
	list-style: decimal;
	/* for

ie */
        background-color: #fff;
	margin: 0px 0px 1px 45px !important;
	/* 1px botto

m margin seems to fix occasional Firefox scrolling */
        padding: 0px;
	color: #5C5C5C;
	}

.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li {
	list-style: none !important;
	margin-left: 0px !important;
	}

.dp-highlighter ol li,
.dp-highlighter .columns div {
	list-style: decimal-leading-zero;
	list-style-position: outside !important;
	border-left: 3px solid #004BB0;
	background-color: #F8F8F8;
	color: #5C5C5C;
	padding: 0 3px 0 10px !important;
	margin: 0 !important;
	line-height: 15px;
	}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div {
	border: 0;
	}

.dp-highlighter .columns {
	background-color: #F8F8F8;
	color: gray;
	overflow: hidden;
	width: 100%;
	}

.dp-highlighter .columns div {
	padding-bottom: 5px;
	}

.dp-highlighter ol li.alt {
	background-color: #FFF;
	color: inherit;
	}

.dp-highlighter ol li span {
	color: black;
	background-color: inherit;
	}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol {
	margin: 0px;
	}

.dp-highlighter.collapsed ol li {
	display: none;
	}

/* Additional modifications when in print-view */

.dp-highlighter.printing {
	border: none;
	}

.dp-highlighter.printing .tools {
	display: none !important;
	}

.dp-highlighter.printing li {
	display: list-item !important;
	}

/* Styles for the tools */

.dp-highlighter .tools {
	padding: 3px 8px 3px 10px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	border-left: 3px solid #004BB0;
	}

.dp-highlighter.nogutter .tools {
	border-left: 0;
	}

.dp-highlighter.collapsed .tools {
	border-bottom: 0;
	}

.dp-highlighter .tools a {
	font-size: 9px;
	color: #a0a0a0;
	background-color: inherit;
	text-decoration: none;
	margin-right: 10px;
	}

.dp-highlighter .tools a:hover {
	color: red;
	background-color: inherit;
	text-decoration: underline;
	}

/* About dialog styles */

.dp-about {
	background-color: #fff;
	color: #333;
	margin: 0px;
	padding: 0px;
	}

.dp-about table {
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif !important;
	}

.dp-about td {
	padding: 10px;
	vertical-align: top;
	}

.dp-about .copy {
	border-bottom: 1px solid #ACA899;
	height: 95%;
	}

.dp-about .title {
	color: red;
	background-color: inherit;
	font-weight: bold;
	}

.dp-about .para {
	margin: 0 0 4px 0;
	}

.dp-about .footer {
	background-color: #ECEADB;
	color: #333;
	border-top: 1px solid #fff;
	text-align: right;
	}

.dp-about .close {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif !important;
	background-color: #ECEADB;
	color: #333;
	width: 60px;
	height: 22px;
	}

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments {
	color: #008200;
	background-color: inherit;
	}

.dp-highlighter .string {
	color: blue;
	background-color: inherit;
	}

.dp-highlighter .keyword {
	color: #069;
	font-weight: bold;
	background-color: inherit;
	}

.dp-highlighter .preprocessor {
	color: gray;
	background-color: inherit;
	}