/* Please ask if you want to use this template */
/* I'll probably let you */

body {
background-color: #000000;
padding:0;
margin:0;
}
a {color: #1b3a92;}
a:visited {color: #000000;}
a:hover {color: #b01924;}
a:hover {text-decoration: none}
a:active {color: #3f3f72;}

a.header {color: #1b3a92;}
a.header:visited {color: #000000;}
a.header:hover {color: #ffffff;}
a.header:hover {text-decoration: none}
a.header:active {color: #3f3f72;}

a.h3 {color: #ffffff;}
a.h3:visited {color: #ffffff;}
a.h3:hover {color: #ffffff;}
a.h3:hover {text-decoration: none}
a.h3:active {color: #b01924;}


h1 {
font-size: 20px;
color: #ffffff;
font-family: Copperplate, Arial;
background-color: #cccccc;
border-top: 2px solid #0f1663;
border-bottom: 2px solid #0f1663;
padding: 10px 20px;
margin: 0 }

h2 {
font-family: Trebuchet MS, Arial;
font-size: 20px;
color: #3f3f72;
font-weight: normal;
padding: 5px 15px;
margin:0;}

h3 {
font-size: 15px;
font-weight: normal;
font-family: Trebuchet MS;
color: #ffffff;
width: 400px;
text-align: left;
background-color: #3f3f72;
border-top: 2px solid #b00b3c;
border-bottom: 2px solid #b00b3c;
padding: 5px 10px;
margin:0;}

h4 {
font-size: 15px;
font-weight: normal;
font-family: Trebuchet MS;
color: #b00b3c;
text-align: left;
width: 200px;
background-color: #ffffff;
border-top: 2px dotted #3f3f72;
border-bottom: 2px dotted #3f3f72;
padding: 5px 40px;
margin:0;}

img.download {vertical-align:middle;}

/* container */
#container {
width: 900px;
border-left: 2px solid #b01924;
border-right: 2px solid #b01924;
margin-bottom: 10px;
margin: 0 auto;
background-color: #ffffff;
}

/* logo at top of page */
#header_logo {
background-color: #ffffff;
width: 900px;
height: 193px;
border-bottom: 2px solid #b01924;
margin: 0 auto;
background: url(images/angels_header.jpg);
}
#banner img {padding:10px 0px;} 

/* content */
#content {
background-color: #ffffff;
padding: 0px;
margin: 0 0 0 220px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p {
font-size: 11px;
font-family: Tahoma, Arial;
color:#3f3f3f;
text-align: left;
padding: 5px 10px;
margin:0px;
}

.red:hover {background-color: #b00b3c;}
.red:hover {color: #cccccc;}


li.roster {
list-style: none;
font-size: 14px;
font-family: comic sans ms, Tahoma, Arial;
color:#b00b3c;
}


/* baseball card effects */

#card_background {
width: 580px; 
height: 300px;
padding-left: 2px;
}

.card1 {
float: left;
background: url(images/card_back.gif);
background-repeat: no-repeat;
width: 200px; height: 280px;
border: 2px solid #b01924;
}

.card2 {
float: left;
background: url(images/card_back_2.gif);
background-repeat: no-repeat;
width: 200px; height: 280px;
border: 2px solid #000000;
}
.cardborder {
float: left;
background-color: #ffffff;
background-repeat: no-repeat;
width: 210px; height: 294px;
}

.imagecenter {
text-align: center;
width: 160px; height: 160px;
margin-top: 75px;
margin-left: 20px;
margin-right: 20px;
border: 1px solid #ffffff;
} 

p.card {
font-size: 16px;
color: #ffffff;
font-family: comic sans ms;
text-align: center;
}

#card_spacer {
margin: 10px;
float: left;
}

#card_break {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 70px;
float: left;
height: 10px;
width: 550px;
background-color: #b00b3c;
}

#header {
font-family: Trebuchet MS, Arial;
font-size: 20px;
color: #3f3f72;
font-weight: normal;
padding: 5px 15px;
margin:0;}


/* end of baseball card effects */

/* navi borders */
#left {
float: left;
width: 220px;
height: 800px;
background: url(images/left_bg.gif);
background-repeat: repeat-y;
background-position: top right;
background-color: #ffffff;
margin: 0;
padding: 0;
}

p.navi {
font-family: Tahoma, Arial;
text-align: left;
padding: 5px 5px;
margin:0px;
}

ul.navi { 
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.navi li {
  height: 31px;
  margin: 0;
  padding: 5px;
  position: relative;
}
ul.navi a {
  position: absolute;
}



/* footer */
#footer {
clear: both;
margin: 0;
padding: 0;
text-align: right; 
font-size: 9px;
color: #ffffff;
text-transform: lowercase;
background-color: #1b3a92;
border-top: 3px solid #b00b3c;
border-bottom: 3px solid #b00b3c;
padding:5px 15px;
margin:0 
}

a.footer {color: #ffffff;}
a.footer:visited {color: #ffffff;}
a.footer:hover {color: #ffffff;}
a.footer:hover {text-decoration: none}
a.footer:active {color: #b00b3c;}


