* {
	margin: 0;
}
body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar ul {
list-style-type: none;
}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

div.category-jblog {
padding-top: 12px;
border-bottom: 1px dashed #999999;
}
.category-jblog h3 a{
	color: 	#FF00CC;
	font-size: 18px;
}
div.narrow {
	float: left;
	width: 600px;
}
#sidebar  {
	float: right;
	width: 250px;
}
div.archiveItem {
float: left;
padding-left: 13px;
}
.frontleftcontent {
	float: left;
	width: 510px;
}
.frontrightcontent {
float: right;
width: 340px;
}
.rightcontent {
padding-right: 10px;
width: 502px;
float: right;
}
.leftcontent {
	float:left;
	width: 600px;
}
div#content {
	padding-top: 12px;
	padding-left: 6px;
}
div.entry {
	padding-top: 12px;
}
ul {
	margin: 0;
	padding: 0;
}
div#childpages {
float: right;
}
ul#footerLinkContainer {
	text-align: left;
	padding-left: 6px;
	padding-top: 12px;
}
li.footerlinks {
	width: 880px;
	display: inline-block;
}
li.footerlinks ul {
	clear: both;
}

li.footerlinks ul li img{
}
li.footerlinks ul li {
	display: inline-block;
	width:172px;
	padding-bottom: 12px;
}
div#footerLinksTitle {
	/*background-image: url('images/links.gif');*/
	color: #F0C;
	font-size: 16px;
	height: 14px;
	width: 124px;
	float:right;
	padding: 0 14px 8px 0;
	background-repeat: no-repeat;
	
} 
p.footerCreds {
margin-top: 13px;
margin-bottom: 8px;
}
p.footerCreds a {
font-weight: normal;}
div#headerimg {
float:right;	
	padding: 20px 0 0 0;
}
img {
	border-style: none;
	border-width: 0;
}
hr {
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #999999;
	margin: 0;
}
#page {
	text-align: left;
	width: 890px;
	margin: 0 auto -490px;
	background-color: #ffffff;
	padding: 0 50px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

h2 {
	color: #ff00cc;
	fontsize: 16px;
}
a {
	color: #999999;
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
a:hover {
	color: #ff00cc;
}
div#headmenu {
	clear:both;
	width: 100%;
}
div#headmenu ul {
	padding: 5px 0;
}
div#footer {
	text-align: center;
	width: 890px;
	margin: 0 auto;
	padding: 0 50px;
}
div#footer, div#push {
	height: 490px;
}
li.page_item, li.cat-item
{
	display: inline;
	padding-right: 20px;
}
/* WP REMNANT STUFF */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

