/* --------------------------------------------------------------
reset.css
* Resets default browser CSS.
Based on work by Eric Meyer:
* meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------- */
/* ----------------
GLOBAL STUFFF
------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; vertical-align: top; font-weight:400; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a {
color: #2277aa;
text-decoration: underline;
}
a:hover {
}
/* Tags */
body {
color: #333;
font: 14px/24px georgia,times,"times new roman",serif;
background: #ccc;
margin: 0;
padding: 0;
}
h1 {
color: #aa3322;
font: normal 25px/29px arial,helvetica,sans-serif;
margin-bottom: 17px;
}
h1.title {
margin-bottom: 17px;
}
h2 {
color: #aa3322;
font: bold 15px/21px arial,helvetica,sans-serif;
}
h3, h4, h5, h6 {
color: #aa3322;
font: bold 15px/21px arial,helvetica,sans-serif;
margin: 42px 0 8px 0;
}
p, ul {
margin-bottom: 17px;
}
li {
margin-bottom: 17px;
margin-left: 24px;
}
blockquote {
margin-right: 24px;
margin-bottom: 18px;
margin-left: 8px;
border-left: 4px solid #eee;
padding-left: 12px;
}
/* WRAPS */
.wrap {
margin: 0 auto 0 auto;
width: 920px;
padding: 0 10px 0 10px;
background-image: url("http://www.streetcar.org/uploads/ui-wrapbg-fill.png");
background-repeat: repeat-y;
background-position: center;
clear:both;
}
#wrap-content {
}
/* topmost link bar with search */
#wrap-toolbar {
margin: 0 auto 0 auto;
width: 920px;
padding: 0 10px 0 10px;
background: #ccc;
}
#toolbar {
padding: 10px 0 5px 0;
text-align: right;
}
#toolbar a {
margin: 0 20px 0 0;
font: 12px/21px arial,helvetica,sans-serif;
color: #666;
text-decoration: none;
}
#toolbar a:hover {
color: #222;
text-decoration: underline;
}
/*
**
**	MASTHEAD
**
** includes tabs and optional subnav
**
*/
#wrap-masthead {
margin: 0 auto 0 auto;
width: 920px;
padding: 5px 10px 0 10px;
background: #fff url("/uploads/ui-bg-mast.jpg") 0 0;
}
#masthead {
width: 920px;
height: 114px;
}
/* tabs within masthead wrapper */
#tabs {
height: 36px;
overflow: hidden;
background: #fff url("http://www.streetcar.org/uploads/ui-mast-tab-states.png") 0 0;
margin: 0;
padding: 0;
}
#tabs li {
margin: 0;
padding: 0;
list-style-type: none;
display: inline;
float: left;
}
li#tab-home {
margin-left: 120px;
background: url("http://www.streetcar.org/uploads/ui-mast-tab-states.png") -120px 0px;
}
li#tab-home:hover, li#tab-home.selected {
background-position: -120px -36px;
}
li#tab-blog {
margin-left: 3px;
background: url("http://www.streetcar.org/uploads/ui-mast-tab-states.png") -202px 0px;
}
li#tab-blog:hover, li#tab-blog.selected {
background-position: -202px -36px;
}
li#tab-mim {
margin-left: 3px;
background: url("http://www.streetcar.org/uploads/ui-mast-tab-states.png") -281px 0px;
}
li#tab-mim:hover, li#tab-mim.selected {
background-position: -281px -36px;
}
li#tab-museum {
margin-left: 3px;
background: url("http://www.streetcar.org/uploads/ui-mast-tab-states.png") -550px 0;
}
li#tab-museum:hover, li#tab-museum.selected {
background-position: -550px -36px;
}
li#tab-store {
margin-left: 3px;
background: url("http://www.streetcar.org/uploads/ui-mast-tab-states.png") -657px 0px;
}
li#tab-store:hover, li#tab-store.selected {
background-position: -657px -72px
}
li#tab-support {
margin-left: 3px;
background: url("http://www.streetcar.org/uploads/ui-mast-tab-states.png") -745px 0px;
}
li#tab-support:hover, li#tab-support.selected {
background-position: -745px -36px;
}
/* subnav within masthead wrapper, may be hidden depending on section or lack of */
#section-nav {
background-color: #fff;
border-bottom: 1px solid #eee;
width: 100%;
font: 13px/18px arial,helvetica, sans-serif;
height: 40px;
margin: 0;
}
#section-nav li {
margin: 0;
padding: 13px 15px 0 15px;
list-style-type: none;
float:left;
}
#section-nav li a {
text-decoration: none;
color: #444444;
}
#section-nav li a:hover {
text-decoration: underline;
color: #2277aa;
}
#section-nav li.current a {
text-decoration: underline;
color: #444444;
}
#section-nav li:first-child {
padding-left: 40px;
}
#section-nav.store-nav {
background-color: #c74a3a;
border-bottom: 1px solid #ac4d3a;
width: 100%;
color: #fff;
font: 13px/18px arial,helvetica, sans-serif;
height: 40px;
margin: 0;
}

#section-nav.store-nav li {
padding: 13px 12px 0 12px;
}
#section-nav.store-nav li:first-child {
padding-left: 30px;
}

#section-nav.store-nav li a {
text-decoration: none;
color: #ffffff;
}
#section-nav.store-nav li a:hover {
text-decoration: underline;
color: #ffffff;
}
#section-nav.store-nav li.current a {
text-decoration: underline;
color: #ffffff;
}
/*
** BODY
**
**
*/
#wrap-content {
margin: 0 auto 0 auto;
width: 920px;
padding: 0 10px 0 10px;
background: url("/uploads/ui-wrapbg-fill.png") 0 0;
}
#content {
background: #fff;
padding: 0 0 0 0;
}
/*
**	FOOTER
**
**
**
*/
#wrap-footer {
margin: -10px auto 0 auto;
background: url("http://www.streetcar.org/uploads/ui-background-bottom.png") no-repeat;
width:920px;
padding: 20px 10px 10px 10px;
/*	z-index:1;
*/ }
.footer-nav {
height:40px;
margin: 0;
padding: 0;
}
.footer-nav li {
margin: 0;
padding: 0 10px 0 10px;
list-style-type: none;
display: inline;
float: left;
}
.footer-nav li a {
font: 12px/18px arial,helvetica,sans-serif;
color: #666;
text-decoration: none;
}
.wide {
width: 880px;
margin: 0 0 0 40px;
padding: 30px 0 0 0;
background-color: #fff;
}
.main {
float: left;
width: 560px;
padding: 30px 40px 20px 40px;
background-color: #fff;
}
.sidebar {
float: left;
width: 200px;
font: 12px/17px arial,helvetica,sans-serif;
padding: 32px 40px 22px 40px;
margin: 0 0 0 0;
color: #666666;
background-color: #f1f5f7;
}
.sidebar p {
margin: 0 0 13px 0;
}
.sidebar ul {
margin: 5px 0 12px 0;
}
.sidebar li {
margin: 0 0 9px 0;
list-style-type: none;
}
.sidebar h3,.sidebar h4 {
color: #666;
font: bold 13px/18px helvetica, arial, sans-serif;
margin: 0 0 5px 0;
text-transform: none;
}
.sidebar .widget {
clear: both;
margin: 0 0 50px 0;
}
/* TABS */
/* - - - - - - - - -
OLD STUFF
- - - - - - - - - */
.archive-list {
font: 13px/18px arial,helvetica, arial, sans-serif;
}
.archive-list li {
margin: 0 0 7px 0;
list-style-type: none;
}
.pager p {
font: 18px/24px arial,helvetica, sans-serif;
color: #666666;
}
.pager a {
text-decoration: none;
color: #999999;
}
.pager a:hover {
text-decoration: underline;
color: #666666;
}
/* START Tables for the live F and fleet overview pages */
.vehicle-group {
width: 880px;
margin: 0 0 45px -20px;
}
.vehicle-box {
margin: 5px 20px 25px 20px;
width: 250px;
float:left;
}
.vehicle-name {
font: 13px/18px arial,helvetica,sans-serif;
color: #999;
}
.vehicle-name a {
color: #666;
text-decoration:none;
}
.vehicle-name a {
color: #666;
text-decoration:underlines;
}
.vehicle-number {
font: 12px/18px arial,helvetica,sans-serif;
color: #999;
}
.vehicle-image {
margin-left: -5px;
min-height: 60px;
}
/* these are the titles/descriptions above the groupings */
.group-title {
/*	color: #333;
font: bold 21px/21px georgia,"times new roman",times,serif;
margin: 0 0 6px 0;
color: #aa3322;
*/	clear:both;
}
.group-description {
margin: 0 0 20px 0;
width: 800px;
font: 13px/18px arial,helvetica,sans-serif;
color: #666;
}
.spacer {
clear:both;
height: 20px;
}
/* END Tables for the live F and fleet overview pages */
.clear:after,
#mastheadz:after,
#content:after,
.container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.archive-title {
font: bold 14px/18px arial,helvetica, sans-serif;
color: #999999;
}
.entry {}
.entry a {
text-decoration: underline;
}
.entry p {
font: 14px/24px georgia,times,"times new roman",serif;
}
.entry p.entry-date {
color: #aaaaaa;
font: 12px/21px arial,helvetica,sans-serif;
margin-bottom: 17px;
}
.entry h3, .entry h4 {
color: #aa3322;
text-transform: uppercase;
}
.entry-title {
font: normal 25px/29px arial,helvetica,sans-serif;
color: #aa3322;
margin-bottom: 0;
}
.entry-title a {
color: #aa3322;
text-decoration: none;
}
.entry-title a:hover {
color: #3366aa;
text-decoration: underline;
}
.entry-footer {
border-top: 1px solid #eeeeee;
background: url("/uploads/ui-entry-footer-bg.png") 0 -5px repeat-x;
margin: 0 0 45px 0;
font: 13px/18px arial,helvetica,sans-serif;
clear: both;
}
.entry-footer .links {
font: 12px/18px arial,helvetica,sans-serif;
color: #ccc;
text-align:right;
margin: 0;
}
.entry-footer .status {
font: 12px/18px arial,helvetica,sans-serif;
color: #666666;
text-align: left;
padding: 7px 5px 7px 10px;
margin: 0;
}
.entry-footer a {
text-decoration: underline;
}
.entry-footer a:hover {
text-decoration: underline;
}
.entry-footer .link-comments {
margin: 0 0 0 1px;
border-left: 1px solid #eeeeee;
padding: 0 0 0 12px;
}
.entry-footer a.button {
padding: 7px 5px 7px 25px;
margin: 0 7px 0 4px;
display:inline-block;
/*	background: url("/uploads/ui-button-entry.png") #fafaf2;
display:inline-block;
font-weight:bold;
width:100px;
height:26px;
line-height:26px;
margin-bottom:10px;
text-align: center;
*/	color:#666666;
text-decoration:none;
}
.entry-footer a:hover.button {
/*	background: url("/uploads/ui-button-entry.png") #fafaf2;
background-position: 0 -26px;
*/	color: #3366aa;
text-decoration:underline;
}
.entry-footer a.button-comments {
background: url("/uploads/ui-entry-footer-icon-comment.png") no-repeat 5px 7px;
}
.entry-footer a.button-email {
background: url("/uploads/ui-entry-footer-icon-email.png") no-repeat 4px 7px;
}
.entry-footer a.button-facebook {
background: url("/theme/icons/icon_facebook.gif") no-repeat 4px 7px;
}
.link-more {
float: left;
margin-left: 0;
margin-bottom: 11px;
}
.link-comments {
text-align: right;
margin-right: 0;
margin-bottom: 11px;
}
.entry-related h4 {
color: #333333;
}
.share {
margin: 2px 0 0 266px;
clear: both;
}
.share-box {
background: #f9fbf0 url("/uploads/share-box.png") no-repeat;
width: 280px;
border-bottom: 2px solid c9dc5d;
text-align: left;
font: 13px/18px arial,helvetica,sans-serif;
clear: both;
border-bottom: 2px solid #c9dc5d;
color: #444;
}
.share-box form {
padding: 30px 0 10px 20px;
}
.share-input {
width: 232px;
font-size: 14px;
}
.required {
color: #999;
}
.entry-small p {
font: 14px/21px georgia,times,"times new roman",serif;
}
.entry-small h2 {
font: 14px/21px arial,helvetica,sans-serif;
color: #aa3322;
}
.entry-small h2 a {
color: #aa3322;
text-decoration: none;
}
.entry-small a:hover {
color: #3366aa;
text-decoration: underline;
}
/* NEW DHTML PANELS */
.panel {
width:280px;
}
.panel-inner {
padding: 30px 10px 5px 20px;
}
.panel-inner p {
font: 13px/18px arial,helvetica,sans-serif;
margin: 0 0 12px 0;
color: #666;
}
.panel-inner a {
text-decoration: none;
color: #666;
}
.panel-inner input {
font-size: 15px;
width: 235px;
margin: 0 0 15px 0;
}
.panel-inner a.post-permalink {
padding: 1px 0 3px 0;
background: url("") 0 0 no-repeat;
}
.panel-inner a.post-facebook {
padding: 1px 0 3px 22px;
background: url("/uploads/ui-icon-16-facebook.png") 0 1px no-repeat;
}
.panel-inner a.post-twitter {
padding: 1px 0 3px 22px;
background: url("/uploads/ui-icon-16-twitter.png") 0 1px no-repeat;
}
.panel-inner a:hover {
text-decoration: underline;
color: #aa3322;
}
.panel-link {
margin-left: 280px;
background: url("/uploads/ui-footer-panel-bg-link.png") no-repeat;
}
/* PHOTO FLOATS */
.float-left {
float: left;
width: 280px;
margin: 7px 20px 3px 0;
}
.float-right {
float: right;
width: 280px;
margin: 7px 0 3px 20px;
}
.photo-wide {
margin: 7px auto 20px auto;
font: 12px/18px arial,helvetica,sans-serif;
background-color:#eeeeee;
color:#888888;
width: 512px;
}
.photo-wide p {
margin: 0;
font: 12px/18px arial,helvetica,sans-serif;
padding: 5px 4px 5px 6px;
}

.photo, .photo-left, .photo-right {
border: 1px solid #eaeaea;
width:280px;
background-color: #eeeeee;
padding:4px;
font: 12px/18px arial,helvetica,sans-serif;
color:#888888;
}

.photo {
    width: 560px;
}

.photo-left {
float: left;
margin: 7px 20px 6px 0;
}
.photo-right {
float: right;
margin: 7px 0 6px 20px;
}
.photo img, .photo-left img, .photo-right img {
display: block;
margin:0;
padding:0;
background-color:#eeeeee;
}
.photo p, .photo-left p, .photo-right p {
margin:0;
font: 12px/18px arial,helvetica,sans-serif;
padding: 6px 1px 0 1px;
}
.photo a, .photo-right a, .photo-left a, .photo-wide a {
color:#888888;
text-decoration:underline;
}
.photo-right form, .photo-left form, .photo-wide form {
display:inline;
}
/* depricate these next two */
.photo-caption {
background-color: #eeeeee;
padding: 8px 8px 8px 8px;
color: #888888;
font: 12px/18px arial,helvetica,sans-serif;
}
.photo-credit {
float: right;
padding: 2px 0px 0px 0px;
color: #666666;
font: 12px/18px arial,helvetica,sans-serif;
}
/* Comments, -staff class overrides only the color of the reader comment */
.comments {
clear: both;
}
.comment {
background: #f6efc7 url('/theme/comment-top-reader.gif') no-repeat;
font: 14px/18px arial, helvetica, sans-serif;
margin: 10px 10px 32px 10px;
}
.comment-content a {
text-decoration: underline;
}
.comment-content {
background: url('/theme/comment-bottom-reader.gif') 0 bottom no-repeat;
color: #222;
padding: 13px 15px 6px 15px;
font: 13px/18px arial, helvetica, sans-serif;
}
.comment {
background: #f6efc7 url('/theme/comment-top-reader.gif') no-repeat;
font: 14px/18px arial, helvetica, sans-serif;
margin: 10px 10px 32px 10px;
}
.comment-footer {
background: #fff;
padding: 0 15px 0 35px;
font: 13px/23px arial, helvetica, sans-serif;
}
.comment-date {
color: #999;
float: right;
}
.comments-header {
font: bold 18px/21px arial, helvetica, sans-serif;
margin-bottom: 15px;
}
.commenter-staff {
background: #d3e1e8 url('/theme/comment-top-staff.gif') no-repeat;
}
.commenter-staff .comment-content {
background: url('/theme/comment-bottom-staff.gif') 0 bottom no-repeat;
}
.comments-open-content {
padding: 10px 10px 30px 10px;
}
#comments-open-text {
padding: 0 0 15px 0;
}
.comment-formating {
font: 13px/18px helvetica,arial,sans-serif;
color: #999999;
text-align: right;
}
.comment-form-input {
clear:both;
padding: 0 0 7px 0;
margin: 0 0 7px 0;
/*	border-bottom: 1px solid #eeeeee;
*/	}
.comment-form-input label {
font: 12px/18px helvetica,arial,sans-serif;
display: block;
/*	width: 160px;
text-align: right;
*/	}
.comment-form-input input {
font-size: 14px;
display: inline-block;
}
#comment-form-remember-me {
padding: 7px 0 0 122px;
margin: 7px 0 0 0;
border-top: 1px solid #eeeeee;
font: 15px/21px helvetica,arial,sans-serif;
}
#comments-open-footer {
margin: 7px 0 0 0;
padding: 5px;
background-color: #eeeeee;
}
#comments-open-footer input {
font: 15px/21px helvetica,arial,sans-serif;
}
/* lightbox stuff */
#lightbox {
display: none;
position: absolute;
margin: 0;
padding: 0;
top: 0;
left: 0;
width: 100%;
text-align: center;
}
#lightboxDetails img {
margin: 36px auto 36px auto;
}
#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }
#overlay{
background-image: url(/store/utility/images/overlay.png);
}
* html #overlay{
background-color: #333;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/store/utility/images/overlay.png", sizingMethod="scale");
}
/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }
.main:after,.clear:after, .content:after, .container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
.home-main td {
font: 13px/18px arial;
}
DIV.streetcar_header, DIV.streetcar_header_thin, DIV.cablecar_header_thin {
margin: -30px 0 30px -40px;
height: 110px;
width: 920px;
background-image:url('/uploads/ui-background-streetcars.png');
}
DIV.streetcar_header_thin, DIV.cablecar_header_thin {
height: 60px;
background-image:url('/uploads/ui-background-streetcars-thin.png');
}
DIV.cablecar_header_thin {
background-image:url('/uploads/ui-background-cablecars-thin.png');
}
DIV.streetcar_header > DIV,
DIV.streetcar_header_thin > DIV,
DIV.cablecar_header_thin > DIV {
color: white;
display: block;
font-size: 12pt;
font-weight: regular;
font-family: helvetica neue, arial, helvetica;
line-height: 15pt;
padding-top:0px;
margin-top: 0px;
position:relative;
top: 22.5%;
left: 4.25%;
width: 85%;
}
DIV.streetcar_header_thin > DIV,
DIV.cablecar_header_thin > DIV {
top: 35%;
}
DIV.streetcar_header_thin > DIV > A,
DIV.cablecar_header_thin > DIV > A {
color: white;
text-decoration: none;
}
.streetcar-illustration {
margin: 0 0 17px 0;
}
.streetcar-name {
margin: 25px 0 25px -40px;
}
.streetcar-number-prefix {
float:left;
width: 34px;
padding: 7px 4px 0 0;
text-align:right;
font: bold 13px/21px helvetica,helvetica,sans-serif;
text-shadow: 1px 1px #444;
}
.streetcar-number {
float:left;
padding: 7px 0 0 0;
font: bold 32px/32px arial,helvetica,sans-serif;
text-transform: uppercase;
text-shadow: 1px 1px #444;
}
.streetcar-label {
float: left;
width: 450px;
padding: 3px 0 0 10px;
}
.streetcar-label h1 {
font: bold 18px/20px arial,helvetica,sans-serif;
margin: 0;
}
.streetcar-label p.subtitle {
color: #888888;
margin: 0;
font: 13px/18px arial,helvetica,sans-serif;
}
.streetcar-related {
float:left;
width: 120px;
margin: 0 0 0 -40px;
}
.streetcar-number-block-next {
}
.streetcar-number-block-pevious {
clear:both;
padding: 10px 0 10px 0;
}
.streetcar-name:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sidebar-with-margin {
margin-top: 60px;
}
.streetcar-number-block {
float:left;
width: 130px;
height: 45px;
color: #fff;
}
/* For the cc and sc rosters */
DIV.roster {
width: 840px;
}
TABLE.roster {
border-collapse: collapse;
margin-bottom: 50px;
font: normal 13px/18px arial,helvetica,sans-serif;
color: #333;
background-color: #f8f8f6;
width:840px;
}
table.roster tr {
border-bottom: 1px solid #e7e7e9;
}
table.roster th {
color: #999;
background-color: #f2f2f0;
vertical-align: top;
padding: 9px 0 7px 0;
}
table.roster td {
vertical-align: top;
padding: 19px 0 19px 0;
}
table.roster td a {
font-weight: normal;
text-decoration: none;
color: #222;
}
table.roster td img {
padding-top: 4px;
}
table.roster td a:hover {
text-decoration: underline;
color: #159;
}
/* START Blog entries */
.entry-related {
padding: 18px 20px 15px 20px;
margin-top: 24px;
margin-bottom: 24px;
background-color: #f8f8f8;
clear: both;
}
.entry-related a {
text-decoration: none;
}
.entry-related a:hover {
text-decoration: underline;
}
.entry-related p {
margin-bottom: 10px;
font: 13px/18px arial,helvetica,sans-serif;
}
.entry-related h4 {
margin: 0 0 10px 0;
font: bold 13px/18px arial,helvetica,sans-serif;
}
.entry-related ul {
margin: 0;
padding: 0;
}
.entry-related ul li {
list-style-type: none;
margin-left: 0;
margin-bottom: 4px;
font: 13px/20px arial,helvetica,sans-serif;
}
.entry-share {
float:left;
width:140px;
}
.entry-links {
margin-left: 140px;
border-left: 1px solid #eee;
padding-left: 35px;
}
/* END Blog entries */

/* For the Cable Car fleet page */
TABLE.ccar_summary {
	width: 100%;
	font: 12px/18px arial,helvetica,sans-serif;
}
TABLE.ccar_summary TD {
	font: 12px/18px arial,helvetica,sans-serif;
	padding-top: 13px;
	padding-right: 10px;
}
