@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 0.2em;
	border-bottom: 1px dotted #333333;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #333333;
}
#shadow {
	background: url(images/EMGD_shadow.gif) repeat;
	height: auto;
	width: 840px;
	margin: 0px auto;
	text-align: left;
}
/* CSS Document */

#background {
	background: #F8F2E8;
	width: 820px;
	margin: 0px auto;
}
#wrapper {
	margin: 0px auto;
	height: auto;
	width: 660px;
}
#header {
	height: 135px;
	width: 660px;
	margin: 0px;
	position: relative;
	border-bottom: 1px solid #333333;
	background: url(images/EMGD_header.gif) no-repeat 0px 46px;
	padding: 0px;
}
/*---main navigation---*/

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	color: #990066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
}
#header li a:hover, #header li a:active {
	color: #3399FF
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #3399FF;
	cursor: default;
}

#maincontent {
	padding: 20px 0px 60px 20px;
	width: 440px;
	margin: 0px 0px 0px 200px;
}
#maincontent .date {
	letter-spacing: 0.1em;
	color: #0099FF;
}
#maincontent a:link, #maincontent a:visited {
	color: #990066;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	color: #333333;
	text-decoration: none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.4em;
	font-weight: normal;
	border-top: 1px dotted #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-color: #333333;
	padding: 5px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 0.18em;
	border-bottom: 1px dotted #333333;
	text-indent: 2px;
	margin: 0px;
	padding-top: 10px;
}
#sidebar {
	width: 200px;
	float: left;
	position: relative;
}
#sidebar #portfolionav {
	padding-top: 20px;
	text-decoration: none;
}
#sidebar  #content {
	padding: 60px 34px 20px 16px;
	background: url(images/sidebar_news.jpg) no-repeat 0px 20px;
	height: 600px;
}
#sidebar  #content  #greatlinks {
	height: 250px;
	margin-bottom: 46px;
}
#sidebar #content #archives {
	height: 210px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: normal;
	padding: 1em 0px .2em;
	margin: 0px;
	border-bottom: 1px dotted #09C;
	color: #0099CC;
}
#sidebar a:link, #sidebar a:visited {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-style: italic;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#sidebar a:hover, #sidebar a:active {
	color: #990066
	text-decoration: none;
	color: #906;
}
#footer {
	border-top: 1px solid #333333;
	clear: both;
	height: 120px;
}
.post {
	margin-bottom: 40px;
}
.post img {
	margin-top: 10px;
	text-decoration: none;
	border-style: none;
}
#quotebar  img {
	border-bottom: 1px solid #333333;
}

