body {
	background-color: #DDD;
	font: 100% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin: 0px auto;
	text-align:center;
}

#accessibility {
	display: none;
}

#container {
	width:900px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 10px 10px 50px 10px;
	height:1%;
	text-align: left;
	border: 4px solid #CACACA;
}

#container:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#header {
	padding: 15px 10px 20px 0;
	height: 184px;
	border-bottom: 9px solid #519136;
}

#logo {
	width: 270px;
	height: 184px;
	text-indent: -5000px;
	background-image: url('/img/bike-easy-logo.gif');
	background-repeat: no-repeat;
	float: left;
}

#logo h2, #logo a {
	display: block;
	width: 270px;
	height: 184px;
	margin: 0;
	padding: 0;
	outline: none;
}

#logo-picture {
	width: 210px;
	height: 184px;
	text-indent: -5000px;
	background-image: url('/img/bike-easy-illustration.gif');
	background-repeat: no-repeat;
	float: right;
}

#logo-picture h2, #logo-picture a {
	display: block;
	width: 210px;
	height: 184px;
	margin: 0;
	padding: 0;
	outline: none;
}

#sub-head {
	display:block;
	height:120px;
}

#totw {
	list-style-type: none;
	float: right;
	text-align: left;
	font-size: .7em;
	width: 240px;
	height:70px;
	padding-right:0;
	margin: 25px 0 0 0;
	display: block;
	
}

#totw a {
	text-decoration: none;
	color: #ffffff;
}

#totw span a {
	text-decoration: none;
	color: #EC008C;
}

#totw span a:hover {
	text-decoration: underline;

}

#totw h2 {
	padding: 5px;
	color: #ffffff;
	background-color: #519136;
	margin-top: 0;
}

#totw p {
	color: #519136;
	padding: 0 5px 5px 5px;
	margin: 0;
}

ul#strap {
	float: left;
	clear: left;
	width: 270px;
	list-style-type: none;
	margin: 25px 0 0 0;
	padding: 0;
	display: block;
}

ul#chapters {
	list-style-type: none;
	padding-top: 15px;
	padding-left: 0px;
}

ul#left-nav {
	clear: left;
	list-style-type: none;
	float: left;
	margin: 25px 0 0 0;
	padding: 8px;
	border: 1px dashed #b1b1b1;
}

ul#left-nav li {
	width: 230px;
}
/*
ul#left-nav li:hover {
	list-style-type: square;
}
*/
ul#left-nav a {
	text-decoration: none;
	color: #7D7D7D;
}

ul#left-nav a:hover {
	color: #EC008C;
}

ul#left-nav li ul,ul#left-nav li ul li { margin-left:0; padding-left:0; }

ul#left-nav li#spacer {
	margin-top: 20px;
}

ul#left-nav li.strapline {
	margin: 30px 0 0 0;
	padding: 0;
}

ul#left-nav li.actions-nav a {
	color: #1D1D1D;
	font-size: 1em;
}

ul#left-nav li.actions-nav a:hover {
	color: #EC008C;
}

ul#left-nav li.chapters-heading {
	margin: 0 0 10px 0;
	color: #000000;
	font-size: .85em;
}

#text-content {
	margin-top: 41px;
    margin-left: 320px;
	width: 510px;
}

#text-content h3.entry-title, #text-content h1.entry-title {
	color: #000000;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

#text-content h3.entry-title a, #text-content h1.entry-title a {
	text-decoration: none;
	color: #000000;
}

#text-content h3.entry-title a:hover, #text-content h1.entry-title a:hover {
	color: #EC008C;
}

#text-content p.published, #text-content span.fn,
#text-content p.tags {
	display: none;
}

.vcard, .author, .divider {
	display: none;
}

h2#comment {
	margin-top: 25px;
	font-size: 1em;
	color: #EC008C;
}

ol.comments {
	font-size: .8em;
	width: 300px;
	list-style-type: none;
	color: #7D7D7D;
	margin: 0;
	padding: 0;
}

p#txpCommentInputForm {
	font-size: .9em;
	color: #EC008C;
	margin-top: 35px;
}

a#txpCommentHelpLink {
	color: #EC008C;
	text-decoration: none;
}

a#txpCommentHelpLink:hover {
	text-decoration: underline;
}

#text-content img {
	padding: 20px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	color: #000;
}
#tooltip h3, #tooltip div { margin: 0; }

