/************************************************/
/*           Sydney Parks Stylesheet            */
/************************************************/

body{
	font-size:62.5%;		/* set base font to equate to 10px, so can use ems easily */
	font-family: Verdana, Arial, sans-serif;
	color: #334d55;
	background: #f2f2f2;
	margin:0px 0px 0px 0px;
}
/**************
Layout DIVS
***************/
#header{
	background-color: #ffffff;
	overflow:hidden;
	border-bottom: 1px solid #000000;
	padding-left:10px;

}


#globalNav{
	font-size: 1.2em;
	color: #000000;
	padding: 0px 0px 10px 0px;
	background-color: #ffffff;
}

#sydMashLogo{
	float:right;
	border: 0px;
}

#content{
	float:none;

	padding: 10px 0px 0px 0px;
	margin-left:10px;
	margin-right:10px;
	overflow:hidden;
}

#map{
	float: left;
	width:70%;
	height: 600px;
	border: 1px solid black;
}

#searchForm{
	float:left;
	width:25%;
	margin-left:10px;
}

#searchResults{
	/*border:1px solid black;*/
	float:left;
	width:25%;
	max-height:200px;
	margin-left:10px;
	overflow:auto;
	font-size: 1.2em;
}

#blurb{
	float:left;
	width:25%;
	margin-left:10px;
}


/************************
Formatting components
*************************/

/******* #header styles ********/

#header h1{
	font-size: 2.4em;
	font-weight:bold;
 	color: #334d55;
	background-color: #ffffff;
}

/******* #content styles ********/

#content h1{
	font-size: 1.6em;
	font-weight:bold;
 	color: #334d55;
	background-color: #f2f2f2;
}

#content p{
	font: normal 1.2em Verdana, Arial, sans-serif;
}

/******** #searchForm styles *******/
#searchForm p{
	font-size: 1.2em;
}

#searchForm .inputfields{
	width: 70%;
}
/************* #blurb styles **********/
#blurb p, li{
	font-size: 1.2em;
}

/************** #blogPosts styles ***************/

#blogPosts h2{
  text-transform:uppercase;
  letter-spacing:.2em;
}

#blogPosts .date-header{
	font-size: 1.2em;
	font-weight:normal;
	margin:25px 0px 0px 0px;
}

#blogPosts .post-title{
	font-size: 1.4em;
	font-weight:bold;
	margin:0.25em 0px 0px 0px;
}

#blogPosts .post-body{
	font-size: 1.2em;
}

#blogPosts .postFooter{
	font-size: 1.2em;
}
