body {
	font-size: 0.8em; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color:#333;
	text-align: center;
	}
#WordpressPage { text-align:left; /* reset text alignment */ width:755px; /* or a percentage, or whatever */ margin:0 auto; /* for the rest */ }

 

#OJimg {margin:5px;}
#mediaBar {margin-top:3px}

#OJConsul {background:#FFF; margin:0px; padding:0px; color:#FFF;}
#OJsearch {background:#069; margin:0px; padding:2px; color:#FFF;}
#OJquote {float:left; background:#069; font-style:italic; font-weight:bold; font-family: Verdana, sans-serif; font-size:0.95em; margin: 0; padding-left: 3px; padding-top:4px;}
#OJsearch form {text-align:right; padding:2px; font-size:0.9em;}
#OJsearch label {padding:2px}




	



.post {font-family: Verdana, Arial, Sans-Serif; padding:2px }
	.post h1 {font-size: 1.5em; font-weight: bold; text-align: left; color:#036; padding-top:5px; margin-top:0px;}
	.post  a:link  {color:#009; text-decoration:underline;}
	.post a:visited {color:#009; text-decoration:underline;}
	.post a:hover {color:#009; text-decoration:none;}



.entry {font-family: Verdana, Arial, Sans-Serif; padding:2px }
	.entry object { padding: 30px; margin:30px; float:right}
	.entry param { padding: 5px; margin:5px;}
	.entry h2 {font-size: 1.3em; font-weight: normal; text-align: left; color:#036;}
	.entry a:link  {color:#009; text-decoration:underline;}
	.entry a:visited {color:#009; text-decoration:underline;}
	.entry a:hover {color:#009; text-decoration:none;}

#content 
	#content a:link  {color:#009; text-decoration:underline; font-weight:bold;}
	#content a:visited {color:#009; text-decoration:underline; font-weight:normal;}
	#content a:hover {color:#009; text-decoration:none; font-weight:inherit;}
	#content pre {font-size:1em;}
    #content code {font-size:12px;}
	#content h2 {font-size: 1.3em; font-weight: normal; text-align: left; color:#036; padding-top:0px;}

 
#OJfooter {background:#069;
	padding: 0;
	padding-bottom:2px;
	margin: 0 auto;
	width: 755px;
	clear: both;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	text-align: center;
	color:#FFF;}
	#OJfooter a, a:visited {color:#FFF; text-decoration:underline; font-weight:bold}
	#OJfooter a:hover {text-decoration:none; font-weight:bold}
	

/* Begin Structure */

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0px 0px;
	margin-right: 10px;
	width: 600px;
	}

.widecolumn {
	padding: 0px 0 5px 0;
	margin: 5px 0 0 0px;
	width: 600px;
	}

.post {
	margin: 0 0 5px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/*SIDE BAR */
#sidebar {
	font-size: 0.9em; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color:#333; margin-top:0px;
	}
	
.categories {font-family: Verdana, Arial, Sans-Serif; padding:2px }
	.categories h2 {font-size: 1.5em; font-weight: normal; text-align: left; color:#036;}
	.categories a:link  {color:#009; text-decoration:underline;}
	.categories a:visited {color:#009; text-decoration:underline;}
	.categories a:hover {color:#009; text-decoration:none;}




#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	margin-left: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/*END SIDE BAR */