@media screen {
body {
	background-color: #eee;
	background-image: url(../images/bg.gif);
	font-family: Calibri, Verdana, Trebuchet MS, Helvetica, Arial, sans-serif;
}
#header {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #336699;
	padding: 0px;
	height: 79px;
}
#content {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
	border-left:5px solid #336699;
	border-right:5px solid #336699;
	background-color: #fefefe;
	color: #777;
}
#navbar {
	margin-left: auto;
	margin-right: 0px;
	float: right;
	background-color: #fefefe;
}
#navbar img {
	padding: 0px 7px 1px 7px;
	border: 0px;	
}
#navbar img:hover {
	border-bottom: 1px solid #4c2b0a;
	padding: 0px 7px 0px 7px;
}
#navleft {
	margin-top: 30px;
	width: 200px;
	float: left;
	position: relative;
	background-color: #fefefe;
}
#contentRight {
	position: relative;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	width: 556px;
	float: right;
	background-color: #fefefe;
}
.pod {
	width: 200px;
	margin-bottom: 10px;
}
.pod img.top {
	margin-bottom: -5px;
	padding: 0px;
}
.podContent {
	width: 186px;
	border: 2px solid #336699;
	padding: 5px;
}
.podContent a {
	color: #996633;
	text-decoration: underline;
	font-size: 0.7em;
}
.podContent a:visited {
	color: #63a4e4;
	text-decoration: underline;
	font-size: 0.7em;
}
.entry {
	font-size: 1.0em;
	margin: 2px 0px 2px 0px;
	padding: 5px;
	border: 1px dashed #996633;
	color: #336699;
	display: block;
	background-color: #fefefe;
}
.entry h3 {
	color: #112f4c;
	line-height: 8px;
	text-decoration: none;
}
.entry h2 {
	color: #63a4e4;
	line-height: 10px;
	margin: 0px;
	text-decoration: none;
	padding-top: 5px;
}
.entry a {
	color: #996633;
	text-decoration: underline;
}
.entry a:visited {
	color: #63a4e4;
	text-decoration: underline;
}
.entry div.byline {
	float: right;
	color: #112f4c;
	font-size: 0.8em;
	background-color: #eee;
	border: 1px dotted #bbb;
	padding: 2px;
	margin: 25px 1px 3px 3px;
}
.entry blockquote {
	background-color: #63a4e4;
	color: #4c2b0a;
	font-size: 1.1em;
	line-height: 1.0em;
	font-weight: 200;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	border-top: 2px solid #996633;
	border-bottom: 2px solid #996633;
	padding: 5px 10px 5px 10px;
}
.entry blockquote>div.quote {
	color: #4c2b0a;
	font-size: 2.0em;
	font-weight: 600;
	/*font-family: Georgia;*/
	line-height: 1.0em;
	vertical-align: baseline;
	display: inline;
}
.entry blockquote>p {
	display: inline;
}
.entry blockquote>div.cite {
	color: #4c2b0a;
	font-size: 0.7em;
	line-height: 0.7em;
	font-weight: 200;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	text-align: right;
}
.entry code.com {
	width: 500px;
	background-color: #000;
	color: #009900;
	font-size: 1.0em;
	border: 2px solid #555;
	padding: 5px 10px 5px 10px;
	font-family: Bitstream Vera Sans Mono, Monaco, Andale Mono, Courier New, Courier, Monospace;
	font-weight: 100;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
}
.entry code.config {
	width: 500px;
	background-color: #333;
	color: #ccc;
	font-size: 1.0em;
	border: 2px solid #555;
	padding: 5px 10px 5px 10px;
	font-family: Bitstream Vera Sans Mono, Monaco, Andale Mono, Courier New, Courier, Monospace;
	font-weight: 100;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
}
.entry code.source {
	width: 500px;
	background-color: #ccc;
	color: #000;
	font-size: 1.0em;
	border: 2px solid #555;
	padding: 5px 10px 5px 10px;
	font-family: Bitstream Vera Sans Mono, Monaco, Andale Mono, Courier New, Courier, Monospace;
	font-weight: 100;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
}
#services {
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 7px auto 20px auto;
}
#services a {
	color: #777;
	text-decoration: none;
}
#footer {
	background-color: #336699;
	border: 5px solid #336699;
	width: 780px;
	padding: 0px;
	margin: 0px auto 0px auto;
	color: #fefefe;
}
#footer p {
	font-size: 0.8em;
	line-height: 0.9em;
	padding: 0px;
}
#footer a {
	color: #ccc;
}
#footer a:visited {
	color: #63a4e4;
}
#footer a:hover {
	color: #fff;
}
#footer img {
	margin: 0px 0px 5px 0px;
	border: 0px;
}
}