/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #333; }

body { margin: 0; font-size: 0.85em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #c2272d; color: #fff; text-shadow: none; }
::selection { background: #c2272d; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #c2272d;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
a:visited { color: #c2272d; }
a:hover { color: #ff2a2a; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 80%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==|== Skeleton 1140 Grid =================================================
	Author: Nick Lau @ www.nicklauftw.com
	========================================================================== */
	
.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }
.container .row:last-child					{ margin-bottom: 0px; }


/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.container .one.column                      { width: 60px;  }
.container .two.columns                     { width: 140px; }
.container .three.columns                   { width: 220px; }
.container .four.columns                    { width: 300px; }
.container .five.columns                    { width: 380px; }
.container .six.columns                     { width: 460px; }
.container .seven.columns                   { width: 540px; }
.container .eight.columns                   { width: 620px; }
.container .nine.columns                    { width: 720px; }
.container .ten.columns                     { width: 780px; }
.container .eleven.columns                  { width: 860px; }
.container .twelve.columns                  { width: 940px; }

.container .one-third.column                { width: 300px; }
.container .two-thirds.column               { width: 620px; }

/* Offsets */
.container .offset-by-one                   { padding-left: 80px;  }
.container .offset-by-two                   { padding-left: 160px; }
.container .offset-by-three                 { padding-left: 240px; }
.container .offset-by-four                  { padding-left: 320px; }
.container .offset-by-five                  { padding-left: 400px; }
.container .offset-by-six                   { padding-left: 480px; }
.container .offset-by-seven                 { padding-left: 560px; }
.container .offset-by-eight                 { padding-left: 640px; }
.container .offset-by-nine                  { padding-left: 720px; }
.container .offset-by-ten                   { padding-left: 800px; }
.container .offset-by-eleven                { padding-left: 880px; }

/* Note: Design for a width of 1280px */

@media only screen and (min-width: 1200px) {
	.container                                  { position: relative; width: 1140px; margin: 0 auto; padding: 0; }
	.column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
	.row                                        { margin-bottom: 20px; }

	/* Nested Column Classes */
	.column.alpha, .columns.alpha               { margin-left: 0; }
	.column.omega, .columns.omega               { margin-right: 0; }

	/* Grid */
	.container .one.column                      { width: 75px;  }
	.container .two.columns                     { width: 170px; }
	.container .three.columns                   { width: 265px; }
	.container .four.columns                    { width: 360px; }
	.container .five.columns                    { width: 455px; }
	.container .six.columns                     { width: 550px; }
	.container .seven.columns                   { width: 645px; }
	.container .eight.columns                   { width: 740px; }
	.container .nine.columns                    { width: 835px; }
	.container .ten.columns                     { width: 930px; }
	.container .eleven.columns                  { width: 1025px; }
	.container .twelve.columns                  { width: 1120px; }

	.container .one-third.column                { width: 360px; }
	.container .two-thirds.column               { width: 740px; }

	/* Offsets */
	.container .offset-by-one                   { padding-left: 95px;  }
	.container .offset-by-two                   { padding-left: 190px; }
	.container .offset-by-three                 { padding-left: 285px; }
	.container .offset-by-four                  { padding-left: 380px; }
	.container .offset-by-five                  { padding-left: 475px; }
	.container .offset-by-six                   { padding-left: 570px; }
	.container .offset-by-seven                 { padding-left: 665px; }
	.container .offset-by-eight                 { padding-left: 760px; }
	.container .offset-by-nine                  { padding-left: 855px; }
	.container .offset-by-ten                   { padding-left: 950px; }
	.container .offset-by-eleven                { padding-left: 1045px; }
}

/* Note: Design for a width of 768px */

@media only screen and (min-width: 1px) and (max-width: 959px) {
	.container                                  { width: 768px; }
	.container .column,
	.container .columns                         { margin-left: 10px; margin-right: 10px;  }
	.column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
	.column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
	
	.container .one.column                      { width: 54px; }
	.container .two.columns                     { width: 108px; }
	.container .three.columns                   { width: 172px; }
	.container .four.columns                    { width: 236px; }
	.container .five.columns                    { width: 300px; }
	.container .six.columns                     { width: 364px; }
	.container .seven.columns                   { width: 428px; }
	.container .eight.columns                   { width: 492px; }
	.container .nine.columns                    { width: 556px; }
	.container .ten.columns                     { width: 620px; }
	.container .eleven.columns                  { width: 684px; }
	.container .twelve.columns                  { width: 748px; }
	
	.container .one-third.column                { width: 236px; }
	.container .two-thirds.column               { width: 492px; }
	
	/* Offsets */
	.container .offset-by-one                   { padding-left: 64px; }
	.container .offset-by-two                   { padding-left: 128px; }
	.container .offset-by-three                 { padding-left: 192px; }
	.container .offset-by-four                  { padding-left: 256px; }
	.container .offset-by-five                  { padding-left: 320px; }
	.container .offset-by-six                   { padding-left: 384px; }
	.container .offset-by-seven                 { padding-left: 448px; }
	.container .offset-by-eight                 { padding-left: 512px; }
	.container .offset-by-nine                  { padding-left: 576px; }
	.container .offset-by-ten                   { padding-left: 640px; }
	.container .offset-by-eleven                { padding-left: 704px; }
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
content: '\0020';
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0; }
.row:after,
.clearfix:after {
clear: both; }
.row,
.clearfix {
zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.5);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #f5f5f5 url('../images/modal-gloss.png') no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/

/* ==|== Primary Styles =====================================================
   Author: Jimmy Multani
   Site: GuildWars2Live.com
   Site Owner: Peter Chan;
   ========================================================================== */

/* === UNIVERSAL & TAG STYLING === */

html {
	height: 100%;
	background: #fff url('../images/backgrounds/main_bg_medium.jpg') top center no-repeat;
}

body {
	height: 100%;
	font-family: 'OpenSansRegular', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'LeagueGothicRegular', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 10px;
}
h1, article h1 { font-size: 2.5em; }
h2, article h2 { font-size: 2.0em; }
h3, article h3 { font-size: 1.7em; }
h4, article h4 { font-size: 1.3em; }

object, embed { display: block; }

video {
	width: 100%;
	height: auto;
}

.left { float: left; }
.right { float: right; }
.textright { text-align: right; }

.center { text-align: center; }
.bold { font-weight:bold; }
.italics { font-style: italic; }

.maxwidth { width: 100%; }
.scalarimg {
	width: 100%;
	height: auto;
}

.columnstyle {
	background: #fff;
	padding: 10px;
}

.widget {
	border-bottom: 1px dotted #999;
	margin: 0 0 10px 0;
	clear: both;
}

.widget-content {
	font-size: 14px;
}
	.widget-content p { margin-top: 0; }

/*  =====================================================================
	HEADER STYLES
	===================================================================== */

header { position: relative; }

#topnav {
	height: 40px;
	background: #333;
	font-family: 'LeagueGothicRegular', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #f5f5f5;
	position: relative;
}

	#topnav a {
		float: left;
		display: block;
		color: #f5f5f5;
		line-height: 40px;
		padding: 0 10px;
	}
	#topnav a:visited { color: #f5f5f5; }
	#topnav a:hover {
		background: #c2272d;
		color: #f5f5f5;
	}

	.statusonline {
		background: #27c22d;
	}

	#rightnav {
		float: right;
	}

	#searchbox {
		float: left;
		padding: 5px;
		position: relative;
	}

	#searchbox input {
		display: block;
		width: 218px;
		height: 28px;
		border: 1px solid #fff;
		font-size: 14px;
		line-height: 28px;
		text-indent: 7px;
		padding: 0;
		margin: 0;
	}

	#searchbox #submit {
		display: block;
		width: 30px;
		height: 30px;
		background-color: #fff; /*important*/
		border: 0px none; /*important*/
		padding: 0;
		margin: 0;
		position: absolute; /*important*/
		top: 5px;
		left: 195px;
	}

	#loginlink {
		float: left;
		display: block;
	}

	#loginlink #dropdown {
		width: 40px;
		height: 40px;
		padding: 0;
	}

	#loginlink a img {
		display: block;
		width: 30px;
		height: 30px;
		padding: 5px;
	}

	#usernav {
		display: none;
		width: 200px;
		background: #333;
		position: absolute;
		top: 40px;
		right: 0px;
		z-index: 999;
	}
	#usernav a { float: none; }
	#usernav div a { line-height: 35px; }
	#usernav #greeting { padding: 0 10px; }
        
#navloginerror {
	height: 40px;
	background: #c2272d;
	font-family: 'LeagueGothicRegular', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #f5f5f5;
	position: relative;
}

#loginerror {
	position: absolute;
	bottom:195px;
	left: 264px;
	z-index: 10;
}

#loginmodal {
	background: url('../images/backgrounds/login2.jpg') top right no-repeat;
	color: #f5f5f5;
}
	#loginmodal input[type="text"], #loginmodal input[type="password"] {
		width: 150px;
		height: 32px;
		padding: 5px;
		border: 5px solid #333;
	}
	#loginmodal input[type="text"]:focus, #loginmodal input[type="password"]:focus {
		outline: none;
	}
	#loginmodal label {
		font-size: 21px;
		font-family: 'LeagueGothicRegular', sans-serif;
		text-transform: uppercase;
		position: relative;
	}
	#loginmodal label span {
		line-height: 40px;
		position: absolute;
		bottom: 0px;
		left: 50px;
	}

#loginpage, #loginredirectpage {
	height: 500px;
	background: url('../images/backgrounds/login2.jpg') top right no-repeat;
	color: #f5f5f5;
	position: relative;
}
	#loginpage .columnstyle, #loginredirectpage .columnstyle { background: none; }

#loginredirectpage { background: url('../images/backgrounds/login1.jpg') bottom right no-repeat; }
#loginredirectpage p {
	width: 360px;
	font-size: 1.5em;
	font-family: 'LeagueGothicRegular', sans-serif;
	text-transform: uppercase;
}

#loginform, #loginredirectpage p {
	position: absolute;
	left: 30px;
	bottom: 100px;
}
	#loginform input[type="text"], #loginform input[type="password"] {
		width: 150px;
		height: 32px;
		padding: 5px;
		border: 5px solid #333;
	}
	#loginform input[type="text"]:focus, #loginform input[type="password"]:focus {
		outline: none;
	}
	#loginform label {
		font-size: 21px;
		font-family: 'LeagueGothicRegular', sans-serif;
		text-transform: uppercase;
		position: relative;
	}
	#loginform label span {
		line-height: 40px;
		position: absolute;
		bottom: 0px;
		left: 50px;
	}

	#autologin { display: none; }
	#autologinlabel {
		display: block;
		height: 40px;
	}

	#logincheckbox {
		width: 36px;
		height: 34px;
		background: url('../images/checkbox.png') 0 0 no-repeat;
		margin-top: 2px;
	}

	#loginbutton {
		width: 140px;
		line-height: 40px;
		background: #333;
		border: none;
		color: #f5f5f5;
		font-size: 1.7em;
		font-family: 'LeagueGothicRegular', sans-serif;
		text-transform: uppercase;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	#loginbutton:hover {
		background: #c2272d;
	}
        
    .partnerimg { margin-bottom: 10px; }

#intromodal ul { list-style: square; }

#intromodal p {
	margin: 0 0 10px 0;
}

#communitylinks {
	position: absolute;
	bottom: 0px;
	right: 10px;
}
#communitylinks a img {
	border-bottom: 5px solid;
}
#communitylinks #twitter img { border-bottom-color: #9AE4E8; }
#communitylinks #facebook img { border-bottom-color: #3B5998; }
#communitylinks #youtube img { border-bottom-color: #f00; }
#communitylinks #steam img { border-bottom-color: #e5e5e5; }
#communitylinks #gplus img { border-bottom-color: #f33; }
#communitylinks #rss img { border-bottom-color: #ff9900; }

/*  =====================================================================
	VIDEO / STREAM PLAYER BASED STYLES
	===================================================================== */

#livestreamcontrols {
	width: 100%;
	height: 32px;
	background: #fff;
	color: #333;
	position: relative;
}
	#livestreamcontrols a {
		-webkit-transition: all 0s linear;
		-moz-transition: all 0s linear;
		-o-transition: all 0s linear;
		transition: all 0s linear;
	}

	#playpause {
		display: block;
		width: 64px;
		height: 32px;
		background: url('../images/streamcontrols.png') 0px -64px no-repeat;
		text-indent: -9999px;
	}
		#playpause:hover { background-position: 0px -96px; }
		#playpause.active { background-position: 0px 0px;	}
		#playpause.active:hover { background-position: 0px -32px;	}

	#mute {
		display: block;
		width: 32px;
		height: 32px;
		background: url('../images/streamcontrols.png') 0px -128px no-repeat;
		text-indent: -9999px;
	}
		#mute:hover { background-position: 0px -160px; }
		#mute.active { background-position: -32px -128px; }
		#mute.active:hover { background-position: -32px -160px; }

	#volumeslider {
		width: 100px;
		position: absolute;
		left: 110px;
		top: 14px;
	}

	.ui-widget-content {
		background: #666;
		color: #333;
	}

	.ui-slider-horizontal { height: 4px; }

		.ui-slider-horizontal .ui-slider-handle {
			width: 12px;
			height: 24px;
			background: #333;
			margin-left: -6px;
			position: absolute;
			top: -10px;
			z-index: 2;
		}

	#livestreamstatus {
		display: block;
		width: 355px;
		height: 24px;
		line-height: 24px;
		background: #e5e5e5;
		color: #333;
		font-size: 18px;
		font-family: 'LeagueGothicRegular', sans-serif;
		text-transform: uppercase;
		padding: 0 7px;
		position: absolute;
		top: 4px;
		right: 0px;
		overflow: hidden;
	}
		#livestreamstatus span { color: #c2272d; }



#ownedplayer object, #ownedplayer embed {
	width: 100%;
	height: 337px; /* 374 */
}

#livestream object { width: 600px; height: 338px; }

#justinplayer object, #justinplayer embed {
	width: 100%;
	height: 366px;
}

#chatbox object, #chatbox embed {
	width: 100%;
	z-index: 99;
}
	#o3chat, #o3chat embed { height: 337px !important; }
	#lschat, #lschat embed { height: 370px !important; }
        #jtvchat, #jtvchat iframe { height: 366px !important; width: 280px; display: block; }

.mainwatch iframe, .mainwatch embed {
	display: block;
	width: 100%;
	height: 366px;
}

/*  =====================================================================
	NEWS / ARTICLE BASED STYLES
	===================================================================== */

.newscontent, .articlecontent {
	border-bottom: 1px dotted #999;
	padding: 0 7px;
	margin: 0 0 20px;
	position: relative;
}

.newscontent h1, .articlecontent h1 { width: 430px; }

.newscontent span, .articlecontent span, #vodinfo span, 
.latestforumtopic span {
	font-size: 0.8em;
	font-family: Georgia, serif;
	color: #999;
	font-style: italic;
}

.newscontent p b, .newscontent p strong,
.articlecontent p b, .articlecontent p strong {
	font-family: 'OpenSansBold', sans-serif;
	font-weight: normal;
}

.quote {
	border-left: 6px solid #c2272d;
	color: #646464;
	font-family: Georgia, serif;
	font-style: italic;
	padding: 0 10px;
	margin: 0 30px;	
}

.morenews {
	display: block;
	width: 160px;
	line-height: 40px;
	background: #333;
	color: #f5f5f5 !important;
	font-size: 1.7em;
	font-family: 'LeagueGothicRegular', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;	margin-top: 50px;
}
	.morenews:hover {
		background: #c2272d;
		color: #f5f5f5;
	}

/*  =====================================================================
	PAGE BASED STYLES
	===================================================================== */

#verticalnav a {			/* Navigation for Feedback/Privacy Policy etc... */
	display: block;
	font-size: 1.5em;
	font-family: 'LeagueGothicRegular', sans-serif;
	text-transform: uppercase;
}

.librarymain {
	float: left;
	width: 33%;
	min-height: 180px;
}
	.librarymaininner {
		margin: 0 5px;
	}
		.librarymaininner h3 { font-size: 1.2em; }

	#librarypagination {
		text-align: center;
		clear: both;
		margin: 10px 0 15px;
	}
		
		#librarypagination span {
			background: #333;
			color: #f5f5f5;
			font-size: 16px;
			margin: 5px 2px;
		}
			#librarypagination span.selected {
				background: #d35257;
				padding: 7px 10px;
			}

		#librarypagination a {
			background: #333;
			color: #f5f5f5;
			padding: 7px 10px;
		}
			#librarypagination a:hover { background: #c2272d; border-bottom-color: #333; }

#libraryvideos {
	background: #333;
	color: #f5f5f5;
	padding: 3px 7px;
	margin-bottom: 15px;
}
	#libraryvideos h2 { margin: 0; }

	.videoresults {
		min-height: 103px;
		position: relative;
		border-bottom: 1px dotted #999;
	}
		.videoresults h2 { margin-bottom: 0; }
		.videoresults a { text-decoration: none; }
		.videoresults img { margin: 5px 10px 0 0; }
		.videoresults span {
			color: #999;
			font-size: 12px;
			font-style: italic;
			position: static;
		}
		.videoresults .disquscount {
			font-weight: bold;
			margin-bottom: 7px;
			position: absolute;
			bottom: 0px;
			right: 0px;
		}
                
        .searchresultthumbnail
        {
            width: 160px;
            height: 90px;
        }
        
        .guidthumbnail
        {
            width: 190px; /* 227 */
            height: 104px; /* 127 */
        }

#schedule p {
	margin: 7px 0 20px;
}

#timezones {
	width: 695px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#timezones a {
	float: left;
	display: block;
	background: #333;
	color: #f5f5f5;
	line-height: 40px;
	font-size: 1.3em;
	font-family: 'LeagueGothicRegular', sans-serif;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 0 5px 0 0;
}

#vodinfo { position: relative; }

#vodtitle { padding: 5px 0 0;}

	#sociallinks {
		width: 146px;
		position: absolute;
		top: 5px;
		right: 0px;
	}
		#socialinks a { display: block; }
		.plusonefix { display: block; } 				/* fix for google plus badge being lower than other icons */
		.plusonefix img { display: block; }
		#sociallinks .addthis_button_compact.addthisfix { padding: 0 0 0 2px; }
		.addthis_default_style .at300b:last-child, 		/* fix for last share icon, remove excess padding */
		.addthis_default_style .at300bo:last-child, 
		.addthis_default_style .at300m:last-child {
			padding: 0 0 0 2px;
		}
		.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact { margin-right: 0; }
		#at15s a {
			-webkit-transition: all 0s linear !important;
			-moz-transition: all 0s linear !important;
			-o-transition: all 0s linear !important;
			transition: all 0s linear !important;
		}


	#voddescription { margin-bottom: 30px; }

	#tags {
		background: #f8f8f8;
		border: 1px solid #e8e8e8;
		color: #727272;
		font-size: 12px;
		font-family: Georgia, serif;
		font-style: italic;
		padding: 5px;	
	}
	#tags a, #tags a:visited, #tags a:hover, #tags a:active { color: #727272; }

#feedback form { padding: 10px 0 20px; }

#feedback form label {
	display: block;
	float: left;
	width: 80px;
	line-height: 52px;
	font-family: 'LeagueGothicRegular', sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 0 10px 0 0;
}

#feedback form input[type="text"], #feedback form textarea {
	display: block;
	width: 400px;
	height: 32px;
	border: 5px solid #333;
	padding: 5px;
}
	#feedback form textarea { height: 200px; }

#feedback form input[type="submit"] {
	width: 420px;
	height: 50px;
	line-height: 50px;
	background: #333;
	border: none;
	color: #f5f5f5;
	font-size: 2em;
	font-family: 'LeagueGothicRegular', sans-serif;
	text-transform: uppercase;
	margin: 0 0 0 90px
}
	#feedback form input[type="submit"]:hover {	background: #c2272d; }

#feedback form p { padding: 0 0 0 90px; }

.staffbook {
    width:100%;
    height: 500px;
}
.staffmember {
    width: 32%;
    float: left;
    padding-right: 5px;
}
.staffdescription {
    margin: 4px 0px 4px 0px;
    height: 260px;
    overflow: auto;
    border-bottom: solid;
}
.stafflinks {
    margin-top: 8px;
}



/*  =====================================================================
	WIDGET BASED STYLES
	===================================================================== */

.latesttopics { padding: 0 0 5px; }

	.latestforumtopic {
		padding: 5px 0;
	}
	.latestforumtopic h2 { margin: 0; }

.latestondemand {
	margin-bottom: 10px;
	position: relative;
}
	.latestondemand .info {
		width: 100%;
		background: transparent url('../images/textoverlay.png') repeat;
		color: #e5e5e5 !important;
		text-indent: 5px;
		padding: 5px 0;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	.latestondemand .smallinfo {
		width: 100%;
		background: transparent url('../images/textoverlay.png') repeat;
		color: #e5e5e5 !important;
		padding: 5px 0;
		text-indent: 5px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
		.info h4, .smallinfo h4, .info small {
			display: block; 
			white-space: nowrap; 
			overflow: hidden; 
			text-overflow: ellipsis;
			padding: 0 5px 0 0;
			margin: 0;
		}

	.watchmore {
		display: block;
		background: #333;
		color: #f5f5f5 !important;
		font-size: 2.5em;
		font-family: 'LeagueGothicRegular', sans-serif;
		text-transform: uppercase;
		margin: 0 0 10px;
	}
		.watchmore:hover { background-color: #c2272d; }

.friends { margin: 0 0 10px; }
	.friends img {
		display: block;
		float: left;
		width: 50%;
		height: auto;
	}

.adsponsor { text-align: center; }					/* for centering all ads */
.adsponsor object, .adsponsor embed, .adsponsor img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

/*  =====================================================================
	FOOTER STYLES
	===================================================================== */

footer {
	background: #333;
	color: #f5f5f5;
	font-size: 11px;
}

footer a, footer a:visited, footer a:hover, footer a:active { color: #f5f5f5; margin-right: 10px; }
	#bottomlogo {
		float: left;
		display: block;
		margin: 20px 10px 0 0;
	}
	#leftfooter #navlinks {
		float: left;
		display: block;
		width: 330px;
		margin: 20px 0;
	}
	#rightfooter p {
		margin: 10px 0;
	}

/*  === Sticky Footer Styles === */

.stickywrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -117px;
}

footer, .push {
	height: 117px;
	clear: both;
}

.push { padding-top: 30px; }

/* -------------------------------------------------------------- */

#noticesuccess {
    background-color: #27c22d;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 5px;
}

#noticeunsuccessful {
    background-color: #c2272d;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 5px;
}

.noticewarning {
    background-color: #ffa500;
    padding: 10px;
    color: #000000;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1200px) {
	/* Style adjustments for viewports that meet the condition */
	body { font-size: 1em; }
	#topnav a, .loginlink span {
		padding: 0 12px;
	}
	#usernav {
		width: 250px;
	}
		#usernav div a { line-height: 40px; }
	#ownedplayer object, #ownedplayer embed { height: 405px; } /* 449px */
        #justinplayer object, #justinplayer embed { height: 434px; }
	#livestream object { width: 720px; height: 405px;}
	#livestreamstatus { width: 480px; }
	#o3chat, #o3chat embed { height: 405px !important; }
        #jtvchat, #jtvchat iframe { height: 464px !important; width: 340px; }
	#lschat, #lschat embed { height: 437px !important; }
	.newscontent h1, .articlecontent h1 { width: 550px; }
	.mainwatch iframe, .mainwatch embed { height: 439px; }
	.videoresults span {
		position: absolute;
		top: 5px;
		right: 0px;
	}
	#leftfooter #navlinks { width: 420px; }
        .guidthumbnail { width: 227px; height: 127px; }
}

@media only screen and (min-width: 1px) and (max-width: 959px) {
	#topnav a, .loginlink span {
		font-size: 0.7em;
		padding: 0 8px;
	}
	#usernav {
		width: 150px;
	}
		#usernav div a { line-height: 30px; }
	#logo {
		width: 80%;
		height: auto;
		margin-top: 8px;
	}
	#communitylinks a img { width: 36px; height: auto; }
	#ownedplayer object, #ownedplayer embed { height: 266px; } /* 294px */
        #justinplayer object, #justinplayer embed { height: 294px; }
	#livestream object { width: 472px; height: 266px;}
	#livestreamstatus { width: 225px; }
	#o3chat, #o3chat embed { height: 266px !important; }
        #jtvchat, #jtvchat iframe { height: 294px !important; width: 216px; }
	#lschat, #lschat embed { height: 298px !important; }
	.newscontent h1, .articlecontent h1 { width: 300px; }
	.mainwatch iframe, .mainwatch embed { height: 288px; }
	.videoresults span {
		position: static;
	}
	.friends img {
    	display: block;
    	width: 100%;
    	height: auto;
    }
    .stickywrapper { margin: 0 auto -136px;	}
	footer, .push {	height: 136px; }
	#leftfooter #navlinks { width: 234px; }
        
    .staffdescription {
        margin: 4px 0px 4px 0px;
        height: 300px;
        overflow: auto;
    }
    
    .guidthumbnail { width: 150px; height: 84px; }
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==|== font faces =======================================================
   font faces.
   Add font face values here.
   ========================================================================== */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/penSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
