/*Version 1.0 -- Contest Version */

/**Zero out margins, padding and borders for all browsers**/
html, body {margin:0; padding:0; border:0; font-size:100.01%; height:100%; margin-bottom:1px; /** this forces scrollbar to appear in Mozilla **/}

/**for IE only**/
* body { font-size:76%;  /**normalizes zoom in IE7 to 100%**/}

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #f0f5fb; /* aqua color for browser window background color and footer top border */
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #000;
	font-size: 85%;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: Black;
	clear: both;
}

h2, h3, h4, h5, h6 {
	margin-top: 24px;
}

h1 {
	margin-top: 5px;
	font-size: 2.0em;
	font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
	border-bottom: 0 solid #8f8fb3;
	text-align: center;
}

h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 1px solid #8f8fb3;
}

h2.sub-h1 {
	font-size: 100%;
	text-align: center;
	border-bottom: none;
	margin-top: 0px;
}

h3 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0 solid #8f8fb3;
}

blockquote {
	margin: 12px 56px;
	color: #006;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Courier New', Courier, monospace;
}

code {
	color: navy;
}

img {
	border: 0 solid #ddd;
}

a:link img {
	border: 0;
}

.error {
	color: red;
}

/* -- General Link Styling -- */

a {
	color: #0000FF; 
	text-decoration: none;
	transition: color 0.5s;
		-webkit-transition: color 0.5s;
		-moz-transition: color 0.5s;
}
a:hover {
	color: #009EFF;
}
a.coming-soon, .coming-soon {
	color: #A9A9A9;
}
a.promo { color: #00a035; }
a.promo:hover { text-decoration: underline; }


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 1120px;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.Liner {
	padding: 21px;
}
#Header {
	position: relative;
	background-image: none;
	background-color: #fff;
	height: 145px;
}
#Header .Liner {
	padding: 0;
}
#ContentWrapper {
	float: left;
	width: 100%;
}
#ContentColumn {
	margin: 0 350px 0 0;
	border-right: 1px solid #DDDDDD;
}
#NavColumn, #subMenusContainer {
	display: none;
}
#ExtraColumn {
	background: #ffffff;
	width: 350px;
	margin-left: -350px;
	box-sizing: border-box;
	float: left;
}
#ExtraColumn .Liner {
	padding: 10px 25px;
	font-size: .9em;
}
#Footer {
	clear: both;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	border-top: 1px solid #e3eaf0;
}
#Footer .Liner {
	margin: 0;
	padding: 0;
}
#Footer .ExtraNav table {
	width: 60%;
	margin: auto;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 0 auto;
}
#ContentWrapper {
	background-color: transparent;
}
#Footer {
	background-color: #e3eaf0;    
	text-align: center;
	font-size: 0.85em;
}
#NavColumn {
	font-size: 90%;
	color: black;
}
#ExtraColumn {
	font-size: 90%;
}
#NavColumn h4 {
	font-size: 90%;
	color: black;
	margin-top: 0;
}
#ExtraColumn h4 {
	font-size: 100%;
	color: black;
	margin-top: 0;
}
#ExtraColumn h2 {
	font-family: cursive, 'comic sans ms', 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 10px;
}

/* ------ Section 4 - Left Column Navigation ------ */


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
}

.ThumbnailLink a:link {
	text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	text-decoration: underline;
	color: red;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}
.ExtraNav ul {
	list-style-type: none;
	padding: 0;
}
.ExtraNav ul li {
	display: inline;
	background-color: #cde5ee;
	text-align: center;
}
.ExtraNav a {
	padding: 0 4px;
}
#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: 5px;
	right: 10px;
}
#Header .ExtraNav ul { 
	margin: 0;
}
#Footer .ExtraNav {
	margin: 12px auto;
	background-color: #e3eaf0;
}
#Footer .ExtraNav a {
	font-size: 1em;
}
#Footer .ExtraNav ul li {
	display: inline;
	background-color: #e3eaf0;
	text-align: center;
}

#subscribe-table {
	position: absolute;
	top: 125px;
	right: 60px;
}
#subscribe-table td {
	padding-right: -10px;
}
#subscribe-table .title {
	font-family: 'cursive', 'comic sans ms';
	font-size: .75em;
	padding-right: 10px;
	opacity: .7;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 85%;
	border: 1px solid #AFAEC0;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}
div.CalloutBox p {
	margin: 13px;
}
p.CalloutBox {
	padding: 13px;
}
div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
	margin: 13px 0 0 13px;
	text-align: center;
}
.CalloutBox .title {
	font-weight: bold;
}

.JumpBox {          
	background-color: #fff;
	width: 300px;
	border: 1px solid #AFAEC0;
	margin: 0 0 12px 18px;
	float: right;
	color: #006;
}
.JumpBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: #AFAEC0;
	color: black;
}
.JumpBox p {
	font-size: 100%;
	padding: 0 4px 0 6px;
	line-height: 120%;
}

.ReminderBox {          
	background-color: #fff;
	width: 24%;
	border: 1px solid #e3eaf0;
	margin: 0 0 12px 18px;
	float: right;
	color: #006;
}
.ReminderBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #61DCF2;
}
.ReminderBox p {
	font-size: 80%;
	padding: 0 4px 0 6px;
	line-height: 120%;
}
.ReminderBoxPlus {
	background-color: #fff;
	width: 40%;
	border: 1px solid #e3eaf0;
	margin: 0 0 12px 18px;
	float: right;
	color: #006;
}
.ReminderBoxPlus h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #61DCF2;
}
.ReminderBoxPlus p {
	font-size: 80%;
	padding: 0 4px 0 6px;
	line-height: 120%;
}

.ArticlesBox {          
	background-color: #fff;
	width: 250px;
	border: 1px solid #e3eaf0;
	padding: 5px 5px 5px 5px;
	margin: 0 0 12px 18px;
	float: right;
	color: #006;
}
.ArticlesBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #000000;
	background-color: #DEEAFF;
}
.ArticlesBox p {
	font-size: 80%;
	padding: 0 4px 0 6px;
	line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	background-color: transparent;
	border: 0px;
}
.AdSenseBoxLeft {
	margin: 0 18px 12px 6px;
	float: left;
}
.AdSenseBoxRight {
	margin: 0 6px 12px 18px;
	float: right;
}
.AdSenseBoxCenter336 {
	width: 336px;
	margin: auto;
}
.AdSenseBoxCenter468 {
	width: 468px;
	margin: 0 auto 12px auto;
	clear: both;
}
.AdSenseBoxCenter728 {
	width: 728px;
	margin: 0 auto 12px auto;
	clear: both;
}
.AdSenseBoxExtraColumn {
	padding: 0;
	margin: 0 auto 12px auto;
	clear: both;
}
.AdSenseBoxCenter .adsbygoogle {
	margin: auto;
}

.ReturnToNavBox {
	background-color: white;
	width: 85%;
	border-top: 1px solid #cde5ee;
	border-bottom: 1px solid #cde5ee;
	margin: 0 auto 12px auto;
	padding: 4px 20px 4px 20px;
}

.DrDBox {
	background-color: #fff;
	width: 85%;
	border: 1px dashed #AFAEC0;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}

.DrDBox p {
	font-family: 'Courier New', Courier, monospace, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}
div.DrDBox p {
	margin: 13px;
}
p.DrDBox {
	padding: 13px;
}
div.DrDBox h1,
div.DrDBox h2,
div.DrDBox h3,
div.DrDBox h4,
div.DrDBox h5,
div.DrDBox h6 {
	margin: 13px 0 0 13px;
	text-align: center;
}

.DashedBox {
	background-color: #eef6fb;
	width: 85%;
	border: 1px dashed #AFAEC0;
	margin: 5px auto 5px auto;
	padding: 2px;
	color: black;
}
div.DashedBox p {
	margin: 7px;
}
p.DashedBox {
	padding: 7px;
}
div.DashedBox h1,
div.DashedBox h2,
div.DashedBox h3,
div.DashedBox h4,
div.DashedBox h5,
div.DashedBox h6 {
	margin: 13px 0 0 13px;
	text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	background-color: #e3eaf0;
	border: 1px solid white;
	margin: 16px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: black;
	line-height: 120%;
	text-align: center;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
	clear: both;
}

.Caption {
	font-size: 85%;
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 150%;
	margin-bottom:5px;
}

.image-credit {
	font-weight: normal;
	font-family: 'Courier New', Courier, monospace;	
}

/* -- floats -- */

.ItemRight {
	float: right;
	margin: 2px 0 12px 18px;
	text-align: center;
}
.ItemCenter {
	margin: 2px auto 12px auto;
	text-align: center;
	clear: both;
}
.ItemLeft {
	float: left;
	margin: 2px 18px 12px 0;
	text-align: center;
}

/* Social Buttons */

.social-single {
	margin: 10px 0 0 0;
}

#twitterbutton, #likebutton, #stumblebutton, #sharebutton, {
	float: left;
	display: block;
}

#twitterbutton {
	margin-top:0px;
	margin-left:6px;
}

#likebutton {
	margin-top:0px;
	margin-left:6px;
	margin-right:-3px;
}

#sharebutton {
	margin-left:-6px;
	margin-top:0px;
	margin-right: 0px;
}

#stumblebutton {
	margin-left: 3px;
	margin-top: 1px;
}

/* ------ Section 8 - Sidebar Styles ------ */
/* http://www.menucool.com/tabbed-content.aspx */

#ExtraColumn .CalloutBox {
	width: 100%;
	border: 1px solid #AFAEC0;
	margin: 0 auto 0 auto;
	padding: 0px;
	color: black;
	box-sizing: border-box;
}
#tabs-widget {
	width: 290px;
	font: 1.05em arial;
	margin: 20px auto;
}
.tabs {
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
.tabs li {
    display: inline;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
}
.tabs li a {
    font: normal 10px Verdana;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 7px 5px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0;
    border-radius: 2px 2px 0 0;
    outline:none;
}
.tabs li.selected a {
    /*selected tab style */
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
.tabs li.selected a:hover {
    /*selected tab style */
    text-decoration: none;
}
.tabcontent {
    display: block;
}
.tabcontents {
    border: 1px solid #B7B7B7; padding: 13px;
    background-color:#FFF;
    border-radius: 0 2px 2px 2px;
}


/* ------ Section 9 - Tooltip Styles ------ */

.tipbdy1 {
    background:#FFFFFF;
    font-family:arial;
    font-size:12px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
	border-top:1px solid #000000;
    padding:5px;
    width:280px;
	position: relative;
	z-index: 99999;
}
.tiphdr {
    width:280;
	font-size:14px;
    background:#CDE5EE;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
	border-top:1px solid #000000;
    font-weight:bold;
    padding:5px;
	position: relative;
	z-index: 99999;
}
.tipbdy-sidebar {
    background:#FFFFFF;
    font-family:arial;
    font-size:12px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
	border-top:1px solid #000000;
    padding:5px;
    width:250px;
	z-index: 9999;
}
.tiphdr-sidebar {
    width:250px;
	font-size:14px;
    background:#CDE5EE;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
	border-top:1px solid #000000;
    font-weight:bold;
    padding:5px;
	z-index: 9999;
}

/* ------ Section 10 - Misc Custom Styles ------ */

#bulk-discounts {
	width: 350px;
	margin: auto;
}
#bulk-discounts #header {
	background-color: blue;
	font-weight: bold;
	color: white;
}
#bulk-discounts td {
	text-align: center;
	background-color: #EAEFF3;
	font-weight: bold;
}

.author-info {
	font-size: 0.7em;
	font-style: italic;
}
.author-info a {
	color: #000000;
	text-decoration: none;
}

#ExtraColumn .ad img {
	max-width: 295px;
}
#ExtraColumn .ad a {
	transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
}
#ExtraColumn .ad a:hover {
	opacity: 0.7;
}

/* New Styles */

#logo, #tagline {
	position: absolute;
	bottom: 70px;
	left: 30px;
	width: 400px;
	height: auto;
}
#tagline {
	bottom: 50px;
	left: 130px;
	text-transform: capitalize;
	color: #001E42;
}
#logo {
	transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
}
#logo:hover {
	opacity: 0.8;
}

#subscribe-table {
	position: absolute;
	bottom: 50px;
	right: 30px;
	top: auto;
}

#Header .ExtraNav {
  font-size: 0.85em;
  position: absolute;
  text-align: right;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
	background: url('/image-files/blue-fade.png');
	background-position: 100% 0;
	background-repeat: no-repeat;
	top: auto;
	right: auto;
}

#ContentColumn .author {
	font-size: 0.8em;
	font-style: italic;
}

#main_nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 10;
	height: 38px;
	background: #001E42;
	padding: 0;
	-webkit-box-shadow: 0px 0px 5px #333333;
	-moz-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
}
#main_nav > ul {
	margin: 0;
	display: inline-block;
	background: transparent;
	border-right: 1px solid #7B7B7B;
	border-left: 1px solid #7B7B7B;
	height: 38px;
	padding-left: 0;
}
#main_nav > ul > li {
	box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	background: transparent;
	display: inline-block;
	border: 0;
	border-left: 1px solid #7B7B7B;
	line-height: 38px;
	padding: 0px 0px;
}
#main_nav > ul > li:hover {
	background: #4B545F;
}
#main_nav > ul > li a {
	display: block;
	padding: 0 30px;
	color: #fff;
	text-decoration: none;
}
nav ul ul {
	display: none;
}
	nav ul li, nav ul ul li a {
		transition: all 0.2s;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
	}
	nav ul li:hover > ul {
		display: block;
	}
	nav ul {
		list-style: none;
		position: relative;
		display: inline-table;
	}
		nav ul:after {
			content: ""; clear: both; display: block;
		}
		
		nav ul li {
			float: left;
			position: relative;
		}
		nav ul li.has-megamenu {
			position: initial;
		}
		nav ul li .megamenu {
			width: 100%;
			background: #001E42;
			border: 1px solid #6b727c;
			border-radius: 0px;
			padding: 0;
			position: absolute;
			top: 100%;
			text-align: left;
			left: 0;
			display: none;
		}
		nav ul li:hover .megamenu, nav ul li:hover .megamenu ul {
			display: block;
		}
		nav ul .megamenu ul {
			width: 100%;
		}
		nav ul .megamenu ul:first-child {
			width: 33%;
			border-left: none;
			column-count: 1;
				-webkit-column-count: 1;
		    	-moz-column-count: 1;
		}
		nav ul .megamenu ul {
			position: relative;
			width: 67%;
			float: left;
			box-sizing: border-box;
			border-left: 1px solid #6b727c;
			padding: 5px 0;
			column-count: 2;
				-webkit-column-count: 2;
		    	-moz-column-count: 2;
		}
		nav ul .megamenu ul li {
			border: none;
			line-height: 2.3em;
		}
		nav#main_nav ul .megamenu > ul li.highlight a {
			color: #9bc8ff;
		}
		nav#main_nav ul .megamenu > ul li.dira a {
			color: #ff4141;
		}
		nav#main_nav ul .megamenu > ul li:hover a, nav#main_nav ul .megamenu > ul li:hover {
			background: transparent;
			color: #9bc8ff;
		}
		nav#main_nav ul .megamenu > ul li a {
			transition: color 0.5s;
				-webkit-transition: color 0.5s;
				-moz-transition: color 0.5s;
		}
			nav ul li:hover {
				background: #4b545f;
			}
				nav ul li:hover a {
					color: #fff;
				}
			nav ul li a {
				display: block; padding: 25px 40px;
				color: #757575; text-decoration: none;
			}	
			nav ul ul {
				background: #001E42; border-radius: 0px; padding: 0;
				position: absolute; top: 100%;
				text-align: left;
				left: 0;
			  	width: 200%;
				min-width: 215px;
			}
				nav ul ul li {
					float: none; 
					border: 1px solid #6b727c;
					position: relative;
				}
					nav#main_nav ul ul > li > a {
						padding: 0 15px;
						color: #fff;
					}	
						nav ul ul li a:hover {
							background: #4b545f;
						}			
						nav ul ul ul {
							position: absolute; left: 100%; top:-1px;
							width: 100%;
						}

.search input[type="text"] {
	padding: 4px 10px;
	border-radius: 3px;
	background: #fff !important;
}
#main_nav .search input[type="submit"] {
	display: none;
}
#cse-search-box input[type="submit"] {
	position: relative;
	top: -1px;
	height: 25px;
	background: #E5E5E5;
	border-radius: 2px;
	border: 1px solid #c6c6c6;
	cursor: pointer;
	transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
}
#cse-search-box input[type="submit"]:hover {
	background: #c6c6c6;
}
#main_nav > ul > li.search {
	height: 100%;
	padding: 0 15px;
}
#main_nav > ul > li.search #cse-search-box {
	position: relative;
	top: 6px;
}


/* Misc Useful */

.center { text-align: center; }
.full_width { width: 100%; box-sizing: border-box; }
.column {
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
}
.one_third { width: 33%; }
.three_tenths { width: 29%; }
.four_tenths { width: 40%; }

ul.unstyled { padding-left: 0; list-style: none; }
ul.indented li { padding-left: 10px; }
.indent { padding-left: 10px; }

.align-top { vertical-align: top; }

h2.subtitle {
	border-bottom: none;
	text-align: center;
	margin: -15px 0 10px 0;
	font-size: 1.1em;
}

#comment_form table {
	border: none;
}

/* Sleep Paralysis Page */

/*
.page-sleep-paralysis #ContentWrapper {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.page-sleep-paralysis #ExtraColumn {
	width: 349px;
}
.page-sleep-paralysis #ContentColumn {
	float: left;
}
*/

.page-search-results #ContentColumn {
	border-right: none;
}
.page-search-results #ExtraColumn {
	border-left: 1px solid #dddddd;
}

.page-c2 table#comments {
	max-width: 100% !important;
}
.page-c2 table#comments td.date {
	width: 15% !important;
	font-size: 0.8em;
}

/* Mobile */

#mobile-nav-button {
	position: absolute;
	top: 10px;
	left: -10px;
	padding: 20px 15px 10px 20px;
	display: none;
	cursor: pointer;
}
#mobile-nav-button-inner {
	width: 35px;
	height: 35px;
	background: rgba(252,252,252,1);
	box-shadow: inset -1px -1px 3px #000;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
}
#mobile-nav-button span {
	width: 65%;
	display: inline-block;
	height: 2px;
	background: #525252;
	margin: 3px auto;
}

.mobile-only, .tablet-only {
	display: none;
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (max-width: 1120px) {
	#PageWrapper {
		width: 100%;
	}
	.ItemLeft {
		clear: left;
	}
	.ItemRight {
		clear: right;
	}
	.CalloutBoxExtra {
		clear: both;
		padding: 15px;
	}
	.CalloutBoxExtra .ItemLeft {
		margin-top: -5px;
	}
	img, .ItemLeft, .ItemRight {
		max-width: 100%;
		height: auto;
	}
	.ItemCenter iframe {
		max-width: 100%;
	}
	.ReturnToNavBox {
		max-width: 100%;
		box-sizing: border-box;
	}
	.social-single .ItemLeft {
		float: left;
		clear: none;
	}
	#main_nav > ul > li.search {
		display: none;
	}
	.tablet-only {
		display: block;
	}
}

/* Smaller Desktop */
@media only screen and (max-width: 960px) {
	#main_nav > ul > li a {
		padding: 0 20px;
	}
	#ExtraColumn .Liner {
		padding: 10px;
	}
	#ExtraColumn {
		width: 320px;
		margin-left: -320px;
	}
	#ContentColumn {
	 	margin: 0 320px 0 0;
	}
}

/* TABLETS PORTRAIT */
@media only screen and (max-width: 768px) {
	body {
		margin: 0;
	}
	.Liner {
		padding: 16px;
	}
	#main_nav {
		position: absolute !important;
	}
	#ExtraColumn, #main_nav > ul.nav-bar {
		display: none;
	}
	#ContentColumn {
		margin: 0;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	nav .search.mobile-only {
		position: absolute;
		right: 20px;
		top: 13px;	
	}
	.search.mobile-only input[type="text"] {
		padding: 10px;
	}
	#main_nav .search.mobile-only input[type="submit"] {
		display: inline-block;
	}
	#cse-search-box input[type="submit"] {
		height: 37px;
	}
	#subscribe-table {
		bottom: 75px;
	}
	#logo {
		width: 300px;
		bottom: 90px;
	}
	#tagline {
		bottom: 70px;
		left: 90px;
	}
	#main_nav {
		height: 65px;
	}
	.AdSenseBoxCenter468, .AdSenseBoxCenter728 {
		max-width: 100%;
		margin: 0 0px 0px -6px;
		float: none;
		clear: both;
	}
	.AdSenseBoxCenter728.link-unit, .AdSenseBoxCenter728 .link-unit {
		overflow: scroll;
	}
	.ItemCenter {
		width: 100% !important;
	}
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#mobile-nav-button {
		display: block;
		top: 65px;
		left: 20px;
		z-index: 999;
	}
	#mobile-nav-button-inner {
		width: 55px;
		height: 55px;
		padding: 7px 0;
	}
	#mobile-nav-button span {
		height: 3px;
		margin: 5px auto;
	}
	.social-single .ItemLeft {
		width: auto !important;
	}
	.ReturnToNavBox {
		width: 100%;
	}
	.page-sleep-paralysis #ContentColumn {
		float: none;
	}
}

/* SMARTPHONES */
@media only screen and (max-width: 480px) {
	#Header {
		height: 125px;
	}
	#main_nav {
		height: 55px;
	}
	.Liner {
		padding: 10px;
	}
	h1 { font-size: 1.7em; }
	h2 { font-size: 1.3em; }
	nav .search.mobile-only {
		top: 9px;
	}
	.social-single .stumbleupon, .social-single .reddit, #subscribe-table, #Header .ExtraNav span { 
		display: none;
	}
	.social-single .ItemLeft {
	  margin: 2px 10px 5px 0;
	}
	#logo {
		width: 60%;
		left: 20%;
		bottom: 78px;
	}
	#tagline {
		bottom: 60px;
		left: 0px;
		width: 100%;
		text-align: center;
		font-size: 0.9em;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.above-socialize-it { width: 100%; }
	hr { max-width: 100%; }
	#mobile-nav-button {
		top: 57px;
		left: 0px;
	}
	#mobile-nav-button-inner {
		width: 42px;
		height: 42px;
		padding: 5px 0;
	}
	#mobile-nav-button span {
		height: 2px;
		margin: 4px auto;
	}
	.ItemLeft, .ItemRight {
		width: 100% !important;
	}
	.AdSenseBoxLeft, .AdSenseBoxRight {
		width: 100%;
		text-align: center;
	}
	.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxCenter {
		max-width: 100%;
		margin: 0 0px 0px -5px;
		float: none;
		clear: both;
		/* overflow: hidden; */
	}
	body.page-c2 .adsbygoogle.large-rec, body.page-c2 .adsbygoogle.med-rec:first-of-type, body.page-c2 .adsbygoogle.banner {
		width: 320px;
		height: 100px;
		margin: 10px auto;
	}
	body.page-c2 .AdSenseBoxCenter728 {
		display: none;
	}
	.AdSenseBoxCenter468, .AdSenseBoxCenter728 {
		margin: 0 0px 0px -10px;
		padding: 0;
	}
	.AdSenseBoxCenter468.link-unit, .AdSenseBoxCenter468 .link-unit {
		overflow: scroll;
	}
	.AdSenseBoxCenter336 {
		max-width: 100%;
	}
	.fb-page {
		display: none !important;
	}
	.CalloutBox {
		width: 95% !important;
	}
	.CalloutBox table {
		width: 100% !important;
	}
	.ReminderBox, .ReminderBox.large {
		width: 100%;
		float: none;
		margin: 0 0 12px 0px;
	}
	.CalloutBox .AdSenseBoxCenter468 {
		margin: 0 0px 0px -18px;
	}
	.search.mobile-only input[type="text"] {
		max-width: 120px;
	}
	#Footer .ExtraNav table {
		width: 100%;
	}
	.one_third, .three_tenths, .four_tenths { width: 100%; margin-bottom: 15px; }
	.CalloutBox table td {
		display: block;
		margin: auto;
	}
}

/* Ad Sizes */

.adsbygoogle.banner { width: 320px; height: 100px; overflow: hidden; }
@media (min-width:500px) { .adsbygoogle.banner { width: 468px; height: 60px; } }
@media (min-width:760px) and (max-width: 769px) { .adsbygoogle.banner { width: 728px; height: 90px; } }
@media (min-width:1120px) { .adsbygoogle.banner { width: 728px; height: 90px; } }

.adsbygoogle.large-rec { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.large-rec { width: 336px; height: 280px; } }

.adsbygoogle.med-rec { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.med-rec { width: 300px; height: 250px; } }

.adsbygoogle.large-rec { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.large-rec { width: 336px; height: 280px; } }

.adsbygoogle.square { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.square { width: 250px; height: 250px; } }

.adsbygoogle.link-unit { width: 200px; height: 90px; }
@media (min-width:468px) { .adsbygoogle.link-unit { width: 468px; height: 15px; } }
@media (min-width:768px) { .adsbygoogle.link-unit { width: 728px; height: 15px; } }

/* Sidr Mobile Menu */

.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow:inset 0 0 5px 5px #ebebeb;-moz-box-shadow:inset 0 0 5px 5px #ebebeb;box-shadow:inset 0 0 5px 5px #ebebeb}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:13px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-o-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:40px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}
/*Version 1.0 -- Contest Version */

/**Zero out margins, padding and borders for all browsers**/
html, body {margin:0; padding:0; border:0; font-size:100.01%; height:100%; margin-bottom:1px; /** this forces scrollbar to appear in Mozilla **/}

/**for IE only**/
* body { font-size:76%;  /**normalizes zoom in IE7 to 100%**/}

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #f0f5fb; /* aqua color for browser window background color and footer top border */
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #000;
	font-size: 85%;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color: Black;
	clear: both;
}

h2, h3, h4, h5, h6 {
	margin-top: 24px;
}

h1 {
	margin-top: 5px;
	font-size: 2.0em;
	font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
	border-bottom: 0 solid #8f8fb3;
	text-align: center;
}

h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 1px solid #8f8fb3;
}

h2.sub-h1 {
	font-size: 100%;
	text-align: center;
	border-bottom: none;
	margin-top: 0px;
}

h3 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0 solid #8f8fb3;
}

blockquote {
	margin: 12px 56px;
	color: #006;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Courier New', Courier, monospace;
}

code {
	color: navy;
}

img {
	border: 0 solid #ddd;
}

a:link img {
	border: 0;
}

.error {
	color: red;
}

/* -- General Link Styling -- */

a {
	color: #0000FF; 
	text-decoration: none;
	transition: color 0.5s;
		-webkit-transition: color 0.5s;
		-moz-transition: color 0.5s;
}
a:hover {
	color: #009EFF;
}
a.coming-soon, .coming-soon {
	color: #A9A9A9;
}
a.promo { color: #00a035; }
a.promo:hover { text-decoration: underline; }


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 1120px;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.Liner {
	padding: 21px;
}
#Header {
	position: relative;
	background-image: none;
	background-color: #fff;
	height: 145px;
}
#Header .Liner {
	padding: 0;
}
#ContentWrapper {
	float: left;
	width: 100%;
}
#ContentColumn {
	margin: 0 350px 0 0;
	border-right: 1px solid #DDDDDD;
}
#NavColumn, #subMenusContainer {
	display: none;
}
#ExtraColumn {
	background: #ffffff;
	width: 350px;
	margin-left: -350px;
	box-sizing: border-box;
	float: left;
}
#ExtraColumn .Liner {
	padding: 10px 25px;
	font-size: .9em;
}
#Footer {
	clear: both;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	border-top: 1px solid #e3eaf0;
}
#Footer .Liner {
	margin: 0;
	padding: 0;
}
#Footer .ExtraNav table {
	width: 60%;
	margin: auto;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 0 auto;
}
#ContentWrapper {
	background-color: transparent;
}
#Footer {
	background-color: #e3eaf0;    
	text-align: center;
	font-size: 0.85em;
}
#NavColumn {
	font-size: 90%;
	color: black;
}
#ExtraColumn {
	font-size: 90%;
}
#NavColumn h4 {
	font-size: 90%;
	color: black;
	margin-top: 0;
}
#ExtraColumn h4 {
	font-size: 100%;
	color: black;
	margin-top: 0;
}
#ExtraColumn h2 {
	font-family: cursive, 'comic sans ms', 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 10px;
}

/* ------ Section 4 - Left Column Navigation ------ */


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
}

.ThumbnailLink a:link {
	text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
	text-decoration: underline;
	color: red;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}
.ExtraNav ul {
	list-style-type: none;
	padding: 0;
}
.ExtraNav ul li {
	display: inline;
	background-color: #cde5ee;
	text-align: center;
}
.ExtraNav a {
	padding: 0 4px;
}
#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: 5px;
	right: 10px;
}
#Header .ExtraNav ul { 
	margin: 0;
}
#Footer .ExtraNav {
	margin: 12px auto;
	background-color: #e3eaf0;
}
#Footer .ExtraNav a {
	font-size: 1em;
}
#Footer .ExtraNav ul li {
	display: inline;
	background-color: #e3eaf0;
	text-align: center;
}

#subscribe-table {
	position: absolute;
	top: 125px;
	right: 60px;
}
#subscribe-table td {
	padding-right: -10px;
}
#subscribe-table .title {
	font-family: 'cursive', 'comic sans ms';
	font-size: .75em;
	padding-right: 10px;
	opacity: .7;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #fff;
	width: 85%;
	border: 1px solid #AFAEC0;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}
div.CalloutBox p {
	margin: 13px;
}
p.CalloutBox {
	padding: 13px;
}
div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
	margin: 13px 0 0 13px;
	text-align: center;
}
.CalloutBox .title {
	font-weight: bold;
}

.JumpBox {          
	background-color: #fff;
	width: 300px;
	border: 1px solid #AFAEC0;
	margin: 0 0 12px 18px;
	float: right;
	color: #006;
}
.JumpBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: #AFAEC0;
	color: black;
}
.JumpBox p {
	font-size: 100%;
	padding: 0 4px 0 6px;
	line-height: 120%;
}

.ReminderBox {          
	background-color: #fff;
	width: 24%;
	border: 1px solid #e3eaf0;
	margin: 0 0 12px 18px;
	float: right;
	color: #006;
}
.ReminderBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #61DCF2;
}
.ReminderBox p {
	font-size: 80%;
	padding: 0 4px 0 6px;
	line-height: 120%;
}
.ReminderBoxPlus {
	background-color: #fff;
	width: 40%;
	border: 1px solid #e3eaf0;
	margin: 0 0 12px 18px;
	float: right;
	color: #006;
}
.ReminderBoxPlus h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #61DCF2;
}
.ReminderBoxPlus p {
	font-size: 80%;
	padding: 0 4px 0 6px;
	line-height: 120%;
}

.ArticlesBox {          
	background-color: #fff;
	width: 250px;
	border: 1px solid #e3eaf0;
	padding: 5px 5px 5px 5px;
	margin: 0 0 12px 18px;
	float: right;
	color: #006;
}
.ArticlesBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	color: #000000;
	background-color: #DEEAFF;
}
.ArticlesBox p {
	font-size: 80%;
	padding: 0 4px 0 6px;
	line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	background-color: transparent;
	border: 0px;
}
.AdSenseBoxLeft {
	margin: 0 18px 12px 6px;
	float: left;
}
.AdSenseBoxRight {
	margin: 0 6px 12px 18px;
	float: right;
}
.AdSenseBoxCenter336 {
	width: 336px;
	margin: auto;
}
.AdSenseBoxCenter468 {
	width: 468px;
	margin: 0 auto 12px auto;
	clear: both;
}
.AdSenseBoxCenter728 {
	width: 728px;
	margin: 0 auto 12px auto;
	clear: both;
}
.AdSenseBoxExtraColumn {
	padding: 0;
	margin: 0 auto 12px auto;
	clear: both;
}
.AdSenseBoxCenter .adsbygoogle {
	margin: auto;
}

.ReturnToNavBox {
	background-color: white;
	width: 85%;
	border-top: 1px solid #cde5ee;
	border-bottom: 1px solid #cde5ee;
	margin: 0 auto 12px auto;
	padding: 4px 20px 4px 20px;
}

.DrDBox {
	background-color: #fff;
	width: 85%;
	border: 1px dashed #AFAEC0;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}

.DrDBox p {
	font-family: 'Courier New', Courier, monospace, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}
div.DrDBox p {
	margin: 13px;
}
p.DrDBox {
	padding: 13px;
}
div.DrDBox h1,
div.DrDBox h2,
div.DrDBox h3,
div.DrDBox h4,
div.DrDBox h5,
div.DrDBox h6 {
	margin: 13px 0 0 13px;
	text-align: center;
}

.DashedBox {
	background-color: #eef6fb;
	width: 85%;
	border: 1px dashed #AFAEC0;
	margin: 5px auto 5px auto;
	padding: 2px;
	color: black;
}
div.DashedBox p {
	margin: 7px;
}
p.DashedBox {
	padding: 7px;
}
div.DashedBox h1,
div.DashedBox h2,
div.DashedBox h3,
div.DashedBox h4,
div.DashedBox h5,
div.DashedBox h6 {
	margin: 13px 0 0 13px;
	text-align: center;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	background-color: #e3eaf0;
	border: 1px solid white;
	margin: 16px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: black;
	line-height: 120%;
	text-align: center;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
	clear: both;
}

.Caption {
	font-size: 85%;
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 150%;
	margin-bottom:5px;
}

.image-credit {
	font-weight: normal;
	font-family: 'Courier New', Courier, monospace;	
}

/* -- floats -- */

.ItemRight {
	float: right;
	margin: 2px 0 12px 18px;
	text-align: center;
}
.ItemCenter {
	margin: 2px auto 12px auto;
	text-align: center;
	clear: both;
}
.ItemLeft {
	float: left;
	margin: 2px 18px 12px 0;
	text-align: center;
}

/* Social Buttons */

.social-single {
	margin: 10px 0 0 0;
}

#twitterbutton, #likebutton, #stumblebutton, #sharebutton, {
	float: left;
	display: block;
}

#twitterbutton {
	margin-top:0px;
	margin-left:6px;
}

#likebutton {
	margin-top:0px;
	margin-left:6px;
	margin-right:-3px;
}

#sharebutton {
	margin-left:-6px;
	margin-top:0px;
	margin-right: 0px;
}

#stumblebutton {
	margin-left: 3px;
	margin-top: 1px;
}

/* ------ Section 8 - Sidebar Styles ------ */
/* http://www.menucool.com/tabbed-content.aspx */

#ExtraColumn .CalloutBox {
	width: 100%;
	border: 1px solid #AFAEC0;
	margin: 0 auto 0 auto;
	padding: 0px;
	color: black;
	box-sizing: border-box;
}
#tabs-widget {
	width: 290px;
	font: 1.05em arial;
	margin: 20px auto;
}
.tabs {
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
.tabs li {
    display: inline;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
}
.tabs li a {
    font: normal 10px Verdana;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 7px 5px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0;
    border-radius: 2px 2px 0 0;
    outline:none;
}
.tabs li.selected a {
    /*selected tab style */
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
.tabs li.selected a:hover {
    /*selected tab style */
    text-decoration: none;
}
.tabcontent {
    display: block;
}
.tabcontents {
    border: 1px solid #B7B7B7; padding: 13px;
    background-color:#FFF;
    border-radius: 0 2px 2px 2px;
}


/* ------ Section 9 - Tooltip Styles ------ */

.tipbdy1 {
    background:#FFFFFF;
    font-family:arial;
    font-size:12px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
	border-top:1px solid #000000;
    padding:5px;
    width:280px;
	position: relative;
	z-index: 99999;
}
.tiphdr {
    width:280;
	font-size:14px;
    background:#CDE5EE;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
	border-top:1px solid #000000;
    font-weight:bold;
    padding:5px;
	position: relative;
	z-index: 99999;
}
.tipbdy-sidebar {
    background:#FFFFFF;
    font-family:arial;
    font-size:12px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
	border-top:1px solid #000000;
    padding:5px;
    width:250px;
	z-index: 9999;
}
.tiphdr-sidebar {
    width:250px;
	font-size:14px;
    background:#CDE5EE;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
	border-top:1px solid #000000;
    font-weight:bold;
    padding:5px;
	z-index: 9999;
}

/* ------ Section 10 - Misc Custom Styles ------ */

#bulk-discounts {
	width: 350px;
	margin: auto;
}
#bulk-discounts #header {
	background-color: blue;
	font-weight: bold;
	color: white;
}
#bulk-discounts td {
	text-align: center;
	background-color: #EAEFF3;
	font-weight: bold;
}

.author-info {
	font-size: 0.7em;
	font-style: italic;
}
.author-info a {
	color: #000000;
	text-decoration: none;
}

#ExtraColumn .ad img {
	max-width: 295px;
}
#ExtraColumn .ad a {
	transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
}
#ExtraColumn .ad a:hover {
	opacity: 0.7;
}

/* New Styles */

#logo, #tagline {
	position: absolute;
	bottom: 70px;
	left: 30px;
	width: 400px;
	height: auto;
}
#tagline {
	bottom: 50px;
	left: 130px;
	text-transform: capitalize;
	color: #001E42;
}
#logo {
	transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
}
#logo:hover {
	opacity: 0.8;
}

#subscribe-table {
	position: absolute;
	bottom: 50px;
	right: 30px;
	top: auto;
}

#Header .ExtraNav {
  font-size: 0.85em;
  position: absolute;
  text-align: right;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
	background: url('/image-files/blue-fade.png');
	background-position: 100% 0;
	background-repeat: no-repeat;
	top: auto;
	right: auto;
}

#ContentColumn .author {
	font-size: 0.8em;
	font-style: italic;
}

#main_nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 10;
	height: 38px;
	background: #001E42;
	padding: 0;
	-webkit-box-shadow: 0px 0px 5px #333333;
	-moz-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
}
#main_nav > ul {
	margin: 0;
	display: inline-block;
	background: transparent;
	border-right: 1px solid #7B7B7B;
	border-left: 1px solid #7B7B7B;
	height: 38px;
	padding-left: 0;
}
#main_nav > ul > li {
	box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	background: transparent;
	display: inline-block;
	border: 0;
	border-left: 1px solid #7B7B7B;
	line-height: 38px;
	padding: 0px 0px;
}
#main_nav > ul > li:hover {
	background: #4B545F;
}
#main_nav > ul > li a {
	display: block;
	padding: 0 30px;
	color: #fff;
	text-decoration: none;
}
nav ul ul {
	display: none;
}
	nav ul li, nav ul ul li a {
		transition: all 0.2s;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
	}
	nav ul li:hover > ul {
		display: block;
	}
	nav ul {
		list-style: none;
		position: relative;
		display: inline-table;
	}
		nav ul:after {
			content: ""; clear: both; display: block;
		}
		
		nav ul li {
			float: left;
			position: relative;
		}
		nav ul li.has-megamenu {
			position: initial;
		}
		nav ul li .megamenu {
			width: 100%;
			background: #001E42;
			border: 1px solid #6b727c;
			border-radius: 0px;
			padding: 0;
			position: absolute;
			top: 100%;
			text-align: left;
			left: 0;
			display: none;
		}
		nav ul li:hover .megamenu, nav ul li:hover .megamenu ul {
			display: block;
		}
		nav ul .megamenu ul {
			width: 100%;
		}
		nav ul .megamenu ul:first-child {
			width: 33%;
			border-left: none;
			column-count: 1;
				-webkit-column-count: 1;
		    	-moz-column-count: 1;
		}
		nav ul .megamenu ul {
			position: relative;
			width: 67%;
			float: left;
			box-sizing: border-box;
			border-left: 1px solid #6b727c;
			padding: 5px 0;
			column-count: 2;
				-webkit-column-count: 2;
		    	-moz-column-count: 2;
		}
		nav ul .megamenu ul li {
			border: none;
			line-height: 2.3em;
		}
		nav#main_nav ul .megamenu > ul li.highlight a {
			color: #9bc8ff;
		}
		nav#main_nav ul .megamenu > ul li.dira a {
			color: #ff4141;
		}
		nav#main_nav ul .megamenu > ul li:hover a, nav#main_nav ul .megamenu > ul li:hover {
			background: transparent;
			color: #9bc8ff;
		}
		nav#main_nav ul .megamenu > ul li a {
			transition: color 0.5s;
				-webkit-transition: color 0.5s;
				-moz-transition: color 0.5s;
		}
			nav ul li:hover {
				background: #4b545f;
			}
				nav ul li:hover a {
					color: #fff;
				}
			nav ul li a {
				display: block; padding: 25px 40px;
				color: #757575; text-decoration: none;
			}	
			nav ul ul {
				background: #001E42; border-radius: 0px; padding: 0;
				position: absolute; top: 100%;
				text-align: left;
				left: 0;
			  	width: 200%;
				min-width: 215px;
			}
				nav ul ul li {
					float: none; 
					border: 1px solid #6b727c;
					position: relative;
				}
					nav#main_nav ul ul > li > a {
						padding: 0 15px;
						color: #fff;
					}	
						nav ul ul li a:hover {
							background: #4b545f;
						}			
						nav ul ul ul {
							position: absolute; left: 100%; top:-1px;
							width: 100%;
						}

.search input[type="text"] {
	padding: 4px 10px;
	border-radius: 3px;
	background: #fff !important;
}
#main_nav .search input[type="submit"] {
	display: none;
}
#cse-search-box input[type="submit"] {
	position: relative;
	top: -1px;
	height: 25px;
	background: #E5E5E5;
	border-radius: 2px;
	border: 1px solid #c6c6c6;
	cursor: pointer;
	transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
}
#cse-search-box input[type="submit"]:hover {
	background: #c6c6c6;
}
#main_nav > ul > li.search {
	height: 100%;
	padding: 0 15px;
}
#main_nav > ul > li.search #cse-search-box {
	position: relative;
	top: 6px;
}


/* Misc Useful */

.center { text-align: center; }
.full_width { width: 100%; box-sizing: border-box; }
.column {
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
}
.one_third { width: 33%; }
.three_tenths { width: 29%; }
.four_tenths { width: 40%; }

ul.unstyled { padding-left: 0; list-style: none; }
ul.indented li { padding-left: 10px; }
.indent { padding-left: 10px; }

.align-top { vertical-align: top; }

h2.subtitle {
	border-bottom: none;
	text-align: center;
	margin: -15px 0 10px 0;
	font-size: 1.1em;
}

#comment_form table {
	border: none;
}

/* Sleep Paralysis Page */

/*
.page-sleep-paralysis #ContentWrapper {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.page-sleep-paralysis #ExtraColumn {
	width: 349px;
}
.page-sleep-paralysis #ContentColumn {
	float: left;
}
*/

.page-search-results #ContentColumn {
	border-right: none;
}
.page-search-results #ExtraColumn {
	border-left: 1px solid #dddddd;
}

.page-c2 table#comments {
	max-width: 100% !important;
}
.page-c2 table#comments td.date {
	width: 15% !important;
	font-size: 0.8em;
}

/* Mobile */

#mobile-nav-button {
	position: absolute;
	top: 10px;
	left: -10px;
	padding: 20px 15px 10px 20px;
	display: none;
	cursor: pointer;
}
#mobile-nav-button-inner {
	width: 35px;
	height: 35px;
	background: rgba(252,252,252,1);
	box-shadow: inset -1px -1px 3px #000;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
}
#mobile-nav-button span {
	width: 65%;
	display: inline-block;
	height: 2px;
	background: #525252;
	margin: 3px auto;
}

.mobile-only, .tablet-only {
	display: none;
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (max-width: 1120px) {
	#PageWrapper {
		width: 100%;
	}
	.ItemLeft {
		clear: left;
	}
	.ItemRight {
		clear: right;
	}
	.CalloutBoxExtra {
		clear: both;
		padding: 15px;
	}
	.CalloutBoxExtra .ItemLeft {
		margin-top: -5px;
	}
	img, .ItemLeft, .ItemRight {
		max-width: 100%;
		height: auto;
	}
	.ItemCenter iframe {
		max-width: 100%;
	}
	.ReturnToNavBox {
		max-width: 100%;
		box-sizing: border-box;
	}
	.social-single .ItemLeft {
		float: left;
		clear: none;
	}
	#main_nav > ul > li.search {
		display: none;
	}
	.tablet-only {
		display: block;
	}
}

/* Smaller Desktop */
@media only screen and (max-width: 960px) {
	#main_nav > ul > li a {
		padding: 0 20px;
	}
	#ExtraColumn .Liner {
		padding: 10px;
	}
	#ExtraColumn {
		width: 320px;
		margin-left: -320px;
	}
	#ContentColumn {
	 	margin: 0 320px 0 0;
	}
}

/* TABLETS PORTRAIT */
@media only screen and (max-width: 768px) {
	body {
		margin: 0;
	}
	.Liner {
		padding: 16px;
	}
	#main_nav {
		position: absolute !important;
	}
	#ExtraColumn, #main_nav > ul.nav-bar {
		display: none;
	}
	#ContentColumn {
		margin: 0;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	nav .search.mobile-only {
		position: absolute;
		right: 20px;
		top: 13px;	
	}
	.search.mobile-only input[type="text"] {
		padding: 10px;
	}
	#main_nav .search.mobile-only input[type="submit"] {
		display: inline-block;
	}
	#cse-search-box input[type="submit"] {
		height: 37px;
	}
	#subscribe-table {
		bottom: 75px;
	}
	#logo {
		width: 300px;
		bottom: 90px;
	}
	#tagline {
		bottom: 70px;
		left: 90px;
	}
	#main_nav {
		height: 65px;
	}
	.AdSenseBoxCenter468, .AdSenseBoxCenter728 {
		max-width: 100%;
		margin: 0 0px 0px -6px;
		float: none;
		clear: both;
	}
	.AdSenseBoxCenter728.link-unit, .AdSenseBoxCenter728 .link-unit {
		overflow: scroll;
	}
	.ItemCenter {
		width: 100% !important;
	}
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#mobile-nav-button {
		display: block;
		top: 65px;
		left: 20px;
		z-index: 999;
	}
	#mobile-nav-button-inner {
		width: 55px;
		height: 55px;
		padding: 7px 0;
	}
	#mobile-nav-button span {
		height: 3px;
		margin: 5px auto;
	}
	.social-single .ItemLeft {
		width: auto !important;
	}
	.ReturnToNavBox {
		width: 100%;
	}
	.page-sleep-paralysis #ContentColumn {
		float: none;
	}
}

/* SMARTPHONES */
@media only screen and (max-width: 480px) {
	#Header {
		height: 125px;
	}
	#main_nav {
		height: 55px;
	}
	.Liner {
		padding: 10px;
	}
	h1 { font-size: 1.7em; }
	h2 { font-size: 1.3em; }
	nav .search.mobile-only {
		top: 9px;
	}
	.social-single .stumbleupon, .social-single .reddit, #subscribe-table, #Header .ExtraNav span { 
		display: none;
	}
	.social-single .ItemLeft {
	  margin: 2px 10px 5px 0;
	}
	#logo {
		width: 60%;
		left: 20%;
		bottom: 78px;
	}
	#tagline {
		bottom: 60px;
		left: 0px;
		width: 100%;
		text-align: center;
		font-size: 0.9em;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.above-socialize-it { width: 100%; }
	hr { max-width: 100%; }
	#mobile-nav-button {
		top: 57px;
		left: 0px;
	}
	#mobile-nav-button-inner {
		width: 42px;
		height: 42px;
		padding: 5px 0;
	}
	#mobile-nav-button span {
		height: 2px;
		margin: 4px auto;
	}
	.ItemLeft, .ItemRight {
		width: 100% !important;
	}
	.AdSenseBoxLeft, .AdSenseBoxRight {
		width: 100%;
		text-align: center;
	}
	.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxCenter {
		max-width: 100%;
		margin: 0 0px 0px -5px;
		float: none;
		clear: both;
		/* overflow: hidden; */
	}
	body.page-c2 .adsbygoogle.large-rec, body.page-c2 .adsbygoogle.med-rec:first-of-type, body.page-c2 .adsbygoogle.banner {
		width: 320px;
		height: 100px;
		margin: 10px auto;
	}
	body.page-c2 .AdSenseBoxCenter728 {
		display: none;
	}
	.AdSenseBoxCenter468, .AdSenseBoxCenter728 {
		margin: 0 0px 0px -10px;
		padding: 0;
	}
	.AdSenseBoxCenter468.link-unit, .AdSenseBoxCenter468 .link-unit {
		overflow: scroll;
	}
	.AdSenseBoxCenter336 {
		max-width: 100%;
	}
	.fb-page {
		display: none !important;
	}
	.CalloutBox {
		width: 95% !important;
	}
	.CalloutBox table {
		width: 100% !important;
	}
	.ReminderBox, .ReminderBox.large {
		width: 100%;
		float: none;
		margin: 0 0 12px 0px;
	}
	.CalloutBox .AdSenseBoxCenter468 {
		margin: 0 0px 0px -18px;
	}
	.search.mobile-only input[type="text"] {
		max-width: 120px;
	}
	#Footer .ExtraNav table {
		width: 100%;
	}
	.one_third, .three_tenths, .four_tenths { width: 100%; margin-bottom: 15px; }
	.CalloutBox table td {
		display: block;
		margin: auto;
	}
}

/* Ad Sizes */

.adsbygoogle.banner { width: 320px; height: 100px; overflow: hidden; }
@media (min-width:500px) { .adsbygoogle.banner { width: 468px; height: 60px; } }
@media (min-width:760px) and (max-width: 769px) { .adsbygoogle.banner { width: 728px; height: 90px; } }
@media (min-width:1120px) { .adsbygoogle.banner { width: 728px; height: 90px; } }

.adsbygoogle.large-rec { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.large-rec { width: 336px; height: 280px; } }

.adsbygoogle.med-rec { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.med-rec { width: 300px; height: 250px; } }

.adsbygoogle.large-rec { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.large-rec { width: 336px; height: 280px; } }

.adsbygoogle.square { width: 320px; height: 100px; }
@media (min-width:500px) { .adsbygoogle.square { width: 250px; height: 250px; } }

.adsbygoogle.link-unit { width: 200px; height: 90px; }
@media (min-width:468px) { .adsbygoogle.link-unit { width: 468px; height: 15px; } }
@media (min-width:768px) { .adsbygoogle.link-unit { width: 728px; height: 15px; } }

/* Sidr Mobile Menu */

.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow:inset 0 0 5px 5px #ebebeb;-moz-box-shadow:inset 0 0 5px 5px #ebebeb;box-shadow:inset 0 0 5px 5px #ebebeb}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:13px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-o-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:40px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}