/******************************************************************************************
******************************************************************************************/

/* Remove this to go back to what we were doing on 3.0 */
.home .entry-content img, .wp-post-image {
margin: -25px -170px;
width: 170px !important;
height: 96px !important;
float: left;
position: inherit;
border: solid #3A4D70 2px;
box-shadow: 3px 3px 4px #1E2026;
-moz-box-shawdow: 3px 3px 4px #1e2026;
-webkit-box-shawdow: 3px 3px 4px #1e2026;
}

.home #content .entry-content {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px 0px 20px 170px;
min-height: 116px;
border-bottom: 2px solid #3A4D70;
box-shadow: -0px 3px 0px #1E2026;
text-align: justify;
}

.blog p {
display: block;
margin-left: 25px;
line-height: 12pt;
font-size: 9pt;
-webkit-margin-end: 0px;
}

.home .entry-title {
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
	float: left;
}

/* Add this to go back to what we were doing on 3.0 */
/*

.home #content .entry-content {
	margin-top: 10px;
	padding: 10px 20px 20px 0px; 
	min-height: 116px;
 border-bottom: 2px solid #3a4d70;
	box-shadow: -0px 3px 0px #1e2026;
	text-align:justify;
}

.blog p {
display: block;
margin-left: 25px;
line-height: 15pt;
font-size: 9pt;
-webkit-margin-end: 0px;
margin-top: 10px;
}

.home .entry-title {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	text-transform: uppercase;
	float: left;
}

.blog p {
display: block;
margin-left: 25px;
line-height: 15pt;
font-size: 9pt;
-webkit-margin-end: 0px;
}

*/


/******************************************************************************************
******************************************************************************************/

/* =Fonts
-------------------------------------------------------------- */

@font-face{
    font-family:Lucha;
    src: url(../fonts/LuchaLibre_Ruda.ttf);
}

@font-face {
    font-family:Lucha;
    src: url('../fonts/luchalibre_ruda.eot');
    src: url('../fonts/luchalibre_ruda.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luchalibre_ruda.woff') format('woff'),
         url('../fonts/LuchaLibre_Ruda.ttf') format('truetype');
}

/* =Global Elements
-------------------------------------------------------------- */
a {
  color: #4a7eb9;  
  text-decoration: none;
		font-weight: bold;  
}

a:visited {
  color: #4a7eb9;
  text-decoration: none; 
  font-weight: normal;
}
a:hover {
  color: #f4a324;
}
h2 > a, h2 > a:hover {
	font-weight: normal;
}
a:active {
  color: #fcf9e9;
  text-decoration: underline;  
}

.page .entry-content img, .post .entry-content img, .not-wordpress .entry-content img {
  border-top: 4px solid #3a4d70;
  border-bottom: 4px solid #3a4d70;
  box-shadow:4px 4px 5px #1e2026;
  -moz-box-shadow: 4px 4px 5px #1e2026;
  -webkit-box-shadow: 4px 4px 5px #1e2026;
  
}
.page .entry-content img, .post .entry-content img {
  max-width: 620px;
  margin-bottom: 20px;
}

.home #slider {
  margin-bottom: 45px; 
}
.home .entry-content li {
  margin-left: 10px;
}
.home .entry-content li:first-of-type {
 margin-top: 10px; 
}
.home iframe {
  border-top: 4px solid #3A4D70;
  border-bottom: 4px solid #3A4D70;
  box-shadow:4px 4px 5px #1e2026;
  -moz-box-shadow: 4px 4px 5px #1e2026;
  -webkit-box-shadow: 4px 4px 5px #1e2026;
  margin-bottom: 10px;
  width: 620px;
  height: 420px;
}
.home .more-link {
 
 display: block;
 margin-top: 10px;
 margin-bottom: 10px; 
}

.noclass {
	border: none !important;
	margin: auto 10px;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
	


a img {border:none;}

#website a:hover, #website a:active {
	text-decoration:none;
	opacity: 0.6;
 padding-top:1px;
}

body {
	background: #000 url(../../images/loadout_bg4.jpg) no-repeat fixed;
	margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-position: center top;
  background-repeat: no-repeat;
  font-family:Verdana, Geneva, sans-serif;
  font-size:13px;
  color: #faf5d8;
  line-height: 19px;
		min-width: 1024px;
		text-align:justify;
}

p, ul, ol, dd, pre {
    margin-bottom:0px;
}

.pagenav ul {
	margin-bottom: 0px;
}

pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}

blockquote {
    color:#faf5d8;
    font-style:italic;
}

table {
    background-color:#3a4d70;
    border:1px solid #3a4d70;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 -21px 0;
    text-align:center;
    cellspacing: 0;
}

caption {
    text-align:left;
}

tr {
    border-bottom:1px solid #3a4d70;
}

th, td {
    padding: .7em 1.25em;
    
}

th {
  background-color: #1f2b40;
  font-weight: bold;
  border: none;
}

hr {
    color:#3a4d70; /* IE */
				background-color:#3a4d70;/* Mozilla */
    border:0;
    height:1px;
    margin-bottom:22px;
				margin-top: 20px;				
}
}
.ie7 hr {
	background-color:transparent;
	color:#3a4d70;
}

#top_span {
	background: black;
	margin: 0;
	padding: 0;
	width:100%;
	height: 30px;
}
#top_content {
margin:0 auto;
  padding:5px 0 0 0;
  width:970px;
  clear:both; 
}
#links{
	float:left;
	text-align:center;
	line-height: 16px;
	font-size:16px;
	color: #faf5d8;
}
#links img {
	vertical-align:text-bottom;
	;
}
#support{
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
}

#support a {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	color: #faf5d8;
}

#support a:hover {
	color: #f4a324;
}

/* =Header
-------------------------------------------------------------- */
/* =Default Thematic Header */
 
#header {
    z-index:2;
}
#branding {
				width: 973px;
				height:114px;
}
#blog-title {
    font-family:Verdana, Geneva, sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#1e2026;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #f4a324;
}
#blog-description {
    color:#faf5d8;
    font-size:13px;
    font-style:italic;
}

/* = Loadout Header */
#logoLink {
  float: left;
		background: 1px solid red; 
  position: relative;
  top:10px;
  left:-25px;  
  width:245px;
  height:106px;
  clear:both;  
}
#header {
	 /*border: 1px solid blue;*/
		background-image:url(../../images/nav_bar.png);
		background-position:left;
		background-repeat: no-repeat;
  margin:0 auto;
		height:124px;
}
#wrapper {
	margin:0 auto;
  padding:0;
  width:1024px;
		/*border: 1px solid green;*/
  clear:both;
	/*	background: #52c90c;*/
		background-image:url(../../images/bg.png);
		background-repeat:repeat-y 
}
#main {
width: 1024px;
margin: 0 auto;
overflow: hidden;
position: relative;
}
#menuOptions {

  padding:26px 0 0 10px;
  height:70px;
}
#menuOptions img {border:none;opacity:1;}

#menuOptions a:hover img {
  opacity: 0.6;
  padding-top:1px;
}

.nav_link {
	float:left;
	position:relative;
	margin-left:13px; 
	margin-right: 5px;
	font: 38px Lucha; 
	text-shadow:
		1px 1px 0 #000,
		-1px 1px 0 #000,
		1px -1px 0 #000,
		-1px -1px 0 #000,
		3px 3px 4px #000;
		filter:
			progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=508,strength=4);
	margin-top:15px;
	font-weight:normal; 
	font-weight:normal;
}
.not-wordpress #logoLink {
	width:270px;
}
.divider {
float:left;
position:relative;
background:url(../../images/divider.jpg) no-repeat;
width: 11px;
height: 49px;
display: block;
margin-top:12px;
margin-left: 6px;
}

#nav_link {
color: #faf5d8;
font-weight:normal;
}
#nav_link:hover{
color: #f4a324;
}
#nav_link:active {
	text-decoration:none;
	opacity: 0.5;
}
#nav_active {
color: #f4a324;
font-weight:normal;
}

#nav_active:active {
	text-decoration:none;
	opacity: 0.5;
}


#gameinfo_menu {
	list-style:none;
	height: 25px;
	padding-top: 5px;
	margin: 0 0 20px 0 !important;
background: -moz-linear-gradient(left,  rgba(96,96,96,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(96,96,96,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(96,96,96,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(96,96,96,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(96,96,96,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(96,96,96,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

#gameinfo_menu li {
	display: inline;
	font-family:Lucha;
	font-size:28px;
	font-weight: normal !important;
	margin: 0 10px 0 10px;
}
#gameinfo_menu li+li {
	border-left: 2px solid #333;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
}

#gameinfo_menu li a {
	color: #faf5d8;
	text-shadow: 1px 1px 0px #1e2026;
	/* IE 9 and previous */
	filter:
			progid:DXImageTransform.Microsoft.Shadow(color=#1e2026,direction=508,strength=1);

	font-weight: normal;
}

.gameinfo_active {
	color: #f4a324 !important;
	text-shadow: 3px 3px 0px #1c1f2b !important;
	/* IE 9 and previous */
	filter:
			progid:DXImageTransform.Microsoft.Shadow(color=#1c1f2b,direction=508,strength=3);

	padding-bottom:1px !important;
}

#gameinfo_menu li a:hover {
color: #f4a324;
text-shadow: 3px 3px 0px #1c1f2b;
/* IE 9 and previous */
	filter:
			progid:DXImageTransform.Microsoft.Shadow(color=#1c1f2b,direction=508,strength=3);
padding-bottom:1px;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    /* border-bottom:1px solid #3a4d70; */
    height:0 px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display: none;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	margin-left:1px;
}
.sf-menu a {
  	border-color:#3a4d70CCC;
    border-style:solid;
    border-width:1px;
	padding:9px 13px;
	text-decoration:none;
	margin-left:-1px;
}
.ie7 .sf-menu a {
	width:100%;
}
.sf-menu .current-menu-item a,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-post-ancestor a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#faf5d8;
}
.sf-menu li {
	background:#fff;
}
.sf-menu li li {
	background:#fff;
}
.sf-menu li li li {
	background:#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:#fafafa;
	outline: 0;
    border-bottom-color:#3a4d70;
}
.sf-menu ul {
    border-bottom:1px solid #3a4d70;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #f4a324;
}


/* =Homepage specific styles
-------------------------------------------------------------- */
/*body.home*/ #content {
  margin: 0 0 0 55px;
  width: 670px;
  overflow: visible;
  float: left;
}
.paged #content {
}
/*body.home*/ .main-aside {
  width:200px;
  font-family:Verdana, Geneva, sans-serif;
}
body.home .hentry {
	width:inherit;
}


/* =Content
-------------------------------------------------------------- */
.main-aside {
		width:320px;
}
#bug_link {
background-image:url(../../images/bug_link.png);
	width: 171px;
	height: 47px; 
	margin: 0 0 30px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#faf5d8;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #f4a324;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
/*#content .sticky {
    border:1px solid #3a4d70;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}*/
.entry-title a:active,
.entry-title a:hover {
    color: #f4a324;
}
.entry-meta {
    color: #faf5d8;
    font-size:13px;
    font-style:italic;
    line-height:18px;
				margin: 8px 0 20px 0;
}
.entry-meta .n, .entry-meta .nickname {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a, .entry-meta a:visited {
    color: #4a7eb9;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #f4a324;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.home #content .entry-content:first-of-type {
 margin-top: -10px; 
}

.single .entry-title, .not-wordpress .entry-title, .page .entry-title{
	font-family:Lucha;
		color: #f4a324;
		font-size:40px;
		margin: 0 0 0 0;
		line-height:40px;
		text-shadow:2px 2px 0px #1e2026;
		/* IE 9 and previous */
	filter:
			progid:DXImageTransform.Microsoft.Shadow(color=#1c1f2b,direction=508,strength=2);
		font-weight: normal; 
}

#posts {
 
}
.comments-link {
	display: none;
}

.read_more {
	float: left;
	display:inline-block;
	margin-top: 10px;
	margin-left: 25px;
}

.read_comments {
	float: right; 
	display: inline-block;
	margin: -10px 0 0 0;
}

.entry-content h2 /*, .entry-content h1*/ {
	font-family:Lucha;
	color: #f4a324;
	font-size:26px;
	margin: 0 0 10px 0;
	line-height:25px;
	text-shadow:3px 3px 0px #1e2026;
	/* IE 9 and previous */
	filter:
			progid:DXImageTransform.Microsoft.Shadow(color=#1c1f2b,direction=508,strength=3);
	font-weight:normal; 
}

.entry-title > a {
		font-family:Lucha;
		color: #f4a324;
		font-size:26px;
		margin: 0 0 22px 0;
		line-height:25px;
		text-shadow:
			3px 3px 0 #1c1f2b
		/* simulate a 1px stroke around text
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000*/;
		font-weight: normal; 
		margin-bottom: 10px;
}

.entry-title > a:hover {
	color: #4a7eb9;
	text-decoration:none !important;
	font-weight: normal;
	
}

.entry-content h3, .entry-content h3 > a {
	font-family:Lucha;
	font-size:20pt !important;
	font-weight:normal;
	clear: none !important;
	margin-bottom: 10px;
	margin-top: 10px;}


.linkdescription {
	margin-left: 50px; margin-bottom: 20px; font-style:italic;}
.entry-content h4 {
    font-size:11px;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}


.single-post .entry-content {
	padding: 0 0 0 0px;
}

.fb-social-plugin {
	background: #3a4d70;
	width: 100%;
} 




#feedback_1ZK5QXrF63xlTO3yl {
	margin: 0 auto;
}


#slider {
  background: rgba(0, 0, 0, 1) url(/wp-content/plugins/nivo-slider-for-wordpress/css/images/loading.gif) no-repeat 50% 50% !important;
    border-top: 4px solid #3a4d70;
		border-bottom: 4px solid #3a4d70;
		margin-left: 0px;
		margin-bottom: 30px;
		box-shadow: 7px 7px 8px #1e2026;
		-moz-box-shadow:7px 7px 8px #1e2026;
		-webkit-box-shadow:7px 7px 8px #1e2026;
}



.entry-content li {
  list-style-image: url(../../images/bullet.png);
  padding-bottom:4px;
}               

.entry-content table {
    margin-left:1px;
}

.single .entry-content div{
	margin-top: 20px;
	margin-bottom: 10px;
} 

.single .entry-content div + div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.single p:first-of-type {
	margin: 0 0 20px 0;
	padding-top:10px ;
	text-align:justify;
}
.single #content {
	padding: 0 20px 0 0px;
}
.not-wordpress #content {
	width:935px;
	min-height:718px; 
	align: justify;
}

label.error { float: none; color: #f4a324; padding-left: .5em; vertical-align: top; }

.single p {
	margin: 0 0 20px 0;
	text-align:justify;
}

.entry-content embed, .embed-youtube {
  margin: 20px 0 20px 0;
	border-top: solid #3a4d70 4px;
	border-bottom: solid #3a4d70 4px;
	text-align: center;
	display: block;
}

.comments-link {
	float:right;
}

.embed-youtube {
	width: 500px;
	height: 312px;
	text-align: center;
	margin: 20px auto;
	box-shadow: 5px 5px 6px #1e2026;
	-moz-box-shadow: 5px 5px 6px #1e2026;
	-webkit-box-shadow: 5px 5px 6px #1e2026;
}

.embed-youtube + p {
	margin: 30px 0 0 0;
}

.entry-utility {
	clear:both;
  color: #7E7B70;
  font-size:13px;
  line-height:18px;
  margin:0 0 10px 0;
}

.entry-utility a {
    color: #7E7B70;
    font-style:italic;
    text-decoration:none;
}

.entry-utility a:active,
.entry-utility a:hover {
    color: #f4a324;
}

.page .edit-link {
	clear:both;
}

.page-link {
	clear:both;
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #3a4d70;
    color:#faf5d8;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #f4a324;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


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

.navigation {
    color:#faf5d8;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#faf5d8;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #f4a324;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous a{
	display: block;
	background: url(../../images/older_posts_arrow.png) no-repeat;
	float: left;
	height: 69px;
	width: 137px;
	text-decoration: none;
	text-indent: -9009px;
	/*width:50%;*/ 
}

.nav-previous a:hover {
  opacity: 0.6;
}
.nav-next a{
	background: url(../../images/newer_posts_arrow.png) top right no-repeat;
	height: 69px;
	width: 137px;
	text-decoration: none;
	text-indent: -9009px;
	float: right;
}
.nav-next a:hover {
  opacity: 0.6;
}
#nav-below {
	margin-top: 20px;
}
#nav-above,#nav-below {
	width: 670px;
	margin: 30px 0 0 0px;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:15px 0 0px 0;
}


/* =Comments
-------------------------------------------------------------- */
.fb-comments {
float: left;
margin: 0 15px;
padding: 0;
width: 100%;
background: #1c1f2b ;
}

.fbFeedbackContent.fbDarkWidget .composer {
	background-color: #1c1f2b !important;
}
#respond {
		border-top: 3px solid #3a4d70;
		border-bottom: 3px solid #3a4d70;
  margin-bottom:0 px;
  overflow:hidden;
  padding:0;
		width: 670px;
  box-shadow: 5px 5px 5px #1e2026;
		-webkit-box-shadow: 5px 5px 5px #1e2026;
		-moz-box-shadow: 5px 5px 5px #1e2026;
}

#comments,
#comments input,
#comments textarea { 
				font-size:13px;
    line-height:18px;
				
}

.comments-area {
	padding: 0 0 0 0px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Verdana, Geneva, sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    border:1px solid #7E7B70;
				background-color: :#faf5d8;
    border-bottom:none;
    margin:0 0 18px;
}
#comments-list h3 {
	padding-bottom: 0;
}
#comments-list,
#comments-list ul {
    list-style:none;
}
#comments-list ul,
#comments-list ol {
    padding-bottom: 18px;
}
#comments-list ul ul,
#comments-list ol ol,
#comments-list ul ul ul,
#comments-list ol ol ol {
    padding-bottom:0;
}
#comments-list .comment {
    background:#D3C2A9;
				color: #7E7B70;
    border-bottom:1px solid #3a4d70;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#faf5d8;
}
#comments-list li.bypostauthor {
    background:#FFEB90;
				
}
#comments-list li.bypostauthor a:hover {
	color: #0678be;
	text-decoration: underline;
}
#comments-list ul .comment {
    border:1px solid #3a4d70;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-author a {
	color: #7E7B70;
}
#comments-list .comment-author a:hover {
	color: #f4a324;
}
#comments-list .comment-meta {
    color: #6D6758 ;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#faf5d8;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #f4a324;
				text-decoration: underline;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#faf5d8;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #f4a324;
}
.comment-navigation {
    font-weight:bold;
	padding: 18px 0 24px;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #3a4d70;
    color:#faf5d8;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #f4a324;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}

#comments-list #respond {
    border-bottom:1px solid #3a4d70;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #3a4d70;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#faf5d8;
}
#respond .required {
    color:#f4a324;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#7E7B70;
    font-size:11px;
    margin:0;
				padding: 10px 0px 10px 0px;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#faf5d8;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#faf5d8;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#faf5d8;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
/* = Custom Sidebar Widgets
-------------------------------------------------------------- */
#primary {
    
    
				padding:0;
			
				float: right;
    margin:0 20px 0 0;
				
				width:250px;
				overflow: visible;
				
		
}

#primary .aside{
		float: right;
		margin-right: 30px;
		margin-left: 30px;
}
#countdown {
		margin: 10px 0 10px -23px;
}
#playnow {
	clear:both;
	height: 41px;
	margin: 0px 0 15px -24px;
	width:254px;
	background:url('../../images/now_button.png') no-repeat;
	text-align: center;
}
#play_now {
	color:white;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000,
		2px 2px 3px #000;
	filter:
			progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=508,strength=2);
font-family:Lucha;
font-size:30px;
font-weight:normal;
position:relative;
top:10px;
}
div#playnow a:active
{
  text-decoration:none;
}

#trailerheader {
	margin: 0 0 0 -30px;
	float:inherit;
	z-index:900;
}
#trailerheaderimag {
	z-index: 900;
}

#sidebartrailer {
	margin: -10px 0 0 -12px;
	z-index: -10;
	float:inherit
}

.twitterwidget-title{
font-family: Lucha;
content:@Loadout;
color: #f4a324;
font-style:normal !important;
font-size: 30pt;
line-height: 20pt;
text-shadow: 3px 3px 0 #1e2026;
clear:both;
display: block;
width:230px;
background: #1c1f2b;
border-top: 3px solid #3a4d70;
padding-top:10px;
padding-bottom: 10px;
box-shadow: -3px 0px 4px #1e2026;
}



.twitter-follow-button {
		margin-top:4px;		
}

.widgetcontainer .widget_twitter {
width:230px;
	margin: 0 0 20px -15px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #1c1f2b;
	border-bottom: 3px solid #3a4d70;
	box-shadow: -3px 3px 4px #1e2026;
	-moz-box-shadow: -3px 3px 4px #1e2026;
	-webkit-box-shadow: -3px 3px 4px #1e2026;
}
	
.widget_twitter .widget-title {
font-family: Lucha;
color: #f4a324;
font-size: 30pt;
line-height: 20pt;
text-shadow: 3px 3px #1e2026;
/* IE 9 and previous */
	filter:
			progid:DXImageTransform.Microsoft.Shadow(color=#1e2026,direction=508,strength=3);
margin-bottom: 10px;
clear:both;
width:100%;
}

#FollowUs {
	/*nothing here yet */
	margin: 10px 0 20px 0;
}

#FollowUs_head {
	background-image: url(../../images/follow_us_header.png);
	background-repeat: no-repeat;
	height:59px;
	width: 259px;
	margin: 0 0 0 -35px;
}

#FollowUs_container {
background-color: #1c1f2b;
height: 60px;
width: 230px;
margin: 0 0 0px -14px;
box-shadow: 0px 2px 3px #1e2026;
-moz-box-shadow: 0px 2px 3px #1e2026;
-webkit-box-shadow: 0px 3px 4px #1e2026;

}
#FacebookFollowUsButton {
	background-image: url(../../images/facebook_follow_icon.png);
	background-repeat:no-repeat;
	width: 48px;
	height: 48px;
	margin: 5px 3px 0 5px; 
	display: inline-block;
}
#TwitterFollowUsButton {
	/*float: left;*/
	background-image: url(../../images/twitter_follow_icon.png);
	background-repeat:no-repeat;
	width: 48px;
	height: 48px;
	margin: 5px 0px 0 0;
	display: inline-block;
}

#YoutubeFollowUsButton {
	/*float: left;*/
	background-image: url(../../images/youtube_follow_icon.png);
	background-repeat:no-repeat;
	width: 48px;
	height: 48px;
	margin: 5px 0px 0 3px;
	display: inline-block;
}

#TwitchFollowUsButton {
	/*float: left;*/
	background-image: url(../../images/twitch_follow_icon.png);
	background-repeat:no-repeat;
	width: 48px;
	height: 48px;
	margin: 5px 0 0 7px;
	display: inline-block;
}

/* =Twitter Widget
-------------------------------------------------------------- */
.widget_twitter {
		width:226px;
		overflow:visible;
		padding-left: 0px;
		margin:20px 20px 10px -13px; 
		border: none;
		/*-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
border-radius: 10px;*/
}

.widget_twitter ul {
width:190px;
	margin: 0 0 20px -15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #1c1f2b;
	border-bottom: 3px solid #3a4d70;
	box-shadow: -3px 3px 4px #1e2026;
	-moz-box-shadow: -3px 3px 4px #1e2026;
	-webkit-box-shadow: -3px 3px 4px #1e2026;

}


.widget_twitter li, .home .widget_twitter li, .widget_twitter a, .home .widget_twitter a {
	text-decoration:none;
	list-style-type:none;
	text-decoration:none; 
	color: #faf5d8;
	width:190px; 
	margin: 0px 0 0px 0;
 padding: 10px 0 10px 0;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	
}


.widget_twitter .entry_content {
	text-decoration:none;
	list-style-type:none;
	text-decoration:none;
	font-size:10px;
	line-height:12px;
}

.twitter-user a{
	color: #f4a324 !important; 
}

.twitter-user a:hover{
	color: #5492d6 !important;
}

.widget_twitter .entry-meta a {
	color: #5492d6 !important;
	display:block;
	border-bottom: 2px solid #666;
}

.widget_twitter .entry-meta a:hover {
	color: #f4a324 !important;
}

/* =livestream timer 
-------------------------------------------------------------- */ 

#time {
	margin: -20px 0px 0 8px;
	background:url(../../images/livestream_bg.jpg) no-repeat;
	background-position: 0px 23px;
}

/* =forums 
-------------------------------------------------------------- */ 
#widget-forums {
	width:226px;
		overflow:visible;
		padding-left: 0px;
		border: none;
		margin:30px 0 0 -13px;
}

#widget-forums hr {
	background-color: #3a4d70; 
}

#widget-forums hr:last-of-type {
	background-color: transparent;
}

#forum-head {
	background-image: url(../../images/forums_header.png);
	margin:-20px 0 0 -18px;
	width:259px;
	height:56px;
}
#forum-posts {
	background: #1c1f2b url(../../images/splat.png) no-repeat top right;
	padding: 5px 20px 0 20px;
	margin: -10px 0 0 0;
	box-shadow: 0 3px 4px #1e2026;
	-moz-box-shadow: 0 3px 4px #1e2026;
	-webkit-box-shadow: 0 3px 4px #1e2026;
}
.forum_cell {
  padding-left: 15px;
  padding-right:15px;
  text-align:left;
}

.forum-post {
	text-indent: 0px;
}
.forum-post a {
	color: #faf5d8;
	
}
.forum-date{
	text-indent: 0px;
	font-size:11px;
}
.forum-date{
	color: #5492d6;
}


/* =Facebook Likebox
-------------------------------------------------------------- */
. {
width: 185px;
padding: 10px 15px 15px 25px;

}
._4s7c {
	border: 1px solid #1c1f2b;
	border-top-color: #1c1f2b;
}

#facebook_header {
	background-image:url(../../images/facebook_header.png);
	margin:0 0 0 -32px; 
	width: 259px;
	height: 59px;
}

#fb_fix1 {
	width: 172px;
	height: 217px;
	overflow: hidden;
	position: relative;
	margin-left:25px;
}
#fb_fix2 { 
margin: -2px 0 0 -10px;
}



/* =Specials Sidebar slider / Promotions
============================================================== */

#specials {
border: 2px solid #3a4d70;
background: #1c1f2b no-repeat top right;
}

#sidebar_header {
font-family: Lucha;
color: #f4a324;
font-size: 30pt;
line-height: 20pt;
text-shadow: 3px 3px #1e2026;
margin-left: 5px;
/* IE 9 and previous */
	filter:
			progid:DXImageTransform.Microsoft.Shadow(color=#1e2026,direction=508,strength=3);
margin-bottom: 10px;
font-weight:normal;
clear:both;
width:100%;
 
}

.sidebar_content {
 padding: 10px 10px 0px 10px;
text-align: flex-start;  
}

#newsletter_button {
 font-family: lucha;
margin: auto;
margin-top: 19px;
background: #12151d url(/wp-content/themes/loadout2/images/button_arrows.png) no-repeat;
background-position: 148px;
padding: 10px 40px 10px 5px;
border: none;
border-radius: 20px;
border-top: 2px solid #3A4D70;
border-bottom: 2px solid #3A4D70;
box-shadow: 0px 2px 5px #000;
-moz-box-shadow: 0px 2px 5px #000;
-webkit-box-shadow: 0px 2px 5px #000;
zoom: 1;
width: 200px;
display: block;
color: #F4A324;
text-align:center;
font-size: 1.75em;
cursor: pointer;
margin: 10px auto;
}

#newsletter_button:hover{
color: #12151d;
background: #F4A324 url(/wp-content/themes/loadout2/images/button_arrows.png) no-repeat;
background-position: 148px;
border-top: 2px solid #ffffff;
border-bottom:2px solid #ffffff;
}
.sidebar_content div#error {
  color: red;
  margin-left: 5px;
}

#error {
  color: #FF0000;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 2px 2px 4px #000;
}

#newsletter_button:active{
  top: 2px;
  opacity: 0.8;
  
}

.sidebar_content input {
  margin-top: 10px;
  margin-left: 5px;
  width: 195px;
}

#sidebar_container {
	width:230px;
	margin: 0 0 20px -15px;
	padding-top: 10px;
	padding-bottom: 00px;
	background: #1c1f2b;
	border-top: 3px solid #3a4d70;
	border-bottom: 3px solid #3a4d70;
	box-shadow: -3px 3px 4px #1e2026;
	-moz-box-shadow: -3px 3px 4px #1e2026;
	-webkit-box-shadow: -3px 3px 4px #1e2026;
}

.sidebar_container {
	width:230px;
	margin: 0 0 20px -15px;
	padding-top: 10px;
	padding-bottom: 00px;
	background: #1c1f2b;
	border-top: 3px solid #3a4d70;
	border-bottom: 3px solid #3a4d70;
	box-shadow: -3px 3px 4px #1e2026;
	-moz-box-shadow: -3px 3px 4px #1e2026;
	-webkit-box-shadow: -3px 3px 4px #1e2026;
}

#sidebar_container > hr {
color: #666;
background-color: #666;
height: 2px;
margin-bottom: 5px;
margin-top: 5px;
width: 210px;
}
.promo_slider {
	margin: 0 0 0 3px;
}
#slides .panel {
	border: none !important;
}
#slides img {
	border: none !important;
	width: 230px !important;
	height: 160px !important;
}
.promo_slider_wrapper {
margin:0 0 !important;
position: relative;
}

.promo_slider {
height: 160px !important;
overflow: hidden;
position: relative;
}

/* = Dig Dig - plugin styles
-------------------------------------------------------------- */


/* Stles for the floating display */
/*#dd_ajax_float {
	text-align:center;
	border:0px !important;
	min-width:55px;
	width:auto;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	-webkit-box-shadow:1px 0 15px rgba(0,0,0,.2);
	-moz-box-shadow:1px 0 15px rgba(0,0,0,.2);
	box-shadow:1px 0 15px rgba(0,0,0,.2);
	padding:5px;
	position:absolute;
	display:none;
	left:-120px;
	font:10px/16px Arial;
	background:padding-box #333 !important;
}*/

/* styles for the horizontal display
NOTE: horizontal display should be set as below content for Loadout2 Theme*/

.dd_post_share {
padding: 0;
margin: 0px 0 20px 0 !important;
display: block;
}

div.dd_buttons{
  display: block;
	width: 400px;
	clear: both;
}

.dd_button{
	margin: 0px 10px 0 0 !important;
	width: 80px;
}

.single .entry-content .dd_button div {
  margin-top: 0px;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current-menu-item a,
.aside .current_page_item a {
    color: #f4a324;
}
.aside .current-menu-item .menu-item a,
.aside .current_page_item .menu-item a {
    color:#faf5d8;
}
.aside .current-menu-item .menu-item a:hover,
.aside .current-menu-item .menu-item a:active,
.aside .current_page_item .menu-item a:hover,
.aside .current_page_item .menu-item a:active {
    color: #f4a324;
}
.aside {
    color:#faf5d8;
}
.aside a {
    color:#faf5d8;
    text-decoration:none;
}
.aside a:active,
.aside a:hover {
    color: #f4a324;
}
.aside h3 {
  font-family: 'Lucha';
  position: relative;
  z-index: 100;
  font-weight: normal;
  font-size: 30px;
  font-style: normal;
  margin-left: 5px;
  color: #FAF5D8;
  line-height:22px;
}
.aside h3.subheading {
  margin-top: -6px; 
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    /*margin:0 0 22px 20px;*/
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #3a4d70;
}
.aside tbody {
    border:1px solid #3a4d70;
}
.aside th, .aside td {
    border-right:1px solid #3a4d70;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}

/*
    Content Asides
*/
#content .aside {
    border:1px solid #3a4d70;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Verdana, Geneva, sans-serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}

/* sidebar entry styling */
.sidebarEntry {
  background-image:url(../../images/sidebar_bg.png);
  background-repeat:repeat-y;
  padding:0 0 10px 15px;
  
  /* text-align:center; */
}
.sidebarEntry img {border:0;padding:0;margin:0;}

.sidebarTopper {
  margin:0 0 -5px 0;
  padding:0;  
}
.sidebarBase {
  background-image:url(../../images/sidebar_bot.png);
  background-position:left top;
  background-repeat:no-repeat;
  height:24px;
  padding:0;
  margin:0 0 20px 0;
}

#sidebarSocial {
  color: #ce494a;
  font-size:12px;
  line-height: 19px;
  position:relative;
  left:-7px;
}
#sidebarSocial img {
  padding: 0 5px 0 5px;
  border: none;
}

.sidebarEntry a img, #sidebarSocial a img {opacity: 0.9;}

.sidebarEntry a:hover img, #sidebarSocial a:hover img {
  opacity: 1;
  /* position:relative; */
  top: 1px;
}

#socialFB {}
#socialTwit {
  position:relative;
  top:-17px;
}
#socialYT {
  position:relative;
  top:-30px;
}#socialTT {
  position:relative;
  top:-55px;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
  display:inline-block;
  overflow:hidden;
  margin-left: 45px;
  margin-top:40px;
  width:935px;
}

.footer_head {
	float:left;
	display:inline;
  position:relative;
	/*margin-left:53px;*/
	font: 25px Lucha;
	color: #f4a324;
	margin-bottom: 12 px;
  margin-top: -36px;
	text-shadow: -1px -1px 0 #000,
														-1px 1px 0 #000,
															1px -1px 0 #000,
															1px 1px 0 #000,
															2px 2px 3px #000;
filter:
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=225,strength=2);

}

#footer_slash_img {
 float:right;
	display: inline;
	width:400px;
}

#footer_container, #footer_content {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNyIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 25%, rgba(0,0,0,0.07) 87%, rgba(0,0,0,0) 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(0,0,0,0.65)), color-stop(87%,rgba(0,0,0,0.07)), color-stop(94%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.07) 87%,rgba(0,0,0,0) 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.07) 87%,rgba(0,0,0,0) 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.07) 87%,rgba(0,0,0,0) 94%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.07) 87%,rgba(0,0,0,0) 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

border-top: 3px solid #3a4d70;
border-bottom: 3px solid #3a4d70;
box-shadow: -0px 3px 0px #1e2026;
	width: 935px;
	height:100px;
	clear:both;
	margin:0 auto;
	margin-bottom: 11px;

	margin-top: 25px;
}

.footer_links {
	float:left;
	display:inline;
	margin-left:70px;
	line-height:17pt;
	margin-top:5px;
}

#footer_content a:hover {
  color: #f4a324;
}

#footer_started_links {
	margin-left:10px;
}

#footer_content a {
	color: #faf5d8;
}

#footerLogos {
  float: right;
  width: 228px;
  margin-right:20px;
		margin-top:10px;
}
#footerLogos img {
  margin:10px 5px 0 0;
  border: none;
		box-shadow: 2px 2px 3px #1e2026;
		-webkit-box-shadow: 2px 2px 3px #1e2026;
		-moz-box-shadow: 2px 2px 3px #1e2026;
}

#footerLogos img + img {
	margin: 10px 10px 0 25px;
}
#footer_badges {
	display:inline;
}

#footer_badges img + img {
	margin-left: 10px;
}
#footer li{
	display: inline;
}
#footerCopy {
  font-size: 10px;
  text-align: justify;
  line-height:12px;
  margin-right:34px;
		width: 350px;
		float:right;
		font-family:Verdana, Geneva, sans-serif;
}
#footerCopy a {
	font-weight: bold;
}
#footerMenu {
  font-size: 12px;  
  font-family:Verdana, Geneva, sans-serif;
  margin:0;
  padding:0 0 5px 0;
}


#siteinfo {
    color:#faf5d8;
    font-size:11px;
    line-height:18px;
    padding:22px 0 0 0;
}
#siteinfo a {
    color:#faf5d8;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #f4a324;
}
.quoter {
font-weight: bolder;
color: #FF7D7D;
font-size: 15px;
}


/* Extra eor stuffs */
div.javascript_missing
{
  text-align:center;
}

.eor_no_select
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.firstletter {
  float: left;
  color: #f4a324;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 20px;
  padding-left: 3px;
  font-family: Lucha;
  text-shadow: 0px 0px #000,
               1px 0px #000,
               0px 1px #000,
               1px 1px #000,
               3px 4px 8px #000;
}



