/**
 * GeoSmart Stylesheet
 * Author: Samuel Folkes
 * Version: 2.0
 * Author URI: http://www.samuelfolkes.com/
 * Author Email: sam@samuelfolkes.com
 */
 
/*Map Canvas Styles*/
#gs_map_canvas
{
margin:0px auto;
border:1px solid black;
}

#gs_map_canvas span
{
color:black;
font-size:10px;
}

.gs_widget_map
{
margin:0px auto;
border:1px solid black;
}

.gs_widget_map span
{
color:black;
font-size:6px;
}

/*Map Title Styles*/
#gs_map_title
{
text-align:center;
}

/*Comment Author Location Styles*/
#gs_author_location
{

}

/*GeoSmart Credits*/
#gs_credits
{
display:block;
text-align:center;
}

