@charset "UTF-8";
/* CSS Document */

html, body {
height:100%;
}

body {
background: url(../images/greybar_bg.gif) repeat-x;
}

.push {
height: 120px; /* .push must be the same height as .footer */
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#footer {
clear:both;
height:120px;
font-size:.8em;
background:url(../images/gradient_bg.gif) bottom repeat-x #FFF;
}

#footer p {
top:2em;
position:relative;
line-height:1.25em;
}

#user_controls {
height:32px;
}

#user_controls p {
line-height:32px;
}

#masthead {
height:68px;
_margin-top:-18px;
}

#masthead h1 {
line-height:68px;
}

#masthead #main_logo {
margin-top:-9px;
margin-left:-14px;
}

#global_nav {
height:3.5em;
}

#global_nav ul {
float:left;
height:2.5em;
background:#0062BD;
}

#global_nav ul li {
display:inline;
padding:.5em 0;
line-height:2.5em;
}

#global_nav ul li a {
color:#FFF;
font-weight:700;
padding:.8em;
text-decoration:none;
}

#global_nav ul li a:hover {
color:#FA0;
}

#globalnav_left {
width:14px;
height:2.5em;
background:url(../images/globalnav_left.gif) bottom no-repeat #0062BD;
float:left;
display:block;
}

#globalnav_right {
width:14px;
height:2.5em;
background:url(../images/globalnav_right.gif) bottom no-repeat #0062BD;
float:left;
}

.centerdiv {
display:block;
width:27em;
margin:0 auto;
}

.list_divider {
background:url(../images/tab_divider.gif) bottom right no-repeat;
}

#sub_nav {
background:#000;
height:100px;
clear:both;
margin-bottom:10px;
}

#sub_nav ul {
width:792px;
margin:0 0 0 8px;
}

#sub_nav li {
float:left;
margin:10px 8px 10px 0;
background:#0062BD;
font-family:"Arial Black";
font-size:1.8em;
letter-spacing:-1px;
text-shadow: #000 5px 5px 5px;
filter: Shadow(Color=#666666, Direction=135, Strength=5);
}

#sub_nav li a {
width:256px;
height:80px;
display:block;
text-decoration:none;
color:#FFF;
}

#sub_nav li a span {
position:relative;
top:42px;
left:10px;
}

.myprofile {
background:url(../images/myprofile.jpg) no-repeat;
}

.mypistons {
background:url(../images/mypistons.jpg) no-repeat;
}

.myevents {
background:url(../images/myevents.jpg) no-repeat;
}

.myprofile:hover {
background:url(../images/myprofile.jpg) no-repeat 0 -90px;
}

.mypistons:hover {
background:url(../images/mypistons.jpg) no-repeat 0 -90px;
}

.myevents:hover {
background:url(../images/myevents.jpg) no-repeat 0 -90px;
}

.mycurrentpage {
background-position: 0 -90px;
}

.taller {
line-height:3em;
}

.red {
color:#FF0033;
}

.sidenote {
background:url(../images/info_ico.gif) no-repeat;
padding-left:1.5em;
font-style:italic;
margin:-.5em 0 .5em 0;
}

.bump-2 {
top:2px;
position:relative;
}

.bump-10 {
top:10px;
position:relative;
}

.rightalign {
text-align:right;
}

.centeralign {
text-align:center;
}

.pagelogo {
margin-top:8px;
}

.bulletlist {list-style:disc;margin-bottom:1em;}

#networks li {
display:inline;
padding:0 2em 0;
}