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

/*
Theme Name: OneMoreStop.net
Theme URI: http://www.onemorestop.net
Author: Brittany Turcotte
Author URI: http://www.brittanyturcotte.com
Based on the default Kubrick theme, simplified.
*/
    a {color: #BB0000;}
    a:hover {color:#DD0000;}
    
    body {
	background-image: url(../images/waterstreet.jpg);
	margin: 0;
	padding: 0;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:72%;
}
    div#container {
	width: 758px;
	margin: 0 auto;
	background-image: url(../images/bg.jpg);
}
    
    div#header {
	background-image: url(../images/header.jpg);
	height: 360px;
	background-position: top left;
}
    div#header h1 {
	position: relative;
	top: 95px;
	text-align: center;
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight:bold;
	font-size: 42px;
}
    .description {
	position: relative;
	top: 81px;
	text-align: center;
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
}
    
    div#content {float: left; max-width: 500px;}
    
    div#sidebar {
	float: left;
	width: 200px;
	padding-left: 8px;
}
    
    div#footer {
	clear: left;
	background-image: url(../images/footer.jpg);
	height: 63px;
}
    
    div#footer p {text-align: center; font-size: 11px;}
    
    
#blueblock{
	width: 188px;
	padding: 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	color: #333;
	border-left: 1px solid #c9c9c9;
	font-weight: bold;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #FFFFFF;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-right: 10px solid #DD0000;
background-color: #BB0000;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	border-right: 10px solid #BB0000;
	background-color: #990033;
	color: #fff;
}


.comments {text-align: right; font-size: 10px;}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
