body 
{
	color: #333;
	font-family: georgia, "times new roman", times, serif;
	font-size: 62.5%;
	line-height: 1.5em;
	margin: 0 2em;
}

p
{
	margin-bottom: 1em;
}

a
{
	color: #00518f;
}

strong
{
	font-weight: bold;
}

#header
{
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
	padding: 2em;
}

#siteHeader
{
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 3.0em;
	line-height: 1.0em;
}

#siteHeader a
{
	color: #222;
	text-decoration: none;
}

#siteHeader a:hover
{
	color: #00518f;
	text-decoration: underline;
}

#topNavigation
{
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}

#topNavigation ul
{
	margin-right: -0.9em;
}

#topNavigation ul li
{
	float: left;
	margin-left: 1em;
}

.entry p, .entry .list, .pagination
{
	font-size: 1.4em;
	line-height: 1.5em;
}

.entry .list
{
	list-style-type: disc;
	margin: 0 0 1em 1em;
}

#content
{
	border-right: solid 1px #ddd;
	float: left;
	padding: 0 3em 0 2em;
	width: 61%;
}

.entry h2, .drillDownHeader
{
	font-size: 2.6em;
}

.entry h4
{
	font-size: 2.0em;
	margin-bottom: 0.5em;
}

 .drillDownHeader
 {
	 	margin-bottom: 0.5em;
 }
 
.entry h2
{
	color: #000;
	line-height: 1.2em;
	margin-bottom: 0.25em;
}

.drillDownHeader
{
	font-family: Helvetica, Arial, sans-serif;
	color: #00518f;
	margin-bottom: 1em;
}

.entry
{
	border-bottom: 1px solid #ddd;
	margin-bottom: 4em;
	padding-bottom: 1em;
}

.entry h2 a
{
	color: #333;
	line-height: 1.2em;
	text-decoration: none;
}

.entry h2 a:hover
{
	color: #00518f;
	text-decoration: underline;
}

.entryDetailsContainer
{
	color: #777;
	font-size: 1.2em;
	margin-bottom: 1.25em;
}

.entryDetails, .entryTags
{
	float: left;
	margin-right: 0.25em;
}

.entryTags
{
	font-family: Helvetica, Arial, sans-serif
}

.entryTags li
{
	float: left;
	margin-right: 0.25em;
}

#sideBar
{
	font-size: 1.3em;
	float: left;
	padding: 0 1.5em;
	width: 29%;
}

#sideBar ol, #sideBar ul, #sideBar p
{
	line-height: 1.5em;
}

#sideBar h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.35em;
}

.sideBarSectionContainer
{
	margin-bottom: 1.75em;
}

#footer
{
	border-top: 1px solid #ddd;
	color: #777;
	font-size: 1.2em;
	margin-top: 3em;
	padding: 1em 0 0 1.5em;
}

#footer p
{
	margin-bottom: 0.5em;
}




.entry .code
{
	border: dashed 1px #00518f;
	background: #f7f7f7;
	font-family: "Bitstream Vera Sans Mono", "Courier New", Monospace;
	padding: 0.1em 0.25em;
}

.entry .code .terminal
{
	font-weight: bold;
}

.entry .code .comment
{
	color: #00cd00;
}

.error
{
	font-size: 1.4em;
}

#searchText
{
	width: 10em;
}

.entryLinks
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em !important;
	margin: 0.5em 0 0 0;
}

