/* @override http://tigergridiron.org/wp-content/themes/TigerGridiron/style.css */

/*
Theme Name: Tiger Gridiron
Theme URI: http://paultwo.net/
Description: This theme was created in June 2008 at the 1 year anniversary of dating Abi but the theme name was changed from Two-Abi to Two-00-Eight in September 2008 to signify that 2008 was filled with much more than just that!
Version: 1.0
Author: 210 Corp // Paul Dietzel II
Author URI: http://www.paultwo.net

	 Abi v1.0
	 http://paultwo.net

	This theme was designed and built by Paul Dietzel II,
	whose blog you will find at http://paultwo.net/
	
	Last Major Update: Sept. 20, 2008

*/

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */


/* Core */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: HelveticaNeue-Light, helvetica, arial, verdana, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #000;
	background-image: url(/i/tiger-bg600.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	color: #333;
	text-align: center;
}
input[type="text"] { 
}
#page {
	/*border: 9px solid #330066;*/
	border-top: 0;
	width: 990px;
	margin: 0 auto;
	padding-bottom: 0;
/*	background-color: #fff; */
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
	font-family: HelveticaNeue-Light, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
}

h1 {
	color: black;
	font-size: 300%;
}

h2 {
	color: #330066;
	margin-top: 15px;
	font-size: 250%;
}

h3 {
	font-size: 145%;
}

h3#tag {
	color: #330066;
	font-size: 240%;
	line-height: 110%;
	font-weight: 200;
	margin-bottom: 40px;
}

h4 {
	font-size: 118%;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: black;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #column2 h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	

/* Library
=====================================================================*/

.l { float: left; width: 49%; }
.r { float: right; width:49%; }
.r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.clear-both { clear: both; float: none; }
.clear-right { clear: right; float: none; }
.hide {	display:none; }
.clear-both { clear: left; float: none; }
.inline { display: inline; }
.block { display: block; }
.noborder { border: 0px none; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.visible { display: block; }
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.border5 { border: solid 10px #c7c7c7; }
.border10 { border: solid 10px #c7c7c7; }
.border20 { border: solid 20px #c7c7c7; }
p.wp-caption-text { background: #eee; color: #777; font-size: 10px; padding: 2px 6px; }
.wp-caption { margin: 10px;border: 1px solid #ddd; padding: 4px; color: #222; font-size: 10px;}
div.hidden, a.hidden
{
	display: none;
	margin: 0;
}

/*----------------------------
		TOP SECTION
-----------------------------*/



#header {
	width: 990px;
	margin: 0 auto;
	height: 150px;
	border-bottom: 10px solid #fff;
	background: #290051 url(i/header.jpg) no-repeat top left;
	}

/* logo */

#logo {
	margin: 0;
	padding-left: 3em;
	padding-top: 5em;
	width: 307px;
	float: left;
	}
#logo h1 { padding-top: 0;}
#logo a,
#logo span {
	display: block;
	width: 300px;
	height: 100px;
	text-indent: -99999px;
	/*background: #000 url(i/logo.gif) no-repeat top left;
	*/}
#logo img {
	display: block;
	width: 0;
	}

/* Twitter */

#twitter_div {
	text-align: left; 
	color: #ccc; 
	font-size: 11px; 
	margin: 40px 40px 10px 0;
	width: 250px; 
	float: right; 
	background: url(http://paultwo.net/i/twitterbird.gif) no-repeat top left; 
	padding: 0 0 0 35px;
}


/* navigation */

#menu {
	width: 990px;
	margin: 0 auto 10px;
	background: #fec700;
	text-align: center;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#menu ul li a {
	float: left;
	display: block;
	width: 12.8em;
	line-height: 1.8em;
	padding: 2.5em .6em 2.5em .6em;
	margin: 0;
	text-decoration: none;
	color: #000;
	border: none;
	}
#menu ul li a:hover {color: #eee;}
#menu ul li a strong {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: none;
	color: #290052;
	}
#menu li a:hover {
	background: #000;
	}
#menu li a.active {
	color: #aaa;
	background: #2a0052 /*222 url(i/menubg.gif) repeat-x bottom left*/;
	}
#menu ul li a:hover strong {	
	color: #fff;
	}
#menu ul li a.active strong {
	color: #fff;
	}
	

/*				End	TOP SECTION
-----------------------------
-----------------------------*/


/*----------------------------
	MIDDLE (CONTENT) SECTION
-----------------------------*/

#content {
	font-size: 1.2em;
	width: 948px;
	margin: 0;
	padding: 0 20px 15px;
	text-align: left;
	border: 1px solid #eee;
	background-color: #fff;
}

#ONEcolumn {
	font-size: 1.2em;
	width: 850px;
	margin: 40px;
	text-align: left;
	border: 1px solid #eee;
}
	
	
#column1
{
	float: left;
	width: 590px;
	padding: 0;
	margin: 10px 0 0 10px;
	background-color: #ffffff;	
}

#column1 h1 {
	color: black;
	font-size: 300%;
}
#column1 .entry p, #onecolumn .entry p {
	line-height: 1.5;
	letter-spacing: .06em;
	font-size: 1.2em;
	outline-color: rgb(51, 51, 51);
	}

.blogcontent .entry p { font-size: 1em;}

#column2 .entry, #column1 .entry, #onecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



/*----------------------------
	SIDEBAR aka COLUMN 2
-----------------------------*/

#column2 {
	list-style-type: none;
	width:300px;
	margin: 30px 10px 0px 640px;
/*	padding: 220px 10px 10px 10px;
	color: #fff;
	background: #290152 url(/i/sidebar-top.jpg) no-repeat top; */
}

#column2 {
	list-style-type: none;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#column2 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.7em;
	margin: 5px 0 10px 0;
	padding: 0;
	color: #e0af00;
	}

#column2 h3 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	}

#column2 ul, #column2 ul ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#column2 ul li {
	list-style-type: none;
	margin: 0;
	margin-bottom: 15px;
	}

#column2 ul p, #column2 ul select {
	list-style-type: none;
	margin: 5px 0 8px;
	}

#column2 ul ul, #column2 ul ol {
		list-style-type: none;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 5px;
	}

#column2 ul ul ul, #column2 ul ol {
		list-style-type: none;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
	}

#column2 ul ul li, #column2 ul ol li {
	list-style-type: none;
	margin: 3px 0 0;
	padding: 0;
	}
#column2 #searchform #s {
	width: 208px;
	padding: 2px;
	}

#column2 form {
	margin: 0;
	}
	
#column2 #live-search-popup {
	margin: 0 0 20px;
	padding: 10px 10px 25px;
	border: 10px solid #00a1dd;
}

#column2 #live-search-popup #box {
	width: 200px;
}
	
#column2 #social-links {
	margin: 20px 0;
	padding: 10px;
	border: 10px solid #aaa;
}

#column2 #flickr-sidebar {
	margin: 25px 0 20px;
	padding: 10px;
	border: 10px solid #ccc;
}

#column2 #recent-posts {
	padding: 10px;
	border: 10px solid #eee;
}

#column2 #blog-extras {
	padding: 10px;
	border: 10px solid #efefef;
}


ol li, #column2 ul ol li {
	list-style-type: none;
	list-style: decimal outside;
	}

small, #column2 ul ul li, #column2 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	list-style-type: none;
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #290051;
	text-decoration: none;
	}

a:hover {
	color: #290051;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 55px;
	margin: 0px 0 0;
	width: 550px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	border-top-width: 0px;
	margin-bottom: 5px;
	border-bottom-color: #bebebe;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h1 {
	margin-top: 70px;
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	margin-left: 0px;
	list-style: outside;
}

html>body .entry li {
		margin-bottom: 8px;
		margin-right: 0;
		margin-top: 7px;
	}

.entry ul li:before, #column2 ul ul li:before {
	list-style-type: disc;
	content: "\00BB \0020";
	}

.entry ul li ul {
	font-size: 12px;
	list-style-type: disc;
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.wp-caption-text {
	font-size: 8px;
	color: #ccc;
	}

img.size-full {
	width: 100%;
}

/* End Entry Lists */



/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#column2 #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin column2 */

/* End column2 */


/* Begin Various Tags & Classes */


acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	}
/* End Various Tags & Classes*/


/*		SPONSORS
--------------------- */

#sponsors {
	width: 990px;
	margin: 10px auto 0 auto;
	background: #fec700 url(/i/Sponsors-BIG.gif) no-repeat top;
	height: 396px;
/*	border-top: 10px solid #000;
	border-bottom: 10px solid #000; */
}

#sponsorlink a {
	display: block;
	width: 990px;
	height: 396px;
	text-indent: -99999px;
	/*background: #000 url(i/logo.gif) no-repeat top left;
	*/}



/*		FOOTER
--------------------- */

#footer {
	width: 990px;
	margin: 10px auto 10px auto;
	background-color: #290052;
}

#footer-inner {
	width: 925px;
	margin: 0 30px;
	text-align:left;
}

#footer a { color: #ccc; text-decoration: none;}

#tag-210 a {
	display: block;
	height: 50px;
	width: 50px;
	text-indent: -99999px;
	background: #290052 url(i/210-lsu-gold-sm.jpg) no-repeat 0 0;
}
#footer a:hover {	color: #eee; text-decoration: underline;}
.flogo {
	float: right;
	line-height: normal;
	text-align: center;
	color: #fff;
	font-size: 11px;
	margin-top: 15px;
	padding: 0 10px;
}

.contact-container{
	float:left;
	padding: 0 0 0 10px;
	width: 200px;
	line-height: 1.5em;
	letter-spacing: .08em;
	font-size: 1.1em;
	margin: 0 0 0 20px;
	border-left: dotted 1px #744c9d;
	color: #ccc;
	height: 115px;
}
.contact-hd{
	text-transform:uppercase;
	color:#fff;
	font-size: 12px;
	margin-top: 10px;
	font-weight: 700;
	letter-spacing: 0px;
}
.copy{
	float:left;
	text-align: left;
	width:240px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #fff;
}

.copy p span {color: #ddd; font-size: .85em;}
.contact-container a span {color: #ddd;}


/* List Elements
=====================================================================*/

ul li 
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

li a:hover {
	background-color: #eeeeee;
}



dl {
	height: auto;
	margin: 0;
	list-style: none;

}

dl a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

dl a:hover {
	background-color: #ffffff;
}

dl img {
	float: left;
}
dt, dd {
	padding: 5px 7px;
}

dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 

dd {
	margin-left: 50px;
}

.alt-text { font-family: Georgia;text-transform: lowercase;}


#photobox a img {
	width: 102px;
	min-height: 60px;
	padding: 10px;
	margin: 5px 5px 5px 5px;
	float: left;
	border: 1px solid #eee;
	background: #fff;
}

#photobox a:hover img {
	width: 102px;
	min-height: 60px;
	padding: 10px;
	margin: 5px 5px 5px 5px;
	float: left;
	background-color: #3399cc;
	border: 1px solid #006699;
}

div.photo a {
	width: 98.9px;
	height: 101px;
	}

div.photo img {
	width: 100%;
	height: 60px;
}



/* vcard */
/* ------------------------------------------------------- */

.vcard {
	display: none;
	margin: 30px 0 0 0;
}

#default .vcard,
#work .vcard,
#contact .vcard {
	display: block;
}


/* FLICKR SHOW!! WRAPPER
************************************************************************************************ */

div.fs { background: #000 !important; }

/* WRAPPER - LOADING
************************************************************************************************ */

div.fs div.fsLoading { 
	background: #E8E8E8 url("http://v6.flickrshow.com/themes/blue/al.gif") 50% 50% no-repeat!important;
	z-index: 500;
}

div.fsLoaded-0 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-1 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-2 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-3 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-4 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-5 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-6 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-7 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-8 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-9 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }
div.fsLoaded-10 div.fsLoading 	{ background-image: url("http://v6.flickrshow.com/themes/blue/al.gif") !important; }


/* WRAPPER - SLIDER
************************************************************************************************ */

div.fs div.fsSlider { background: #D1D1D1 url("http://v6.flickrshow.com/themes/blue/sl.gif") !important; }

div.fs div.fsSliderH { 
	background: #99CC00 !important; 
	cursor: pointer;
}

/* WRAPPER - BUTTONS
************************************************************************************************ */

div.fs ol.fsButtons { background: #000; }

div.fs ol.fsButtons li {
	background: #000 50% 50% no-repeat;
	overflow: hidden;
	text-indent: -999px;
	z-index: 300;
}

div.fs ol.fsButtons li.fsButtonA { background-image: url("http://v6.flickrshow.com/themes/blue/ip.gif") !important; }
div.fs ol.fsButtons li.fsButtonB { background-image: url("http://v6.flickrshow.com/themes/blue/ir.gif") !important; }
div.fs ol.fsButtons li.fsButtonC { background-image: url("http://v6.flickrshow.com/themes/blue/il.gif") !important; }

div.fsPlaying ol.fsButtons li.fsButtonA { background-image: url("http://v6.flickrshow.com/themes/blue/is.gif") !important; }

/* WRAPPER - IMAGES
************************************************************************************************ */

div.fs ol.fsImages { background: #000; }

div.fs ol.fsImages li h2 {
	color: #fff !important;
	font-family: "Lucida Grande", "Helvetica", "Arial", Sans-serif;
	font-weight: lighter;
	overflow: hidden;
	z-index: 200;
}
