/*  Brooklyn Greenway Initiative
    Thaddeus Diamond
    Copyright 2009

    Implementation of Google Maps API project.
    Source files include gmaps.html, initialization.js, and default.css
*/

/*Formatting for different info windows popped-up*/


/*----Eric Meyer Reset----*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}




/*Main BGI info window*/

body {
background-color: #dfe9f2;
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 12px;
/*border-bottom: 2px solid #3877c5;*/

}


#mainframe {
padding: 4px 8px;
width:495px;
height:250px;
overflow:auto;
background-color: #E2F2E2;
line-height: 19px;
}

/*Large info windows*/
#markerstringlarge {
width:420px;
height:300px; 
overflow:auto;
background-color: #E2F2E2;
line-height: 19px;
}

/*Medium info windows*/
#markerstring {
width:420px;
height:250px;
overflow:auto;
background-color: #E2F2E2;
line-height: 19px;
}

/*Small info windows*/
#markerstringsmall {
width:420px;
height:220px;
overflow:auto;
background-color: #E2F2E2;
line-height: 19px;
}

#markerstringsmall p {
margin: 0px 4px;  
}



/*----colors----*/

.nav {
background-color: #3877c5;
height: 35px;
margin: 10px 0px 0px 8px;
width: 1000px;
}


.nav h2 {
background-image: url(images/brooklyn-waterfront-greenway-route.png);
background-repeat: no-repeat;
background-position: 12px 8px;
height: 35px;
text-indent: -9999px;
}

.nav .links {
color: #fff;
float: left;
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 12px;
margin-left: 830px;
margin-top: -25px;
position: relative;
}

.links li {
display: inline;
}

li#first-child {
margin-top: -50px !important;
padding: 0px;
}


#addThis {
border-left: 1px solid #ccc;
margin-left: 10px;
padding-left: 10px;
}

#addThis img {
position: relative;
float: right;
margin-top: -2px;
*margin-top: -14px;
}



.links a {
color: #fff !important;
}

.links a:hover {
color: #E2F2E2 !important;
}



headlines {
background-color: #3877c5;
}

#map_space {
height: 550px;
margin: 15px 0px 10px 8px;
width: 590px;
}

.overview {
background-color: #e2f2e2;
background-image: url(images/brooklyn-greenway-description.png);
background-repeat: no-repeat;
height: 246px;
left: 609px;
position: absolute;
text-indent: -9999px;
top: 59px;
width: 400px;
}

.legend{
background-color: #eff0f1;
border: 1px solid #3877c5;
height: 233px;
left: 611px;
position: absolute;
top: 377px;
width: 280px;
}

.legend h3 {
background-color: #3877c5;
background-image: url(images/legend.png);
background-repeat: no-repeat;
background-position: 8px 6px;
height: 32px;
text-indent: -9999px;
width: 280px;
}


li {
margin: 8px 0px 0px 12px;
}


hr {
background-color: #3877C5;
border: 0px;
height: 4px;
margin: 18px 0px 0px 8px;
*margin-left: -400px;
width: 1000px;
}


