/*
Theme Name: Mountain Line
Theme URI: http://www.mountainline.com
Description: A theme for displaying public transit information for Mountain Line in Missoula, MT.  Derived from the <a href="http://elliotjaystocks.com/starkers/">Starkers</a> theme by Elliot Jay Stocks.
Version: 2.8
Author: Jordan Hess
Author URI: http://www.montanatransit.com
Tags: Mountain Line, transit, bus, Missoula
*/

/*
Main Colors in Use
	Dark Teal: #00BABE
	Light Teal: #9BD8DB
	Magenta: #D61D5D
	Yellow: #FFFF00
*/

body { 
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 1.4;
word-spacing:1.1pt;
letter-spacing:0.2pt; 
font-family: Arial, Helvetica, sans-serif; 
color: #000; 
background: none; 
font-size: 10pt; 
	}

/* Logo */
#print-logo {
	display: block !important; margin: 1em 0;
	}	
	
/*Headings */
h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; }
h1{font-size:18pt;}
h2{font-size:16pt;}
h3{font-size:14pt;}
h4,h5,h6{font-size:12pt;}

/* Images */
img { display: block; margin: 1em 0; }
a img { border: none; }

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 80%; font-style: italic; }
a[href^="http://"] {color:#000; }

/* Table */
table { margin: 1px; text-align:left; }
th { border: 1px solid #333; background-color: #cccccc; font-weight: bold; }
td { border: 1px solid #333; }
th,td { padding: 3px 5px; }
td.am { font-style: italic; }
td.pm { font-style: bold; }
tr.row-even {	background-color: #cccccc; }
tr {page-break-inside: avoid;} 

a {
    text-decoration: none;
    color: black;
	}

#tripplan-sidebar, #pagelinks-sidebar, #content-sidebar, #first-links, #search, #top-bar, #header-extras, #menu-bar, #tripplan-sidebar, .breadcrumb {
    display: none;
	}