/*  
Theme Name: STLGK
Theme URI: http://stlgatekeepers.com
Description: Based on the Arthemia theme
Version: 1.0
Author: Abby Hawkins
Author URI: http://stlgatekeepers.com
*/


/* HTML Elements */
* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 80%;
	line-height: 1.2em;
	font-family: Arial, Helvetica;
	background: #333333 url(images/background.jpg);
	color: #000;
	z-index: 1;
	margin-top: 0;
	}

p {	
	font-size: 12px;
	margin: 15px 0;
	line-height: 1.6em;
	}

a:link, a:visited {
	color: #33CC00;
	text-decoration: none;
	}

a:hover, a:active {
	color: #33CC00;
	}

a img {
	border: 0;
	}

img.alignright,
.alignright {
        float: right;
}

img.alignleft,
.alignleft {
        float: left;
}

img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font: 1.0em Arial;
	line-height: 1.5em;
	margin: 10px 0px;
	}

/* Teams */

slammers {color:#FF0;}
crimes {color:#F90;}
rockets {color:#F00;}


/* Structure */

#wrapper {
	background: #333333;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	font-size: 1em;
	}

#top_banner {
	width: 940px;
	background: #33CC00;
	color: #000;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	}

#head {
	width: 960px;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px;
	font-size: 1em;
	}

#page {
	width: 940px;
	margin: 0px auto;
	padding: 10px;
	font-size: 1em;
	}

.left, .alignleft {
	float: left;
	}

.right, .alignright {
	float: right;
	}

/* Header Section */

#header_center {
	float: left;
	width: 130px;
	}

#header_left, #header_right {
	padding-top: 15px;
	float: left;
	width: 415px;
	text-align: center;
	}

#header_left cufon, #header_right cufon {
	/*border-bottom: 1px solid;*/
	}

#header_left:hover cufon {
	/*border-bottom: 1px solid #fff;*/
	}

#header_right:hover cufon {
	/*border-bottom: 1px solid #3C0;*/
	}

#header_left h3, #header_right h3 {
	color: #fff;
	font: bold 24px Arial;
	/*line-height: 2.2em;*/
	letter-spacing: 0em;
	text-transform: uppercase;
}

#header_left h4, #header_right h4 {
	color: white;
	font: 1.8em Arial;
	padding-top: 0.4em;
	margin-top: 1px;
	text-transform: uppercase;
	}


/* Navigation Bar */

#navbar {
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1000;
	}

/* Dropdown Menus */		

#page-bar {
	width: 940px;
	padding: 0 10px;
	background: #000;
	margin: 0 auto;
	margin-top: 10px;
	font-family: Arial Narrow;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	}

#page-bar a, #page-bar a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	}

#page-bar a:hover {
	background-color: #33cc00;
	}

#page-bar ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#page-bar li {
	float: left;
	position: relative;
	list-style-type: none;
        margin: 0;
        padding: 0;
	background: #000;
	width: 133px;
	cursor: pointer;
	}

#page-bar li ul {
	position: absolute;
	display: none;
	height: auto;
	background: #2c2c2c;
	left: 0;
	}

#page-bar li li {
	border-top: 1px solid white;
	margin: 0;
        padding: 0;
}

#page-bar li:hover ul {
	display: block;
	z-index: 1001;
	}

/* Text */

h1 {
	font: 1.6em Arial;
	font-weight: bold;
	}

h2 {
        font: 1.4em Arial;
        font-weight: bold;
        letter-spacing: -0.1em;
        text-transform: uppercase;
	}

h3 {
	font: 1.4em Arial;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	}

h4, h5 {
	font: 1.0em Arial;
	}

h5 {
	background-color: #000;
	font-weight: bold;
}

h3.cat_title, h3.cat_title a {
	color: #000;
	letter-spacing: 0.3em;
	font-size: 1.2em;
	text-transform:uppercase;
	}
	
h3.title, h3.title a {
	color: #000;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	text-transform:uppercase;
	font-weight: bold;
	}
	
h3.table, h3.table a {
	color: #000;
	letter-spacing: 0em;
	font-size: 0.9em;
	text-transform:uppercase;
	text-align:center;
	}

h3#respond {
	margin-top: 0px;
	padding-top: 20px;
	}

h3#comments {
	margin-top: 32px;
	padding-left: 0px;
	}

h3.authors {
	margin-top: 15px;
	}
	
/* Schedule */

table#schedule {
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
}

table#schedule td {
 padding: 2px; 
}

table#schedule th {
   padding: 2px;
   font-weight:normal;
}

.slammers {
    color:#000;
    text-align: center;
    background-color: #ffff00;
}

.highlight {
    border-bottom:2px dotted #ffffff;
}

.slammers-h {
    color:#ffcc00;
}
.crimes-h {
    color:#ff7200;
}
.rockets-h {
    color:#ff3333;
}

.rockets {
	color:#000;
    text-align: center;
    background-color: #ff0000;
}
.crimes {
    color:#000;
	text-align: center;
    background-color: #ff9900;
}

.friends {
	color:#000;
    text-align: center;
    background-color: #00cc00;
}
.raiders {
    color:#000;
	text-align: center;
    background-color: #ff9900;
}
.coroners {
    color:#000;
	text-align: center;
    background-color: #cccc00;
}
.black {
	color:#FFF;
    text-align: center;
    background-color: #000000;
}

.travel {
	color:#000;
    text-align: center;
    background-color: #33cc00;
}

.slammers a{
	color:#000;
	text-decoration:underline;
}

.crimes a{
	color:#000;
	text-decoration:underline;
}

.rockets a{
	color:#000;
	text-decoration:underline;
}

.travel a{
	color:#000;
	text-decoration:underline;
}
.black a{
	color:#FFF;
	text-decoration:underline;
}

/* Index Page */


#top {
	padding: 0;
	}


#middle {
	width: 920px;
	background: #fff;
	float: right;
	padding: 10px;
	margin: 10px 0;
	background: #f1f1f1;
	}

#front-popular h3 {
	color: #fff;
	}

.category {
	width: 214px;	
	float: left;
	border-top: 8px solid #333;
	margin: 0px;
	padding: 5px 8px 5px 8px;
	background: #fff;
	text-align: left;
	min-height: 50px;
}

.category p {
	margin: 0;
	font: .8em Arial;
	text-align: left;
	}

#cat-1 {
	border-top: 8px solid #33cc00;
	}

#cat-2 {
	border-top: 8px solid #33cc00;
	}

#cat-3 {
	border-top: 8px solid #33cc00;
	}

#cat-4 {
	border-top: 8px solid #0066cc;
	}

#cat-5 {
	border-top: 8px solid #33cc00;
	}

.category span.cat_title {
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	text-align: center;
	}

.category a {
	color: #333;
	display: block;
	background: none;
	}

.category a:hover {
	background: none;
	color: #fff;
	text-decoration: none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {
	background: #333333;
	color: #fff;
	}

#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {
	background: #333333;
	color: #fff;
}

#cat-2:hover, #cat-4:hover {
	background: #333333;
	color: #fff;
	}

#cat-2:hover a, #cat-4:hover a {
	background: #333333;
	color: #fff;
	}

#bottom {
	width: 940px;
	}

#front-list {
	width: 590px;
	background: #fff;
	padding: 10px;
	font-size: 1.05em;
	float: left;
	}

#archive {
	padding-top: 15px;
	font-size: 1.0em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	}

#front-list .spoiler, #archive .spoiler {
	display: block;
	margin-top: 3px;
	}

#front-list p, #archive p {
	margin: 0px;
	padding: 0px;
	}

.author {
	font-size: 0.8em;
	font-weight: bold;
	}

.meta {
	font-size: 0.8em;
	font-weight: bold;
	color: #33cc00;
	}

.meta a {
	font-weight: bold;
	color: #33cc00;
	}

.read_more {
	font-size: 0.8em;
	line-height: 1.75em;
	}

/* Content Page */

#content {
	width: 590px;
	background: #fff;
	padding: 10px;
	font-size: 1.05em;
	float: left;
	min-height: 900px;
	}
	
#content .nosidebar {
width:940px;
}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight: bold;
	color: #333;
	}

.post {
	font-size: 1.0em;
	}

.post p {
	margin-top: 0px;
	}

.post .clearfloat {
	border-bottom: 1px dotted #ccc;
	margin: 10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	font-size: 0.875em;
	margin-bottom: 15px;
	}

.post ul li, #front-list ul li {	
	list-style: square;
	margin-left: 30px;
	}

.post ol li, #front-list ol li {	
	list-style: decimal;
	margin-left: 30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style: square;
	margin-left: 20px;
	}

.post .ads {
	margin-top: 10px;
	}

.entry {
	margin-top: 20px;
	}

.entry img.alignleft {
	margin-left:  0em;
	margin-right: .5em;
	}

.entry img.alignright {
	margin-left:  .5em;
	margin-right: 0em;
	}

#tools {
	width: 590px;
	height: 25px;
	font-size: 0.95em;
	}

#tools a:hover {
	background: none;
	}

.sociable_tagline {
	margin-bottom: .2em;
	}

.navigation {
	padding: 5px 0px;
	text-align: Center;
	}

/* Sidebar */

#sidebar {
	width: 320px;
	float: right;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	z-index: 1000;
}

.sidebar-full {
	width: 300px;
	padding: 10px;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
	}

.sidebar-narrow {
	width: 135px;
	padding: 10px;
	float: left;
	background: #fff;
	}

#sidebar-middle {
	margin-top: 10px;
	}

#sidebar-left {
	margin-right: 10px;
	}

#sidebar div:first-child {
	margin-top: 0px !important;
	}

#sidebar-left table, #sidebar-right table { margin: 0px auto 1em auto; width: 100%; border-collapse: collapse }
#sidebar-left .bout, #sidebar-right .bout { text-align: center; }
#sidebar-left .rank, #sidebar-right .rank { text-align: right }
#sidebar-left .score, #sidebar-right .score { border: 1px solid black; font-size: 14pt; width: 40px; height: 40px; background: #fff }
#sidebar-left .winner, #sidebar-right .winner { background-color: #FFFFCC }
#sidebar-left .versus, #sidebar-right .versus { background: #fff; font-size: 18pt; }

#sidebar .bout .team { width: 40px; height: 40px; background: #fff; font-size: .7em }

#sidebar #home_rankings td, #sidebar #wftda_rankings td, #sidebar #dnn_rankings td {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 0.8em;
	}

#sidebar-left th, #sidebar-right th {
	background: #DDD;
	}

#sidebar h3 {
	font: 1.3em Arial;
	font-weight: bold;
	background: #000;
	color: #fff;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px;
	text-transform: uppercase;
	text-align: center;
	}

#sidebar h5 {
	font: 1.0em Arial;
	background: #000;
	color: #fff;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px;
	text-align: center;
	}

#sidebar li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	display: block;
	padding: 2px 0px 2px 13px;
	background: #000;
	}

#sidebar li ul li:last-child{
	list-style: none;
	border-bottom: 0px dotted #ccc;
	display: block;
	padding: 2px 0px 0px 13px;
	background: url(images/sub.png) no-repeat 0 0px;
	}

/* Form Elements */

select {
	width: 130px
	}
	
.field {
	padding: 2px;
	border: 1px solid #333;
	background: #fff;
	font-size: 1.0em;
	}

#s {
	padding: 1px;
	font-size: 1.0em;
	width: 200px;
	}
	
#searchsubmit {
	padding-left: 5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top: 5px;
	}

/* Comments */

.commentlist cite {
	font-style: normal;
	margin-bottom: 4px;
	display: block;
	}	

.commentlist blockquote {
	background: #ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style: none;
	margin-bottom: 3px;
	}

.commentlist li li {
	background: none;
	border: none;
	list-style: square;
	margin: 3px 0 3px 20px;
	padding: 3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 495px;
	float: right
	}
		
.commentlist cite strong {
	font-size: 1.1em;
	}
	
li.my_comment {
	background: #fff;
	border: none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color: #313228;
	}
	
#commentform small {
	background: #fff;
	font-weight: bold;
	padding: 0;
	}
	
.commentmetadata {
	color: #4d4d4d;
	display: block;
	margin-top: 3px;
	text-align: right;
	font-size: 0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color: #959382;
	}
	
.commentlist small {
	background: #e9e9e9;
	}

.avatar {
	border: 1px solid #bbb;
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 2px;
	width: 55px;
	height: 55px;
	}	

#comment {
	width: 590px;
	background: #fff;
	}

/* Footer */


#footer {
	margin: 0 auto;
	width: 940px;
	text-align:center;
	font-size: 0.9em;
	padding-top:10px;
	padding-bottom:10px;
	color: #000;
	background: #33CC00;
        }
		#footer a{
	color: #000;
	text-decoration:underline;

        }

/* Team and Member List Page Templates */
/* BIO PAGE */
.bio{
	overflow: auto;
}

.bio #bioInfo{
	width: 325px;
	float: right;
	margin-right: 10px;
	overflow: auto;
	min-height: 375px;
}

.bio #bioInfo #bio p{padding: 0 0 0 0;}

.bio #bioInfo #stats{
	width: 315px;
	float: left;
	padding: 0 0 0 10px;
}

.bio #bioInfo #stats p{padding: 10px 0 0 0; text-transform: uppercase; font-size: 10px; color: #000; line-height: 12px;}
.bio #bioInfo #stats strong{text-transform: uppercase; display: block; letter-spacing: 1px;}
.bio #bioInfo #stats strong a{color: #33CC00;}
.bio #bioInfo #stats img{padding: 0 0 0 0; float: right;}

.bio #bioPhoto{
	width: 240px;
	margin-top:5px;
	margin-bottom: 5px;
	float: left;
}

.bio #bioThumbs{
	width: 240px;
	margin-top:5px;
	margin-bottom: 5px;
	float: left;
}

.team ul {
        width: 100%;
        padding: 0;
        margin: 0;
        }

.team ul li {
        float: left;
        width: 50%;
        list-style-image: none !important;
        list-style-position: outside !important;
        list-style-type: none !important;
        padding: 0;
        margin: 0;
	    font-size: 1.0em;
        line-height: 1.2em;
        }

.team ul li img {
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
        padding: 2px;
        float: left;
        height: 90px;
        width: 90px;
        }

.team hr { clear: left }
.team p{padding: 10px 0 0 0; text-transform: uppercase; font-size: 10px; color: #000; line-height: 12px;}

hr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/* Partner List Page Template */

#post_1088 #partners ul {
        list-style: none;
        }

#post_1088 #partners li {
        list-style-type: none;
        float: left;
        }

#post_1088 #partners ul ul {
        clear: both;
        }

#post_1088 #partners ul.blogroll li {
	text-align: center;
	padding: 10px;
	}

#post_1088 #partners h2 {
	margin-left: 0;
	padding: 0;
        }

#post_1088 #partners #linkcat-101 img {
	width: 275px;
	}

#post_1088 #partners #linkcat-104 a {
        display: block;
        width: 95px;
        }


/* Specific Widgets */

#dfcg-text {
	text-align: center;
	}

#dfcg-text h3 {
	font-family: "Arial Narrow";
	
	text-transform: uppercase;
	}

/* Global */

th.title {
        border: 1px solid #FFF;
        padding: .4em !important;
        background: #000 !important;
        color: #FFF !important;
        text-align: left;
        text-transform: uppercase;
        }
/* Float Properties */

.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfloat {
	display: inline-block;
	}

	/* Mailchimp */
	.mc_merge_var label { display: block; color: #fff; margin: 0 0 5px 0; }
	.mc_merge_var .mc_input { background-color: #fff; font-color: #333; width: 98%; padding: 3px 2px 2px 2px; font-size: 14px; }
	.mc_signup_submit { text-align: right; }
	.mc_signup_submit #mc_signup_submit { cursor: pointer; font-size: 14px; margin: 5px 0 0 0; }

	/* Carousel Btn Hide */
	.carouselContainer .carouselBtn {display:none;}

/* Hides from IE-mac \*/
* html .clearfloat {
	height: 1%;
	}

*+html .clearfloat {
	height: 1%;
	}

.clearfloat {
	display: block;
	}

td {
 padding:5px;
 }

.ngg-gallery-thumbnail-box { width: 95px; height: 65px; float: left; padding: 5px 5px 5px 5px; }

/* MailChimp Styles */
#mc-indicates-required {
 color: white;
}

#mc_message{
 margin-bottom: 8px;
}