/*
THEME NAME: Biggest Theme
DESCRIPTION: Theme for Biggest Upset Ever Website 
VERSION: 2.0
AUTHOR: Jamie Carroll
AUTHOR URI: http://designrelated.com/jcarroll
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url("library/styles/reset.css");

/* Apply basic typography styles */
@import url("library/styles/typography.css");

/* Style the meta panel for logged-in users */
@import url("library/styles/sitemeta.css");

/* Apply a basic layout */
/*@import url("library/layouts/2c-r-fixed.css"); */

/* Prepare theme for plugins */
@import url("library/styles/plugins.css");

/* Un-comment the line below to set a grid with 18px line-height */
/*body { background:url(images/960_grid_12_col.gif) repeat-y top center; }*/

/* Apply Styling to Final Aside In Sidebar */
@import url("library/styles/final_aside.css");

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

body {
    background: #000;
	height:100%;
    color: #413732;
    line-height: 1;
    margin: 0;
    padding: 0;
    font:small/1.5em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, helvetica, sans-serif;
    background-image:url(images/bg-line-of-scrimmage.jpg);
    background-repeat:no-repeat;
    background-position:center -130px;
	background-attachment:fixed;
    
}

#wrapper  { 
    margin: 0px auto 0px auto;
	padding:0px 0px 6px 0px;
    width: 1010px;
	height:100%;
    background: #000;
    
}
#innerwrapper {
	background-color:#000;
	width: 986px;
	margin:0px auto;
	padding:0px 12px 0px 12px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .95);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .95);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .95);
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:lucida grande, lucida sans, arial, serif;
    margin:0px;
    padding:0px;
    
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

/* =Added Font Styles
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {                                         
	color: #151515;  
	line-height: 1.3em;   
	font-weight: bold;    
	clear:left;   
             
}

h1 {
	font-size: 216%;

}

h2 {
	font-size: 164%;         
	
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%; 
	
}

h5 {
	font-size: 100%;              
}

h6 {
	font-size: 85%;    
}


p, li, dl, ul, ol { 
	line-height: 1.5em;
	margin-bottom: 1.0em; 
}

a, a:link, a:visited {
	color: #413732;    
	text-decoration: none;  
	font-weight: bold; 
	        
}

/* a:hover {
    text-decoration:underline;
} */

a:hover {                
	color: #1780ac;
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {               
}                            

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { 
}        



/* =Header
-------------------------------------------------------------- */

#headertop {
    margin: 0 auto;
    width: 966px;
    height: 13px;
    background-image:url(images/header_top_repeat.png);
    background-repeat:repeat-x;
    background: transparent;
}
#header {
    
    width: 966px;
    height:125px;
    padding: 0px;
    border: none;
    margin: 10px auto 5px auto;
    background: #000;
    background-image:url(images/header_bg_ver2_1.jpg);
    background-repeat:no-repeat;
}
#headerbottom {
    color: #413732;
	font-size: 12px;
    margin: 0px auto;
    width: 966px;
    height: 36px;
    background-color: #000;
	background-image:url(images/tagline-top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
    border:none;
}
#contentbox1 {
    float: left;
    margin: 4px 10px 0px 25px;
    font-size: 12px;
}
#contentbox2 {
    font-size: 12px;
    float: right;
    text-align:right;
    margin: 4px 22px 0px 10px;
}

#blog-title {
    font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:19px 0 0 0;
    border: none;
    text-align: center;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-description {
    font-style:italic;
    padding:8px 0 0px 0;
    color:#fff;
    text-align:center;
}

/* =Navbar
-------------------------------------------------------------- */





#navbarwrap {
    background: #fff;
    width: 960px; 
    height: 42px;
    margin: 0px auto;
    border-bottom: 1px solid #000;
    padding-top: 5px; 
	-webkit-box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
	-moz-box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
	box-shadow: 0px 0px 6px rgba(14, 32, 59, .35);
}

#navbar {
    background: #fff;
    font-size: 13px;
   /* overflow: hidden; */
    padding: 6px 0px 5px 0px;
    margin: 2px 0px 0px 0px;
    line-height: 0em;
    float:left;
    clear:none;
}

#navbar a
{   margin:0 5px 0 0;
    padding:3px 6px;
    background:#fff;
    color:#413732;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;  
    letter-spacing: 0.02em;
    border: 1px solid #fff;
}
#navbar a:hover { 
    background:#ffff00;
    color:#151515;
    border: 1px solid #999;
}
#navbar ul {
    margin: 0px 0px 0px 13px;
    background: #fff;
   
}
#navbar li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
}
#navbar .current_page_item a {
    background:#ffff00;
    color:#151515;
    border: 1px solid #999;
    
}
#navbar a:focus {
    background:#ffff00;
    color:#151515;
    border: 1px solid #999; 
}

#navbar2 {
    background: #fff;
    font-size: 13px;
    /* overflow: hidden; */
    padding: 7px 0px 5px 0px;
    margin: 0px 18px 0px 0px;
    line-height: 0em;
    float:right;
    text-align: right;
}

#navbar2 a
{   margin:0 5px 0 0;
    padding:3px 6px;
    background:#fff;
    color:#413732;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;  
    letter-spacing: 0.02em;
    border: 1px solid #fff;
}
#navbar2 a:hover { 
    background:#ffff00;
    color:#151515;
    border: 1px solid #999;
}
#navbar2 ul {
    margin: 0px 7px 0px 0px;
    background: #fff;
   
}
#navbar2 li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
}
#navbar2 .current_page_item a {
    background:#ffff00;
    color:#151515;
    border: 1px solid #999;
}
#navbar2 a:focus {
    background:#ffff00;
    color:#151515;
    border: 1px solid #999;
}




/* =Content
-------------------------------------------------------------- */
#mainwrap {
    width: 964px;
    background: #000;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 0px auto;
    padding: 0px;
}
#main {
    padding:30px 0px 80px 0px;
    margin: 0px auto;
    /* border-top: 2px solid #000; */
    border-bottom: 2px solid #000; 
    width: 960px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
   /*  background-attachment: fixed; */
    background-color: #fff;
    /* background-image: url(images/bg/bg_body_main.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: center top; */
    overflow:hidden;
    position:relative;
clear:both;
}
#maindivider {
    border-top: 1px solid #ccc;
    width: 960px;
    margin: 2px auto 0px auto;
    background: fff;
    
}

#content {
    
}    
.hentry {
    margin:9px 0px;
    padding:34px 1px 36px 0px;

}
.p1 {
    margin:0;
    padding:0 0 26px 0;
    border:none;
}
.page-title {

    font-size:18px;
    padding:15px 0 3px 0;
    font-weight:bold;
    color:#151515;
    border-bottom: 1px solid #d0d0d0;
}
.page-title span {
    font-weight:normal;
}

.entry-title {
    font-size:18px;
    padding:13px 0 2px 0;
    font-weight:bold;
    color:#151515;
    border-bottom: 1px solid #d0d0d0;
    
}

.entry-title a {

    
    color:#413732;
}

.entry-title a:hover {
    color:#1780ac;
    /* border-bottom: 1px dotted #999999; */
}

.entry-meta {
    font-size:11px;
    color:#787878;
    
}
.entry-meta a {
    color:#a27835;
    
}
.entry-meta a:hover {
    color: #413732;
}
.entry-meta .author {

float:left;
}
.entry-meta .meta-sep {
float: left;
padding: 0px 5px;
}
#abbr {



 font-weight: bold;
}

.entry-meta abbr {
  float: left; 
}

.entry-content {
    margin:18px 0px 0px 0px;
    overflow:hidden;
    clear:both;
    list-style:none;
    width:580px;
}

.entry-content a:hover {
    text-decoration:underline;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;

    font-weight:bold;
    margin:0 0 18px 0;

    padding:18px 0 0 0;






















































































}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;

    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;


    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:none;
    margin:0 0 0 1.5em;
}


.entry-content dl {
    margin:0 20px;
    width: 490px;
    line-height: 0em;
	margin-bottom: 0em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
   margin: -14px 2px 18px 2px;
    font-size:10px;
    line-height: 1.4em;
    background: #fff;
    border: 1px solid #dedbd1;
    padding: 6px 10px 6px 10px;
    text-align: center;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.content-column, .entry-content .linkcat {
	list-style:none;

	float:left;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    color:#413732;
}
.more-link:hover {
    color:#1780ac;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {



    float:left;
    clear:both;
}
.entry-utility {
    margin-top: 10px;
    font-size:11px;
    color:#787878;
}
.entry-utility a {
    font-style:italic;
    color:#a27835;
}
.entry-utility a:hover {
    color:#413732;
}
.comments-link a {
    font-weight:bold;

























    color:#a27835;
}
.comments-link a:hover {
    color:#413732;
}

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


#comments {
    background:#transparent;
    color:#413732;
    margin:0px 0 0 0;
    padding:40px 0;
    overflow:hidden;
    border-top: 1px solid #d0d0d0;
}
#comments h3 {
    color:#413732;
    font-size: 14px;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing:1px;
    text-align:left;
    margin:0 0 18px 0;
    padding:0 20px 0 0px;
}
#comments .comments:first-child h3 {
    text-transform: none;
    font-size: 12px;
    margin-right:20px;
    padding-left:40px;
    margin-bottom:5px;
    
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
    
    border:1px solid #6DA5D6;
    margin:0 auto 18px auto;
    padding:10px 20px 0 20px;
    position:relative;
    width: 460px;
    background:#d0d0d0;
    border-color:#666;
}

#comments a {
}
#comments li.byuser {
    background:#d0d0d0;
    border-color:#666;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:0px 0 0 0px;
    display:block;

}

#comments .fn a {
    color:#fff;
}
#comments .fn a:hover {
   color:#413732;
}
#comments-list .comment-meta {

    font-size:10px;
    border-top:1px solid #666;
    margin:0 0 5px 0;
    padding:0 0 0 0px;
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#fff;
}
#comments-list .comment-meta a:hover {
    color:#413732;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
    color: #a27835;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    background: #87B5DD;
    border:1px solid #666;
    padding:15px 20px 0px 20px;
    width:460px;
    margin:0px auto;
}
#respond h3 {
    margin-bottom: 0px;
    
}
#respond p {
border-top:1px solid #413732;
font-size:10px;
margin:1px 0px 0px 0px;
padding:1px 0px 10px 0px;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:230px;
    float:left;
}
#respond #form-section-author input {
    width:220px;
}
#respond #form-section-email {
    width:220px;
    float:right;



    margin-right:4px;
}
#respond #form-section-email input {
    width:100%;
   
}


#respond #form-section-url {
    margin-right:4px;
}
#respond #form-section-url input {
    width:100%;
    
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {


































































    margin:0 0 14px 0;











}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {

    clear:both;
    margin:0;
}

p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}

/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {

    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#B5D1EA;
    position:relative;
    top:4px;


}





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

.navigation {
    margin:0px 0 15px 0;
    overflow:hidden;
    
}
.nav-previous {
        border-top: 1px solid #d0d0d0;
	float: left;
	width:50%;
        padding-top: 5px;
        
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
        border-top: 1px solid #d0d0d0;
        padding-top: 5px;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    margin:18px 0 36px 0;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; padding: 2px; border: 1px solid #999; background: #fff;}

img.alignleft,img.align-left {

	float: left;
	margin-right:20px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center {
	margin: 0 auto;
	display: block;

	float: none;
	clear: both;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
}




/* =Asides (widgetized areas)
-------------------------------------------------------------- */



.aside ul {
    margin:0;
    list-style:none;
    font-size: 12px;
    
	
}
.aside {
     
}
.aside h3 {
    font-size:14px;
    font-weight:bold;
    
}
h2.widgettitle {
	color:#151515;
	font-weight:bold;
	line-height:1.3em;
	padding:17px 0 1px;
	text-align:left;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	border:none;
}
.aside ul ul {
    list-style:none;
}
/* Begin Calendar styles - adjusted for app schedule table*/
.aside table {
    /* border-top:1px solid #e0e0e0; */
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
   /* border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0; */
    line-height:25px;
}
.aside td {
    /* border-left:1px solid #e0e0e0;
    padding:0 2px */
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;

    padding:0;
}

.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;

}



/* End Search styles */
/* Begin RSS widget styles */
/* I think I'm going to have to reset some stuff in functions.php for the RSS widget. It sucks for styling. */
/* End RSS widget styles */


#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,

#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}


#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;

}
#content .aside h3 {

    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    
    font-weight:bold;

}
#single-bottom .widgetcontainer {
    border-top:none;
}


















.main-aside {
}
.main-aside h3 {
    padding:17px 0 1px 0;
    text-transform: uppercase;
    text-align: left;

    color: #151515;  

    line-height: 1.3em;   


    font-weight: bold;   


}


.main-aside ul ul {






    margin:8px 11px 17px 13px;


    

}

.main-aside ul ul ul {
    margin:0;

}
.sub-aside h3 {
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}
#footer .widgetcontainer ul {
    margin:0 0 0 13px;
}



#footer .widgetcontainer ul ul {
}

/* =Footer
-------------------------------------------------------------- */
#footerpadding-wrap {
	width:964px;
	margin:0 auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	
}
#footerwrapper {
	background-color:#000;
	width: 986px;
	margin:0px auto;
	padding:0px 12px 0px 12px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .95);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .95);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .95);
}

#footer {
	clear:both;
    background:#000;
    color:#fff;
    padding:34px 0 34px 0;
    border-top:1px solid #fff;
	border-bottom:1px solid #000;
    width: 966px;
	height:auto;
    margin: 0px auto;
	bottom:0;
	
	}
#footer a {


    color:#fff;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
	clear:both;
    font-size: 10px;
	margin:0;
    padding: 32px 0px 0px 0px;
    text-align: center;
	background-image:url(images/tagline-btm.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}




#siteinfo ul {

    color: #413732;

}

#siteinfo a {
    color: #787878;
}
#siteinfo a:hover {
    color: #ffff00;


























}
/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;


}


.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {

    color:#2772B3 !important;
    background:#transparent !important;







    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}


.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}


/* 2c-r--fixed Layout Elements */
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
} 

#access {
    overflow:hidden;
}


#container {
  width:600px;
    float:left;
    margin-left: 10px;
    padding-bottom:20px;
    background: #f6f6f6;
    background-image: url(images/container_bg.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    border: 1px solid #d0d0d0;
}
#content {
    margin:0 10px 0 10px;
    width:580px;
    overflow:hidden;
}
#sidewrap {
   width: 330px;
   float:right;
   position:relative;
   background: #f6f6f6;
   border: 1px solid #d0d0d0; 
   margin-right: 10px;
   padding-bottom:20px;
   background-image: url(images/sidebar_bg.gif);
   background-repeat: no-repeat;
   background-attachment: scroll;
   margin-bottom: 10px;
}

#sidewrap2 {
   width: 330px;
   float:right;
  background: #f6f6f6;
   border: 1px solid #d0d0d0; 
   margin-right: 10px;
   padding-bottom:20px;
   background-image: url(images/sidebar_bg.gif);
   background-repeat: no-repeat;
   background-attachment: scroll; 
   margin-bottom: 10px;
   clear:right;
}
.main-aside {
    width: 310px;
    float:left;
    position:relative;
    margin-right: 10px;
    padding-left: 10px;
}
#primary  {
   
}
#secondary {
    clear:left;
}

#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 0 0 40px;

    overflow:hidden;

}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0px;
}
#subsidiary #third {
    margin:0;

}

#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}


/*- SideTabs -*/
.idTabs{
	font-size: 12px;
	float:left;
	margin: 0 0 8px 0;
}
.idTabs li{
	float:left;
        clear:both;
        padding:5px 8px;
        border: 1px solid #dedbd1;
}
.idTabs li a{
	background:#ffffff;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;

	margin: 0 7px 0 0;
	text-align: left;
	border: 1px solid #dedbd1;
}
.idTabs li.last a{
	margin: 0px;
       
}
.idTabs li a:hover,
.idTabs .selected, .vidtabs .idTabs li a:hover,
.vidtabs .idTabs .selected{
	background:#dddddd;
	text-decoration: none;
	color:#000000;

        
}













/*- List2 -*/
.list2{
	clear: both;
        
}
.list2 li{
	background: #ffffff;

	border: 1px solid #dedbd1;

	margin: 0 0 5px;
	padding: 12px 10px;
}
.list2 li a{
	
	border: 1px solid #dedbd1;
	margin: 0 0 5px;
	padding: 12px 10px;
}


.list2 p {

	line-height:16px;
}



/*========= VIDEO =========*/

#video_tabber {
padding-bottom:10px;
}

#videowrap {


        background:#151515;



        margin: 0px auto 10px auto;









        width:308px;



















        height: 255px;

        border: 1px solid #999999;
        margin-top:2px;
        padding-top:4px;

}

.video{
	height: 250px;
	margin: 0px auto 10px auto;
        padding-top: 10px;
	width: 300px;
	display: inline;
        text-align: center;
        

}

/*- SideTabs -*/
.vidtabs .idTabs {
	font-size: 12px;
	margin: 10px 0 0 0px;


	width:100%;
	float:none;
        clear:both;
}

.vidtabs .idTabs li {
	padding:0px;
	float:none;
        clear:both;
        
}
.vidtabs .idTabs li a {
	background:#ffffff;
	color:#363636;
	font-weight:bold;
        font-size: 12px;
	padding:5px 8px;
	display: block;
	text-align: left;
	border: 0px;
	margin:0px;
}


.vidtabs .idTabs li.last a {
	margin: 0px;
        
	
}


#sidebar h3 {

	margin: 0 0 5px 0;
}

/* Recent Posts Styling */
#entry-meta_sidebar {
 font-size:11px;
 color:#787878;
 font-weight: bold;
 margin:0px;
 padding: 0px;
}
#fullpost_sidebar {
 font-size:12px;
 margin:-12px 0px 5px 0px;
 padding:0px 0px 0px 0px;
 clear:both;
}

/* Video Comments Link Styling */
.video-comments-link a {
          color: #a27835;
          font-style: italic;
          font-size: 11px;
}
.video-comments-link a:hover {
          color: #413732;
}

/* Gameday Banner Styling */

#gameday_banner {
margin: 17px 0px 0px 2px;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	
	text-align: center;
	 margin:0 20px;
        
	
}

.wp-caption img {
	
        
}

.wp-caption p.wp-caption-text {
        font-size:10px;
	line-height: 1.4em;
        background: #fff;
        border: 1px solid #dedbd1;
        padding: 6px 10px 6px 10px;
        text-align: center;
	margin: -14px 2px 18px 2px;
        
}
/* End captions */

/* Styled content boxes */
#styled_box {
        font-size:10px;
	line-height: 1.4em;
        background: #fff;
        border: 1px solid #dedbd1;
        padding: 6px 10px 6px 10px;
	margin: -14px 2px 18px 2px;
}
#styled_box_footnote {
        font-size:11px;
        font-style: italic;
	line-height: 1.4em;
        padding: 6px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
}
/*------ post image styling -------*/
.wp-caption {
        margin:0px auto;
}
.entry-content dl {
        margin-left: auto;
        margin-right: auto;
}
/*------ spacing between posts on home page --------*/
#index_post_spacing {
background:#transparent;
height:70px;
}

