/* ---------------------------------------------------------------------------------------------------
Theme Name: Goddamned Awesome Goodness
Theme URI: http://negligibleknowledgebase.com
Description: Search engine optimized WordPress theme.
Author: thecodepounder
Author URI: http://negligibleknowledgebase.com
Version: 1.1
Tags: nkb,thecodepounder,goddamned,awesome,goodness
.
The "Goddamned Awesome Goodness" theme is ©2009 by thecodepounder.  Like WordPress, this work is released under GNU 
General Public License, version 2 (GPL): http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
Based on The Ultimate WordPress Theme Tutorial (http://themeshaper.com/wordpress-themes-templates-tutorial/)
by Ian Stewart of themeshaper.com...
.
--------------------------------------------------------------------------------------------------- */


/* --- Reset default browser styles - */
@import url('styles/reset.css'); 
/* --- Rebuild default browser styles */
@import url('styles/rebuild.css');
/* --- Basic WordPress Styles */
@import url('styles/wp.css');
/* --- Import a basic layout */
@import url('styles/3c-r.css');
/* ------------------------------------------------------------------------------------------------ */



/* --- Document ----------------------------------------------------------------------------------- */
/* darker blue was #0000A0 */
body {
	background-color: #414a51;
	border-top: 8px solid #000000;
	border-bottom: 8px solid #000000;
	font: 12px/140% Helvetica, Verdana, Arial, sans-serif;
	color: #B5BDC4;
	margin: 0;
	padding: 0;
}

h5 {
		/* h5 is used on the Quotes page as a separator */
		border-bottom: 1px dashed #B5BDC4;
		margin: -25px 0 45px 0;
		text-align: right;
		font-style: italic;
		font-size: 0.9em;
}

a {
	background-color: #414a51;
	text-decoration: underline;
	color: #B5BDC4;
}

	a:hover {
	background-color: #414a51;
		text-decoration: underline;
		color: #00FFFF;
	}


blockquote {
	background-color: #414a51;
	margin: 0 0 0 30px;
	padding: 0 0 0 15px;
	border-left: 1px solid #00FFFF;
	font-size: 14px; 
	font-variant: small-caps; 
	line-height: 120%;
	color: #B5BDC4;
}

blockquote cite {
	font-size: 13px; 
	font-variant: normal; 
}

blockquote em {
	font-style: italic;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.quotes {
	
}

#anonymous {
	margin-top: 15px;
}


/* --- Header ------------------------------------------------------------------------------------- */
#header{
	text-align: center;
}

#masthead {
}

#branding {
}

#blog-title {
	font-size: 2.5em;
	padding: 20px 0 10px 0;
	text-decoration: none;
}
	#blog-title a {
		background-color: #414a51;
		text-decoration: none;
		color: #00FFFF;
	}
		#blog-title a:hover {
			text-decoration: none;
		}

#blog-description {
	background-color: #3d444b;
	font-style: italic;
	font-size: 1.1em;
	padding: 7px 0;
	color: #ffffff;
}

#tagline {
	background-color: #3d333b;
	border-bottom: 2px solid #00FFFF;
	font-style: normal;
	font-size: 0.8em;
	padding: 1px 0;
	color: #ffffff;
}


/* --- Banner ------------------------------------------------------------------------------------- */
#banner{
	text-align: center;
}


/* --- Main --------------------------------------------------------------------------------------- */
#main {
	margin: 1.5em 1.5em;
}


/* --- Menu --------------------------------------------------------------------------------------- */
#access {
	display: none;
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	/* float: left; */
}


/* --- Content ------------------------------------------------------------------------------------ */
#container {
}

#content {
}

.page-title {
	background-color: #414a51;
	font-size: 1.4em;
	color: #FFFFFF;
}

.post {
	margin: 0 0 4em 0;      
}

.entry-summary {
	margin: 1.5em 0 0 0;
}

.entry-title {
	background-color: #414a51;
	padding-top: 30px;
	font-size: 1.2em;
	border-bottom: 1px solid #00FFFF;
	color: #FFFFFF;
}
	.entry-title a {
		background-color: #414a51;
		text-decoration: none;
		color: #FFFFFF;
	}
		.entry-title a:hover {
			background-color: #414a51;
			text-decoration: none;
			color: #00FFFF;
		}

.entry-content {
	margin: 0.5em 0 0 1em;
}

	.entry-content h6 {
		/* h6 is used in posts for the footnote line */
		border-bottom: 1px dashed #B5BDC4;
		margin-bottom: 5px;
		text-align: right;
		font-style: italic;
		font-size: 0.9em;
	}

.entry-meta { 
	margin: 0.5em 0 0 1em;
	font-size: 10px;
	text-align: right;
}

.entry-utility  {
	font-size: 10px;
}

.meta-permalink {
}
	.meta-permalink a {
		color: #FFFFFF;
	}
		.meta-permalink a:hover {
			color: #00FFFF;
		}

.footnotes {
	font-size: 0.9em;
	margin: 0 0 2em 1.5em;
	line-height: 120%;
}

.footnotes blockquote {
	background-color: #414a51;
	margin: 0 0 0 30px;
	padding: 0 0 0 15px;
	border-left: 1px solid #00FFFF;
	font-size: 1.1em;
	font-variant: small-caps;
	line-height: 120%;
	color: #B5BDC4;
}

.footnotes blockquote cite {
	font-size: 0.9em;
	font-variant: normal;
	text-align: right;
}

.footnotes blockquote em {
	font-style: italic;
}


/* --- Navigation --------------------------------------------------------------------------------- */
.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto; 
	text-align: right;
}


/* --- Widget Areas ------------------------------------------------------------------------------- */
#primary {
}
	#primary a {
		text-decoration: none;
	}
		#primary a:hover {
			text-decoration: none;
		}

.widget-area {
}

/*		
.screen-reader-text {
	font-size: 1.3em;
}
*/

.widget-title {
	background-color: #414a51;
	font-size: 1.3em;
	color: #FFFFFF;
}
.widget-area ul h2 {
	background-color: #414a51;
	margin: 30px 0 5px 0;
	font-size: 1.2em;
	color: #FFFFFF;
}
.widget-area ul h4 {
	font-size: 0.9em;
	text-align: center;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul li ul, .widget-area ul div ul {
	margin-left: 15px;
	list-style-image: url(images/listarrow_wh.gif);	
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 12px;
}
.widget-area ul ul ul {
	margin-left: 12px;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

#category-cloud {
/*	border: 1px dotted #E4F0DB;
	padding: 0.5em;
	margin: 0.6em 0.5em;
	font-family: Tahoma, Verdana, Arial;
	text-align: justify;
*/
	line-height: 1.9em;
}

/*
#category-cloud a {
}

#category-cloud a.top_category {
	color: #FFFFFF;
}

#category-cloud a.top_category:hover {
	color: #00FFFF;
	text-decoration: none;
}
*/

#tag-cloud {
/*	border: 1px dotted #E4F0DB;
	padding: 0.5em;
	margin: 0.6em 0.5em;
	font-family: Tahoma, Verdana, Arial;
	text-align: justify;
*/
	line-height: 1.9em;
}

/*
#tag-cloud a {
}

#tag-cloud a.top_tag {
	color: #FFFFFF;
}

#tag-cloud a.top_tag:hover {
	color: #00FFFF;
	text-decoration: none;
}
*/


/* --- Footer ------------------------------------------------------------------------------------- */
#footer {
	border-top: 2px solid #00FFFF;
	text-align: center;
	padding: 0 0 0 0;
}

#footer-spacer {
	background-color: #3d333b;
	min-height: 18px;
	color: #ffffff;
}

#site-info {
	background-color: #3d444b;
	font-style: italic;
	font-size: 1.1em;
	padding: 7px 0;
	line-height: 180%;
	color: #ffffff;
}

#colophon {
	background-color: #414a51;
	font-size: 0.9em;
	line-height: 140%;
	color: #ffffff;
	padding: 15px 0 0 0;
}
	#colophon a {
		background-color: #414a51;
		text-decoration: underline;
		color: #ffffff;
	}
		#colophon a:hover {
			background-color: #414a51;
			text-decoration: underline;
			color: #00FFFF;
		}

#footer-standards {
	padding: 5px 0 0 0;
	min-height: 20px;
	font-size: 0.9em;
	line-height: 140%;
}


/* --- Comments ----------------------------------------------------------------------------------- */
#respond {
}

#respond h3 {
	background-color: #414a51;
	font-size: 1.2em;
	color: #FFFFFF;
}

#comments-list h3 {
	background-color: #414a51;
	font-size: 1.2em;
	color: #FFFFFF;
}



/* --- Tables and Specific Pages ------------------------------------------------------------------ */
table {
	margin-top: 12px;	
}

td {
	padding: 3px;
}

td.sep {
	background-color: #B5BDC4;
	max-height: 1px;
}

th {
	font-size: 1.4em;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

/* --- Titans --- */
table.titans {
	width: 600px;
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 50px;
}

td.titans, th.titans {
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;
}

table.titans-previous-years {
	width: 600px;
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

td.titans-previous-years, th.titans-previous-years {
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;
}


/* --- NFL Playoffs --- */
table.conference-standings {
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;
}

td.conference-standings, th.conference-standings {
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;
	padding: 3px;
}

#po-legend {
	text-align: center;
}


table.brackets {
	margin-left: auto;
	margin-right: auto;	
	border: 2px solid white;
	border-collapse:collapse;
	empty-cells: show;	
}

td.brackets {
	border-color: black;
}

th.brackets {
	border-color: white;
	border: 2px solid white;
	border-collapse:collapse;
	empty-cells: show;
}

table.postseason-schedule {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;
}

td.postseason-schedule, th.postseason-schedule {
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;	
}

table.playoffs-previous-seasons {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;
}

td.playoffs-previous-seasons, th.playoffs-previous-seasons {
	border: 1px solid white;
	border-collapse:collapse;
	empty-cells: show;
}
