/*
Theme Name: Gazette
Theme URI: http://www.schoolnewspapersonline.com
Author: School Newspapers Online
Author URI: http://www.schoolnewspapersonline.com/



*/

/* Lets Begin */
html, body {
font-size: 12px; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
background: #ffffff url(images/bg.gif) top left repeat-x;
color: #3C3F36;
margin: 0;
padding: 0;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h2, h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

h1 {
font-family: Palatino, Times, serif;
font-weight: bold;
font-size: 4em;
text-align: left;
margin:20px 0px 0px 0px;
text-shadow: #333333 0px -2px 2px;
line-height:55px;
color: #000000;
}

h2 {
font-size: 1.6em;
margin:0px 0px 10px 0px;
}

h2.widgettitle {
font-size:1.2em;
margin:0px;
padding:0px;
}

h3 {
font-size: 1.2em;
margin: 0 0 10px 0;
padding: 0;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
}

.clear {
clear: both;
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */

.wrapper {
width: 960px;
margin: 0px auto;
position: relative;
}

/* Begin Header */
#masthead {
height: 162px;
width: 960px;
float: left;
}

#tagline {
width: 380px;
height: 28px;
float: left;
color: #ffffff;
}

#pages {
	margin: 0px;
	padding: 0px;
	list-style: none;
        float: right;
        height: 28px;
        width: 570px;
	}
	
#pages ul, #tagline ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#pages a, #pages a:visited, #tagline a, #tagline a:visited {
	color: #ffffff;
	display: block;
        margin: 0px;
	padding: 8px 15px 7px 15px;
        height: 13px;
	}
	
#pages a:hover, #pages li a:hover, #tagline a:hover, #tagline li a:hover {
	color: #FFFFFF;
        margin: 0px;
	padding: 8px 15px 6px 15px;
	text-decoration: none;
        display:block;
        background: #4b4b4b;
        border-bottom: 1px solid #000000;
	}

#pages li {
	float: right;
	margin: 0px;
	padding: 0px;
	z-index: 15;
	position: relative;
	}
#tagline li {
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 15;
	position: relative;
        list-style-type: none;
	}
#pages li li {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 120px;
	z-index: 10;
	position: relative;
	}

#tagline li li {
	float: left;
	margin: 0px;
	padding: 0px;
        width: 250px;
	z-index: 10;
	position: relative;
	}
	
#pages li li a, #pages li li a:link, #pages li li a:visited {
	background: #393939;
	width: 120px;
	float: none;
   	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
        color: #ffffff;
        display: block;
	}

#tagline li li a, #tagline li li a:link, #tagline li li a:visited {
	background: #4b4b4b;
	float: none;
        width: 250px;
   	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
        color: #ffffff;
        display: block;
	}
	
#pages li li a:hover, #pages li li a:active {
	background: #4b4b4b;
	padding: 7px 10px 7px 10px;
	width: 120px;
        color: #ffffff
        text-decoration:none;
	}

#tagline li li a:hover, #tagline li li a:active {
	background: #4b4b4b;
	padding: 7px 10px 7px 10px;
        width:250px;
        color: #ffffff
        text-decoration:none;
	}

#pages li ul, #tagline li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}
	
#pages li:hover ul, #tagline li:hover ul {
	left: auto;
	display: block;
	}
	
#pages li:hover ul, #pages li.sfhover ul, #tagline li:hover ul, #tagline li.sfhover ul {
	left: auto;
	}

li.rss  {
display: inline;
padding: 0 0px 0 20px;
background: url(images/rss.gif) right no-repeat;
}



#pages a:link, #pages a:visited {
color: #FFFFFF;
text-decoration: none;
}

#pages a:hover {
color: #ffffff;
text-decoration:none;
}

#pages li.rss a:hover {
color: #ffffff;
text-decoration:none;
padding: 8px 0px 6px 15px;
background: #4b4b4b url(images/rss.gif) right no-repeat;
border-bottom: none;
}

#logo {
width: 450px;
float: left;
overflow: hidden;
}

#logo p {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 20px;
	text-shadow: #000000 0px -2px 2px;
	}

#masthead a:hover {
color: #393939;
text-decoration:none;
}

#headright {
width: 500px;
height: 80px;
float: right;
text-align: right;
padding: 23px 0 0 0;
overflow: hidden;
}

.headertext {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}

/* End Header */

/* Begin Search */
#searchwrap {
float: left;
padding: 0 5px 5px 5px;
height: 25px;
background: url(images/searchbg.gif) top left no-repeat;
}

* + html #searchwrap {
padding: 1px 5px 5px 5px;
}

#searchwrap input{
vertical-align: middle;
background: none;
color: #3C3F36;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#searchwrap #s{
border: none;
padding: 5px 0 5px 0;
margin: 0;
width: 215px;
}

* + html #searchwrap #s {
margin: -3px 3px 0 0;
width: 210px;
}
/* End Search */

/* Begin Navigation */
#navigation {
width: 960px;
height: 31px;
float: left;
}

#nav {
bottom: 0;
right: 0;
z-index: 999;
list-style: none;
float: left;
margin: 0;
padding: 0;
}

#nav li {
float: left;
margin-left: 5px;
background: url(images/navbar.gif) repeat none;
font-size: 12px;
}



#nav li a {
float: left;
display: block;
height: 22px;
padding: 9px 14px 0;
color: #FFFFFF;
text-decoration: none;
}


#nav li:hover, #nav li.sfhover {
background-position: right -31px;
background: url(images/navbarflip.gif);
}

#nav li.current:hover, #nav li.sfhover.current {
background-position: left top;
}

#nav li:hover a, #nav li.sfhover a {
background-position: left -31px;
color: #FFFFFF;
}



#nav li ul {
clear: left;
position: absolute;
left: -999em;
z-index: 999;
width: 161px;
margin-top: 31px;
margin-left: 0px;
_margin-top: 0; /* IE6 only */
border: 1px solid #000000;
border-top: 0;
border-bottom: 0;
list-style: none;
line-height: 1;
padding-left: 0px;
}
/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
* + html #nav li ul {
margin-top: 0;
}

#nav li li {
display: inline;
_display: block;
float: none;
_float: left;
margin: 0;
font-size: .9167em;
text-transform: none;
}

#nav li ul ul {
margin: -31px 0 0 161px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left: auto;
}

#nav li li li {
font-size: 1em;
}

#nav li:hover li a, #nav li.sfhover li a {
float: none;
width: 133px;
height: auto;
padding: 9px 14px;
border-bottom: 1px solid #000000;
background: #f2c616;
color: #000000;
}

#nav li:hover li a:hover, #nav li.sfhover li a:hover {
background: #393939;
color: #ffffff;
}
/* End Navigation */


/* Begin Content Slider */
.wrap {
position: relative;
margin: 0 auto;
}

.contain:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .contain { height: 1%; } /* IE6 */
*:first-child+html .contain { min-height: 1px; } /* IE7 */

#featured {
width: 878px;
float: left;
margin: 32px 0 55px 40px;
border: 1px solid #393939;
position: relative;
}

#featured .wrap {
padding: 0px 0 0px 0;
background: #FFFFFF;
}

#slides {
width: 880px;
height: 260px;
position: relative;
top: 0px;
overflow: hidden;
z-index: 5;
margin: 0 auto;
padding: 0;
}

#slides img {
margin: 0 7px 0 0;
padding: 0;
border-right: 1px solid #393939;
width: 440px;
height: 260px;
}

#slide-box {
/* width: 7020px; */
height: 260px;
position: absolute;
overflow: visible !important;
}

#slide-box div {
float: left;
position: relative;
width: 960px;
height: 260px;
position:relative;
display: block !important;
}

#slides-prev {
display: inline-block;
width: 40px;
height: 262px;
position: absolute;
top: -1px;
left: -40px;
z-index: 10;
}

#slides-prev a {
display: block;
width: 40px;
height: 262px;
text-indent: -9999px;
background: url(images/slide-nav.png) no-repeat 0 0;
}

#slides-prev a:hover { background-position: 0 100%; }

#slides-next {
display: inline-block;
width: 40px;
height: 262px;
position: absolute;
top: -1px;
right: -40px;
z-index: 10;
}

#slides-next a {
display: block;
position: relative;
width: 40px;
height: 262px;
text-indent: -9999px;
background: url(images/slide-nav.png) no-repeat 100% 0;
}

#slides-next a:hover { background-position: 100% 100%; }
/* End Content Slider */

/* Begin Tooltip */
#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #3C3F36;
background: url(images/tipbg.png) top left repeat;
padding: 5px;
width: 200px;
font-size: 10px;
font-weight: normal;
color: #3C3F36;
}

#tooltip h3, #tooltip div { 
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
/* End Tooltip */

/* Begin Home Page */
#homeleft {
width: 282px;
float: left;
border-right: 1px solid #aaaaaa;
padding: 0 20px 10px 1px;
overflow: hidden;
line-height: 1.5em;
}

#homecenter {
width: 282px;
float: left;
padding: 0 20px 10px 20px;
overflow: hidden;
line-height: 1.5em;
}

#homeright {
width: 333px;
float: left;
padding: 0 1px 10px 0px;
overflow: hidden;
line-height: 1.5em;
}

.sectiontop {
border-bottom:10px solid #f2c616;
margin: 50px 0px 5px 0px;
}

#homebox {
width: 938px;
float: left;
height: 230px;
background: url(images/homeboxbg.gif) top left no-repeat;
margin: 35px 0 0 0;
padding: 11px;
font-size: 11px;
}

#homebox img {
padding: 4px;
background: #3C3F36;
}

#homebox img:hover {
padding: 4px;
background: #707366;
}

#boxmain {
width: 460px;
float: left;
margin: 0 22px 0 0;
}

#boxmain img {
width: 190px;
height: 190px;
float: left;
margin: 0 8px 0 0;
}

.boxitem {
width: 215px;
height: 60px;
float: left;
margin: 0 10px 10px 0;
overflow: hidden;
}

.boxitem h3 {
font-size: 12px;
}

.boxitem img {
width: 50px;
height: 50px;
float: left;
margin: 0 8px 0 0;
}

.itemdets {
float: left;
margin: 5px 0 0 0;
}
/* End Home Page */

/* Begin Secondary Pages */
#whitewrap {
width: 100%;
background: #FFFFFF url(images/secondarybg.gif) top left repeat-x;
float: left;
}

#whitewrap img {
padding: 1px;
background: #393939;
}

#secondarymm img {
padding: 0px;
background: none;
}


#postcontent li {
padding: 0 0 0 20px;
background: url(/wp-content/uploads/2010/04/000000arrow.png) no-repeat 0 .2em;
line-height:20px;
}

#postcontent ul {
margin: 5px 0 15px 0;
padding: 0;
list-style: none;
}

#location {
width: 960px;
height: 55px;
float: left;
color: #FFFFFF;
font-size: 16px;
margin-bottom:20px
}

#location p {
margin: 14px 0 0 0;
color: #ffffff;
text-transform:capitalize;
}

#location a:link, #location a:visited {
color: #ffffff;
text-decoration: none;
}

#location a:hover {
color: #dddddd;
text-decoration: underline;
}

#secondary {
width: 609px;
float: left;
padding: 0px 15px 12px 0;
margin: 0 15px 0 0;
}

#secondarymm {
width: 609px;
float: left;
padding: 0px 15px 12px 0;
margin: 0 15px 0 0;
}

#gallery {
width: 960px;
float: left;
padding: 5px 0 20px 0;
margin: 0;
line-height: 1.4em;
}

.galleryitem {
width: 610px;
float: left;
padding-top: 10px;
margin: 0px 0px 20px 0px;
border-top:10px solid #f2c616;
}

.galleryitem p {
margin: 5px 0  0 0;
}




.categorydets {
font-size: 11px;
}
/* End Secondary Pages */

/* Begin Comment Styles */
h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 20px;
}

ol.commentlist p {
margin-bottom:10px;
line-height: 20px;
}

.commentmetadata a {
font-size:11px;
color:#333333;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 20px 10px 10px 10px;
width: 570px;
}

ol.commentlist li.alt {
padding: 18px 18px 5px 18px !important;
background:#F8F8F4;
border:1px solid #DEDBD1;	
}

#commentform input {
background: #FFFFFF;
border: 1px solid #E7E7E7;
}

#commentform textarea {
background: #FFFFFF;
border: 1px solid #E7E7E7;
width: 600px;
}

input#submit {
color:#333333;
padding:7px;
margin: 0 0 7px 0;
text-align: center;
border: 1px solid #E7E7E7;
background:#FFFFFF;
}
/* End Comment Styles */

/* Begin Sidebar */
#sidebar {
width: 320px;
float: right;
padding: 0px;
overflow: hidden;
}

#sidebar img {
background: none;
}

#sidebarbottom {
width: 960px;
float: left;
border: 1px solid #aaaaaa;
margin: 0px 0 35px 0;
padding: 0px;
font-size: 11px;
}

.sidebarhome {
width: 235px;
height:250px;
float: left;
padding: 8px 20px 0 0px;
}

.block {
width: 280px;
float: left;
padding: 8px 10px 0 10px;
background: url(images/blockbg.gif) top left no-repeat;
}

.block h3 {
border-bottom: 1px solid #3C3F36;
padding: 0 0 2px 0;
margin: 0 0 5px 0;
}

.block ul {
margin: 0;
padding: 0;
list-style: none;
width: 280px;
}

.block li {
width: 265px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockunder.gif) top left no-repeat;
}

.block li:hover {
width: 265px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockover.gif) top left no-repeat;
}

.blockfooter {
width: 300px;
float: left;
height: 9px;
background: url(images/blockfooterbg.gif) bottom left no-repeat;
}

.widgetblock {
width: 300px;
float: right;
margin: 0 0 15px 0;
padding:10px;
border-top:10px solid #f2c616;
background: #dddddd;
border-bottom:1px solid #aaaaaa;
}

.widgetblock li {
padding: 0 0 0 20px;
background: url(/wp-content/uploads/2010/04/000000arrow.png) no-repeat 0 .2em;
line-height:20px;
}

#sidebar .widgetblock li {
          background:none;
          }

.widgetblock ul {
margin: 0;
padding: 0;
list-style: none;
}
/* End Sidebar */

/* Begin Footer */
#footerwrap {
width: 100%;
background: #393939;
float: left;
border-top: 3px solid #000000;
padding: 0 0 20px 0;
}

#footer {
width: 960px;
margin: 0px auto;
color: #FFFFFF;
padding: 10px 0 0 0;
}

#footer a:link, #footer a:visited {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
color: #C7CBC0;
text-decoration: underline;
}

#footertext {
width: 860px;
float: left;
}

#pagination{
width: 100px;
float: left;
text-align: right;
}

#pagination a:hover{
border:none;
}

#pagination img{
border:none;
}

span.navback{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/back.gif) top right no-repeat;
cursor:pointer;
}

span.navforward{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/forward.gif) top right no-repeat;
cursor:pointer;
}
/* End Footer */

/* Begin Defaults */
acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

p img {
padding: 0;
max-width: 100%;
}

a img {
border: none;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 8px 8px;
display: inline;
}

img.alignleft {
padding: 4px;

margin: 0 8px 8px 0;
display: inline;
}








.alignright {
float: right;
}

.alignleft {
float: left
}

.center {
text-align: center;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.hidden {
display: none;
}

blockquote {
margin: 15px 30px 0 0;
padding-left: 30px;
background: url(images/blockquote.jpg) top left no-repeat;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

img.topstory {
        height: 50px;
        margin: 5px;
        float: right;
        }


.topstory{
position: relative;
z-index: 0;
}

.topstory:hover{
background-color: transparent;
z-index: 50;
}

.topstory span{ /*CSS for enlarged image*/
position: absolute;
background-color: #979C8B;
padding: 5px;
width: 300px;
height: 81px;
left: -1000px;
border-top: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.topstory span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.topstory:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -80px;
left: 0px; /*position where enlarged image should offset horizontally */

}

.morestories {
        width:282px;
        border-top: 1px solid #aaaaaa;
        padding-top:10px;
        }

.writer {
        margin-bottom:5px;
        font-size:10px;
        text-transform:uppercase;
        letter-spacing:1px;color:#888888;
        text-decoration:none;
        }
.writer2 {
        margin-bottom:5px;
        font-size:11px;
        text-transform:uppercase;
        letter-spacing:1px;color:#888888;
        text-decoration:none;
        }
.photographer {
        font-size:10px;
        line-height:12px;
        text-align:right;
        font-weight:bold;
        margin-bottom:4px;
        padding-bottom:10px;
        }
.photocaption {
        font-size:10px;
        line-height:12px;
        text-align:justify;
        font-weight:bold;
        }
.sectionthumb {
        width:274px;
        float:right;
        background: #393939;
        padding:4px;margin: 3px 0px 10px 10px;
        }
.sectionthumbnail {
        width:110px;
        float:right;
        background: #393939;
        padding:4px;margin: 3px 0px 10px 10px;
        }
.categoryimage {
        width:200px;
        float:right;
        border: 1px solid #888888;
        background: #393939;
        padding:4px;
        margin: 4px 0px 15px 10px;
        }
.permalinkimage {
        width:300px;
        float:right;
        border: 1px solid #888888;
        margin: 4px 0px 5px 10px;
        }
.staffimage {
        width:316px;
        float:right;
        border: 1px solid #888888;
        margin: 4px 0px 5px 10px;
        }

.sectionthumb:hover {
        background: #f2c616;
        }
.sectionhead, a:link.sectionhead , a:visited.sectionhead  {
        color:#000000;
        font-weight:bold;
        text-transform:uppercase;
        font-size:20px;
        margin-bottom:10px;
        line-height:24px;
        }
.categoryhead, a:link.categoryhead , a:visited.categoryhead  {
        color:#ffffff;
        font-weight:bold;
        text-transform:uppercase;
        font-size:20px;
        margin-bottom:10px;
        line-height:24px;
        }
.arrows {
        letter-spacing:0px;
        font-weight:normal;
        font-size:30px;
        }
.arrows2 {
        letter-spacing:0px;
        font-weight:normal;
        font-size:18px;
        }
.continue {
        text-align:right;
        width:282px;
        margin-bottom:15px;
        font-size:12px;
        color:#000000;
        text-transform:uppercase;
        letter-spacing:1px;
        line-height:12px;
        }
.continue a {
        color:#000000;
        }
.moreheadlines {
        font-weight:bold;
        text-decoration:none;
        }
.headlinetime {
        width:210px;
        float:left;
        margin-bottom:5px;
        font-size:10px;
        text-transform:uppercase;
        letter-spacing:1px;
        color:#888888;
        }
.read, .read a {
        width:80px;
        float:right;
        text-align:right;
        color:#000000;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:12px;
        }
h3.maintitle {
        margin-bottom:10px;
        }
h3#comments {
        margin: 20px 0px 10px;
}
#postcomments {
       margin-top:20px;
}

#postcomments img {
        background:none;
}

#postmeta {
       margin-top:20px;
}

#postmeta img {
        background:none;
}
.permalinkphotobox {
        width:302px;
        float:right;
        margin: 0px 0px 10px 10px;
        }

.permalinksidebar {
        width:280px;
        border-bottom: 1px solid #aaaaaa;
        border-top:10px solid #f2c616;
        background: #eeeeee;
        padding: 10px 10px 0px 10px;
        }

#homepagewide {
	float: left;
	width: 610px;
	margin: 0px;
	padding: 0px;
	}

.featuredwide {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 590px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	}

.homephoto {
        width:160px;
        border:1px solid #888888;
        margin: 4px 10px 10px 10px;
        float:right;
        }

.rostertable {
 
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	border-collapse: collapse;	
}

/* header row*/
.rostertable th {
 
	padding:	2px 5px;
 	border:		1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:		default;
	background:	ButtonFace;
	
}

.rostertable td {
	padding:	3px;
}

.rostertable tr.alt {
 	background-color: #F4F4EC; 
}
tr.rosterrow {
        background-color:#eeeeee;
        border-color:#eeeeee;
        border-bottom:1px solid #aaaaaa;
        padding:4px;
}

tr.rosterrowaltclass {
        background-color:#cccccc;
        border-color:#eeeeee;
        border-bottom:1px solid #aaaaaa;
        padding:4px;
}

img.rosterthumbnail {
        height: 50px;
        margin: 5px;
        float: right;
        }


.rosterthumbnail{
position: relative;
z-index: 0;
}

.rosterthumbnail:hover{
background-color: transparent;
z-index: 50;
}





.rosterthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #cdcdcd;
padding: 5px;
left: -1000px;
border: 1px solid #333333;
visibility: hidden;
color: black;
text-decoration: none;
}

.rosterthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
width: 300px;
}

.rosterthumbnail:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;
top: 0;
left: -380px; /*position where enlarged image should offset horizontally */
}

table.stats {
            text-align: left;
            width: 918px;
            font-size: 10px;
            font-weight: normal;
            font-family: verdana;
            background: #c0c0c0;
            border-collapse: collapse;
        }

table.stats td {
            text-align:center;
        }

table.stats th {
            text-align:center;
            text-decoration:underline;
        }

table.stats th:hover{
            text-align:center;
            text-decoration:underline;
            color:#000000;
        }

table.archive {
            text-align: left;
            width: 400px;
            font-size: 10px;
            font-weight: normal;
            font-family: verdana;
            background: #c0c0c0;
            border-collapse: collapse;
        }

table.schedule {
            text-align: left;
            font-size: 10px;
            width:590px;
            font-family: verdana;
            border-collapse: collapse;
        }

table.schedulearchive {
            text-align: left;
            font-size: 10px;
            width:450px;
            font-family: verdana;
            border-collapse: collapse;
        }


table.stats caption, table.schedulearchive caption {
            background: #ffffff;
            color: #000000;
            font-size:14px;
            line-height:24px;
            font-weight:bold;
            text-align:left;
            }

table tfoot tr {
            background: #555555;
            color: #ffffff;
        }

table thead {
            background: #f2c616;
            color: #ffffff;
            }

table.stats thead  {
            cursor: pointer;
        }


table.alt tbody tr {
            background: #cccccc;
        }

td.section1 {
        background:#cccccc;
        }
td.section2 {
        background:#eeeeee;
        }
td.section3 {
        background:#cccccc;
        }
td.section4 {
        background:#eeeeee;
        }
td.section5 {
        background:#cccccc;
        }

/************************************************
*	Multimedia and AE Add-on 					*
************************************************/

.postareafullpage {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 920px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}

#contentfullpage {
	float: left;
	width:930px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

#reviewside {
        float:right;
        width:302px;
        padding:0px 0px 10px 10px;
        margin-left:10px;
        }

#reviewside p {
        padding-bottom:1px;
        }

.aepage p {
        line-height:18px;
        font-size:14px;
        margin-bottom: 10px;
        }

.teaserbox {
        margin-top:10px;
        padding:10px;
        width:280px;
        float:left;
        background:#cccccc;
        border:1px solid #aaaaaa;
        }

#teaserbox {
        margin:10px 0px 10px 0px;
        padding:10px;
        width:280px;
        float:left;
        background:#cccccc;
        border:1px solid #aaaaaa;
        }

#teaserbox p {
        margin-bottom:0px;
        padding-bottom:0px;
        }

#teaserbox a img {
         margin-right:10px;
         padding-bottom: 0px;
         }
.ratingsbox {
        margin-top:10px;
        padding:10px 10px 0px 10px;
        width:280px;
        float:left;
        background:#cccccc;
        border:1px solid #aaaaaa;
        }

.teasertitle {
        font-weight:bold;
        color:#f2c616;
        font-size:12px;
        padding-bottom:0px;
        }

.reviewthumbnail {
        width:60px;
        float:left;
        margin-right:10px;
        }

.teasergrade {
        font-weight:bold;
        color:#003399;
        font-size:12px;
        padding-bottom:0px;
        text-transform:uppercase;
        }

.teasertext {
        padding-bottom:0px;
        }

.caption {
         font-size:10px;
         line-height:12px;
         text-align:justify;
         font-weight:bold;
         }

.bylinedate {
         font-weight:bold;
         margin:0px;
         font-size:12px;
         padding:0px;
         }
        
.bylinename {
         font-weight:bold;
         margin:0px 0px 10px 0px;
         font-size:12px;
         padding:0px;
         }
        
.reviewphoto {
         width:300px;
         float:left;
         border:1px solid #000000;
         }

#sidebarae {
	float: right;
	width: 320px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	display: inline;
	}

#sidebarae p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#sidebaraebottom p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#contentleftbottom {
	margin: 0px;
	padding: 0px;
	}
	
#contentleftbottom p {
	margin: 0px;
	padding: 0px;
	}

#contentleftbottom a img {
	border: 1px solid #000000;
        margin-right:10px;
	}

#sidebarae a img {
	border: 1px solid #000000;
        margin-right:10px;
	}

.scrollheading, a.scrollheading, a.scrollheading hover {
        text-transform: capitalize;
        color: #000000;
        text-decoration: none;
        font-family: Verdana, Tahoma, Arial;
        font-size:17px;
        line-height:23px;
        padding-bottom:5px;
        font-weight:bold;
        }

.postareaae300 {
	background: #FFFFFF url(images/featuredtop.gif) top no-repeat;
	float: left;
	width: 279px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}

.postareammbottom {
	background: #FFFFFF url(images/featuredtopmm.gif) top no-repeat;
	float: left;
	width: 284px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}

.postareammtop {
	background: #FFFFFF url(images/featuredtopmmtop.gif) top no-repeat;
	float: left;
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}

.videomm {
	background: #FFFFFF url(images/featuredtopmmside.gif) top no-repeat;
	float: left;
	width: 290px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}

#pscroller1{
width: 278px;
height: 55px;
border: 1px solid #393939;
padding: 0px 10px;
background-color: #ffffff;
}
#pscroller2{
width: 278px;
height: 95px;
border: 1px solid #393939;
padding: 0px 10px;
background-color: #ffffff;
}
#pscroller2 p {
width:278px;
}
#pscroller3{
width: 408px;
height: 68px;
border: 1px solid #393939;
padding: 0px 10px;
background-color: #ffffff;
float:right;
text-align:left;
}
#pscroller3 a {
color: #000000;
}
#pscroller3 a:hover {
text-decoration:underline;
}
#pscroller3 p {
width:400px;
}
.thickbox {
font-size:13px;
line-height:16px;
font-weight:bold;
color:#000000;
}

.videoplay {
height:40px;
padding: 0px 0px 0px 40px;
background: url(images/videoplay1.png) top left no-repeat;
border-bottom: 1px solid #aaaaaa;
margin-bottom:10px;
}
.videoplay2 {
height:40px;
padding: 0px 0px 0px 40px;
background: url(images/videoplay1.png) top left no-repeat;
margin-bottom:10px;
}
.mmteaser {
font-weight:bold;
padding-top:0px;
}
.mmdivider {
margin-bottom:5px;
}
.mmline {
border-bottom: 1px solid #aaaaaa;
margin-bottom: 10px;
}
#secondarymm h3 {
margin-bottom: 0px;
}
#contentleftbottommm p, #sidebarmm p {
margin-bottom: 2px;
}
#sidebarmm {
width: 320px;
float: right;
padding: 0px;
overflow: hidden;
}
/* End Defaults */
