/* General */
* {
	margin: 0;
	padding: 0;
}
body {
   background:#f5f5f5;
   font-size: 13px;
   line-height: 19px;
   font-family:Georgia, "Times New Roman", Times, serif;
   min-width:950px;
   height:100%;
}
img {
	border:none;
	outline:none;
}
a {
	color: #f04e23;
	outline:none;
	text-decoration:underline;
}
a:hover {
   background-color: #fff;
   text-decoration:none;
}
sup { font-size:6px; }
.clear { clear:both; }
/****************************************************/
/* Wrappers */
.wrapper {
	background:url(../images/bg-wrapper.gif) repeat-y;
	width:980px;
	height:100%;
	margin:0 auto;
}
.header {
	background:#f5f5f5;
	width:980px;
	padding: 15px 0 0 0;
}
.columnsHolder {
	background:url(../images/article-bottom.gif) left top repeat-x;
	width:774px;
	height:100%;
	float:left;
}
.sidebar {
	float:left;
	height:100%;
	margin-left:7px;
	width:199px;
}
.column {
	width:258px;
	float:left;
}
.mostRecent {
	background:#f5f5f5 url(../images/bg-wrapper-mostRecent.gif) left top repeat-y;
	float:left;
	width:774px;
	margin-top:2px;
}
.mostRecent .column {
	width:387px;
	float:left;
}
.footer {
	background:#f5f5f5 url(../images/article-bottom.gif) left top repeat-x;
	padding:15px 0 30px 0;
	text-align:center;
	width:980px;
	float:left;
	clear:both;
	color:#666;
}
/****************************************************/
/* Header Specific */
.header { position:relative; }
.header img {
	margin:0 auto;
	display:block;
}
.header h1,
.colHeader h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:normal;
	text-align:center;
}
.colHeader h1 { color:#fff; }
.header h1 a {
	text-decoration:none;
	color:#000;
}
.header h1 a:hover {
	text-decoration:underline;
}
.header strong {
	font-weight:bold;
}
.mission {
	width:950px;
	padding:15px;
}
/****************************************************/
/* Archive Specific */
.archive { 
	background:#f5f5f5 url(../images/article-bottom.gif) left top repeat-x;
	width:760px;
	float:left;
	padding:15px 7px 15px 7px;
}
.archive p {
	display:inline-block;
	float:left;
	margin-right:15px;
}
.sidebar select,
.archive select {
	display:inline-block;
	float:left;
}
.sidebar option,
.archive option {
	padding:0 7px;
	border:none;
}
/****************************************************/
/* Columns Specific */
.colHeader {
	background:#999;
	position:relative;
	overflow:visible;
}
.sidebar .colHeader {
	background:none repeat scroll 0 0 #999;
	overflow:visible;
	position:relative;
}
.colHeader h1 {
	font-size:15px;
	line-height:18px;
	text-align:left;
} 
.textHolder {
	display:block;
	border-left:#fff 1px solid;
	padding:4px 4px 4px 7px;
}
.textHolder.first {
	border-left:none;
}
.pointer {
	background:url(../images/pointer2.gif) no-repeat;
	width:15px;
	height:9px;
	position:absolute;
	bottom:-9px;
	left:8px;
}
/****************************************************/
/* Sidebar Specific */
.feature {
	padding:15px 15px 0 15px;
	font-size:12px;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.feature h1 {
	font-size:14px;
	padding-bottom:10px;
	font-weight:normal;
}
.feature h2 {
	color: #f04e23;
	font-size:12px;
}
.feature p {
	color:#666;
	display:inline-block;
	float:left;
	padding-bottom:15px;
}
.feature p a strong {
	font-weight:bold;
}
.feature img {
	display:inline-block;
	float:left;
	padding:0 7px 0 0;
}
.feature .clear.separate {
	border-bottom:#ccc 1px solid;
	height:0px;
	padding-top:15px;
}
.feature span.separate {
	border-top:#f5f5f5 1px solid;
	padding-bottom:15px;
	height:0px;
	clear:both;
	display:block;
}
.author a { display:block; padding-bottom:3px; }
/****************************************************/
/* Article Detail Specific */
.article {
	padding: 15px 15px 0 15px;
}
.article .headingWrapper {
	padding-bottom:7px;
}
.article .footerWrapper {
	background:url(../images/article-bottom.gif) left bottom repeat-x;
	clear:both;
	display:block;
	padding-bottom:9px;
}
.article.last .footerWrapper { background:none; padding-bottom:15px; }
.article h1 {
	font-size:16px;
	line-height:21px;
	margin-top:-3px;
}
.article h2,
.article h3 {
	font-weight:normal;
	font-size:12px;
	color: #f04e23;
}
.article h3 {
	font-style:italic;
	font-weight:bold;
}
.article p {
	display:block;
	width:100%;
	float:left;
	padding-bottom:15px;
}
.article img,
.mostRecent .article img {
	float:left;
	display:inline-block;
	width:226px;
	border:#ccc 1px solid;
	padding:0;
	margin:0 0 7px 0;
}
.archive .more,
.article .more,
.feature .more {
	float:right;
	padding:0;
	color:#f04e23;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.article .more:hover,
.feature .more:hover {
	background:#FFF;
	text-decoration:underline;
}
.article .comments,
.article .labels {
	clear:both;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline-block;
	margin-right:7px;
}
.article span.quote {
	background:url(../images/quote.gif) 2px 0px repeat-y;
	padding:3px 0 3px 17px;
	float:left;
}
/****************************************************/
/* Most Recent Article(s) Detail Specific */
.mostRecent .article h1 {
	font-size:20px;
	line-height:21px;
	margin-top:0;
}
.mostRecent .article img {
	width:355px;
}
.mostRecent .article h2,
.mostRecent .article h3 {
	font-weight:normal;
	font-size:15px;
	color: #f04e23;
}