/*  
Theme Name: Noir
Theme URI: http://www.vistorywebdesign.com/noir
Description: dropdown page menu, valid XHTML, lots of comments ,fixed width, 3 columns homage to the gritty black and white film noir films of old
Version: 1.2
Author: Computer Mike
Tags: white, black, three-columns, fixed-width
*/

body{
margin:0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: #000;
color: #333; 
}

body h1{
text-align: center;
}
body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form{
margin: 0;
padding: 0;
}


#wrapper{
margin: 0 auto 0 auto;
width: 1001px;
height: 100%;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
text-align: left;
color: #000; //#ccc;
}

#header{
width: 1000px;
height: 107px;   //was 130
padding: 10px;
background: #fff url(graphics/header.jpg) no-repeat;
color: #fff;
}

/* start: top page menu codes */

div#toppagemenu{
width: 1001px;
height: 22px;
/* background: url(graphics/toppagemenubg.jpg); */
background: url(graphics/menu.jpg);
text-align: left;
}


#toppagemenu ul{
margin:0px;
padding: 0px;
list-style-type:none;
}

#toppagemenu ul li{
position: relative; /* for dropdown datum */
float: left;
text-align:center;
}

#toppagemenu ul li a{
float:left;
padding-top: 4px;
padding-left: 10px;
padding-right: 10px;
height: 18px;
border-left: 1px solid #888;
border-right: 1px solid #444;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-family: arial;
font-weight: 600;
color: #ffffff; // #bbb;
/* No background is necessary if */
/* you use menu background */
}


#toppagemenu ul li a:hover{
color: #000;
background: url(graphics/toppagemenuhoverbg.jpg);
}

#toppagemenu li ul{
display: none;
position: absolute; 
top: 22px;
left: 0px;
}

#toppagemenu li > ul{
top: 22px;
left: 0px;
}

#toppagemenu li.over ul,
#toppagemenu li:hover ul{
display: block;
clear: left; 
}


#toppagemenu li ul li{
clear: left;
text-align: left;
}


#toppagemenu li ul a{
width: 140px;
padding-top: 2px;
height: 16px;
border: 1px solid #ccc;
border-top: 0;
background: #232323;  /* or graphic */
text-decoration: none;
text-transform: none;
font-size: 11px;
font-family: arial;
font-weight: 600;
opacity: .85; /* for IE */
filter: alpha(opacity=85); /* for FF */
color: #b0b0b0;
}

#toppagemenu li ul a:hover{
color: #000;
/* background: url(graphics/submenuhoverbg.jpg) */
}


/* end: top page menu codes */


#container{
width: 1001px;
height: 100%;
overflow: hidden;
background-color: #fff; 
}

#containertop{  //this is where we put the news
width: 1001px;
height: 30x; 
padding: 10px;
font-size: 18px;
text-align: center;
vertical-align: middle; 
background: #4A6284;
}

#containertop a{ 

text-decoration: none;
font-weight: bold;
color: orange;
}

.sidebar{
float: left;
width: 225px;
padding: 0px;
margin: 0px;
display:inline; /* because IE doubles set margins  */
color: #666; // #ccc;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}


.sidebar ul li{
padding: 10px 0 10px 0;
}


.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
line-height:24px;
}

.sidebar h2{
border-left: 1px solid #4A6284;
border-right: 1px solid #4A6284; // #000;
padding-left: 5px;
padding-top: 1px;
background:  #4A6284; 
color: #fff;
height: 19px;
}


#content{
float:left;
width: 541px;
height: 100%;
padding: 0px;
}

#content td{
/* width: 50%;  */
}

#containerbottom{
width: 1001px;
height: 0px;  // 30px;
}


#footer{
position: relative;
width: 993px;
padding:4px;
background: #f0f0f0; 
color: #666666;
border-bottom: 1px solid #ccc;
font-size: 11px;
}


/* start: anchor/link codes */



#header a{
text-decoration: none;
color: #b0b0b0;
}

#header a:hover{
color: #fff;
}


.sidebar a{
text-decoration: none;  
font-size: 1.1em;
font-weight: bold;
color: #4A6284;
}

.sidebar a:hover{
color: #fff;
background: #4A6284;
}



#content a{
text-decoration: underline;
color: #4A6284; // #ccc;
}

#content a:hover{
color:  #fff;
background: #4A6284;
}

.comments-template a{
text-decoration: none;
font-weight: 600;
color: #000000;
}


.comments-template a:hover{
color: #880026;
}


#footer a{
text-decoration: none;
color: #777777;
}

#footer a:hover{
color: #fff;
background-color: #4A6284;
}



/* end: anchor/link codes */

span.footercredits{
position: absolute;
left: 400px;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 20px;
padding: 0 0 5px 0;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}


.entry{
line-height: 18px;
}

p{
padding: 10px 0 0 0;
}

p.postmetadata{
/*  border-top: 1px solid #aaa;  */
border-bottom: 5px solid #666;
/* margin: 10px 0 0 0; */
}


.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}


table#wp-calendar{
width: 100%;
}

table#schedule{
width: 98%;
border-style:solid;
border-color: #4A6284;
border-width: 2px;
}

table#schedule td{
padding: 1px;
width: 14%;
text-align: center;
}

.even {
    color: #000000;
    background-color: #FFFFFF;
border-style: dotted;
border-color: #000000;
}

.odd{
    color: #000000;
    background-color: #CCCCCC;
}

.other{
    color: #000000;
    background-color: #91B2FF;
}

.other2{
    color: #FFFF33;
    background-color: #990000;
}

.final{
    color: #000000;
    background-color: #A0A0A0;
}

table#standings{
width: 100%;
text-align: center;
border-style:solid;
border-color: #4A6284;
border-width: 2px;
}

.title{
    color: #000000;
    background-color: #CCCCCC;
    font-weight: bold;
}

.col5{
width: 5%;
}
.col6{
width: 6%;
}
.col9{
width: 9%;
}
.col9b{
font-weight: bold;
width: 9%;
}
.col10{
width: 10%;
}
.col24{
font-weight: bold;
width: 24%;
}

table#rosters{
width: 99%;
border-style:solid;
border-color: #4A6284;
border-width: 2px;
}

table#rosters td{
padding: 2px;
width: 25%;
text-align: left;
}

.title{
    color: #000000;
    background-color: #CCCCCC;
}

table#network{
width: 100%;
text-align: center;
border-style:solid;
border-color: #000000;
border-width: 2px;
}

.titlenetwork{
    color: #000000;
    font-weight: bold;
    background-color: #FFCC00;
    border-color: #FFCC00;
}
.evennet{
    color: #000000;
    background-color: #D0D0D0;
}
.colname{
width: 20%;
}
.colcat{
width: 15%;
}
.coldesc{
width: 65%;
text-align: left;
}

table#whitetm{
width: 100%;
text-align: center;
border-style:solid;
border-color: #000000;
border-width: 2px;
}

.titlew{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #000000;
}
.evenw{
    color: #000000;
    background-color: #D0D0D0;
}
.colsmall{
width: 4%;
}
.colblank{
width: 4%;
background-color: #000000;
}
.colplayer{
text-align: left;
font-weight: bold;
width: 28%;
}
.colgoalie{
text-align: left;
font-weight: bold;
width: 20%;
}
.colmed{
width: 6%;
}
.colnormal{
width: 8%;
}

table#maroontm{
width: 100%;
text-align: center;
border-style:solid;
border-color: #660000;
border-width: 2px;
}

.titlem{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #660000;
}
.evenm{
    color: #000000;
    background-color: #D0D0D0;
}
.colsmall{
width: 4%;
}
.colplayer{
text-align: left;
font-weight: bold;
width: 28%;
}
.colgoalie{
text-align: left;
font-weight: bold;
width: 20%;
}
.colmed{
width: 6%;
}
.colnormal{
width: 8%;
}

table#greentm{
width: 100%;
text-align: center;
border-style:solid;
border-color: #006600;
border-width: 2px;
}

.titleg{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #006600;
}
.eveng{
    color: #000000;
    background-color: #D0D0D0;
}
.colsmall{
width: 4%;
}
.colplayer{
text-align: left;
font-weight: bold;
width: 28%;
}
.colgoalie{
text-align: left;
font-weight: bold;
width: 20%;
}
.colmed{
width: 6%;
}
.colnormal{
width: 8%;
}


table#royaltm{
width: 100%;
text-align: center;
border-style:solid;
border-color: #0000FF;
border-width: 2px;
}

.titler{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #0000FF;
}
.evenr{
    color: #000000;
    background-color: #D0D0D0;
}
.colsmall{
width: 4%;
}
.colplayer{
text-align: left;
font-weight: bold;
width: 28%;
}
.colgoalie{
text-align: left;
font-weight: bold;
width: 20%;
}
.colmed{
width: 6%;
}
.colnormal{
width: 8%;
}

table#redtm{
width: 100%;
text-align: center;
border-style:solid;
border-color: #CC0000;
border-width: 2px;
}

.titlered{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #CC0000;
}
.evenr{
    color: #000000;
    background-color: #D0D0D0;
}
.colsmall{
width: 4%;
}
.colplayer{
text-align: left;
font-weight: bold;
width: 28%;
}
.colgoalie{
text-align: left;
font-weight: bold;
width: 20%;
}
.colmed{
width: 6%;
}
.colnormal{
width: 8%;
}

table#goldtm{
width: 100%;
text-align: center;
border-style:solid;
border-color: #FFCC00;
border-width: 2px;
}

.titlegold{
    color: #000000;
    font-weight: bold;
    background-color: #FFCC00;
}
.evenr{
    color: #000000;
    background-color: #D0D0D0;
}
.colsmall{
width: 4%;
}
.colplayer{
text-align: left;
font-weight: bold;
width: 28%;
}
.colgoalie{
text-align: left;
font-weight: bold;
width: 20%;
}
.colmed{
width: 6%;
}
.colnormal{
width: 8%;
}

table#bluetm{
width: 100%;
text-align: center;
border-style:solid;
border-color: #6699FF;
border-width: 2px;
}

.titleblue{
    color: #000000;
    font-weight: bold;
    background-color: #6699FF;
}
.evenr{
    color: #000000;
    background-color: #D0D0D0;
}
.colsmall{
width: 4%;
}
.colplayer{
text-align: left;
font-weight: bold;
width: 28%;
}
.colgoalie{
text-align: left;
font-weight: bold;
width: 20%;
}
.colmed{
width: 6%;
}
.colnormal{
width: 8%;
}

blockquote{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #555;
margin: 10px;
padding: 10px;
}

acronym,
abbr,
code{
font-weight: 600;
}


sup, 
sub{
font-style: italic;
}

pre{
margin: 10px auto 10px auto;
padding: 10px;
width: 400px;
height: 120px;
border: 1px solid #ccc;
background: #111;
overflow: auto;
scrollbar-base-color: #000;
scrollbar-3dlight-color: #ccc;
scrollbar-arrow-color: #fff;
scrollbar-shadow-color: #888;
scrollbar-dark-shadow-color: #666;
}

/* start: required css for Word Press Themes */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ff0000; // #ddd;
   text-align: center;
   background-color: red; // #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/* end: required css for Word Press Themes */


h3#comments{
margin: 0 10px 0 10px;
border-bottom: 1px solid #888;
}

.comments-template{
	margin: 2px 10px 0 10px;
	border-bottom: 1px solid #bbb;
	padding: 2px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 0 10px 0px 10px;
	line-height: 18px;
	padding: 10px;
	border-bottom: 1px solid #888;
}

.comments-template ol li.alt{
        background: #ddd;
        color: #000000;
}


.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


.comments-template img{
border: 1px solid #000;
}


mailingsubmit{
text-align:center;
font-size: 24px;
}

.readmore {
font-size: 10px;
}

#register {
font-size: 1.2em;
color: 4A6284;
}
#eval {
font-size: 1.2em;
color: red;
}

#register b:hover{
font-size: 1.2em;
color: #fff;
}

.about{
margin: 0px;
padding: 5px 10px 0px 10px;
}

.about .aboutbox{
margin: 2px;
padding: 7px;
font-size: 1.3em;
text-align: center;
color: #fff;
background-color: #4A6284;
border: 3px ridge #fff;
}



.signup {
margin-top: 5px;
line-height: 0em;
border: 2px solid orange;
padding: 5px;
color: #4A6284;
background-color:  #ddd;
}

.signup #aboutmailing {
line-height: 1em;
color: #000;}

.signup p {
line-height: 1.2em;
font-weight: bold;
font-size: .9em;
}

.signup p input[type="text"]{
line-height: .7em;
width: 95%;color: #000;
font-size: .8em;
background orange;
}

.signup input[type="submit"]{
margin-top: 5px;
font-size: 1em;
font-weight: bold;
border: 2px inset #000;
color: #fff;
background: #4A6284;
}