
/*
Theme Name: SiliconANGLE
Theme URI: http://wordpress.org/
Description: Theme used for SiliconANGLE.
Author: Media Heat :: Bret Riedel
Version: 1
Tags: black, grey, white, one-header
*/


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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	color:#000;
	font-family: "Droid Sans", Arial, sans;
}
h1{
	margin: -4px 0 5px 0;
	line-height: 1em;
}
h4{
	color: #F92128;
	padding-bottom: 5px;
	font-size: 14px;
	text-transform: capitalize;
}
h5{
	font-size: 11px;
	margin: 0px 0 3px 0!important;
}
ol, ul {
	list-style: none;
	font-family: "Droid Sans", Arial, sans;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	background-color: #fff;
	-moz-box-shadow: -8px 0px 8px #cecece; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: -8px 0px 8px #cecece; /* Safari */
	box-shadow: -8px 0px 8px #cecece;
	width: 860px;
}

#primary {
	float: left;
	background-color: #1a1a1a;
	width: 100%;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #1a1a1a;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

.grey {
	color: #999;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Droid Serif", Georgia, serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Droid Serif", Georgia, serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#head,
#main {
	margin: 0 auto;
	width: 1025px;
}
#wrapper {
	background: #dddddd;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f0f0f0;
}
body,
input,
textarea {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #000;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
	font-family: "Droid Sans", Arial, sans;
	color: #4d4d4d;
}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #666666;
	border: 1px solid #666666;
	padding: 2px;
}
a:link, a:visited {
	color:#000!important;
	text-decoration:none;
}
a:active,
a:hover {
	color:#000;
	text-decoration:underline;
}
span.author a:link, span.author a:hover, span.author a:visited, span.author a:active,
span.more a:link, span.more  a:hover, span.more  a:visited, span.more a:active,
span.hours a:link, span.hours a:hover, span.hours a:visited, span.hours a:active, span.hours{
	color:#0069ff;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
span.author a, span.date, span.more {
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
span.author, span.date {
	line-height: 14px!important;
}
span.more {
	line-height: 14px;
}
span.hours {
	font-size:10px;
}
span.fbLike{
	overflow: hidden;
	float: left;
	padding-top: 1px;
}
span.tweet{
	padding-left: 5px;
	overflow: hidden;
	float: left;
	padding-top: 1px;
}
span.fbShare{
	padding-right: 5px;
	overflow: hidden;
	float: left;
}
span.bluelink {
	color:#0069ff!important;
}
.connect_widget td.connect_widget_vertical_center, connect_widget_not_connected_text{
  display:none !important;
}
span.more {
	background-color: #ebebeb;
	padding: 3px 7px;
	margin-right:8px;
	float:left
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.shadow {
	-moz-box-shadow: 0px 0px 6px #606060;
	-webkit-box-shadow: 0px 0px 6px #606060;
	box-shadow: 0px 0px 6px #606060;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060');
}
.shadowDrop {
	-moz-box-shadow: 0px 3px 6px #606060;
	-webkit-box-shadow: 0px 3px 6px #606060;
	box-shadow: 0px 3px 6px #606060;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#606060');
}
.sp{float:left;display:block}
.storySplit{
	background-color: #999;
	height: 1px;
}
.newAngle{
	color: #F92128;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 600;
}

.pagination {
clear:both;
padding:1px 12px;
position:relative;
font-size:18px;
line-height:10px;
}

.pagination span, .pagination a {
display:block;
float: left;
margin: 2px 2px 2px 0;
padding:6px 6px 6px 6px;
text-decoration:none;
width:auto;
color: #0069ff;
}

.pagination a:hover{
color:#fff;
background: #f1f1f1;
}
.pagination .current{
padding:6px 6px 6px 6px;
background: #f1f1f1;
}
.pagnum {
	padding: 15px 0 15px 0;
	float: right;
}
.loading {
	text-align: center;
	height: 100%;
	position: relative;
	margin: auto 0;
	width: 868px;
	top: 50%;
}
.loading h2{
	float: none!important;
	width: 100%;
}
#crumbs, #crumbs a{
	font-size: 10px;
	color: #0069ff;
	height: 25px;
	padding: 7px 0px 0 0px;
}
#crumbs {
	border-bottom: 1px solid #999;
	margin-right: 10px;
}

/* =Header
-------------------------------------------------------------- */

#header-home {
	height:75px;
}
#header {
	padding:16px 16px 25px 18px; 
	height:181px;
}
#site-title {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 0 18px 0;
	width: 550px;
	*width: 530px;
	line-height: 1em!important;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	height: 16px!important;
}
#site-title img {
	padding: 15px 0 0 25px;
	height: 35px;
}
#site-description {
	float: left;
	margin-left: 180px;
	width: 397px;
	font-size: 10px;
	letter-spacing: 2px;
	color: #999;
	clear: left;
}
#log-in{
	font-size: 10px;
	letter-spacing: 2px;
	float: left;
	display: inline;
	text-align: right;
	padding: 2px 3px 0 0;
}
#social {
	float: left;
	height:23px;
	width: 230px;
	margin: 2px 0 0 30px;
}
#searchBox {
	padding: 10px 13px 0 0;
	float: right;
}
#searchsubmit{
	display: none;
}
#s{
	width: 149px;
	height: 23px;
	outline-width:0;
	margin-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000!important;
	font-style: italic;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
#Box {
	padding-top: 5px;
	float:right;
}
#branding{
	width:100%;
	height:105px;
	background-color: #1a1a1a;
	float:left;
	-moz-box-shadow: 0px 4px 5px #444; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 0px 4px 5px #444; /* Safari */
	box-shadow: 0px 4px 5px #444;
}
#emc{
	float:left;
	width:152px;
}
#emc img{padding-top:55px}
#emccontent{
	float:left;
}
#emcstory{
	float:left;
	width:192px;
}
#emcstory img{
	padding:9px;
	border:1px solid #bfbfbf;
}
#emcstory h2{
	font-size:13px;
	letter-spacing:-.07em;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-top:5px
}
#emcstory h2:after{
	color: #0069ff;
	content:" >";
	padding-left: 2px;
}
#emcstorysub{
	float:left;
	width:202px;
	font-size: 10px;
	line-height: 14px;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
#emcstorysub img{
	padding:4px;
	width: 102px;
	border:1px solid #bfbfbf;
	float: left;
	margin-right: 4px;
}
#emcstorysub span{
	width: 86px;
	float: left;
	display: inline;
}
#emcstorysub p{
	display: inline;	
}
#emcstorysub .hours {
	float: left;
	width: 86px;
	padding-top: 11px;
	color: #808080;
}

#webTicker {
	list-style: none;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	color: #FF4B33;
	background: #ccc url(images/sidebar-header-bg.gif) repeat-x;
	text-align: center;
	padding: 7px 0 7px 0;
	height: 20px;
	float: left;
	width: 828px;
	margin: 8px;
	border: 1px solid #CECECE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 1.1em
}
#webTicker span {
	padding: 10px;
}
#ticker {
	float: left;
	padding: 0 8px 0 8px;
}
.tickercontainer {
	
}
//width of the original container in which the ticker appears

.tickercontainer .mask {
	
}
//can be used to achieve padding within the container

/* =Menu
-------------------------------------------------------------- */

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 92px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#storyMenu {
	float: left;
	height: 60px;
	width: 550px;
	*width: 530px;
	color: #333;
}
#storyMenu ul{
	padding: 20px 0px 10px 0;
	border-bottom: 1px solid #cecece;
}
#storyMenu li{
	margin-left: 30px;
	display: inline;
	font-size: 13pt;
	line-height: 20px;
	padding-bottom: 12px;
	background-color: transparent!important;
}
#storyMenu li.selected {
	background: #ffffff url(images/nav-selected.gif) no-repeat 50% 21px;
}


/* =Content
-------------------------------------------------------------- */
#categoryList {
	background: #333;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	height:100%;
	color: #fff;
	font-family: "Droid Sans", Arial, sans;
	overflow: hidden;
}
#categoryList a{
	color: #fff;
}
.categories{
	padding-left: 70px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
}
.categories, .cat-item{
	display: inline;
}
.current-cat a{
	font-weight: 700;
}
.categories li {
	font-weight: normal;
	text-transform: lowercase;
	padding-right: 15px;
}
.categories ul {
	display: inline;
	padding-left: 2px;
}

#main {
	clear: both;
	overflow: hidden;
	height: 100%;
	background: url(images/left-nav-bgnd.gif) repeat -5px 0;
	-moz-box-shadow: 0px 4px 8px #cecece; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 0px 4px 8px #cecece; /* Safari */
	box-shadow: 0px 4px 8px #cecece;
}
.subContent {
	margin: 0 0 0 11px;
	float: left;
	width: 555px;
	*width: 530px;
}
#relatedStories h4 {
	display: block;
	clear: both;
}
#relatedStories p {
	margin-bottom: 1px!important;
}
#content {
	float: left;
	background-color: #fff;
	margin-right: -2px;
}
#content,
#content input,
#content textarea {
	color: #333;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 18px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h5,
#content h6 {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 3px 10px 36px 0;
	padding-top: 5px;
}
.hentry {
	padding-top: 25px;
}
.page-title {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 0 0;

	border-bottom: 1px solid #999;
	padding:4px 0 4px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	text-decoration: underline;
}
#content .entry-title {
	color: #000;
	font-size: 30px;
	line-height: 1.3em;
	margin-bottom: 2px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	display: inline;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
#subcol {
	float: left;
	margin: 10px auto;
}

#subcol img{
	float: left;
	padding-bottom: 3px;
}
#subcol p {
	font-size: .9em;
	line-height: 1.7em;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.no-results, .not-found{
	height: 430px;
	padding-top: 20px;
}
.breadcrumbs{
	padding-top: 24px;
	font-size: .85em;
	text-transform: capitalize;
}
div.breadcrumbs a{
	color: #0069FF;
}
.js-kit-comments {
	float: left;
}
.js-kit-from-name {
	background-color: #fff;
}

/* =Home
-------------------------------------------------------------- */
span.chop {
	display: inline;
	clear: none;
	margin: 0;
	padding: 0;
}
.homeContent {
	margin: 10px 0 0 15px;
	width: 550px;
	*width: 530px;
	float:	left;
}


#leadStory {
	border-bottom: 1px solid #999;
	float: left;
}

.soc{
	line-height: 18px;
	margin-bottom: 10px;
	float: left;
	padding-top: 10px;
}
.leadContent{
	display:block;
	padding: 10px 0 10px 0;
}
.leadContent p{
	display:inline;
	padding: 10px 0 10px 0;
}
.leadContent a, .leadContent a:hover{
	color: #0069FF!important;
}
.subsoc {
	float: left;
	width: 100%;
	padding: 15px 0 10px 0;
	margin-right: 20px;
	border-top: 1px solid #CECECE;
}
.subsocLine {
float: left;
width: 100%;
	padding: 0 0 2px 0;
	margin: 10px 20px 0 0;
	border-top: 1px solid #CECECE;
}
#leadStory h1{
	font-size: 26px;
}
#leadStory p{
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 7px;
}
#leadStory .date{
	font-size: 11px;
	line-height: 20px;
}
.mainStory{
	float: left;
	width: 550px;
	*width: 530px;
}
#heroImg{
	float: left;
	width: 265px;
	padding-right: 10px;
}
#heroImg img{
	width: 265px!important;
	margin-bottom:10px;
	padding-right: 10px;
}
.subStory{
	float: left;
	width: 550px;
	*width: 530px;
	border-bottom: 1px solid #cecece;
	margin: 4px 0 0 0;
	overflow: hidden;
}
div.homeContent div.subStory:first-child{
	margin-top: -15px;
}
.subStory h1{
	font-size: 12pt!important;
	clear: right;
	font-weight: 700;
	padding-top: 2px;
}
.sponsored {
	border: 3px solid #9dc6da;
	border-left: none;
	border-right: none;
	float: left;
	width: 550px;
	*width: 530px;
	margin: -2px 11px 0 0;
	overflow: hidden;
}
.sponsored h1{
	font-size: 12pt!important;
	clear: right;
	font-weight: 700;
}
.sponsored .head{
	height: 180px;
	overflow: auto;
}
.subStory .tab {
	margin-top: -4px;
}
.sponsored .tab, .subStory .tab {
	float: right;
	width: 550px;
	*width: 530px;
	height:18px;
}
.sponsored .tab img, .subStory .tab img{
	float: right;
}
.sponsoredTitle {
	display: block;
	font: 13px "Droid Serif", Georgia, sans-serif;
}
.sponsoredImg {
	float: right;
	display: block;
}
.sponsoredTitle a {
	color: #666;
	text-transform: uppercase;
}
.sponsoredPosts {
	border: 1px solid #CECECE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.sponsoredBox {
	background: url(images/sponsored-nav-bgnd.gif) repeat;
	padding: 10px;
	margin-top: 3px;
	float: left;
}
.sponsoredBox:first-child {
	margin-top: 0px;
}
.sponsoredCont {
	font-size: .75em;
	font-weight: 700;
	display: block;
	margin-bottom: 8px!important;
}
.headlineImg {
	width:100px;
	height:90px;
	float: left;
	border: 1px solid #ececec;
	padding: 1px;
	overflow: hidden;
	background-color: #ccc;
}
.headlineImg img {
	height:100px;
}
#headlineContent {
	float:right;
	width: 433px;
	*width: 423px;
	padding-top: 3px;
	*padding-top: 13px;
	*padding-bottom: 13px;
}
.vidOverlay {
	width: 190px;
	height: 107px;
	position: relative;
	top: 107px;
}
.vidHeadlineContent {
	float:left;
	padding-top: 3px;
}
.resHeadlineContent {
	float:left;
	padding-top: 3px;
}
.resHeadlineContent img{
	padding: 10px!important;
	text-align: left!important;
}
.riverVideo object {
	width: 550px!important;
	*width: 530px!important;
	height: 310px!important;
}
.riverPhotosWrap {
	padding: 10px;
	float: left;
	height: 200px;
}
.riverPhotos {
	width: 250px;
	float: left;
}
.riverPhotosTitle {
	width: 250px;
	font-size: .8em;
}
.subSplit {
	float:left;
	height:1px;
	background-color:#999;
}
.textwidget {
	padding: 10px;
}
#researchTopics{
	*padding: 10px;
}

/* =Left Nav
-------------------------------------------------------------- */

#leftNav {
	width:155px!important;
	float:left;
	font-family:"Droid Serif", Georgia, serif;
	height:100%;
	color:#333333;
	letter-spacing:1px;
	font-size:11px;
}

#leftNav ul{
	padding: 25px 12px 0 0;
}

#angleNav li{
	text-align: right;
	list-style-type: none;
	text-transform: uppercase;
	padding-bottom: 7px;
	margin-left:-18px;
	width: 150px;
	font-size: 1.1em;
}
li.angleSelected {
	font-weight: 700;
}
li.angleSelected:before {
	content: "{";
}
li.angleSelected:after {
	content: "}";
}

#leftNav a{
	color: #333;
}

h4.topicsNav{
	float: right;
}
#topicsNav li, #companiesNav li{
	font-size: .9em;
	font-family:"Droid Serif", Georgia, serif;
	text-align: right;
	list-style-type: none;
	text-transform: uppercase;
}
#view-archive {
	background: #fdfdfd url(images/dropdown.gif) no-repeat right;
	height: 15px;	
	overflow: hidden;
	width: 125px;
	float: right;
	border: 1px solid #9d9d9d;
}

#leftNav select{
  outline: 0;
  height: 15px;
  background: transparent;
  border:#9c9c9c;
  width: 180px;
  margin-left: -4px;
  font-size: 11px;
}



/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#editorsPicks {
	height: 157px;
	padding-left:15px;
	width:855px;
	background-image: url(images/editor-picks-backgrnd.gif);
	float: left;
	font-family: "Droid Sans", Arial, sans;
}
#editorsPicks a:hover {
	text-decoration: none;
}
#editorsTitle {
	color: #9a9a9a;
	font-size: .8em;
	padding-top: 9px;
}
.editorsStory {
	float: left;
}
.editorsStory span.hours {
	font-size: .7em!important;
	color: white;
	padding: 0 0 0 6px;
	margin-bottom: -2px;
	clear: both;
	float: left;
}
.editorsStory span.shortTitle {
	font-size: .8em!important;
	font-weight: bold;
	color: white;
	padding: 0 0 0 6px;
	float: left;
	clear: both;
	line-height: 1.1em;
}
#editorsPicks .editorsStory{
	height: 114px;
	width: 160px;
	overflow: hidden;
	padding-right: 5px;
}
#editorsPicks .editorsStory img{
	width: 160px;
	top: -54px;
	position: relative;
}
#editorsPicks .edStoryBack {
	background: transparent url(images/ed-story-bg.png);
	float: left;
	position: relative;
	top: 64px;
	height: 54px;
	width: 160px;
	z-index: 999;
}
#latestNews {
	height: 157px;
	float: left;
	font-family: "Droid Sans", Arial, sans;
}
#latestNews .edStoryBack {
	background: transparent url(images/ed-story-bg.png);
	float: left;
	position: relative;
	top: -55px;
	height: 50px;
	width: 136px;
}
#latestNews .editorsStory, #latestNews .editorsStory img{
	height: 104px;
	width: 136px;
}
#latestNews .sp{
	width: 3px!important
}
#latestNews img {
	width: 136px;
	height: 104px;
}
#pageList{
	padding-top: 0px;
	padding-right: 10px;
	float: right;
	clear: right;
	font-size: 10px;
	text-align: right;
}
#pageList li{
	display: inline!important;
	list-style: none!important;
	padding-left: 15px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
#pageList a{
	color: #9A9A9A!important;
	font-family: "Droid Serif", Georgia, serif!important;
}
#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
	width: 19px;
}
#respond {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #E7E7E7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 50%;
	display: block;
}
#respond textarea {
	width: 98%;
	background: #F4F4F4;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
	
}
.widget_search label {
	display: none;
}
.widget-container {
    border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    margin: 0 10px 10px 0;
    width: 265px;
    overflow: hidden;
}
.widget-title-bar {
	color: #222;
	background: url(images/sidebar-header-bg.gif) repeat-x;
	color: #ff4b33;
	padding: 5px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #999999;
	font-size: 0.85em;
	line-height: 10px !important;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget-title {
    background: url("images/sidebar-header-bg.gif") repeat-x scroll 0 0 transparent;
    color: #FF4B33 !important;
    font-family: "Droid Sans",Arial,sans;
    padding: 5px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 10px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary{
	float: left;
	background-color: #1a1a1a;
	width: 100%;
}
#primary h4, #primary h5{
	color: #fff;
	font-weight: 700;
	float: left;
}
#primary a{
	color: #0066ff;
	font-weight: 700;
}
#secondary {
	float: right;
	padding-top: 10px;
	width: 290px;
}
.bottomWidgets {
	padding: 10px 0 10px 0;
}

/* Footer widget areas */
#footer-widget-area {
}


div.youtubeSA {
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.youtubeSATitle {
	margin-bottom: 10px;
}
.youtubeSAChannels {
	border: 1px solid #e6e6e6;
	margin: 2px;
	padding: 3px 0 3px 8px;
	font-size: 1em;
}
.youtubeSAChannels:hover {
	background: #e6e6e6;
}
.youtubeSATitle {
	color:#FF4B33;
	padding-left: 5px;
	font-size: .9em;
}
.youtubeSAseemore {
	padding: 5px;
	font-size: .85em;
}
.youtubeSAseemore a, .youtubeSAChannels a {
	color: #0069FF!important;
}


div.siliconTVSA {
	float: left;
	width: 1000px;
	margin-left: 20px;
}
#siliconTVTopics {
	float: left;
	overflow: hidden;
	height: 363px;
	margin-top: -107px;
}
.siliconTVTitle {
	font-size: 1.6em;
	margin: 20px 0 20px 0;
	color: #fff;
}
#siliconTVTopics object{
	width: 190px;
	height: 107px;
}
.siliconVideo {
	width: 190px;
	height: 300px;
	float: left;
	padding-right: 10px;
}
.siliconVideo:hover {
	cursor: pointer;
}
.siliconVideo a{
	color: #FF5424!important;
	font-weight: 500;
}
#left-vid, #right-vid {
	width: 23px;
	height: 23px;
	display: block;
	padding: 0 3px 0 3px;
	margin-top: -10px;
	float: left;
}
#left-vid img, #right-vid img {
	top: 35%;
	position: relative;
	cursor:pointer
}

div.flipbookSA {
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
#flipbookSATopics {
	float: left;
	overflow: hidden;
	width: 216px;
	*width: 193px;
	height: 72px;
	*height: 62px;
}
#flipbookSATopics span {
	width: 62px;
	height: 62px;
	*width: 67px;
	*height: 67px;
	float: left;
	overflow: hidden;
	padding-left:10px;
	margin-bottom: 10px;
}
#flipbookSATopics span:first-child {
	padding-left:0px
}
.flipbookSATitle {
	margin-bottom: 10px;
}
#fb-left, #fb-right {
	width: 18px;
	height: 65px;
	display: block;
	padding: 0 3px 0 3px;
	margin-bottom: 10px;
}
#fb-left img, #fb-right img {
	top: 35%;
	position: relative;
	cursor:pointer
}
#fb-left {
	float: left;
}
#fb-right {
	float: right;
}


/* =Footer
-------------------------------------------------------------- */
#designedBy {
	text-align: center;
	color: white;
	padding: 20px;
	font-size: .9em;
}
#designedBy a{
	color:#ccc;
	text-decoration:none
}

#fTitle{
	height: 25px;
	background: #333;
}
.fCol{
	width: 197px;
	float: left;
	font-size: 11pt;
	padding-left:18px;
	padding-bottom:15px;
	margin-top: -25px;
	clear: none;
}
.fCol p{
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px!important;
}
.tl {
	padding-top: 3px;
}
.st {
	padding: 40px 0 0 0px;
}
.fVid {
	width: 197px!important;
	border: 1px solid white;
}
.fImg {
	width: 197px!important;
	border: 1px solid white;
}
.fPort {
	width: 70px!important;
	height: 70px!important;
	border: 1px solid #5e5e5e;
}
.fSpVid{
	float: left;
	height: 72px;
	width: 199px;
	padding-bottom: 20px;
}
.fSpVid img{
	float: left;
}
.fSpVid p{
	float: left;
	width: 110px;
	padding-left: 10px;
	height: 70px;
	top: 50%;
}
.flipbookImg{
	border:1px solid #5e5e5e;
}
.flipbookImg img{
	height: 62px;
}
#footer {
	top: 50%;
	width: 100%;
}
#footer h2 {
	color: #ffffff;
}
#colophon {
	height: 320px;
	overflow: hidden;
}







/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 30pt;
		margin-right: 10px;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		width: 100%;
		height: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}