/* @group Reset */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
body { line-height: 1;}
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* @end */
/* set 1em to 10px */
body { font-size: 62.5%; }

body {
    background:  no-repeat #FFF;
    
}

#site {
    width: 960px;
    background: #fff;
    margin: 24px auto;
    border-radius: 3px;
}

/* @group menu */
#top_nav {
	font-size: 1.4em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

#top_nav li {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
}

#menu {
	display: block;
	width: 940px;
	height: 30px;
	margin-top: 10px;
	position: relative;
	background: #c38930;
	font-size: 1.5em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

#menu ul {
	float: left;
	margin: 0 0 0 5px;
	display: inline;
	height: 30px;
	width: 795px;
}

#menu ul li {
	position: relative;
	float: left;
	display: block;
}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #a1a1a1;
}

#menu ul li a:hover {
	color: #fff;
}

/* @end */

/* @group section divs and classes */

#main {
	margin-top: 20px;
}

#newscol, #video {
	margin: 20px 0;
}

#footer {
	width: 940px;
	margin-top: 50px;
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

.widget {
	margin: 20px 0px;
	padding: 0px 0px;
}

.video_widget {
	margin-bottom: 40px;
}
.adbox {
	padding: 20px 0 17px 0;
	margin: 10px 0px;
	background: #adb486;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* @end */

/* @group type */

a {
	color: #27517f;
	text-decoration: none;
}

.headline {
	font-size: 2.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	color: #333;
}

.more {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-top: 20px;

}

.section_header, .widget_title {
	font-size: 1.7em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 5px 0;
	margin: 5px 0;
	color: #333333;
	border-bottom: 1px solid #333;
}

.section_title {
	font-size: 2.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
	color: #333333;
}

.section_slug, .list_title {
	font-size: 1.4em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 2px 0;
	color: #333333;
}
.article_list {
	margin: 10px 0 10px 0;
}
.article_list li {
	margin: 10px 0;
}

.article_list li a {
	font-weight: bold;
	line-height: 1.3em;
}

.article_list h3, #article_content h3, .related_articles h3 {
	font-size: 1.5em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.article_list h4, #article_content h4 {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.summary {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0px 0px;
	margin: 11px 0px;
	color: #333333;
}

p, .widget p, .plaintext {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px 0px;
	margin: 8px 0px;
	color: #333333;
}

.legal, .duration {
	font-size: 1.1em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px 0px;
	margin: 8px 0px;
	color: #666;
}

.keywords  li {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0px 0px;
	margin: 8px 0px;
}

.video {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	color: #333333;
	margin: 5px 0;
	height: 85px;
	overflow: hidden;
}

.pagination a {
	font-size: 1.5em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0 20px;
	text-decoration: none;
}

.published, .byline, .caption {
	font-size: 1.2em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #666;
	margin: 5px 0;
}

#article_content p {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	margin: 15px 0px;
}

#article_content ul, .widget ul {
	list-style: square inside;
}

#article_content ol {
	list-style: decimal inside;
}

#article_content li, .widget li {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	margin: 20px 0;
	padding: 0 40px;
}

#article_content img {
	border: 1px solid #eee;
}

#article_content .caption {
	font-size: 1.2em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #333;
	margin: -10px 0 0 0;
}

#article_content blockquote {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	font-style: italic;
	color: #333;
	margin: 20px 0;
	padding: 0 60px;
}

#article_content .pullqoute_4 {
	font-size: 1.8em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	color: #555;
	width: 210px;
	margin: 0px 10px 10px 10px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#article_content .pullqoute_5 {
	font-size: 1.8em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	color: #555;
	width: 270px;
	margin: 0px 10px 10px 10px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#article_content .aside_left {
	clear: left;
	float: left;
	width: 160px;
	padding: 0px;
	margin-right: 20px;
	background: #F8F8F8;
	border-top: 3px solid #70787C;
}

#article_content .aside_right {
	clear: right;
	float: right;
	width: 160px;
	padding: 0px;
	margin-left: 20px;
	background: #F8F8F8;
	border-top: 3px solid #70787C;
}

#article_content .aside_left p, 
#article_content .aside_right p {
	margin: 5px 10px 10px 10px;
}

.article_footer {
	border-top: 1px solid #ccc;
	margin: 20px 0;
}

.direct_connect_keyword {
	color: #008916;
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.dsmall {
	color:#666;
	font-weight:bold;
	font-size:.95em;
}

dt {
	clear: left;
	color: #333;
	float: left;
	font-weight: bold;
	width: 125px;
}

dd a {
	margin: 0 6px;
}
/* @end */

/* @group article tools */

.article_tools{
	clear: both;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 1px;
	background: #fff;
	line-height: 2em;
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}

.article_tools_list li {
	position: relative;
	float: left;
	margin: 0;
	line-height: 2em;
}


.article_tools_list {
	padding: 5px 5px 4px 5px;
	list-style: none;
	margin: 0;
}

.article_tools li a {
	float: left;
	display: block;
	padding: 2px 8px;
	line-height: 20px;
	font-weight: bold;
	color: #690015;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.article_tools li a:hover {
	background: #690015;
	text-decoration: none;
	color: #fff;
}


.sharing_tools {
	background: #fff;
	border-top: 1px solid #ccc;
	padding: 6px 0 0 12px;
	margin: 6px 0 0 0;
}

.sharing_tools p {
	margin: 6px 0 6px 0;
}

.related_articles {
    border-top: 1px solid #ccc;
    margin: 20px 0 30px 0;
}

.related_articles_lists li {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
	margin: 12px 0;
	padding: 0px 5px;
}

/* @end */

/* @group Forms */

.global_search {
	margin: 0px 0 10px 0;
	border: 1px solid #dccea3;
	background: #dccea3;
	padding: 5px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.global_search_input {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	width: 70%;
	padding: 4px 5px;
	margin: 0;
	color: #666;
	border: 1px solid #ccc;
	background: #fff;
}

textarea, .input {
	width: 90%;
	padding: 3px 5px;
	margin: 5px 0;
	color: #333;
	border: 1px solid #ccc;
	background: #fff;
}

.input_1 {
	width: 40px;
	padding: 3px 5px;
	margin: 5px 0;
	color: #333;
	border: 1px solid #ccc;
	background: #fff;
}

.input_3 {
	width: 220px;
	padding: 3px 5px;
	margin: 5px 0;
	color: #333;
	border: 1px solid #ccc;
	background: #fff;
}

.button, input[type="submit"], input[type="button"] {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	background: url("../img/button-bg.gif") repeat-x scroll center bottom white;
	border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	border-style: solid;
	border-width: 1px;
	padding: 3px 5px;
}

.contact_form {
	width: 400px;
}

#direct_connect_form p {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
}

form p {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px;
	margin: 10px 0px;
	color: #333333;
}

form li {
	display: inline;
	margin: 0px 40px 0 0;
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
}

.errorlist {
	font-size: 1.1em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px;
	margin: 5px 0px -5px 0px;
	color: #ea0000;
}

fieldset {
	margin: 20px 0;
}

legend {
	font-size: 1.8em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0px 0px;
	margin: 0px;
	color: #008916;
}

/* @end */

/* @group alignment / floats */

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group messages */

.error {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 0px 0px;
	color: #ea0000;
}

.success {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 0px 0px;
	color: #008916;
}

.messages_box {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ccc;
	background: #ffffcc;
}

/* @end */

/* @group video */

.video_thumb {
	float: left;
	margin-right: 10px;
	border: 2px solid #eee;
}

/* @end */

/* @group disqus */

#disqus_thread {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	margin: 15px 0px;
}

#disqus_thread h3 {
	font-size: 1.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.dsq-subscribe-email, #dsq-footer {
	display: none;
}
/* @end */

/* @group network */

.tagline {
	font-size: 2.3em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	color: #666;
}

.banner {
	font-size: 1.7em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	color: #333;
}

.sites li {
	list-style: none;
	font-size: 1.9em;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0px 0px;
	margin: 8px 0px;
}

/* @end */

/* @group under the hood */
.systeminfo {
    text-align: right;
    color: gray;
    font-size: smaller;
    padding: 0 10px;
}

.systeminfo .content {
    display: none;
}

.systeminfo .icon {
    color: lightgray;
    font: 1.5em serif;
    padding: 0 10px;
    width: 10px;
}
/* @end */