/*  
Theme Name: YourBus
Theme URI: http://www.yourbus.com
Description: St. Catharines transit
Version: 1.0
Author: Chadrick Rode
Author URI: http://www.spritzcreative.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');




/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background-color: #3CA8E8;
	color: #000000;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0 20px 0;
	line-height:160%;
	text-align:justify;
}


a, a:visited {
	color: #002A80;
	text-decoration:underline;
}

a:hover, a:active {
	color: #008E1C;
	text-decoration:none;
}

hr {
	display: block;
	height:1px;
	background:#99D1F4;
	border:0;
	color:#99D1F4;
	margin: 15px 0;
	}

ul {
	padding-top:5px;
}


			
a img, a:visited img {
	border:none
	}
	
blockquote {
	font-size:14px;
	padding: 5px 0 0 20px;
	color:#444444;
	background-image: url(images/blockquote.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 120%;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
ul {
	list-style-image:url(images/bullet.gif);
	}				


/* ---------- @ Structure -----------*/

#page {
	background-image:url(images/bodywrap.jpg);
	background-repeat:repeat;
	width:955px;
	margin:0 auto;
	padding-top:0px;
	padding-bot:0px;
	}
	
#wrapper {
	font-size:0.75em;
	padding:0;
	}

#masthead {
	padding:22px 0;
	border-bottom:1px solid #009E0E;
	}

#content {
	width:744px;
	float:right;
	margin: 0;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	}

#bodycontent {
	float:left;
	padding: 25px 55px 10px 35px;
	min-width: 654px;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#00142B;
	padding: 0 0 0 20px;
	border-left:1px dotted #00142B;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#menu h1{
	font: normal 1.5em Arial, Helvetica, sans-serif;
	letter-spacing:-0.01em;
	color:#FFFFFF;
	}

#more-posts {
	float:left;
	}
	

/* ---------- Custom Elements by Spritz  -----------*/

#headerimg {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;	
	width: 955px;
	height: 92px;
	margin:0;
}

#img {
	border: 1px solid;
	border-color:#FFFFFF;
	}

#updated {
	float:right;
	color:#009E0E;
	font-size:.9em;
	}
	
#fontsizer {
	width:100px;
	float:left;
	padding: 18px 0 0 38px;
	}

.routelist ul {
	width: 200px;
	display:block;
	float: left;
	}
	
.routelist li {
	width: 200px;
	padding: 2px;
	margin: 0;
	}
	
.routelist a { 
	text-decoration: underline;
	color: #002A7E;
}

.routelist a:hover {
	color: #FFFFFF;
	text-decoration: none; 
	background-color: #3BA7E7;
}

li.acc {
	list-style-image:url(images/accessible2.gif);
}

li.not {
	list-style-image:url(images/spacer.gif);
}

/* ---------- @ Headers -----------*/

h1 {
	font: normal 2em Arial, Helvetica, sans-serif;
	letter-spacing:-0.01em;
	color:#009E0E;
	}
	
h2 {
	font: 2.5em Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	color:#009E0E;
	font-weight:normal;
	}

.post h2 {
	font-size:1.2em;
	padding: 0;
	margin: 25px 0 0 0;
	color:#009E0E;
	font-weight:normal;
	}
	
h2.posttitle {
	border-bottom:1px solid #009E0E;
	padding:0 0 12px 0;
	margin:0 0 20px 0;
	font-size:2.2em;
	color:#009E0E;
	}

h2.pagetitle {
	border-bottom:1px solid #009E0E;
	padding:0 0 12px 0;
	margin:0 0 20px 0;
	font-size:2.2em;
	color:#009E0E;
	}
				
h3 {
	padding:0;
	margin:20px 0 -10px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#009E0E;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:0.07em;
	cursor:text;
	}
	

.post h3 {
	border:none;
	font:1.7em Arial, Helvetica, sans-serif;
	color: #009E0E;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:15px
	}

h4 {
	font:bold 1.3em Arial, Helvetica, sans-serif;
	margin-bottom:-10px;
	color:#009E0E;
	}
	
.post h4 {
	margin:15px 0;
	color:#009E0E;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font: 0.8em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	color:#002A80;
	padding:4px 8px;
	margin-bottom:5px;
	background:#99D1F4;
	border-top:1px solid #002A80;
	}

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#00142B;
	text-decoration:none
	}

h1 a:hover {
	color:#006CAA;
	}

h1 a:active {
	color:#00142B;
	}
			
h4 a, h4 a:visited {
	color:#002A80;
	text-decoration: underline;
	}
	
h4 a:hover {
	color:#3CA8E8;
	text-decoration: none;
	}	
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:right;
	margin: 26px 0 5px 20px;
	padding:1px;
	border:1px solid #006CAA;
	background:#C4E9F2;
	}
	
#more-posts a:hover img, .archive-list a:hover img {
	border:1px solid #C4E9F2;
	background:#89C7D6;
	}	
	


.recent-excerpts {
	padding-bottom:10px;
	}
	
#featured-cats ul {
	margin:3px 0 0 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #006CAA;
	padding:3px 0 6px 3px;
	margin:2px 0;
	line-height:125%;
	}


	
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/

#sidebar {
	width: 211px;
	float:left;
	margin:0;
	padding:0;
	background-image:url(images/sidebar_bg.jpg);
	}

#sidebarmid {
	background-image:url(images/sidebar_mid.jpg);
	}

#sidebartop1 {
	background-image:url(images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	}
	
#sidebartop2 {
	background-image:url(images/sidebar_top.jpg);
	background-repeat:no-repeat;
	}
	
#sidebarcontent {
	margin:0 35px 0 35px;
	padding-top: 15px;
	}

#sidebarbot {
	height: 25px;
	background-image:url(images/sidebar_bot.jpg);
	background-repeat:no-repeat;
	}
	
#sidebardiv {
	height: 15px;
	background-color:#3CA8E8;
	}
	
#sidebartoppadding {
	height: 20px;
	}

#sidebarimages {
	text-align:center;
	}

#sidebar p {
	color:#000000;
	text-align:left;
	}

#sidebar ul {
	margin-bottom:0px;
	}

#sidebar li, .headlines li {
	padding:5px 0 0 0;
	list-style:none;
	color:#000000;
	}

#sidebar a, #sidebar a:visited{
	color:#002A80;
	text-decoration: underline;
	font-weight:normal;
	display: block;
	padding: 3px;
	}

#sidebar a:hover, #sidebar a:active{
	color:#FFFFFF;
	text-decoration: none;
	background-color:#3CA8E8;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	float:left;
	margin: 8px 0 20px 0;
	height:auto;
	width: 100%;
	border-bottom:1px solid #006CAA;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	width:550px;
	}

#pagination .left {
	width:250px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:250px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#C4E9F2;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul {
	margin: 0 0 25px 20px;
	color:#333333;
	}
	
.post li {
	margin: 0 0 10px 0;
	line-height:100%;
	color:#333333;
	}

.post ol {
	margin:0 0 25px 20px;
	color:#333333;
	}


/*Images*/
	
.entry img {
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	

/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchnav {
	clear:both;
	margin: 48px 275px 0 0;
	float:right;
	height: 50px;
	width: 250px;
}

#s {
	background:#FFFFFF;
	padding:2px;
	border:1px solid #006CAA;
	width:150px;
	color:#444444;
	}

#s:focus {
	background:#C4E9F2;
	}

#searchform {
	width:250px;
	text-align:right;
	font-size:12px;
	}

#searchsubmit {
	vertical-align:top;
	padding-left:0px;
	}		
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	width:955px;
	height:58px;
	background-image:url(images/footer_bg.jpg);
	}

#footer p {
	color:#FFFFFF;
	font-size:11px;
	margin:0;
	text-align:left;
}

#footerinfo {
	float:left;
	margin: 32px 0 0 240px;
}
