body {
	text-align: center;
	background-color: #2e5453;
	font-family: "LucidaGrande","Lucida Grande", "Lucida Sans Unicode", "Arial";

}

#nav-below {
	font-size: 10pt;
}



div#wrapper {
	width: 773px;
	text-align: left;
	margin: 0px auto;
	padding-right: 14px;
	background-color: #e8f3dc;
	background-image: url(/wp-content/themes/sandbox/gl/background.gif);
	background-repeat: repeat-y;
}

div.skip-link {
	display: none;
}

div.hentry.post {
}
div#container div#content {
	width: 473px;
	background-color: #FFF;
	background-image: url(/wp-content/themes/sandbox/gl/content-top.gif);
	background-repeat: no-repeat;
	margin-left: 13px;
	margin-top: 5px;
	padding: 10px 27px 0px;
	-padding: 0px;
}

div#container div#content.wide {
	width: 706px;
	background-image: url(/wp-content/themes/sandbox/gl/content-top-wide.gif);
}

div#container div#content.wide div.bottom {
	background-image: url(/wp-content/themes/sandbox/gl/content-bottom-wide.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 760px;
	position: relative;
	left: -27px;
}


div#container div#content div#main-body{

}


div#container div.bottom{
	height: 20px;
	background-image: url(/wp-content/themes/sandbox/gl/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	/*width: 760px;*/
	width: 527px;
	position: relative;
	left: -27px;

}

div#nav-above {
	display: none;
}

h2.entry-title {
	margin-top: 10px;
}


/**** Header styles ****/
	div#header {
		height: 196px;
		background-image: url(/wp-content/themes/sandbox/gl/masthead.jpg);
		background-repeat: no-repeat;
		margin-bottom: 0px;
		cursor: pointer;
		width: 787px;
	}
	
	h1#blog-title, div#blog-description {
		display: none;
	}
	
	div#menu {
		font-weight: bold;
		font-family: "LucidaGrande","Lucida Grande", "Lucida Sans Unicode", "Arial";
		font-size: 10pt;
		background: transparent;
		margin-left: 40px;

	}
	
	div#menu li {
		margin-right
	}

	div#menu ul li a {
		color: #535353;
		padding-left: 0px;
		padding-right: 24px;
		background: transparent;
	}
	
	
/**** Sidebar styles ****/

div.sidebar {
	background-color: #ccdbc8;
	width: 220px;
	background-image: url(/wp-content/themes/sandbox/gl/sidebar-top.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-top: 5px;
	font-family: "LucidaGrande", "Lucida Grande", "Lucida Sans Unicode", "Arial";
	font-size: 10pt;
}

div.sidebar div.bottom {
	height: 20px;
	background-image: url(/wp-content/themes/sandbox/gl/sidebar-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#secondary {
	display: none;
}

div#content {
	margin: 0px 240px 0px 0px;
}

div#container {
	margin: 0px -240px 0px 0px;
}

div.sidebar h3.widgettitle {
	background-image: url(/wp-content/themes/sandbox/gl/sidebar-header-background.jpg);
	background-repeat: no-repeat;
	color: white;
	height: 22px;
	width: 220px;
	position: relative;
	left: -15px;
	line-height: 22px;
	padding-left: 15px;
	font-size: 11pt;
	font-family: "Georgia", "Times new roman";

}

div.sidebar li.widget {
	padding-left: 15px;
}

div.sidebar ul ul , div.sidebar ul ul ul  {
	
}

div.sidebar ul ul li, div.sidebar ul ul ul li {
	list-style-image: url(/wp-content/themes/sandbox/gl/sidebar-bullet.gif);
}

div.sidebar a {
	text-decoration: none;
	color: #598a20;
}

div.sidebar a:hover {
	text-decoration: underline;
}

/**** Footer styles ****/
	div#footer {
		background-color: transparent;
		background-image: url(/wp-content/themes/sandbox/gl/footer-background.gif);
		background-repeat: no-repeat;
		background-position: bottom center;
		width: 787px;
		padding: .5em 0px;
		font-size: 9pt;
		color: #535353;
		font-family:"LucidaGrande","Lucida Grande","Lucida Sans Unicode","Arial";
	}
	
	div#footer a {
		color: #535353;
	}
	
	
/**** Entry styles ****/
	h2.entry-title, h2.entry-title a, h3.entry-title, h3.entry-title a {
		color: #2e5453;
		text-decoration: none;
		margin-bottom: 5px;
		font-family: "Georgia";
		font-weight: normal;
		letter-spacing:-0.05em;
		
	}
	
	h2.entry-title a:hover {
		text-decoration: underline;
	}
	
	div.entry-date, div.entry-content, div.entry-meta {
		font-family: "LucidaGrande","Lucida Grande", "Lucida Sans Unicode", "Arial";
		font-size: 10pt;
		margin: 0px;
		padding: 0px;
	}
	
	div.entry-date, div.entry-meta, div.entry-meta a {
		font-size: 8pt;
		color: #535353;
		text-decoration: none;
	}
	
	div.entry-meta a:hover {
		text-decoration: underline;
	}
	
	div.entry-content {
		color: #2e5453;
	}
	
	div.entry-content p {
		margin-top: 5px;
	}
	
	div.post {
		margin-bottom: 2em;
	}
	
	div#comments div {
		font-size: 10pt;
	}
	
	div#comments h3 {
		font-size: 12pt;
	}
	
	a img {
		border: 0px;
	}
	
#content a {
	color: #444;
}

#content a:visited {
	color: #333;
}

body div.sidebar a {
	color: #555555;
}

