@import url('reset.css');
@import url('text.css');
@import url('960.css');

/* ----------------- Ride to Work with me ----------------------- */
body {
background: #fff;
color: #8c8c8c;
padding-top: 40px;
text-shadow: #e8e8e8 1px 1px 0;
}
.topfade {
width: 100%;
height: 70px;
position: fixed;
background: url(../img/top_bg.png) repeat-x;
top: 0;
}
.bottomfade {
width: 940px;
height: 70px;
position: fixed;
background: url(../img/bottom_bg.png) repeat-x;
bottom: 0;
}
a {
color: #404a47;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #ef3e63;
}
#sidebar {
position: fixed;
width: 140px;
}
h1.logo {
background: url(../img/logo.png) no-repeat;
height: 84px;
width: 140px;
}
h1.logo a {
height: 84px;
width: 140px;
display: block;
text-indent: -9999px;
}
h1.logo:hover {
opacity: 0.90;
}
img {
margin-bottom: 0px;
}
img:hover {
opacity: 0.95;
}
.title {
color: #404a47;
margin-bottom: 10px;
display: block;
}
.footerleft {
padding-left: 20px;
color: #fff;
padding-bottom: 12px;
background: url(../img/footer_bg.png) no-repeat;
padding-top: 2px;
width: 310px;
float: left;
text-shadow: none;
}
.footerleft a {
display: inline;
color: #fff;
}
.footerright a {
display: inline;
color: #fff;
}
.footerright {
padding-right: 20px;
color: #fff;
padding-bottom: 12px;
background: url(../img/footer_bg.png) no-repeat -330px 0;
width: 270px;
float: right;
text-align: right;
padding-top: 2px;
text-shadow: none;
}
