/*   
Theme Name: insideHPC 4.0
Description: A search engine optimized website framework for insideHC on WordPress.
Author: John West
Author URI: http://insideHPC.com/
Version: 1.0
*/

/* -------------- CSS HOUSE KEEPING ---------------- */


/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('styles/3c-b.css');

/* Creates a fixed-width theme that is centered in the browser window */
#wrapper {
  margin: 0 auto; /* center */
  width: 965px; /* fixed-width, graphics should be 945 wide with shadows taking the remaining 20 */
}

/* -------------- GLOBALS ---------------- */

a:link {
	color: #e03127;
	text-decoration: none;
}

a:visited {
	color: #e03127;
	text-decoration: none;
}

a:hover {
	color: #e03127;
	text-decoration: underline;
}

a:active {
	color: #e03127;
	text-decoration: underline;
}

/* -------------- HEADER ---------------- */


/* -------------- MASTHEAD ---------------- */

#masthead {
	margin: 10px 0 15px 0;
	height: 108px;
	height: 220px;
	background-image: url(images/header_top3.jpg);
	background-repeat: no-repeat;
}

#masthead.sc11 {
	margin: 10px 0 15px 0;
	height: 108px;
	height: 220px;
	background-image: url(images/insideISC11/headerSC11.jpg);
	background-repeat: no-repeat;
}

#masthead.rockstar {
	margin: 10px 0 15px 0;
	height: 108px;
	height: 220px;
	background-image: url(images/header_rockstar.jpg);
	background-repeat: no-repeat;
}

#masthead.isc10 {
	margin: 10px 0 15px 0;
	height: 108px;
	height: 220px;
	background-image: url(images/insideISC10/header_insideISC10.jpg);
	background-repeat: no-repeat;
}

#masthead #header_logo {
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}

#masthead #header_logo img{
	float: none;
}

#masthead #header_logo.sc09 {
	padding-top: 20px;
}

#masthead #header_logo.sc10 {
	padding-top: 20px;
}

#masthead #header_logo.isc10 {
	padding-top: 20px;
}

#masthead #smbhpc-header {
	padding-top: 10px;
	padding-right: 50px;
}

#masthead #insidesc09-header {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0;
	margin: 0;
}

#masthead #insidesc10-header {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0;
	margin: 0;
}

#masthead #blog-title{
	float: left;
	text-indent: -9000px;
}

.sp_section_title {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.sp_section_title #blog-description {
	float: left;
	text-indent: -9000px;
	padding: 0;
	margin: 0 0 -25px 0;
}


.sp_section_title p {
	margin: 0;
	padding: 0;
}

.menu {
	float: right;
	margin: 10px 0 0 0;
	padding-right: 15px;
}

.menu ul {
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	float: left;
	margin: 0 14px 0 0px;
	color: #e03127;
	text-decoration: none;
	font-size: 16px;
}

.menu a:hover {
	text-decoration: underline;
}

#header-category-nav {
	margin: 0 10px 25px 10px;
	padding: 10px 5px 10px 10px;
	color: #fff;
	font-size: 14px;
}

#header-category-nav.sc09 {
	padding-top: 130px;
}

#header-category-nav.sc10 {
	padding-top: 130px;
}

#header-category-nav.conference {
	padding-top: 10px;
	font-size: 16px;
}

#header-category-nav p {
	margin: 0;
	padding: 0;
}

#header-category-nav p a {
	text-decoration: none;
	color: #fff;
}

#header-category-nav p a:hover {
	text-decoration: underline;
}

#header-category-nav .sc09ie6 a {
	color: white;
}

#header-category-nav .sc10ie6 a {
	color: white;
}

#header-category-nav .conferenceie6 a {
	color: white;
}


/* -------------- ACCESS ---------------- */
#access {
	float: left;
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
    left:-9000px;
}


/* -------------- SITE SEARCH AND SUBSCRIBE BAR ---------------- */


#site-search-subscr-bar {
	margin: 0;
	padding: 0;
	height: 65px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#blog-description {
	font-size: 14px;
	letter-spacing: 1px;
	text-shadow: #ccc 1px 1px;
	padding: 0 0 0 10px;
	margin: 10px 0 -15px 0;
}

#header-search-box {
	float: right;
    height:43px;
    width:201px;
    line-height:43px;
    padding: 5px 0 20px 0;
}

#header-search-box > form > input {
    background-image:url(images/search-box-header.png);
    border:none;
    background-color:transparent;
    width:140px;    
    height:24px;
    line-height:24px;
    padding: 5px 10px 0px 25px;
	margin:0px;
    margin-top:7px;
    background-repeat:no-repeat;     
    color: #777;
    outline:none;
    vertical-align:middle;
}

#header-social-icons {
	float: right;
    padding: 33px 10px 0 0;
    margin-right: 15px;
}

#header-social-icons.sc09 {
	float: right;
    padding: 50px 10px 0 0;
    margin-right: 15px;
    height: 36px;
}

#header-social-icons.conference {
	float: right;
    padding: 50px 10px 0 0;
    margin-right: 15px;
    height: 36px;
}

#header-social-icons img {
}


/* -------------- MAIN DIV ---------------- */
#main {
	width: 945px; /* not the full width to account for the shadow, 20px @ 10px each side */
	margin-left: 10px;
}

/* -------------- CONTAINER DIV ---------------- */
#container {
	padding-bottom: 25px;
}

.wideFeatureEmphasis {
	margin: -20px 0 20px 0;
	padding-left: 165px;   /* LC width */
	padding-right: 200px;  /* RC width */
	border-top: 1px #aaa solid;
	border-bottom: 1px black solid;
	padding-top: 5px;
}

.wideFeatureEmphasis .column {
  position: relative;
  float: left;
}

#wfHeadline {
	width: 165px;          /* LC width */
	right: 165px;          /* LC width */
	margin-left: -100%;
}

#wfHeadline h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 25px;
	text-align: right;
}

#wfExcerpt {
	width: 97%;
	padding-left: 10px;
	padding-bottom: 0;
	text-align: justify;
	font-size: 14px;
	line-height: 16px;
}

#wfPicOrQuote{
	width: 200px;          /* RC width */
	margin-right: -200px;  /* RC width */
	padding-top: 10px;
}

#wfPicOrQuote img {
	float: none;
	margin-left: 20px;
}

#featuredSponsor {
	margin: auto;
	width: 120px;
}

.wfNotice {
	clear: both; 
	margin-left: -165px;
	font-weight: bold; 
	letter-spacing: 2px; 
	color: #999; 
	padding: 0; 
	margin-bottom: 0;
}
			
/*** IE6 Fix ***/
* html #wfHeadline {
  left: 200px;           /* RC width */
}

/* -------------- CONTENT DIV ---------------- */
#container {
    font: 14px Arial,sans-serif;
    line-height: 18px;
}

img {
	float: right;
}

.archive-meta {
	font-style: italic;
	font-size: 12px;
	padding: 5px 5px 0 5px;
	margin-bottom: 25px;
}

.archive-meta .spiffyfg {
	margin: 0;
	padding: 0;
}

.archive-meta .spiffyfg p{
	margin: 0;
	padding: 10px 10px 0 10px;
}

.archive-meta .page-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 5px;
	font-style: normal;
}

.entry-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 5px;
}

.entry-title-short-post {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.entry-content h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 5px;
}


.post-content h2, .entry-content h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 5px;
}

.post-content h3, .entry-content h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 5px;
}

.entry-meta {
	font-size: 12px;
	color: #777;
	padding-bottom: 15px;
}

.entry-meta-single-postdate {
	display: block;
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #777;
}

.entry-meta-single-postmeta {
	float: left;
	width: 300px;
}

.meta-author-date-prep {
	float: right;
}

.meta-cat-links-prep {
	float: right;
}

.entry-utility {
	font-size: 12px;
	color: #777;
	padding-bottom: 25px;
}

.post-content blockquote, .entry-content blockquote {
	font-style: italic;
	background-image: url(images/oquote.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-left: 10px;
	margin-right: 25px;
    padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.post-content blockquote p {
	margin-bottom: 10px;
}

.post-content p {
	margin-bottom: 10px;
}

.insideISCBadge {
	background-color: #981426;
	padding: 0 5px 0 5px;
	color: white;
	float: left;
	margin-right: 5px;
}

.insideISCBadge a:link, .insideISCBadge a:visited, .insideISCBadge a:hover, .insideISCBadge a:active {
	color: white;
	text-decoration: underline;
}


.insideSC09Badge {
	background-color: #336699;
	padding: 0 5px 0 5px;
	color: white;
	float: left;
	margin-right: 5px;
}

.insideSC09Badge a:link, .insideSC09Badge a:visited, .insideSC09Badge a:hover, .insideSC09Badge a:active {
	color: white;
	text-decoration: underline;
}

.insideSC10Badge {
	background-color: #db9b55;
	padding: 0 5px 0 5px;
	color: white;
	float: left;
	margin-right: 5px;
}

.insideSC10Badge a:link, .insideSC10Badge a:visited, .insideSC10Badge a:hover, .insideSC10Badge a:active {
	color: white;
	text-decoration: underline;
}


.RockstarBadge {
	background-color: #e03127;
	padding: 0 5px 0 5px;
	color: white;
	float: left;
	margin-right: 5px;
}

.RockstarBadge a:link, .RockstarBadge a:visited, .RockstarBadge a:hover, .RockstarBadge a:active {
	color: white;
	text-decoration: underline;
}


.post-content p.excerpt_readmore {
	text-align: right;
	font-size: 12px;
}

#featuresHeader {
		background-color: #e03127;
		background-color: #555;
		color: #fff;
		font-weight: normal;
		padding-top: 5px;
		padding-bottom: 6px;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 0;
}

#featuresHeader a:link, a:visited, a:hover, a:active {
	color: #e03127;
	text-decoration: none;
}

#featuresHeader.sc09 {
	background-color: #336699;
}

#featuresHeader.sc10 {
	background-color: #db9b55;
}

p.feature_readmore {
	font-size: 14px;
	margin: 0;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
}

p.feature_readmore a:link, a:visited, a:hover, a:active {
	color: #e03127;
	text-decoration: none;
}

	    
p.pageInfo {
	font-size: 12px;
}

.post-content .featuredStory {
	margin-bottom: 15px;
}

.post-content .featuredStory p {
	padding-left: 5px;
	padding-right: 5px;
}

.postcontent .featuredStory h2 {
	padding-left: 5px;
	padding-right: 5px;
}

.breadcrumb {
	font-size: 12px;
	color: #777;
	padding-bottom: 15px;
}

.breadcrumb a {
	color: #777;
}

.postcomments {

}

.postcomments h2{
	color: #777;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.postcomments ul.commentlist {
	list-style-type: none;	
}

.postcomments ul.commentlist li.odd {
	border-top: 1px solid #bbb;
	padding-top: 10px;
}

.postcomments .avatar {
	float: right;
}

.WP-EmailIcon {
	padding-left: 10px;
	float: none;
}

.QandA {
	padding-bottom: 20px;
}

.QandA p{
	padding-bottom: 5px;
	margin: 0;
}

.more-link {
   font-style: italic;
   text-align: right;
   padding-bottom: 10px;
}

.video {
	margin-top: 25px;
	padding-top: 15px;
	border-top: solid #ccc 1px;
	float: none;
	clear: both;
}
.videodesc {
	float: left;
	width: 240px;
	text-align: justify;
	font-size: 12px;
}

.videowindow {
	padding-top: 25px;
	float: right;
}

/* -------------- AD DIV ---------------- */

#adContent { 
	text-align: left;
	font-size: 10px;
	padding-top: 30px;
}

p.adMeta {
	font-size: x-small;
	text-align: center;
	padding-bottom: 5px;
	margin: 0;
	color: #aaa;
	line-height: 10px;
}

.textAd {
	background-color: #bbb;
	padding-bottom: 0;
	margin-bottom: 0;
}

.textAd p {
	padding: 0px 10px 10px 10px;
	margin: 0;
	font-weight: normal;
}


.textAd p a:link {
	text-decoration: underline;
}

.textAd p a:visited {
	text-decoration: underline;
}

.textAd p a:hover {
	text-decoration: underline;
}

.textAd p.adMeta {
	text-align: center;
	font-size: xx-small;
	padding: 3px 0 5px 0;
	margin-bottom: 0;
}

/* -------------- Secondary Content (SIDEBAR) DIV ---------------- */

#sidebar-search-box {
    height:23px;
    width:215px;
    line-height:43px;
    padding: 10px 0 0 30px;
    margin: 0 0 0 0px;
}

#sidebar-search-box > form > input {
    background-image:url(images/search-box-header.png);
    border:none;
    background-color: transparent;
    width:140px;    
    height:24px;
    padding: 5px 10px 0px 25px;
	margin:0 0 0 0;
    background-repeat:no-repeat;     
    color: #777;
    outline:none;
    vertical-align:middle;
}


#secondarycontent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#secondarycontent h3 {
	border-top: 1px #bbb solid;
	margin-top: 15px;
	margin-bottom: 8px;
	padding-top: 5px;
	color: #777;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 18px;
}

#secondarycontent h3.first {
	border-top: none;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}

#secondarycontent h3.inverseSidebarH3 {
	background-color: #e03127;
	color: white;
	padding-bottom: 5px;
	padding-left: 5px;
}

#secondarycontent #infocus {
	padding: 0;
	margin: 0;
}

#secondarycontent #infocus_top {
	background-image: url("images/infocus_top.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding: 1px 10px 0 10px;
}
#secondarycontent #infocus_mid {
	background-image: url("images/infocus_mid.jpg");
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 15px 10px 10px;
}
#secondarycontent #infocus_bot {
	background-image: url("images/infocus_bot.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 10px 0 10px;
}
#secondarycontent h3.inFocusSidebar {
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

#secondarycontent li {
	line-height: 14px;
	padding-bottom: 8px;
	font-size: 12px;
}

#secondarycontent li a {
	color: #99211B; /* 60 value */
	color: #B3271F; /* 70 value (orig is 82.5) */

}

#secondarycontent h3.singlesidebar  {
	font-weight: normal;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 8px 5px 8px;
	margin-bottom: 10px;
	margin-top: 30px;
	line-height: 18px;
}

#secondarycontent h3.singlesidebar .first {
	margin-top: 0;
	letter-spacing: normal;
}

#secondarycontent .sidebar-heading-meta {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: serif;
	font-style: italic;
	text-align: left;
	padding-left: 10px;
	margin-top: -5px;


}

.singlesidebar {
	background-color: #bbb;
	padding-bottom: 10px;
}

.singlesidebar ul li {
	padding-left: 10px;
	padding-right: 5px;
}

.singlesidebar ul li a, .newsnav a {
	color: #B3271F; /* 70 value (orig is 82.5) */
}

.newsnav{
	margin-left: 5px;
	margin-right: 5px;
	line-height: 13px;
	padding-bottom: 10px;
}

/* -------------- FOOTER ---------------- */

#footer {
	height: 241px;
	padding-top: 20px;
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	text-shadow: #000 0px 1px 2px;
    color:#999;
}

.footer-box-top {
    float:left;
    height:160px;
    margin-left:30px;
}

.footer-box-top b, .footer-box-top b a {
    font-size:14px;
    color:#ccc;
    display:block;
    text-decoration:none;
}

.footer-box-top b a:hover {
	text-decoration: underline;
}

.footer-box-top img {
	padding-left: 65px;
	padding-bottom: 20px;
	padding-top: 45px;
	
}
.footer-subbox  {
    margin-top:12px;
    float:left;
    width:110px;
}

.footer-subbox a {
	font-size: 14px;
    margin-bottom:5px;
    display:block;
    color:#999;
    text-decoration:none;
}

.footer-subbox a:hover {
	text-decoration: underline;
}

#footer-box-breadcrumb {
    margin-left:30px;
    margin-top: 18px;
    float:left;
    width:750px;
    height:43px;
    line-height:41px;
    font-size:18px;
    color:#ccc;
}

#footer-box-breadcrumb a {
    color:#ccc;
    text-decoration:none;
}

#footer-box-breadcrumb a:hover {
    text-decoration:underline;
}

#footer-search-box {
	float: right;
    height:43px;
    width:250px;
    line-height:43px;
}

#footer-search-box > form > input {
    background-image:url(images/search-box-footer.png);
    border:none;
    background-color:transparent;
    width:207px;    
    height:24px;
    line-height:24px;
    padding: 6px 10px 0px 25px;
	margin:0px;
    background-repeat:no-repeat;     
    color:white;
    outline:none;
    vertical-align:middle;
}

#footer-social-icons {
	float: right;
    padding: 0 35px 0 0;
    margin-top: 25px;
}

#footer-insideHPC {
	margin-left: -46px;
	margin-bottom: -10px;
}

/* Spiffy Corners */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#cccccc}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9;
  background:#d8d8d8}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  background:#d5d5d5}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d5d5d5;
  border-right:1px solid #d5d5d5;}
.spiffy4{
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9}
.spiffy5{
  border-left:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8}
.spiffyfg{
  background:#cccccc}

