/*
Theme Name: biowarefans
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background:url(//static.biowarefans.com/img/bg2.jpg) top center no-repeat;margin:0;font-family:Helvetica,Arial;background-attachment:fixed;
}
body.category-dragon-age {background-image:url(//static.biowarefans.com/img/bg3.jpg);}
body.category-old-republic {background:url(//static.biowarefans.com/img/bg5.jpg) repeat-x;background-attachment:fixed;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em 0 0;
	border-left: 10px solid rgba(204,204,204,0.6);
	padding-left: 10px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	margin:0;padding:0 6px;height:26px;min-width:22px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color:#eb5339;
}
a:visited {
	color: #666;
}
a:hover,
a:focus,
a:active {
	color: #eb5339;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

#page {position:relative;}

/* =Header
----------------------------------------------- */
#masthead {position:relative;width:962px;margin:0 auto;height:70px;}
#masthead > .site-title {background:url(//static.biowarefans.com/img/biowarefans.png) top center no-repeat;height:30px;border-bottom:5px solid rgba(51,51,51,0.5);margin:10px 0 2px 0;padding:0;}
#masthead > .site-title > a {display:block;width:300px;height:27px;margin:0 auto;border:none;}
#masthead > .site-title span {display:none;}

#social {position:absolute;top:45px;z-index:6;}
#social a {display:block;float:left;width:22px;height:22px;background:url(//static.biowarefans.com/img/icons-social.png) no-repeat;border:none;}
.social-facebook {background-position: 2px 3px !important;}
.social-twitter {background-position: 1px -32px !important;}
.social-youtube {background-position: 2px -105px !important;}
.social-email {background-position: 5px -145px !important;padding:0 5px;}
.social-rss {background-position: 3px -187px !important;padding:0 1px 0 2px;}

#noscript {clear:left;text-align:center;font:bold 9pt Helvetica,Arial;color:#EB5339;margin:5px 0 0 0;}

/* =Menu
----------------------------------------------- */
#menu {float:left;width:100%;position:relative;height:34px;background:url(//static.biowarefans.com/img/menu.png) top center no-repeat;text-align:center;line-height:32px;font-weight:bold;font-size:11pt;z-index:5;}
#menu > ul {position:relative;left:50%;clear:left;float:left;text-align:center;list-style:none;margin:0;padding:0;}
#menu > ul > li {position:relative;right:50%;display:block;float:left;list-style:none;margin:0;padding:0;white-space:nowrap;}
#menu > ul > li:hover > div {display:block;}
#menu > ul > li > a {display:block;text-decoration:none;color:#fff;text-shadow:1px 1px 1px rgba(51,51,51,0.70);padding:0 15px 0 6px;border:none;background:url(//static.biowarefans.com/img/icons-menu2.png) top right no-repeat;white-space:nowrap;height:34px;}
#menu > ul > li > a:hover {color:#333;text-shadow:1px 1px 1px rgba(204,204,204,0.5);background-color:rgba(100,100,100,0.3);}


.menu-item {position:absolute;top:34px;left:0px;display:none;text-align:left;background:rgba(70,70,70,0.95);z-index:7;text-shadow: 1px 1px 1px rgba(0,0,0,0.6);box-shadow:0px 0px 3px rgba(0,0,0,0.3);font:9pt "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Palatino,"Palatino Linotype","Book Antiqua",Tahoma,Georgia,Serif;color:#fff;}
.menu-item ul {list-style:none;padding:0;margin:0 0 0 10px;line-height:24px;}
.menu-item > * a {color:#ccc;line-height:20px;border-bottom:none;text-decoration:none;}
.menu-item > * a:hover {color:#eb5339;}
.menu-item > * a.title {color:#fff;}

#menu-tools {padding:5px 10px 10px 10px;left:-155px;width:348px;}
#menu-tools a.title {display:block;border-bottom:3px solid #EB5339;box-shadow:0px 1px 0px rgba(0,0,0,0.3);}
#menu-tools a {color:#bbb;display:block;float:left;width:100px;margin:5px 8px;text-align:center;white-space:normal;line-height:11pt;}
#menu-tools a:hover {color:#eb5339;}
#menu-tools a > span {display:block;margin:0 auto 4px auto;width:91px;height:61px;background:url(//static.biowarefans.com/img/icons-tools.jpg) no-repeat;box-shadow:1px 1px 3px rgba(0,0,0,0.4);-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
#menu-tools div {clear:left;}
	.tool-da2 > span {background-position:-91px 0px !important;}
	.tool-dal > span {background-position:-182px 0px !important;}
	.tool-me1 > span {background-position: 0px -61px !important;}
	.tool-me2 > span {background-position:-91px -61px !important;}
	.tool-me3 > span {background-position:-182px -61px !important;}
	.tool-swtormirror > span {background-position:0px -122px !important;}
	.tool-swtortalent > span {background-position:-91px -122px !important;}

#menu-sitemap {width:963px;left:-348px;padding:10px 0;box-shadow:1px 1px 3px rgba(51,51,51,0.5);}
#menu-sitemap > ul > li {float:left;margin:0 8px 8px 8px;}
#menu-sitemap > ul > li > a {display:block;box-shadow:1px 1px 3px rgba(0,0,0,0.4);background:url(//static.biowarefans.com/img/menu-sitemap2.jpg) no-repeat;width:210px;height:60px;padding:0 5px;color:#fff;}
#menu-sitemap > ul > li > a:hover {color:#eb5339;}
#menu-sitemap > ul > li > ul {margin:0;border-top: 1px solid rgba(51,51,51,0.5);border-bottom: 1px solid rgba(102,102,102,0.5);}
#menu-sitemap > ul > li > ul > li, #menu-features li, #menu-about li {padding: 0 0 2px 0;border-bottom: 1px solid rgba(51,51,51,0.5);border-top: 1px solid rgba(102,102,102,0.5);}
.menu-mass-effect {background-position:0px -60px !important;}
.menu-old-republic {background-position:0px -120px !important;}
.menu-woh {background-position:0px -180px !important;}
.menu-classics {background-position:0px -240px !important;}

#menu-features > ul, #menu-about > ul {border-top: 1px solid rgba(51,51,51,0.5);border-bottom: 1px solid rgba(102,102,102,0.5);}
#menu-features a, #menu-about a {display:block;padding-left:10px;padding-right:10px;}

#menu-features, #menu-about {padding:10px 10px 10px 0;}

#searchform {float:right;position:relative;top:4px;height:24px;z-index:8;}
#searchform .screen-reader-text {display:none;}
//#searchform input {border:1px solid red !important;}
#searchform input[type="text"] {float:left;width:200px;height:24px;background:url(//static.biowarefans.com/img/search-bg.png) top left no-repeat;border:none;outline:none;line-height:16px;padding:0 0 0 10px;margin:0;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;}
#searchform input[type="submit"] {float:left;width:30px !important;height:24px !important;background:url(//static.biowarefans.com/img/search-bg.png) top right no-repeat;border:none !important;outline:none !important;cursor:pointer;box-shadow:none !important;padding:0;margin:0;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;}
#searchform:hover input[type="text"], #searchform:hover input[type="submit"], #menu.fixed input[type="submit"], #menu.fixed input[type="text"] {background-position-y:-24px !important;}

#jump-top {display:none;position:absolute;top:0;right:-27px;width:23px;height:101px;background:url(//static.biowarefans.com/img/jump-top.png) no-repeat;cursor:pointer;}
//.fixed #jump-top {display:block;}

/* =Content
----------------------------------------------- */
img.unaligned {display:none;width:0;height:0;}
#content {z-index:1;position:relative;width:972px;margin:10px auto;padding:0;}
#content tbody td {border-top:1px solid #ccc;}
.post {float:left;display:block;position:relative;padding:8px 8px 0 8px;width:215px;margin:5px 6px 15px 6px;background:rgba(255,255,255,0.85);box-shadow:0px 0px 5px rgba(100, 100, 100, 0.5);}
.type-page {display:block;position:relative;padding:8px 8px 0 8px;width:944px;margin:5px 6px 15px 6px;background:rgba(255,255,255,0.85);box-shadow:0px 0px 5px rgba(100, 100, 100, 0.5);}

.entry-header > .featured-image {display:block;border:none;width:215px;height:150px;background:top left no-repeat;}
.entry-header > .featured-image:hover span {width:100%;opacity:0.95;filter:alpha(opacity=95);background-position:top center !important;}

.featured-post {width:458px;}
.featured-post .featured-image {width:458px !important;}
.featured-image span {float:right;display:block;height:150px;width:11px;opacity:0.8;filter:alpha(opacity=80);}
.featured-post .featured-image span {width:24px;}
.category-mass-effect .featured-image span {background:#555555 url(//static.biowarefans.com/img/logo-mass-effect.png) 200px 0px no-repeat;}
.category-dragon-age .featured-image span {background:#8c0000 url(//static.biowarefans.com/img/logo-dragon-age.png) 200px 0px no-repeat;}
.category-old-republic .featured-image span {background:#214a6c url(//static.biowarefans.com/img/logo-old-republic.png) 200px 0px no-repeat;}
.category-woh .featured-image span {background:#e38600 url(//static.biowarefans.com/img/logo-woh.png) 200px 0px no-repeat;}
.category-classics .featured-image span {background:#3d2427;}
.tag-mdk .featured-image span {background:#3d2427 url(//static.biowarefans.com/img/logo-mdk.png) 200px 0px no-repeat !important;}
.tag-baldurs-gate .featured-image span {background:#3d2427 url(//static.biowarefans.com/img/logo-baldurs-gate.png) 200px 0px no-repeat !important;}
.tag-neverwinter-nights .featured-image span {background:#3d2427 url(//static.biowarefans.com/img/logo-nwn.png) 200px 0px no-repeat !important;}
.tag-kotor .featured-image span {background:#3d2427 url(//static.biowarefans.com/img/logo-kotor.png) 200px 0px no-repeat !important;}
.tag-jade-empire .featured-image span {background:#3d2427 url(//static.biowarefans.com/img/logo-jade-empire.png) 200px 0px no-repeat !important;}

.entry-title {position:relative;border-bottom:3px solid #aaa;padding:0 0 6px 0;}
.entry-title a {display:block;font:13pt Georgia,Palatino,"Palatino Linotype","Book Antiqua";margin:3px 0 4px 0;padding:0;color:#555;text-decoration:none;line-height:20px;}
.entry-title a:hover {color:#eb5339;}

.entry-meta {
	clear:left;
	position:relative;
}

.entry-date {display:block;position:absolute;top:-10px;left:0px;padding:0 5px;line-height:16px;font-size:10px;text-transform:uppercase;background:#555;color:#eee;}

.byline {display: none;}
.group-blog .byline {display: inline;}

.entry-content, .entry-summary {position:relative;padding:10px 5px 5px 5px;font:9pt "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Palatino,"Palatino Linotype","Book Antiqua",Tahoma,Georgia,Serif;color:#333;line-height:20px;}
.entry-content a {text-decoration:none;border-bottom:1px solid #666;}
.entry-content .more-link {position:absolute;top:-10px;right:0px;display:block;margin:0 auto;background:#eb5339;color:#fff;font-size:10px;border:none;text-decoration:none;padding:0 5px;font-family:Arial;text-transform:uppercase;line-height:16px;z-index:3;}
.entry-content td {padding:4px;}


.cat-links {position:absolute;top:20px;right:-4px;font-size:8pt;font-weight:bold;z-index:2;}
.cat-links a {display:none;float:right;clear:right;border-style:solid none none solid;border-color: green transparent transparent transparent;border-width: 17px;color:#fff;text-decoration:none;text-shadow:1px 1px 1px #000;}
.cat-links span {display:block;position:relative;top:-18px;font:bold 8pt Helvetica,Arial;line-height:18px;text-shadow:1px 1px 3px rgba(0,0,0,0.7);padding:0 7px 0 4px;min-width:22px;text-align:center;}
.cat-links .mass-effect {display:block;border-color:#555555 transparent transparent transparent !important;}
.cat-links .dragon-age {display:block;border-color:#8c0000 transparent transparent transparent !important;}
.cat-links .old-republic {display:block;border-color:#214a6c transparent transparent transparent !important;}
.cat-links .woh {display:block;border-color:#e38600 transparent transparent transparent !important;}
.cat-links .classics {display:block;border-color:#3d2427 transparent transparent transparent !important;}

.tag-links {position:relative;font-size:8pt;border-top:1px dotted #ccc;padding:2px 5px 7px 0;color:#eb5339;font-weight:bold;}
.tag-links a {font-weight:normal;text-decoration:none;border-bottom:1px solid #666;color:#666;}
.tag-links a:hover {color:#eb5339;}
.tag-links a:visited {color:#888;}

.page-links {clear: both;margin: 0 0 1.5em;}
.page-header {position:relative;text-align:center;top:5px;width:962px;margin:0 auto;}
.page-title {position:relative;display:block;}
.page-title > span {font:bold 18pt Arial;top:0;text-shadow:0px 0px 8px rgba(255,255,255,0.8);}
.page-title.dragon-age {height:30px;color:#8c0000;border-bottom:10px solid rgba(140,0,0,0.8);box-shadow:0px 1px 0px rgba(70,70,70,0.5);}
.page-title.dragon-age > span {position:absolute;top:5px;display:block;width:100%;height:38px;margin:0 auto;background:url(//static.biowarefans.com/img/logo-dragon-age.png) center center no-repeat;}
.page-title.mass-effect {height:40px;color:#555555;border-bottom:10px solid rgba(85,85,85,0.8);box-shadow:0px 1px 0px rgba(70,70,70,0.5);}
.page-title.mass-effect > span {position:absolute;top:5px;display:block;width:100%;height:50px;margin:0 auto;background:url(//static.biowarefans.com/img/logo-mass-effect.png) center center no-repeat;}
.page-title.old-republic {height:45px;color:#214a6c;border-bottom:10px solid rgba(33,74,108,0.8);box-shadow:0px 1px 0px rgba(70,70,70,0.5);}
.page-title.old-republic > span {position:absolute;top:5px;display:block;width:100%;height:50px;margin:0 auto;background:url(//static.biowarefans.com/img/logo-old-republic.png) center center no-repeat;}
.page-title.dragon-age > span > span, .page-title.mass-effect > span > span, .page-title.old-republic > span > span {display:none;}


.edit-link {position:absolute;bottom:1px;right:5px;font-size:8pt;text-transform:uppercase;font-weight:bold;}
.single .edit-link, .type-page .edit-link {position:absolute;top:1px;right:5px;height:20px;font-size:8pt;text-transform:uppercase;font-weight:bold;}


.entry-content h2 {font:bold 18pt Arial,Helvetica,Sans-serif;}
.entry-content h3 {font:bold 16pt Arial,Helvetica,Sans-serif;}
.entry-content h4 {font:bold 13pt Arial,Helvetica,Sans-serif;}
.entry-content h5 {font:bold 12pt Arial,Helvetica,Sans-serif;}
.entry-content h6 {font:bold 11pt Arial,Helvetica,Sans-serif;}
p + ul, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {margin-top:0 !important;}
ul > h1, ul > h2, ul > h3, ul > h4, ul > h5, ul > h6 {margin-top:0.5em !important;}
.single .entry-content ul, .single .entry-content ol, .page .entry-content ul, .page .entry-content ol {margin:0.5em 0 0.5em 2em;}
.single .entry-content li, .page .entry-content li {padding:3px 0;}
.single .post {width:944px;}
.single .entry-date {text-transform:none;background:none;padding-left:0px;white-space:nowrap;}
.single .entry-date time {background:#555;padding:2px 5px 2px 5px;line-height:16px;text-transform:uppercase;}
.single .byline {position:relative;top:15px;padding:0 5px 1px 5px;line-height:16px;color:#ededed;border-style: solid solid none none;border-width:17px;border-color:#555 transparent transparent transparent;text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);text-transform:uppercase;}
.single .byline a {color:#fff;text-decoration:none;font-weight:bold;font-size:9pt;text-transform:none;}
.single .byline span {position:relative;top:-15px;}
.single .entry-title, .type-page .entry-title {font:20pt Georgia,Palatino,"Palatino Linotype","Book Antiqua",Tacoma;padding:0 0 10px 0;}
.single .entry-content, .page .entry-content, .error404 .entry-content {font-size:10pt;}
.single .cat-links {position:relative;top:0px;right:8px;float:right;color:#EB5339;font-weight:bold;font-size:9pt;}
.single .cat-links a {display:inline;float:none;clear:none;border:none;font-weight:normal;text-decoration:none;color:#666;border-bottom:1px solid #666;text-shadow:none;}
.single .cat-links a:hover {color:#eb5339;}
.single .cat-links a:visited {color:#666;}
.single .tag-links {font-size:9pt;top:-5px;}
.single .cat-links a, .single .tag-links a {font:9pt "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Palatino,"Palatino Linotype","Book Antiqua",Tahoma,Georgia,Serif;}
.single .permalink {position:absolute;top:-10px;right:0px;display:block;margin:0 auto;background:#eb5339;color:#fff;border:none;text-decoration:none;padding:1px 5px 0 5px;font-family:Arial;text-transform:uppercase;line-height:16px;z-index:3;font-size:7.5pt;}
.single .entry-header .entry-meta {height:10px;}

.single .byline.author-razorfish {border-color:#EB5339 transparent transparent transparent;}
.single .byline.author-dannymcgeek {border-color:green transparent transparent transparent;}

.entry-link {color:#666;font-size:8pt;font-family:Verdana;background:rgba(204,204,204,0.35);}
.entry-link > h3 {font-weight:bold;font-size:10pt !important;padding:8px 10px 0px 10px;margin-bottom:1px;background:url(//static.biowarefans.com/img/quote-top.png?1) top left no-repeat;color:#000;}
.entry-link > h3 > a {font:bold 9pt Arial !important;}
.entry-link > div {padding:0 10px 8px 10px;margin-bottom:12px;background:url(//static.biowarefans.com/img/quote-bot.png?1) left bottom no-repeat;font:9pt "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Palatino,"Palatino Linotype","Book Antiqua",Tahoma;line-height:14pt;}
.single .entry-link > h3 > a, .type-page .entry-link > h3 > a {font-family:inherit;}
.single .entry-link > h3, .type-page .entry-link > h3 {background-position:right top !important;font-size:9pt;}
.single .entry-link > div, .type-page .entry-link > div {background-position:right bottom !important;font-size:10pt;line-height:16pt;}

.type-page .entry-title {padding:0 0 5px 0;}

.col {width:243px;float:left;min-height:100px;}
.col-wide {width:486px;float:left;min-height:100px;}

.ad-wide {width:468px;height:68px;margin:0 9px;float:left;}
.ad-double-wide a {border:none;}
.ad-square {width:200px;height:200px;margin:0 19px 10px 19px;float:left;}
aside + .ad-square {margin-top:10px;}
.ad {font-size:9px !important;font-weight:normal !important;text-transform:uppercase;text-align:center;}

.error404 .entry-title {display:block;width:400px;padding:440px 0 10px 0;margin:0 auto;background:url(//static.biowarefans.com/img/8bit-mass-effect.png) top center no-repeat;border:none;text-align:center;font:bold 22pt Arial,Helvetica;}

#share {position:absolute;top:-10px;right:70px;}
.sharrre .box{
  float:left;
}
.sharrre .count {
  color:#fff;
  display:block;
float:right;
  line-height:16px;
  font-size:7.5pt;
  padding:1px 7px 0 0;
height:16px;
  position:relative;
  text-align:center;
  text-decoration:none;
  background-color:#9CCE39;
}
.sharrre .share {
float:right;
  color:#FFFFFF;
  display:block;
  font-size:7.5pt;
text-transform:uppercase;
  line-height:16px;
height:16px;
  padding:1px 0 0 7px;
  text-align:center;
  text-decoration:none;
  background-color:#9CCE39;
}
.sharrre .buttons {
  display:block;
  position:absolute;
top:16px;
left:-75px;
padding:10px;
width:192px;
background:rgba(255,255,255,0.5);
  z-index:10;
}
.sharrre .button {
  float:left;
  max-width:100px;
  margin-left:10px;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	//overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
#nav-below {clear:left;position:relative;top:-4px;width:972px;margin:0 auto;font:10pt "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Palatino,"Palatino Linotype","Book Antiqua",Tahoma,Georgia,Serif;min-height:60px;}
#nav-below .nav-previous {
	float:left;
	width:48%;
	text-align:right;

}
#nav-below .nav-next {
	float:right;
	width:48%;
	text-align:left;
}
#nav-below a {text-decoration:none;}
#nav-below a:hover {color:#eb5339;}
.single #nav-below .nav-previous {
	background:url(//static.biowarefans.com/img/nav-bottom.png?3) 0px -60px no-repeat;
	padding:0 0 0 12px;
	position:relative;
	left:-6px;
}
.single #nav-below .nav-previous {text-align:left;}
.single #nav-below .nav-previous a {
	padding:0 0 0 85px;
}
.single #nav-below .nav-next {
	background:url(//static.biowarefans.com/img/nav-bottom.png?3) top right no-repeat;
	padding:0 12px 0 0;
	position:relative;
	right:-6px;
	text-align:right;
}
.single #nav-below .nav-next a {
	background-position:top right !important;
	padding:0 85px 0 0;
}
.single #nav-below a {
	display:block;
	background-size:80px 60px !important;
	min-height:60px;
	font:11pt Georgia,Palatino,"Palatino Linotype","Book Antiqua",Tacoma;
	text-decoration:none;
	color:#333;
}
.single #nav-below a > span {
	display:block;
	font:bold 8pt Arial,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Palatino,"Palatino Linotype","Book Antiqua",Tahoma,Georgia,Serif;
	text-transform:uppercase;
	color:#000;
}
#nav-below footer {clear:both;}

.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-below.loading {position:absolute;background:url(//static.biowarefans.com/img/menu.png) center top no-repeat;height:34px;width:100%;}
#nav-below.loading h1, #nav-below.loading a {display:none;}
#nav-below.loading .nav-previous {background:url(//static.biowarefans.com/img/loading.gif) center center no-repeat;background-size:24px 24px !important;height:32px;width:100%;margin:0 auto;}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.clear {clear:left;}
#secondary {clear:both;border:1px solid #333;background:rgba(0,0,0,0.7);color:#fff;box-shadow:0px 0px 5px rgba(100, 100, 100, 0.6);margin:0 5px;position:relative;top:-16px;}

.widget {display:inline-block;position:relative;padding:8px;border:1px solid #333;width:215px;margin:5px;background:rgba(0,0,0,0.7);color:#fff;box-shadow:0px 0px 5px rgba(100, 100, 100, 0.6);font:9pt "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Palatino,"Palatino Linotype","Book Antiqua",Tahoma,Georgia,Serif;}
.single .widget, .page .widget, .error404 .widget {display:block;float:left;background:none;box-shadow:none;border:none;padding:5px;width:220px;}
.widget a {color: #bbb;text-shadow:1px 1px 1px rgba(0,0,0,0.6);}
.widget a:hover {color:#eb5339;}

.widget-title {font:normal 8pt Verdana,Arial;text-transform:uppercase;text-shadow: 1px 1px 2px rgba(0,0,0,0.6);padding:0 0 6px 0;}

.sidebar {float:left;width:243px;}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget_polls-widget {padding:5px 8px;}
.widget_polls-widget .widget-title {display:none;}
.wp-polls {position:relative;}
.wp-polls .pollbar {float:left;margin:2px 0 8px 0;height:14px;background:#fff;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-moz-box-shadow: 1px 1px 1px #333;-webkit-box-shadow: 1px 1px 1px #333;box-shadow: 1px 1px 1px #333;background: #cccccc;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #cccccc 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cccccc), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(left,  #cccccc 0%,#ffffff 100%);
background: -o-linear-gradient(left,  #cccccc 0%,#ffffff 100%);
background: -ms-linear-gradient(left,  #cccccc 0%,#ffffff 100%);
background: linear-gradient(to right,  #cccccc 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1 );
}
.wp-polls span {float:left;display:block;font:normal 10px Arial;padding:0 0 0 5px;line-height:20px;height:20px;}
.wp-polls small {font-weight:normal;}
.wp-polls .total {clear:left;font:bold 8pt Arial;margin-right:2px;padding:5px 0 0 0;text-align:center;border-top: 1px solid rgba(102,102,102,0.5);color:#eb5339;text-shadow:1px 1px 1px #000;}
.wp-polls .total strong {color:#fff;font-size:9pt;}
.wp-polls-q {font:normal 9pt Tahoma,Georgia,Verdana,Arial,Serif;color:#fff;text-shadow: 1px 1px 1px rgba(0,0,0,0.6);position:relative;left:-3px;padding:5px;width:211px;line-height:20px;
box-shadow:1px 1px 2px rgba(0,0,0,0.2);
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 10px;
background:rgba(200,200,200,0.3);
}
.wp-polls-qtip {border-style:solid none none solid;border-color:rgba(200,200,200,0.3) transparent transparent transparent;border-width:12px;position:relative;width:0px;left:10px;}
.wp-polls-ans {position:relative;color:#ccc;}
.wp-polls ul {list-style:none;margin:0;padding:0;display:inline-block;width:100%;border-bottom: 1px solid rgba(51,51,51,0.5);}
.wp-polls ul li {clear:left;margin:5px 0 0 0;padding:0 0 5px 0;text-shadow: 1px 1px 1px rgba(0,0,0,0.6);}
.single .widget_polls-widget .widget-title, .page .widget_polls-widget .widget-title, .error404 .widget_polls-widget .widget-title {display:block;}

.widget_gce_widget .widget-title {position:absolute;width:215px;top:-6px;color:#fff;margin:0;text-align:center;height:30px;background:url(//static.biowarefans.com/img/calendar-title2.jpg) repeat-x;box-shadow:0 0 3px rgba(0,0,0,0.3);font:normal 8pt Verdana,Arial;text-shadow:1px 1px 2px #222;text-transform:uppercase;line-height:30px;z-index:3;}
.home .widget_gce_widget .widget-title, .archive .widget_gce_widget .widget-title {padding:0;}
.gce-list {position:relative;margin:17px 0 0 0;padding:0;list-style:none;z-index:2;border-top: 1px solid rgba(51,51,51,0.5);border-bottom: 1px solid rgba(102,102,102,0.5);}
.gce-list li {position:relative;clear:left;padding:0 0 5px 0;min-height:40px;border-bottom: 1px solid rgba(51,51,51,0.5);border-top: 1px solid rgba(102,102,102,0.5);}
.gce-list a {display:block;padding:4px 0 0 0;text-decoration:none;}
.gce-list a:hover {color:#eb5339;}
.gce-list span {display:block;clear:left;float:left;font-size:10px;line-height:7px;text-align:center;width:30px;color:#fff;}
.gce-list .date {position:relative;left:-3px;margin:5px 0 5px 0;background:#666;box-shadow:1px 1px 2px rgba(51,51,51,0.5);}
.gce-list .developer {color:#888;clear:none;float:none;line-height:16px;font-family:Verdana;white-space:nowrap;}
.gce-list .month, .gce-list .day {text-transform:uppercase;padding:3px 0;text-shadow:0px 0px 3px rgba(0,0,0,0.6);
background: #00764a;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzkxNmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00764a 0%, #33916e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00764a), color-stop(100%,#33916e));
background: -webkit-linear-gradient(top,  #00764a 0%,#33916e 100%);
background: -o-linear-gradient(top,  #00764a 0%,#33916e 100%);
background: -ms-linear-gradient(top,  #00764a 0%,#33916e 100%);
background: linear-gradient(to bottom,  #00764a 0%,#33916e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00764a', endColorstr='#33916e',GradientType=0 );}
.gce-list .day {font-weight:bold;font-size:11pt;line-height:12px;padding:4px 0;}
.gce-list .year {display:none;}

.single .gce-list, .page .gce-list, .error404 .gce-list {margin:0px;}
.single .widget_gce_widget .widget-title, .page .widget_gce_widget .widget-title, .error404 .widget_gce_widget .widget-title {position:static;width:auto;text-align:left;background:none;height:auto;box-shadow:none;line-height:inherit;}
.single .gce-list .date, .page .gce-list .date, .error404 .gce-list .date {position:static;margin:5px 4px 5px 0;}


.classics .month, .classics .day {background: #482b2e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkMjQyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzRmNTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #482b2e 0%, #634f52 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#482b2e), color-stop(100%,#634f52));
background: -webkit-linear-gradient(top,  #482b2e 0%,#634f52 100%);
background: -o-linear-gradient(top,  #482b2e 0%,#634f52 100%);
background: -ms-linear-gradient(top,  #482b2e 0%,#634f52 100%);
background: linear-gradient(to bottom,  #482b2e 0%,#634f52 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482b2e', endColorstr='#634f52',GradientType=0 );}
//.gce-list .classics + a {color:#482b2e;}
//.gce-list .classics + a:hover {color:#634f52;}

.dragon-age .month, .dragon-age .day {background: #8c0000;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDM3MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #8c0000 0%, #ad3737 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c0000), color-stop(100%,#ad3737));
background: -webkit-linear-gradient(top,  #8c0000 0%,#ad3737 100%);
background: -o-linear-gradient(top,  #8c0000 0%,#ad3737 100%);
background: -ms-linear-gradient(top,  #8c0000 0%,#ad3737 100%);
background: linear-gradient(to bottom,  #8c0000 0%,#ad3737 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0000', endColorstr='#ad3737',GradientType=0 );}
//.gce-list .dragon-age + a {color:#8c0000;}
//.gce-list .dragon-age + a:hover {color:#ad3737;}

.swtor .month, .swtor .day {background: #285982;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1NTU3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MzdhOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #285982 0%, #537a9b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#285982), color-stop(100%,#537a9b));
background: -webkit-linear-gradient(top,  #285982 0%,#537a9b 100%);
background: -o-linear-gradient(top,  #285982 0%,#537a9b 100%);
background: -ms-linear-gradient(top,  #285982 0%,#537a9b 100%);
background: linear-gradient(to bottom,  #285982 0%,#537a9b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#285982', endColorstr='#537a9b',GradientType=0 );}
//.gce-list .swtor + a {color:#285982;}
//.gce-list .swtor + a:hover {color:#537a9b;}

.mass-effect .month, .mass-effect .day {background: #56565;background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Nzc3NzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #565656 0%, #777777 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#777777));
background: -webkit-linear-gradient(top,  #565656 0%,#777777 100%);
background: -o-linear-gradient(top,  #565656 0%,#777777 100%);
background: -ms-linear-gradient(top,  #565656 0%,#777777 100%);
background: linear-gradient(to bottom,  #565656 0%,#777777 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#777777',GradientType=0 );}
//.gce-list .mass-effect + a {color:#565656;}
//.gce-list .mass-effect + a:hover {color:#777;}

.cnc .month, .cnc .day {background: #cc2114;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMjExNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYjUzMzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #cc2114 0%, #eb5339 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc2114), color-stop(100%,#eb5339));
background: -webkit-linear-gradient(top,  #cc2114 0%,#eb5339 100%);
background: -o-linear-gradient(top,  #cc2114 0%,#eb5339 100%);
background: -ms-linear-gradient(top,  #cc2114 0%,#eb5339 100%);
background: linear-gradient(to bottom,  #cc2114 0%,#eb5339 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2114', endColorstr='#eb5339',GradientType=0 );
}
.widget_text .widget-title {position:absolute;width:215px;top:2px;color:#fff;margin:0;font:normal 8pt Verdana;text-shadow:1px 1px 2px #222;text-transform:uppercase;line-height:20px;z-index:3;}

.srp-thumbnail-box {float:left;}
.srp-content-box {float:left;width:164px;padding:0 0 0 4px;}
.srp-widget-singlepost {clear:left;padding:6px 0;border-top:1px solid rgba(102,102,102,0.5);border-bottom:1px solid rgba(51,51,51,0.5);}
.srp-widget-container {border-bottom:1px solid rgba(102,102,102,0.5);border-top:1px solid rgba(51,51,51,0.5);}
.srp-post-title-link {text-decoration:none;}
.srp-widget-thmb {box-shadow: 1px 1px 3px rgba(51,51,51,0.9);}

.home .widget_text .widget-title {position:absolute;width:213px;top:-6px;color:#fff;margin:0;text-align:center;height:28px;
//background:url(//static.biowarefans.com/img/widget-title2.jpg) repeat-x;
border:1px solid rgba(216,92,71,0.8);
background: #d85c47;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkODVjNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWIzMDFjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #d85c47 0%, #ab301c 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d85c47), color-stop(100%,#ab301c));
background: -webkit-radial-gradient(center, ellipse cover,  #d85c47 0%,#ab301c 100%);
background: -o-radial-gradient(center, ellipse cover,  #d85c47 0%,#ab301c 100%);
background: -ms-radial-gradient(center, ellipse cover,  #d85c47 0%,#ab301c 100%);
background: radial-gradient(ellipse at center,  #d85c47 0%,#ab301c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85c47', endColorstr='#ab301c',GradientType=1 );

box-shadow:0 1px 2px rgba(30,30,30,0.8);font:normal 8pt Verdana,Arial;text-shadow:1px 1px 2px #222;text-transform:uppercase;line-height:28px;z-index:3;padding:0;}

.widget_mylinkorder ul {list-style:square inside;padding:0;margin:0;border-bottom:1px solid rgba(102,102,102,0.5);border-top:1px solid rgba(51,51,51,0.5);}
.widget_mylinkorder li {padding:6px 0 6px 2px !important;border-top:1px solid rgba(102,102,102,0.5);border-bottom:1px solid rgba(51,51,51,0.5);}
.widget_mylinkorder a {text-decoration:none;}

#tweets {position:relative;margin:17px 0 0 0;color:#ddd;}
#tweets a {text-decoration:none;}
.tweet_time a {text-decoration:underline !important;}
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	border-top: 1px solid rgba(51,51,51,0.5);border-bottom: 1px solid rgba(102,102,102,0.5);
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em 0;
	list-style-type: none;
	border-bottom: 1px solid rgba(51,51,51,0.5);border-top: 1px solid rgba(102,102,102,0.5);
}
.tweet_list .tweet_avatar {padding-right: .5em; float: left;}
.tweet_list .tweet_avatar img {vertical-align: middle;box-shadow: 1px 1px 3px rgba(51,51,51,0.9);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;background:#666;}
.at + a {color:#56c7f0;}
.tweet_hashtag {color:rgb(235, 142, 57) !important;}
.tweet_hashtag:hover {color:#eb5339 !important;}

/* =Footer
----------------------------------------------- */
#footer {clear:both;text-align:center;font-size:8pt;border-top:5px solid rgba(51,51,51,0.5);padding:10px 0 20px 0;line-height:16px;width:962px;margin:0 auto;text-shadow:0px 0px 3px rgba(255,255,255,0.6);}