/*
	Theme Name: GAW 2012
	Theme URI: http://www.gamersatwork.org/
	Description: Simple book website with social features.
	Author: Morgan Ramsay
	Author URI: http://www.morganramsay.com/
	Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
center {
	margin:0 auto; padding:0;
}

/* * * * * * * *
 * FONTS
 * * * * * * * */

@font-face {
    font-family:'ITCAvantGardeGothicStdBold';
    src:url('/fonts/itcavantgardestd-bold-webfont.eot');
    src:url('/fonts/itcavantgardestd-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/itcavantgardestd-bold-webfont.woff') format('woff'),
        url('/fonts/itcavantgardestd-bold-webfont.ttf') format('truetype'),
        url('/fonts/itcavantgardestd-bold-webfont.svg#ITCAvantGardeGothicStdBold') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'ITCAvantGardeGothicStdMedium';
    src:url('/fonts/itcavantgardestd-md-webfont.eot');
    src:url('/fonts/itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/itcavantgardestd-md-webfont.woff') format('woff'),
        url('/fonts/itcavantgardestd-md-webfont.ttf') format('truetype'),
        url('/fonts/itcavantgardestd-md-webfont.svg#ITCAvantGardeGothicStdMedium') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'ITCAvantGardeGothicStdXLt';
    src:url('/fonts/itcavantgardestd-xlt-webfont.eot');
    src:url('/fonts/itcavantgardestd-xlt-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/itcavantgardestd-xlt-webfont.woff') format('woff'),
        url('/fonts/itcavantgardestd-xlt-webfont.ttf') format('truetype'),
        url('/fonts/itcavantgardestd-xlt-webfont.svg#ITCAvantGardeGothicStdXLt') format('svg');
    font-weight:normal;
    font-style:normal;

}

/* * * * * * * *
 * CORE
 * * * * * * * */

html { overflow-y:scroll; }
body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
}
body {
	background-color:#000000;
	margin:16px 0 0 0; padding:0 0 8px 0;
	background-image:url('/images/background.png');
	background-repeat:repeat-y;
	background-position:center;
}
a:link, a:visited, a:hover, a:active {
	border-style:none;
	width:0; height:0;
	text-decoration:none;
}
hr {
	display:block; clear:both;
	border:0;
	color:#333;
	background-color:#333;
	height:1px;
	width:100%;
	text-align:left;
	margin-bottom:24px;
}
.center { width:100%; text-align:center; margin:0; padding:0 0 24px 0; }
img.logo-left {
	behavior:url('/hacks/border-radius.htc');
	-moz-border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-khtml-border-top-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-khtml-border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
img.logo-right {
	behavior:url('/hacks/border-radius.htc');
	-moz-border-top-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	-khtml-border-top-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-khtml-border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}

/* * * * * * * *
 * MAIN MENU
 * * * * * * * */

#menu {
	background-image:url('/images/background-darker.png');
	background-repeat:repeat-y;
	background-position:center;
	height:32px;
	margin:0; padding:0 16px;
	behavior:url('/hacks/border-radius.htc');
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
	#menu ul {
		list-style-type:none;
		margin:8px 0 0 0; padding:0;
	}
	#menu ul li {
		display:inline;
		margin:0; padding:0 16px;
		border-left:1px solid #333;
	}
	#menu ul li:first-child {
		border-left:0px;
	}
	#menu ul li a:link, #menu ul li a:visited {
		font:12px 'ITCAvantGardeGothicStdMedium';
		color:#ce9f37;
		text-transform:uppercase;
	}
	#menu ul li a:hover {
		font:12px 'ITCAvantGardeGothicStdMedium';
		color:#ffc423;
		text-transform:uppercase;
		text-decoration:underline;
	}

/* * * * * * * *
 * FEATURED IMAGES
 * * * * * * * */

.topline {
	margin-top:16px;
}
.bottomline {
	margin-bottom:16px;
}

/* * * * * * * *
 * CONTENT
 * * * * * * * */

.heading {
	margin:0 0 4px 0; padding:0 6px;
}
	.heading h1 {
		font:24px 'ITCAvantGardeGothicStdBold';
		color:#FFC423;
		text-transform:uppercase;
		margin:0; padding:0;
	}
#content {
	min-height:32px;
	background-image:url('/images/background-darker.png');
	background-repeat:repeat-y;
	background-position:left top;
	margin:0; padding:12px 16px;
	font:15px 'ITCAvantGardeGothicStdMedium';
	color:#777;
	line-height:24px;
	behavior:url('/hacks/border-radius.htc');
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
	#content a:link, #content a:visited {
		font:12px 'ITCAvantGardeGothicStdMedium';
		color:#ce9f37;
		text-transform:uppercase;
	}
	#content a:hover {
		font:12px 'ITCAvantGardeGothicStdMedium';
		color:#ffc423;
		text-transform:uppercase;
		text-decoration:underline;
	}
	#content a.normal:link, #content a.normal:visited {
		font:bold 15px 'ITCAvantGardeGothicStdMedium';
		color:#888;
		text-transform:none;
		text-decoration:underline;
	}
	#content a.normal:hover {
		font:bold 15px 'ITCAvantGardeGothicStdMedium';
		color:#CCC;
		text-transform:none;
		text-decoration:underline;
	}
	#content h2 {
		display:block; clear:both;
		font:20px 'ITCAvantGardeGothicStdMedium';
		color:#ffc423;
		margin:0; padding:0;
	}
		#content h2 a:link, #content h2 a:visited {
			font:20px 'ITCAvantGardeGothicStdMedium';
			color:#ce9f37;
			text-transform:none;
			margin:0; padding:0 0 16px 0;
		}
		#content h2 a:hover {
			font:20px 'ITCAvantGardeGothicStdMedium';
			color:#ffc423;
			text-transform:none;
			margin:0; padding:0 0 16px 0;
		}
	#content p {
		font:15px 'ITCAvantGardeGothicStdMedium';
		color:#777;
		line-height:24px;
		margin:0; padding:0 0 16px 0;
	}
	#content strong {
		color:#ffc423;
	}
	#content em {
		font-weight:bold;
	}
	#content em.normal {
		font-style:italic !important;
	}
	#content blockquote {
		display:block; clear:both;
		margin:0 0 0 32px; padding:0;
	}
	#content div.quote {
		display:block; float:right;
		width:480px;
		margin:12px 0 0 0; padding:0 0 8px 32px;
		line-height:32px;
	}
		#content div.quote .text {
			font:18px 'ITCAvantGardeGothicStdMedium';
			color:#999;
		}
		#content div.quote .byline {
			display:block;
			font:13px 'ITCAvantGardeGothicStdMedium';
		}
	#content table {
		display:block; clear:both;
		margin:4px 0 0 0; padding:4px 0;
		width:968px;
	}
		#content table tr td {
			font:15px 'ITCAvantGardeGothicStdMedium';
			color:#666;
			line-height:18px;
			margin:0; padding:0 0 12px 64px;
			width:322px;
		}
		#content table tr td:first-child {
			padding-right:0;
		}
		#content table tr td strong {
			display:block; clear:both;
			color:#ffc423;
		}
		#content table tr td em {
			font:13px 'ITCAvantGardeGothicStdMedium';
			font-style:normal;
		}
	#content ol {
		margin:0 0 16px 64px; padding:0;
		list-style-type:decimal;
	}
		#content ol li { }
		
	#content ul.list {
		display:block; clear:both;
		margin:auto 0 24px 64px; padding:0;
		list-style-type:none;
	}
		#content ul.list li {
			line-height:24px;
			margin:0 0 0 0; padding:0;
			list-style-type:disc;
		}
		#content ul.list li a {

		}
		
	#content ul.stores {
		display:block; clear:both;
		list-style-type:none;
		width:968px;
		text-align:center;
		margin:0; padding:0;
	}
		#content ul.stores li {
			display:block; float:left;
			margin:0 32px 16px 32px; padding:0;
			text-align:center;
			width:256px; min-height:64px !important;
		}
		#content ul.stores li.movedown {
			margin-top:36px;
		}
		#content ul.stores img {
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity:0.8;
		}
		#content ul.stores img:hover {
			filter:alpha(opacity=100);
			-moz-opacity:1.0;
			-khtml-opacity: 1.0;
			opacity:1.0;
		}
		#content ul.stores img.disabled {
			filter:alpha(opacity=30);
			-moz-opacity:0.3;
			-khtml-opacity: 0.3;
			opacity:0.3;
		}
		#content ul.stores img.disabled:hover {
			filter:alpha(opacity=30);
			-moz-opacity:0.3;
			-khtml-opacity: 0.3;
			opacity:0.3;
		}
		
	#content .profile {
		display:block; clear:both;
		width:100%; min-height:150px;
		margin:0; padding:0 0 16px 0;
	}
		#content .profile span {
			display:block; float:left;
			width:800px;
			margin:-24px 0 0 16px; padding:0;
		}
	#content .photo {
		float:left;
		margin:4px 0 0 0; padding:0;
		behavior:url('/hacks/border-radius.htc');
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
	}
	#content .product {
		display:block; float:right;
		margin:4px 0 8px 16px; padding:0;
		behavior:url('/hacks/border-radius.htc');
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
	}
	
	#content #interviews a {
		font:15px 'ITCAvantGardeGothicStdMedium';
		text-transform:none;
		color:#ffc423;
	}
	#content #interviews a:hover {
	}
	#content #interviews a:after {
		content:"\A0 \203A";
	}
	#content #interviews .label {
		font:bold 10px Arial; text-transform:uppercase;
	}
	#content #interviews br {
		height:10px !important;
		display:block !important;
		clear:both !important;
	}
	#content #interviews tr td {
		padding-bottom:18px !important;
	}
	
	
/* * * * * * * *
 * FOOTER
 * * * * * * * */

.footer {
	display:block; clear:both;
	margin:0 auto; padding:0;
	width:1000px;
}
	.footer p {
		font:11px 'ITCAvantGardeGothicStdMedium';
		color:#ffc423;
		text-align:right;
		text-transform:uppercase;
		margin:0; padding:8px 32px;
	}

/* * * * * * * *
 * STRUCTURE
 * * * * * * * */

table.book { 
	display:block;
	border:0;
	margin:0 auto; padding:0;
}
table.book td.text {
	min-height:32px;
	background-image:url('/images/background-darker.png');
	background-repeat:repeat-y;
	background-position:left top;
	margin:0; padding:4px 16px 24px 16px;
	font:12px 'ITCAvantGardeGothicStdMedium';
	behavior:url('/hacks/border-radius.htc');
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	width:968px;
}
	table.book td.text strong {
		color:#666;
	}
	table.book td.text a:link, td.text a:visited {
		color:#ce9f37;
	}
	table.book td.text a:hover, td.text a:active {
		color:#ffc423;
	}
	table.book td.text a:hover {
		text-decoration:underline;
	}
	td.text ul {
		list-style-type:none; display:block; float:left;
		margin:32px 0 0 0; padding:0;
		width:700px;
	}
		table.book td.text ul li {
			height:32px;
			margin:8px 0 0 0; padding:0;
		}
		table.book td.text ul li img {
			float:left;
			margin:-8px 8px 0 0; padding:0;
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
			border:none;
		}
		table.book td.text ul li img:hover {
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
		}
		table.book td.text ul li a {
			margin:0; padding:0;
			border:none;
		}
		table.book td.text ul li .item {
			margin:0; padding:0;
			width:400px;
		}
		table.book td.text ul li img.opaque {
			float:left;
			margin:-8px 8px 0 0;
			filter:alpha(opacity=100);
			-moz-opacity:1.0;
			-khtml-opacity: 1.0;
			opacity: 1.0;
		}
		table.book td.text ul li img.opaque:hover {
			filter:alpha(opacity=100);
			-moz-opacity:1.0;
			-khtml-opacity: 1.0;
			opacity: 1.0;
		}
	table.book td.text #logos {
		display:block; padding:32px; text-align:center;
	}
		table.book td.text #logos img {
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
			border:none;
			padding:0 64px;
		}
		table.book td.text #logos img:hover {
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
			border:none;
			padding:0 64px;
		}
table.book td.logos {
	margin:0; padding:0;
}

/* * * * * * * *
 * TABLE.MEDIA
 * * * * * * * */
 
#content table.badges {
	width:100%;
	margin:0; padding:4px 0 24px 0;
	text-align:center;
}
	#content table.badges tr {
		height:150px;
	}
	#content table.badges tr td {
		line-height:0;
		margin:0 0 0 0; padding:0 0 0 83px;
		width:125px;
	}
		#content table.badges tr td:first-child {
			margin:0 0 0 0; padding:0 0 0 0;
		}
	#content table.badges tr td img {
		margin:0; padding:0 0 0 0;
		border:1px solid #111;
	}
	#content table.badges tr td span {
		display:block;
		margin:0; padding:12px 0 0 0;
		font:13px 'ITCAvantGardeGothicStdMedium';
	}
div.dialog {
	margin:0; padding:0;
}
	div.dialog p {
		text-align:center;
		width:608px;
		line-height:18px;
		margin:0; padding:12px 16px;
	}
	div.dialog p img {
		display:block; clear:both;
		margin:0 auto 8px auto; padding:0 0 0 0;
		border:1px solid #111;
	}
	div.dialog textarea {
		font:14px 'Courier New', 'Courier', monospaced;
		margin:12px 0; padding:8px;
	}
#content table.bookmarks {
	width:100%;
	margin:0; padding:4px 0 24px 0;
	text-align:center;
}
	#content table.bookmarks tr {
		height:153px;
	}
	#content table.bookmarks tr td {
		margin:0 0 0 0; padding:0 0 0 80px;
		width:441px;
	}
		#content table.bookmarks tr td:first-child {
			margin:0 0 0 0; padding:0 0 0 0;
		}
	#content table.bookmarks tr td img {
		margin:0; padding:0 0 0 0;
		border:1px solid #111;
	}
#content table.covers {
	width:100%; display:block;
	margin:0; padding:4px 0 24px 0 !important;
	text-align:center;
}
	#content table.covers tr {
		height:171px;
	}
	#content table.covers tr td {
		margin:0; padding:0 0 0 0;
		width:484px;
	}
		#content table.covers tr td:first-child {
			margin:0 0 0 0; padding:0 0 0 0;
		}
	#content table.covers tr td img {
		display:block;
		margin:0 auto 24px auto; padding:0 0 0 0;
		border:1px solid #111;
	}
#content table.photos {
	width:100%;
	margin:0; padding:4px 0 24px 0;
	text-align:center;
}
	#content table.photos tr {
		height:180px;
	}
	#content table.photos tr td {
		margin:0 0 0 0; padding:0 0 0 50px;
		width:120px;
	}
		#content table.photos tr td:first-child {
			margin:0 0 0 0; padding:0 0 0 0;
		}
	#content table.photos tr td img {
		margin:0 0 8px 0; padding:0 0 0 0;
		border:1px solid #111;
	}
	#content table.photos tr td span {
		display:block;
		margin:0 0 0 0; padding:0 0 0 0;
		font:13px 'ITCAvantGardeGothicStdMedium';
	}
#content table.news {
	width:100%;
	margin:0; padding:4px 0 16px 0;
	text-align:center;
}
	#content table.news th {
		color:#666;
		font:15px 'ITCAvantGardeGothicStdMedium';
		font-weight:bold;
		text-align:left;
	}
	#content table.news tr td {
		font:13px 'ITCAvantGardeGothicStdMedium';
		margin:0 0 0 0; padding:4px 0;
		text-align:left;
	}
		#content table.news tr td:first-child {
			margin:0 0 0 0; padding:0 0 0 0;
		}
	#content table.news tr th.date, #content table.news tr td.date { min-width:145px !important; }
	#content table.news tr th.type, #content table.news tr td.type { min-width:115px !important; }
	#content table.news tr th.article, #content table.news tr td.article { width:100% !important; padding-right:16px; }
	#content table.news tr th.source, #content table.news tr td.source { min-width:200px !important; }

/* * * * * * * * * * * * * * * * * * 
 * TWITTER SEARCH WIDGET OVERRIDES
 * * * * * * * * * * * * * * * * * */
 
#tweets, #tweets .twtr-hd, #tweets .twtr-ft,
#tweets .twtr-widget, #tweets .twtr-doc, #tweets .twtr-tweet,
#tweets .twtr-timeline, #tweets .twtr-timeline i, #tweets .twtr-timeline i a,
#tweets .twtr-bd, #tweets .twtr-bd p, #tweets .twtr-new-results, #tweets .twtr-results-inner,
#tweets .twtr-avatar, #tweets .twtr-user { border:none !important; }

#tweets {
	display:block;
	margin:-16px 0 32px 0; padding:0;
}
#tweets .twtr-hd, #tweets .twtr-ft {
	display:none !important;
	margin:0 !important; padding:0 !important;
}
#tweets .twtr-widget, #tweets .twtr-doc {
	width:100% !important;
	behavior:none !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-khtml-border-radius:0 !important;
	border-radius:0 !important;
}
#tweets .twtr-widget {
	border:1px solid #111 !important;
	margin:0 !important;
	padding:0 !important;
}
#tweets .twtr-tweet {
	background-color:#000000 !important;
	background-image:url('/images/background-darker.png') !important;
	background-repeat:repeat-y !important;
	background-position:-17px 100% !important;
	font:12px 'ITCAvantGardeGothicStdMedium' !important;
}
	#tweets .twtr-tweet  a:link, #tweets .twtr-tweet a:visited {
		font:12px 'ITCAvantGardeGothicStdMedium' !important;
		color:#ce9f37 !important;
		text-transform:uppercase !important;
	}
	#tweets .twtr-tweet a:hover {
		font:12px 'ITCAvantGardeGothicStdMedium' !important;
		color:#ffc423 !important;
		text-transform:uppercase !important;
		text-decoration:underline !important;
	}
	#tweets .twtr-tweet .twtr-tweet-text {
		border:none !important;
		padding-bottom:4px !important;
	}
#tweets .twtr-new-results, #tweets .twtr-results-inner, #tweets .twtr-results-hr {
	background:none !important;
	border:none !important;
}

/* * * * * * * * * * * * * * * * * * 
 * ADDTOANY SHARE CONTAINER
 * * * * * * * * * * * * * * * * * */
.addtoany_share_save_container { text-align:right; }


/* * * * * * * * * * * * * * * * * * 
 * NEWSLETTER FORM
 * * * * * * * * * * * * * * * * * */
#SignUp {
	display:block !important; clear:both !important;
	margin:-16px 0 0 0 !important; padding:0 !important;
}
#SignUp table.signupframe {
	background:#020307 !important;
	border:3px solid #43151f !important;
	font:13px 'ITCAvantGardeGothicStdMedium' !important;
	color: #666666 !important;
	width:512px !important;
	margin:0 auto !important; padding:16px !important;
}
#SignUp table.signupframe .required {
	font-size:10px !important;
}
#SignUp table.signupframe tr { margin:0 !important; padding:0 !important; }
#SignUp table.signupframe tr td { vertical-align:middle !important; margin:0 !important; padding:0 4px !important; }
#SignUp table.signupframe tr td:first-child { margin:0 !important; padding:0 8px 0 0 !important; }
#SignUp table.signupframe tr td input {
	font:13px 'ITCAvantGardeGothicStdMedium' !important;
}
#SignUp table.signupframe tr td input[type="text"] {
	display:block !important;
	font:13px 'ITCAvantGardeGothicStdMedium' !important;
	margin:8px 0 !important; padding:2px 0 !important;
}
#SignUp table.signupframe tr td input[type="submit"] {
	display:block !important;
	font:13px 'ITCAvantGardeGothicStdMedium' !important;
	width:128px !important; height:32px !important;
	margin:8px 0 0 0 !important; padding:0 !important;
}
#SignUp table.signupframe .required {
	font-size:15px !important;
	margin:0 !important; padding:0 !important;
}