/*
THEME NAME: Everybody Bikes
THEME URI: http://www.everybodybikessf.com
DESCRIPTION: Based on Sandbox 1.6.1
VERSION: 1.6.1
AUTHOR: Grayson Stebbins
AUTHOR URI: http://problemsf.com
TAGS: everybody bikes
*/

/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/
div#container {
float:left;
width:100%;
}

div#content {
margin:0 200px;
}

div.sidebar {
float:left;
overflow:hidden;
width:180px;
}

div#primary {
margin: 0 0 0 -100%;
}

* html div#primary {
left:20px;
position:relative;
}

div#secondary {
margin:0 0 0 -180px;
}

div#footer {
clear:left;
width:100%;
}

/*           ----------------- 
--- Entry Meta Data ---------- 
*/

.entry-meta {display: block; width: 300px; font-size: 12px; line-height: 145%}
.entry-meta a {color: #666}
.entry-meta .comments-link a {color: #c41230;}
.cat-links {display:none;}

/*------*/




/* ---- Everything else ---- */

/* Footer text */
.footer-text {
	display:block;
	margin-left: 200px;
	margin-top: 70px;
}

/* Calendar */
#post-542 div.entry-content {
	width: 800px;
}

/* Services table */
.services-table {
	display: block;
	width: 960px;
}

.services-table td {font-size: 12px;}

.services-table .thin-columns {
	display:block;
	position: relative;
	float: left;
	width: 200px;
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
	margin-right: 26px;
	margin-top: 10px;
	padding-right: 8px;
}
.services-table h2 {
	line-height: 20px;
	color: #c41230;
}

/* The Bikes title & header */
#post-759 .entry-title {
	font-size:1px;
	margin-left:-600px;
}

.the-bikes-header {
	margin-top: -23px;
	margin-bottom:15px;
}

#post-759 .introduction {
	font-size: 18px;
	line-height:168%;
	display: block; 
	width: 580px;
}


/* -------- The Bikes & Demo Program tables ---------- */

.the-bikes-intro  {
	display:block;
	width: 350px;
}
.the-bikes-table, .demo-program-table  {
	display:block;
	width: 950px;
}
.the-bikes-table .thin-columns, .demo-program-table .thin-columns {
	display:block;
	position: relative;
	float: left;
	width: 420px;

	border-top: 1px solid #ccc;
	
	margin-right: 10px;
	padding-right: 0px;
	margin-bottom:55px;
}
.the-bikes-table em, .demo-program-table em {
	font-weight:bold;
}
.the-bikes-table img, .demo-program-table img {
	border: 1px solid white;
}
.the-bikes-table img:hover, .demo-program-table img:hover {
	border: 1px solid #ccc;
}
.the-bikes-table h2, .demo-program-table h2 {
	font-size: 200%;
	line-height: 30px;
	color: #c41230;
}

/* --- Demo Program -------*/
#post-858 h2.entry-title {display:none}


/* --- Bicycle School --*/
#post-140 h2.entry-title {display:none}




/* Everything in Helvetica! */
ul,li,body,a,p,h1,h2,h3,tr,td,hr,.submit {
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	}

/* Everybody Bikes logo */
.ebb-logo {
   	color:#fff;
   	font-size: .01em;
	width: 122px;
	height: 161px;
	display:block;
	background: url('images/ebb-logo.gif') left top;
	border:none;
	text-indent: -1000px;
	}
.ebb-logo:hover {
	width: 122px;
	height: 161px;
	display:block;
	background-position: top right;
	border:none;
	}

/* Instagram */
.instagram {
	margin-top: 12px;
   	color:#fff;
   	font-size: .01em;
	width: 109px;
	height: 26px;
	display:block;
	background: url('images/instagram.png') left top;
	border:none;
	text-indent: -1000px;
	}
.instagram:hover {
	width: 109px;
	height: 26px;
	display:block;
	background-position: top right;
	border:none;
	}
	
	
/* Navigation */
#pages {
	margin-top: 10px;
}

#pages li {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #ccc;
	display: block;
	width: 124px;
}
/* Add a border to the bottom of the last page item */
#pages li.page-item-542 {
	border-bottom: 1px solid #ccc;
}

#pages a,
#pages a:visited {
	font-size: 14px;
	font-weight: bold;
}

#pages a:hover {
	border: 0;
	color: black;
}

.page_item {
	list-style-type:none;
	}

#pages li,
.no-bullets-list li {
	list-style: none;
}


/* YELP link */
img.were-on-yelp {
	margin-top: 12px;
	margin-bottom: 9px;
	border: 0;
}
img.were-on-yelp:hover {
	border: 0;
	opacity: .7;
}
a.yelp-link:hover {
	border: 0;
}

/* Subscribe & Search submit buttons */
form .submit {
	font-size: 11px;
	color: #fff;
	background-color: #555;
	padding:6px;
}

#subForm input, 
#search input {
	border: 1px solid #ccc;
	padding: 3px;
}

#primary .xoxo,
#primary .ebb-logo {
	margin-left: 20px;
}
img {
	border: none;
}

.centered-nav {
	margin-left: 20px;
}

blockquote {
	color: #666;
}

.entry-content {
	width: 450px;
}

ul,li,body,p {
	font-size: 14px;
	font-color:#555;
	line-height:168%;
	
	}

/*          ------------------ 
--- Sidebar ------------------ 
*/
.xoxo ul, .xoxo li, .xoxo a {
	font-size: 12px;
}
/*------*/

a,
a:visited,
.twitter-follow-button {
	color:#c41230;  /* old: 660033 */
	text-decoration:none;
	}
a,
a:visited {
	border-bottom: 1px solid #fff;
}
a:hover {
		color: red;
		border-bottom: 1px solid red;
	}
	
/* Bike School specific styles */
.bike-school-schedule h3 {
	color: #333;
}
.bike-school-schedule td {
	border-top: 1px solid #eee;
	padding-top: 6px;
	padding-top: 6px;
	font-size: 12px;
	color: #333;
}
.bike-school-schedule {
	display: block;
	width: 600px;
	margin-bottom: 40px;
}
.bike-school-schedule td.info {
	font-weight: bold;
}



/* Just some example content */
div.skip-link {
	position:absolute;
	right:1em;
	top:1em;
}

div#menu {
	background:#EEE;
	height:1.5em;
	margin:1em 0;
	width:100%;
}

div#menu ul,
div#menu ul ul {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul a {
	display:block;
	margin-right:1em;
	padding:0.2em 0.5em;
	text-decoration:none;
}

div#menu ul ul ul a {
	font-style:italic;
}

div#menu ul li ul {
	left:-999em;
	position:absolute;
}

div#menu ul li:hover ul {
	left:auto;
}

.entry-title,.entry-meta {
	clear:both;
}

div#container,div#primary {
	margin-top:2em;
}

form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform span.required {
	background:#fff;
	color:#c30;
}

form#commentform,form#commentform p {
	padding:0;
}

input#author,
input#email,
input#url,
textarea#comment {
	padding:0.2em;
}

div.comments ol li {
	margin:0 0 3.5em;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

.alignright,
img.alignright {
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,
img.alignleft {
	float:left;
	margin:1em 1em 1em 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
/*text-indent: -5px;*/
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

/* sidebar nav links*/
div.sidebar ul ul {
margin:0;
}

div.sidebar ul ul li {
/*list-style:disc;*/
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:disc;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}