/*
Theme Name:     Pro Hockey News
Theme URI:      http://www.prohockeynews.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         LDD Consulting, Inc.
Author URI:     http://www.lddconsulting.com
Template:       twentyeleven
Version:        0.1.0
*/


body {
	background-image: url('images/hockey_players_background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0B3253 !important;
	overflow-x: hidden !important;
}

a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #3b77a9;
	text-decoration: none;
}

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

h1, h1 a {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 14px;
	color: #000;
}

h2 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #0b3253;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

#page {
	background: transparent;
	margin: 0 auto 50px auto;
}

#big-box {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-box-shadow: 0px 0px 15px 5px #000;
	box-shadow: 0px 0px 15px 5px #000;
	margin: 60px 0 0 0;
	padding: 60px 0 0 0;
}

#main {
	position: relative;
	padding-top: 40px;
	height: auto;
}

#brand_image,
.page-template-phn-register-php #nav-single,
.page-template-phn-login-php #nav-single,
.home #comments,
.home .entry-header,
.home .entry-title,
.home .entry-meta,
.singular .sep,
.singular footer.entry-meta,
.linklove,
.entry-header .comments-link {
	display: none;
}

#site-description {
	display: none;
}

.divider {
	color: #ccc;
	font-weight: bold;
	position: relative;
	left: 238px;
	top: 6px;
}

.present_date, .latest_update {
	font-weight: bold;
	font-size: 12px;
	color: #ccc;
}

.present_date {
	position: relative;
	left: 225px;
	top: 6px;
}

.latest_update {
	position: relative;
	left: 250px;
	top: 6px;
}

#branding {
	border-top: 2px solid #000;
	padding-bottom: 0;
}

#branding img {
	width: auto;
}

#branding #searchform {
	top: 0.25em;
	right: 80%;
}

#branding #s {
	width: 100px;
}

#branding #s:focus {
	background-color: #ada8bb;
	width: 125px;
}

input#s {
	background: url("images/search.png") no-repeat scroll 5px 6px #ada8bb;
	height: 18px;
	border: 1px solid #000;
}

#top_bar {
	background-color: #000;
	width: 100%;
	height: 40px;
	/*margin: -2px 0 -80px 0;*/
	margin: -2px 0 0 0;
}

hgroup {
	height: 80px;
	width: 305px;
	position: relative;
	display: inline-block;
	top: 0px;
}

#site-title {
	background: url('images/phn-logo.png');
	text-indent: -9999px;
	width: 454px;
	height: 70px;
	position: relative;
	z-index: 2000;
	top: 10px;
	left: -75px;
}

.more-ice {
	position: relative;
	z-index: 1000;
	margin: 0 0 -60px -21px;
	width: 1042px !important;
}

#loginreg {
	position: relative;
	z-index: 3000;
	left: 725px;
	top: 30px;
	margin: 0 0 -48px 0;
}

#loginreg, #loginreg a {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}

@-moz-document url-prefix() {
	#loginreg, #loginreg a {
		margin: 0 0 -50px 0;
	}
}

.registered {
	font-weight: bold;
	color: #3193b9;
	text-transform: uppercase;
}

.hello_user {
	position: relative;
	left: -275px;
	font-weight: normal;
	text-transform: none;
	width: 300px;
}

#social_img {
	position: relative;
	z-index: 3000;
	top: 54px;
	left: 875px;
}

#social_img img {
	display: inline;
	margin: 5px 5px -5px 0;
}

/********************************/
/*	START NAVIGATION	*/
/********************************/

#nav_area {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

/*--------------------------------------*/
/*	Navigation Background Styling	*/
/*--------------------------------------*/
#access, #access li:hover > a, #access a:focus, #access ul ul :hover > a {
	background: #f3f2f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f2f0 0%, #e5e5e5 5%, #dbdbdb 10%, #d6d6d6 15%, #e1e1e1 24%, #e6e6e6 27%, #ffffff 46%, #ffffff 56%, #e9e9e9 73%, #e1dfe0 78%, #dcdcde 83%, #d6d6d6 88%, #e1e2e4 93%, #fefefc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f0), color-stop(5%,#e5e5e5), color-stop(10%,#dbdbdb), color-stop(15%,#d6d6d6), color-stop(24%,#e1e1e1), color-stop(27%,#e6e6e6), color-stop(46%,#ffffff), color-stop(56%,#ffffff), color-stop(73%,#e9e9e9), color-stop(78%,#e1dfe0), color-stop(83%,#dcdcde), color-stop(88%,#d6d6d6), color-stop(93%,#e1e2e4), color-stop(100%,#fefefc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f2f0 0%,#e5e5e5 5%,#dbdbdb 10%,#d6d6d6 15%,#e1e1e1 24%,#e6e6e6 27%,#ffffff 46%,#ffffff 56%,#e9e9e9 73%,#e1dfe0 78%,#dcdcde 83%,#d6d6d6 88%,#e1e2e4 93%,#fefefc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f2f0 0%,#e5e5e5 5%,#dbdbdb 10%,#d6d6d6 15%,#e1e1e1 24%,#e6e6e6 27%,#ffffff 46%,#ffffff 56%,#e9e9e9 73%,#e1dfe0 78%,#dcdcde 83%,#d6d6d6 88%,#e1e2e4 93%,#fefefc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f2f0 0%,#e5e5e5 5%,#dbdbdb 10%,#d6d6d6 15%,#e1e1e1 24%,#e6e6e6 27%,#ffffff 46%,#ffffff 56%,#e9e9e9 73%,#e1dfe0 78%,#dcdcde 83%,#d6d6d6 88%,#e1e2e4 93%,#fefefc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f2f0 0%,#e5e5e5 5%,#dbdbdb 10%,#d6d6d6 15%,#e1e1e1 24%,#e6e6e6 27%,#ffffff 46%,#ffffff 56%,#e9e9e9 73%,#e1dfe0 78%,#dcdcde 83%,#d6d6d6 88%,#e1e2e4 93%,#fefefc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f0', endColorstr='#fefefc',GradientType=0 ); /* IE6-9 */
}

#ie9 #access, #ie9 #access li:hover > a, #ie9 #access a:focus, #ie9 #access ul ul :hover > a {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjJmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZDZkNmQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjQlIiBzdG9wLWNvbG9yPSIjZTFlMWUxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjZTZlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjZTllOWU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZTFkZmUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODMlIiBzdG9wLWNvbG9yPSIjZGNkY2RlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZDZkNmQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTMlIiBzdG9wLWNvbG9yPSIjZTFlMmU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: none; /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}

#ie8 #access, #ie8 #access li:hover > a, #ie8 #access a:focus,
#ie7 #access, #ie7 #access li:hover > a, #ie7 #access a:focus {
	background-image: url('images/menu-gradient.jpg');
	background-repeat: repeat-x;
}

/*--------------------------------------*/
/*	Navigation Styling Elements	*/
/*--------------------------------------*/
#access {
	margin: 60px 0 0 0;
	border-bottom: 5px solid #092c47;
}

#access a {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: condensed;
	color: #0b3253;
	text-transform: uppercase;
	line-height: 2.8em;
	padding: 0 0.8em;
}

#access li:hover > a, #access a:focus {
	color: #3b77a9;
}

#access ul {
	margin: 0 0 0 -60px;
	width: 980px;
}

/*----------------------------------------------*/
/*	Navigation Internet Explorer Tweaks	*/
/*----------------------------------------------*/
#ie8 #access,
#ie7 #access {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	filter: none;	
}

#ie8 #access {
	margin: 59px 0 0 -1px;
}

#ie7 #access {
	margin: 75px 0 0 -1px;
}

#ie8 #access a {
	line-height: 2em;
	margin: 0 50px 0 -60px;
}

#ie7 #access a {
	line-height: 2em;
}

#ie8 #access li,
#ie7 #access li {
	margin: -2px 0 0 0;
}

/********************************/
/*	END NAVIGATION		*/
/********************************/

.home #content {
	width: 760px !important;
	height: 468px;
	margin: -45px 0 0 220px !important;
}

#content {
	width: 445px !important;
	margin: -20px 0 20px 205px !important;
}

.page-template-phn-login-php #content a,
.page-template-phn-register-php #content a {
	display: block;
	margin: 0 0 10px 0;
}

.type-post {
	border-bottom: 1px solid #ddd !important;
}

.hentry, .no-results {
	border-bottom: 0;
	margin: -1em 0 1em 0;
	padding: 0 0 1em 0;
}

.wp-caption {
	background-color: transparent;
	margin: 0 0 0 0;
}

.wp-caption .wp-caption-text {
	padding: 10px 5px 5px 10px;
	font-size: 10px;
}

.wp-caption .wp-caption-text:before {
	content: "";
}

#nav-single {
	left: 15px;
}

/*------------------------------------------------------*/
/*	(Chrome/Safari) Fix for Previous/Next Links	*/
/*------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav-single {
		overflow: visible !important;
		position: relative;
	}

	#nav-single .nav-previous {
		position: relative;
		left: -60px;
	}

	#nav-single .nav-next {
		position: absolute;
		left: 24px;
		top: 0;
	}

	#nav-single .nav-separator {
		position: relative;
		left: -56px;
	}
}

.singular .entry-title {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 18px;
	color: #000;
	position: relative;
	top: -70px;
	line-height: 1em;
	width: 325px;
}

.single-columnist .entry-title {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	top: -48px;
	line-height: 1em;
	width: 325px;
}

.columnist .entry-title,
.columnist .hentry,
.columnist .no-results {
	padding: 0 0 0 0;
	margin: -10px 0 -10px 0;
}

.subtitle {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	display: block;
	margin: 5px 0 -58px 0;
}

.singular .by-author {
	position: relative;
	top: -15px;
	left: -90px;
}

.singular .entry-header .entry-meta {
	position: relative;
	left: 0;
	top: 10px;
}

.singular .entry-meta .edit-link a {
	left: 110px !important;
	top: 80px !important;
}

.archive .entry-title,
.category .entry-title {
	line-height: 0.5em;
}

#secondary {
	width: 180px !important;
	min-height: 1000px;
	margin: -32px 0 0 10px !important;
}

#sb-second {
	width: 310px;
	position: absolute;
	z-index: 200;
	right: 15px;
	top: 20px;
}

#sb-second .textwidget {
	margin: 0 0 0 10px;
}

.widget-title {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #041f36;
	margin: 0 0 0 5px;
}

.widget ul {
	margin: 0 0 0 25px;
}

.singular .hentry {
	padding: 2em 0 0 0;
}

.cform {
	width: 430px !important;
	margin: 10px 0 15px 0 !important;
}

#comments {
	margin: 0 0 0 18px;
	width: 475px;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	width: 100%;
}

.home .snvdshc .ui-widget {
	width: 100% !important;
}

.error404 #primary #content {
	width: 716px !important;
}

footer #supplementary {
	border: 0;
	width: 780px;
	padding: 0 0 0 0;
	margin: 0 0 -375px 0;
	position: relative;
	left: 220px;
	top: -649px;
}

/*.homecontent {*/
	/*margin:30px 0;*/
/*}*/
.homecontent #supplementary {
	border: 0;
	width: 780px;
	padding: 0 0 0 0;
	position: relative;
}

#supplementary.two #second.widget-area {
	width: 448px;
	margin: 0 20px 0 0; 
}
#supplementary.two #third.widget-area {
	width: 288px;
	margin: 0 0 0 12px;
}

.home footer #site-generator {
	background-color: #000;
	height: 100px;
	margin: 10px 0 0 0;
	position: relative;
}
footer #site-generator {
	background-color: #000;
	height: 100px;
	margin: 25rem 0 0 0; /* Fixes an issue with the footer area floating up into the content */
	position: relative;
}

.page-id-25986 li {	/* Masthead page styling */
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.page-id-25986 li a {	/* Masthead page styling */
	font-weight: normal;
	text-transform: none;
}

.page-id-25986 ul {	/* Masthead page styling */
	margin: -10px 0 25px 25px;
}

div.addthis_toolbox {
	margin: 5px 0 12px 0;
}

/************************/
/*	LOGIN FORM	*/
/************************/

#wp_login_form label, #wp_pass_reset label, #wp_pass_reset input {
	display: block;
}

#wp_login_form input {
	margin: 0 10px 20px 0;
}

#wp_pass_reset input {
	margin: 5px 0 20px 0;
}

#wp_login_form .success {
	color: #37c694;
}

#wp_login_form .error {
	color: #d41919;
}

/************************/
/*	FOOTER ITEMS	*/
/************************/

#site-name {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 18px;
	color: #4c4c4c;
	position: absolute;
	left: 0;
	top: 15px;
	width: 200px;
}

#copyright {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 25px;
	top: 45px;
	width: 200px;
}

#text-links {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 15px;
}
#text-links a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

#credits {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 110px;
}
#credits a {
	color: #fff;
	font-size: 10px;
}

/************************/
/*	GOOGLE ADSENSE	*/
/************************/

#text-16 {	/* Ad that appears in the sidebar */
	margin: 0 0 0 5px;
}

#text-17 {	/* Ad that appears at the top of the page */
	position: relative;
	top: 125px;
	left: 500px;
}

#adsense-mid {
	margin: 0 0 10px -10px;
}


/************************/
/*	AdRotate	*/
/************************/

/*#header-adspace {*/
/*position: relative;*/
/*top: 125px;*/
/*left: 500px;*/
/*}*/
#header-adspace {
	position: relative;
	top: 39px;
	left: -21px;
}

#homepage-text p {
     font-size: x-small;
     margin-bottom: 10px;
}

aside#adrotate_widgets-6{
	float: right;
	margin: 0;
}

element.style {
    cursor: auto;
}
body {
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    min-width: 600px;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

#branding .g {
	overflow: visible !important;
	}


/********************************/
/*	TABBED SIDEBAR WIDGET	*/
/********************************/

.home .snvdshc .ui-widget {
	font-family: inherit !important;
	font-size: 1em !important;
	width: 100%;
	border: 0;
}

.archive .snvdshc .ui-widget,
.author .snvdshc .ui-widget,
.category .snvdshc .ui-widget,
.single .snvdshc .ui-widget,
.page .snvdshc .ui-widget {
	font-family: inherit !important;
	font-size: 1em !important;
	width: 290px;
	border: 0;
	margin: 20px 4px 0 0;
}

ul.ui-tabs-nav {
	background: transparent;
	border: 0;
}

.home .ui-tabs-panel ul {
	list-style-type: none;
	margin: 0 0 0 -15px;
}

.ui-tabs-panel ul {
	list-style-type: disc;
	margin: 0 0 0 0;
}

/************************/
/*	TRANSPOSH	*/
/************************/

.widget_transposh {
	position: absolute;
	top: 0px;
	left: 780px;
	width: auto;
	height: 22px;

}

#tr_credit {
	position: relative;
	left: 190px;
	top: -20px;
	width: 50px;
	margin: 0 0 -120px 0;
	font-weight: bold;
	color: #ccc;
}

#tr_credit a img {
	position: relative;
	left: 20px;
	top: -20px;
}

.widget_transposh input {
	display: none;
}

/********************************/
/*	SlideDeck        	*/
/********************************/

.verticalSlideNav {
	position: relative !important;
	float: right !important;
	margin-right: -57px !important;
	top: -31px !important;
	width: 280px !important;
}

.skin-vertical-stacked-arrow dl.slidedeck dd.slide ul.verticalSlideNav li a,
.skin-vertical-stacked-arrow dl.slidedeck dd.slide ul.verticalSlideNav li a:link,
.skin-vertical-stacked-arrow dl.slidedeck dd.slide ul.verticalSlideNav li a:visited {
	width: 280px !important;
}

.skin-vertical-stacked-arrow dl.slidedeck dd.slide ul.verticalSlideNav li {
	width: 280px !important;
}

.skin-vertical-stacked-arrow dl.slidedeck dd.slide ul.verticalSlideNav li a span.inner {
	width: 260px !important;
}

.triangle {
	width: 0px !important;
	height: 0px !important;
	border-style: solid !important;
	border-width: 42px 20px 48px 0 !important;
	border-color: transparent #000000 transparent transparent !important;
	right: 281px !important;
}

.skin-vertical-stacked-arrow dl.slidedeck dd.slide .sd-node-container {
	left: -165px !important;
	width: 390px !important;
}


.skin-vertical-stacked-arrow dl.slidedeck dd.slide .sd-node-image img {
	background-color: #ffffff !important;
	margin-left: -100px !important;
}

/********************************/
/*	INTERNET EXPLORER	*/
/********************************/

.ie10 .widget_transposh,
#ie9 .widget_transposh,
#ie8 .widget_transposh {
	width: 250px;
}

#ie9 footer #supplementary {
	top: -500px;
}

#ie8 #access ul {
	margin: -7px 0 7px 0;
}
#ie8 #social_img {
	top: 52px;
}
#ie8 footer #site-generator {
	margin: 350px 0 0;
}

#ie7 body {
	background-position: 150% 2px;
}
#ie7 #top_bar {
	margin: -2px 0 -55px 0;
}
#ie7 #branding #searchform {
	top: 1.2em;
}
#ie7 .widget_transposh {
	top: 20px;
}
#ie7 .more-ice {
	margin: 0 0 -75px -21.5px;
}
#ie7 #loginreg, {
	top: 45px;
}
#ie7 #social_img {
	top: 68px;
}
#ie7 #access .menu-nav-menu-container {
	margin: 10px 0 0 0;
}
#ie7 #access ul {
	margin: -8px 0 0 0;
}
#ie7 #big-box {
	margin: -20px 0 0 0;
	padding: 40px 0 0 0;
}
#ie7 #main {
	padding-top: 25px;
}
#ie7 #sb-second {
	top: 30px;
}
#ie7 .singular .entry-title {
	top: -70px;
	line-height: 1.3em;
	width: auto;
	margin: 0 0 20px 0;
}
#ie7 .home .left-sidebar #primary {
	width: 720px;
	margin: 0 0 0 0;
	float: right;
	position: absolute;
	left: 0;
}
#ie7 .left-sidebar #primary {
	width: 720px;
	margin: 0 0 0 0;
	float: right;
	position: relative;
	left: -275px;
}
#ie7 #nav-single {
	overflow: visible;
	position: relative;
	top: 35px;
}
#ie7 #nav-single .nav-previous {
	position: relative;
	left: -60px;
}
#ie7 #nav-single .nav-next {
	position: absolute;
	left: 24px;
	top: 0;
}
#ie7 #nav-single .nav-separator {
	position: relative;
	left: -56px;
}
#ie7 #secondary {
	float: left;
	margin: 0;
}
#ie7 footer {
	overflow: hidden;
}
#ie7 footer #site-generator {
	margin: 350px 0 0;
}

/********************************/
/*	SITE MAP		*/
/********************************/
.page-template-sitemap-php .entry-title {
	top:-10px;
}
.page-template-sitemap-php h2 {
	font-size: 18px;
}
#sitemap-content ul {
	font-size: 12px;
}
#sitemap-content ul li a {
	font-size: 16px;
}

/************************/
/*	SLIDEDECK 2	*/
/************************/

.slide-title a {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h1.slide-cat {
	background-color: #E1E1E1;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #0b3253;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
}

.lens-phn-reporter.sd2-nav-titles .button-nav .nav-button .icon-caret {
	top: 46px !important;
	width: 0px !important;
	height: 0px !important;
	border-style: solid !important;
	border-width: 10px 10px 0 10px !important;
	border-color: #555 transparent transparent transparent !important;	
}

.readmore {
	text-transform: uppercase;
}
.readmore:after {
	content: " \00bb";
}

/********************************/
/*	Article CSS Fixes	*/
/********************************/

.wp-caption a {
	position: relative;
	z-index: 100;
}

.wp-caption img {
	position: relative;
	z-index: 90;
}

.wp_cart_variation_section {
	margin-bottom: 16px;
	}


/********************************/
/*	Page layout fixes April 2026	*/
/* (desktop only — global rules break mobile: #primary #content beats #content) */
/********************************/
@media screen and (min-width: 801px) {
#primary {
	float: right !important;
	margin: 0 0 0 -26.4% !important;
	width: 100% !important;
}

#primary #content {
	width: 760px !important;
	height: 468px;
	margin: -45px 0 0 220px !important;
}

#secondary {
	min-height: 2150px !important;
	width: 180px !important;
	float: left !important;
	margin: -32px 0 0 10px !important;
}
}

@media (max-width: 800px) {
  /* Reset desktop layout fixes — must match #primary #content specificity */
  #primary #content {
	  width: 95% !important;
	  max-width: 100% !important;
	  height: auto !important;
	  min-height: 0 !important;
  }
  #access a {
	  font-size:13px !important;
	  line-height: 2.9em;
	  padding: 0 0.7em;
  } 
  .home div#primary {
	  float: none !important;
	  margin: 0 auto !important;
	  width: 95% !important;
	  max-width: 100%;
  }
  .home div#third {
      clear: both;
      float: none !important;
      width: 100% !important;
  }
  .home #content {
	  width: 100% !important;
	  height: auto !important;
	  margin: -45px 0 0 0px !important;
  }
  .home .homecontent #supplementary {
	  border: 0;
	  width: 100%;
	  padding: 0 0 0 0;
	  position: relative;
  } 
  #supplementary.two #second.widget-area {
	  width: 95%;
	  margin: 0 20px 0 0;
	  clear: both;
	  float: none;
  } 
  .home #main #secondary {
	  float: none !important;
	  margin: 0 20px !important;
	  width: 95% !important;
  }
  .more-ice {
	  width: 777px !important;
  }
  #loginreg {
	  left: 500px;
	  top: 37px;
	  margin: 0 0 -48px 0;
  }
  #social_img {
	  top: 63px;
	  left: 632px;
  }
  
  .widget_transposh {
	  top: 3px;
	  left: 530px;
  }
  
  .present_date {
	  left: 160px;
	  top: 6px;
  }
  
  .divider {
	  left: 165px;
	  top: 6px;
  }
  
  .latest_update {
	  left: 170px;
	  top: 6px;
  }  
  #tr_credit {
	  left: 176px;
	  top: -24px;
	  width: 40px;
  } 
  #header-adspace {
	  top: 106px;
	  left: 458px;
	  width: 280px;
  }   

  div#sb-second {
	  display: none;
  }  
  div#primary {
	  float: none !important;
	  margin: 0 auto !important;
	  width: 95% !important;
	  max-width: 100%;
  }
 #main #secondary {
	  float: none !important;
	  margin: 0 20px !important;
	  width: 95% !important;
  }  
 #content {
	  width: 95% !important;
	  height: auto !important;
	  margin: -45px 0 0 20px !important;
  } 
  div#copyright {
	  position: static;
	  text-align: center;
	  margin: 0 auto;
  }  
  div#site-name {
	  position: static;
	  text-align: center;
	  margin: 0 auto;
  }  
  div#text-links {
	  position: static;
	  text-align: center;
	  margin: 0 auto;
  }   
}