/*
Created by Marcelo A Carrillo
Edited by Tom Hughes 6/21/2010
*/


/*History Homepage style*/
.pic_box 
{
  float: left;
  width:150px;  
  height:155px;
  text-align:center;
  padding:10px 18px;
  font-weight:bold;
}

.two_column {width: 243px;
	text-align:center; 
	height:175px;
}

.pic_box p
{ margin-bottom:3px;}
/*Homepage style ends*/


/*Community Gardens page style*/
#gardensSubNav
{
width: 215px;
padding:0;
margin:10px 0 10px 10px;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
color: #fff;
float:right;
}

#gardensSubNav ul
{
list-style-type: none;
margin: 0;
padding: 0;
}

#gardensSubNav li
{
margin:0;
padding:0;
}

#gardensSubNav a
{
display: block;
width:100%;
padding: 5px;
margin:0;
border-bottom: 1px solid #bdd5ac;
background-color: #adca8d;
color: #fff;
text-decoration: none;

}

#gardensSubNav a:hover
{
background-color: #7e9467;
}
/*Community Gardens page style ends*/


/*Online Historic Tour*/
.date
{
font-size:18px;
color:#88C659;
font-weight:bold;
}

.image_box
{
/*border:1px solid #E6E1DB;
padding:4px;
margin-left:10px;*/
width:250px;
float:right;
clear:both;
}

.title
{
/*margin-top:-7px;
color:#987745;*/
color:#58595B;
}

/*.description
{
margin-top:-10px;
font-size:0.9em;
}

.owner
{
margin-top:-5px;
margin-bottom:0;
font-size:0.8em;
}*/

/*.pagenation
{
margin-top:10px;
padding-top:5px;
clear:both;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}*/
/*Online Historic Tour ends*/



/*Photo Gallery Styles*/
#bicyclingGallery
{
	overflow: auto;
	width: 480px;
	height:85px;
	position:relative;
	left:10px;
	padding:4px;
	top:5px;
	margin-bottom:10px;

}

#bicyclingGallery ul
{
margin: 0; 
padding: 0;
width:1614px;
list-style-type: none;
}

#bicyclingGallery li
{
overflow: hidden; 
float: left;
width:130px;
margin:0 2.2px;
padding:0;
}

.prevGallery
{
display:none;
float:left;
margin:40px 0 0 10px;
width:20px;
height:26px;
background:url(/sub_about/parks_history/bikes/prev_arrow.gif);
}

.nextGallery
{
display:none;
float:right;
margin:40px 10px 0 0;
width:20px;
height:26px;
background: url(/sub_about/parks_history/bikes/next_arrow.gif);
}

.disabledPrev {background:url(/sub_about/parks_history/bikes/prev_arrow_gray.gif);}

.disabledNext {background:url(/sub_about/parks_history/bikes/next_arrow_gray.gif);}
/*Photo Gallery Styles ends*/


/* Historical Signs Styles */

.text_list {margin-bottom:12px;}

#hs_keyword_search h2 {margin-top:0;}

.letter_menu ul {list-style:none;margin:0;padding:0;}
.letter_menu li {display:block;float:left;}
.letter_menu a {display:block; width:17px; height:17px; margin:4px; font-weight: bold;}
.letter_menu a:hover{background-color:#fff;}
.letter_menu a.last {width:auto;}
