@charset "utf-8";
/* CSS Document */

/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{
	font-family: Garamond;
	font-size: 12px;
	color: #666;
	margin: 0 auto;
}

body {
	font-family: Garamond;
	font-size: 16px;
	/*color: #666;*/
	margin: 0 auto;
    /*background-color: #A0C3DF;*/
	/*background-image: url('http://www.ediblecommunities.com/southshore/templates/southshore/images/southshoreBG.jpg')*/
	text-align: left;
	}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {
	text-decoration: underline;
	color: #245A98;
	font-family: Garamond;
}
a:visited {
	text-decoration: underline;
	color: #C00;
	font-family: Garamond;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;


img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

.joomslide {border: 0;}

/* #######################  END GENERAL SETTINGS ############################ */
