body {
	font: normal 12px/18px Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #FFF;
	text-align: center;
}

/*--- Headers ---*/
h1 {
	margin:10px 0 0 0;
	padding:0;
	text-indent:-9999px;
	float:left;
}

h1 a {
	display:block;
	width:395px;
	height:72px;
	background:url(../images/bg-h1.png) no-repeat;
}

h2, h3, h4 {
    margin: 0;
    padding: 0;
}

h2 {
	margin-bottom:15px;
	font-size: 22px;
	color: #dc750a;
	font-weight: normal;
	line-height: 110%;
}

h3 {
	margin:0 0 8px 0;
    font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#435c27;
	letter-spacing:1px;
}

h4 {
    font-size: 12px;
    color: #777;
    font-weight: normal;
}

/*--- Links ---*/
a {
	color:#0054a6;
	text-decoration:none;
}

a:hover {
	color:#dc750a;
}

a:focus {
	border:none !important;
}



br {
	clear: both;
}

code {
	font-family: Monaco, 'Courier New', Courier;
	font-size: 12px;
	color: #000;
}

blockquote {
	color: #000;
}

form {
	margin:0;
	padding:0;
}


/*--- Layout ---*/
#container {
	width:840px;
	margin:20px auto 0 auto;
	text-align:left;
	background:url(../images/bg-container.png) repeat-y left top;
	border-bottom:solid 1px #FFF;
}

#masthead {
	background:url(../images/bg-masthead.jpg) no-repeat left top;
	padding-top:20px;
	padding-right:35px;
	padding-left:40px;
	padding-bottom:30px !important;
	padding-bottom:28px;
}

#masthead #tabs {
	float:right;
	width:103px;
	height: 52px;
	padding: 0;
	margin: -20px 0 0 0;
	z-index: 1000 !important;
	position: relative;
}

#masthead #tabs a {
	text-indent: -9999px;
}
#masthead #tabs a.ars {
	display: block;
	width: 103px;
	height: 52px;
	background: transparent url('../images/ars_tab.png') no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1001 !important;
	position: relative;
}
#masthead #tabs a.ars:hover {
	display: block;
	width: 103px;
	height: 52px;
	margin: 0px;
	padding: 0px;
	background: transparent url('../images/ars_tab.png') no-repeat 0px -52px;
	z-index: 1001 !important;
	position: relative;
}

#content {
	float:right;
	width:540px;
	padding-top:40px;
}

#content .item,
#content .item_perma,
#content .page_content {
	padding-left:50px;
	padding-right:30px;
	padding-bottom:20px;
}

#content .page_content h3 {
	margin:0;
	padding:0;
}

#content .page_content p {
	margin-top:0;
	padding-top:0;
}

#content .page_content ol li {
	margin-bottom:15px;
}

.item_meta {
	padding-top:10px;
	border-top:dotted 1px #c4c79b;
    padding-bottom:20px;
	font-size: 11px;
    color: #777;
    font-weight: normal;
}


.post_info {
	margin:-8px 0 0 0;
	padding:0;
	font-size:11px;
	color:#666;
}

.post_info a {
	color:#444;
}

.post_info a:hover {
	color:#dc750a;
}



/*--- Sidebar ---*/
#sidebar {
    float:left;
    width:300px;
	color:#333;
}

#sidebar_nav {
	padding:0 0 35px 45px;
	background:url(../images/bg-sidebar_nav.jpg) no-repeat left bottom;
}


/* Main Navigation */
#sidebar_nav ul#main_nav {
	margin:0 0 18px 0;
	padding:0;
	list-style:none;
}

#sidebar_nav ul#main_nav li {
	margin:0;
	padding:0;
	text-indent:-9999px;
}

#sidebar_nav ul#main_nav li a {
	display:block;
	height:30px;
	width:255px;
}

#sidebar_nav ul#main_nav li#nav-framework a {
	background:url(../images/nav-framework.png) no-repeat;
}

#sidebar_nav ul#main_nav li#nav-assessment_and_monitoring a {
	background:url(../images/nav-assessment_and_monitoring.png) no-repeat;
}

#sidebar_nav ul#main_nav li#nav-cumulative_analysis a {
	background:url(../images/nav-cumulative_analysis.png) no-repeat;
}

#sidebar_nav ul#main_nav li#nav-training a {
	background:url(../images/nav-training.png) no-repeat;
}

#sidebar_nav ul#main_nav li a:hover {
	background-position:0 -30px !important;
}


/* Lower Navigation */
#sidebar_nav ul#lower_nav {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar_nav ul#lower_nav li {
	margin:0;
	padding:0 9px;
	float:left;
	border-right:solid 1px #666;
	text-indent:-9999px;
	line-height:0;
}

#sidebar_nav ul#lower_nav li#nav-blog {
	padding-left:0;
}

#sidebar_nav ul#lower_nav li#nav-contact {
	border-right:none;
	padding-right:0;
}

#sidebar_nav ul#lower_nav li a {
	display:block;
	height:15px;
}

#sidebar_nav ul#lower_nav li#nav-blog a {
	width:27px;
	background:url(../images/nav-blog.gif) no-repeat;
}

#sidebar_nav ul#lower_nav li#nav-about a {
	width:39px;
	background:url(../images/nav-about.gif) no-repeat;
}

#sidebar_nav ul#lower_nav li#nav-publications a {
	width:69px;
	background:url(../images/nav-publications.gif) no-repeat;
}

#sidebar_nav ul#lower_nav li#nav-contact a {
	width:47px;
	background:url(../images/nav-contact.gif) no-repeat;
}

#sidebar_nav ul#lower_nav li a:hover {
	background-position:0 -15px !important;
}

#sidebar .sidebar_content {
	padding:20px 30px 30px 45px;
	line-height:15px;
}

#sidebar #blog_view_options ul,
#sidebar #feed_links ul {
	margin:0 0 15px 0;
	padding:0 0 0 6px;
	list-style:none;
}

#sidebar #blog_view_options ul li,
#sidebar #feed_links ul li {
	margin:0 0 6px 0;
	padding:0 0 0 14px;
	background:url(../images/gr-bullet_default.png) no-repeat 2px 4px;
}

#sidebar #feed_links {
	margin-top:15px;
	padding-top:15px;
	border-top:solid 1px #c4c79b;
}

#sidebar #feed_links h3 {
	float:left;
	clear:both;
	height:16px;
	line-height:16px;
	padding-right:16px;
	background:url(../images/icon-rss.png) no-repeat right center;
}

#sidebar #feed_links ul {
	clear:both;
}

#sidebar .powered_by {
	padding-top:15px;
	padding-left:8px;
	border-top:solid 1px #c4c79b;
	font-size:11px;
	color:#71744d;
}

#sidebar .powered_by a {
	color:#525435;
}

#sidebar .powered_by a:hover {
	color:#dc750a;
}



/*--- Footer ---*/
#footer {
	width:840px;
	margin:0 auto;
	padding:15px 0;
	clear: both;
	font-size: 12px;
	text-align:center;
	color: #222;
	background-color:#FFF;
	border-top:solid 6px #6b7f42;
}

#tags, #authors, #search, #search_results {
	display: none;
}



/* Search */
#search, #search_results {
	padding-bottom: 6px;
}
input[id=q],
#login input[type=text],
#login input[type=password] {
	font: normal 12px Arial, Verdana, Sans-serif;
	padding: 2px;
	width: 250px;
	color: #48453c;
}
input[id=q] {
    width: 170px;
}
#results {
	display: inline;
}
#results ol li {
	padding-bottom: 3px;
}


/* Posts and Comments */
.item_tags {
    clear: both;
}
table#comment_form {
    margin-top: 10px;
}
table#comment_form td {
    padding: 2px 2px 2px 0;
}
table#comment_form td.labels {
    width: 130px;
}
#comments h4 { }
#comments .comment_content {
    margin-top: 16px;
    width: auto;
}
#comments .approval_required {
    color: #209d20;
    font-size: 12px;
    padding: 10px;
	border: 1px solid #209d20;
}
#comments .comment {
	width: 100%;
	clear: both;
}
#comments .comment_author {
	font-weight: bold;
}
#comments .comment_details {
	margin-bottom: -10px;
	font-size: 12px;
	color: gray;
}
#comments .gravatar {
	float: right;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 4px 6px 0 0;
	border: 1px solid #777;
	background: #fff url(../images/default_gravatar.gif) no-repeat top left;
}
#comments h3#post {
	clear: both;
	padding-top: 30px;
}



/*--- Errors ---*/
.ror_error {
	font-size: 10px;
	color: red;
}
#comments .errorExplanation {
    font-size: 12px;
    line-height: 16px;
    color: #bd0200;
    padding: 10px;
	border: 1px solid #bd0200;
	margin: 5px 0;
	background-color: #fffaf9;
}
#comments .errorExplanation h2 {
	font-size: 14px;
	margin-top: 0;
	color: #bd0200;
	font-weight: bold;
}
#comments .errorExplanation ul {
	margin: 0;
}


/*--- Warn Bad Browsers ---*/
#warn_bad_browsers {
	padding: 8px;
	background-color: #990000;
	width: 100%;
	margin: 0;
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #000;
}
#warn_bad_browsers b {
	font-weight: bold;
}


/*--- Clearfix ---*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.clear {clear:both;}