* {
	margin: 0;
	padding: 0;
}

/*	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) */
	
	/* I ADDED ALL IMG STYLES FROM DEFAULT ON 3-28-09...TAKE OUT IF PROBLEMS*/
img {
border:0px;
padding: 0;
max-width: 100%;
}

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 */

body {
background:#FFFFFF none repeat scroll 0%;
font-family:Arial,Verdana,sans-serif,Helvetica;
font-size:62.5%;
color:#2E2E2E;
}

/* NOT SURE WHY I HAD THIS BUT IT MESSES UP LINKS ON IMAGES ON POSTS*/
/*body * {
position:relative;
}*/

.navigation {
	color:#0000FF;
font-family:"Times New Roman";
font-size:18px;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:1px;
line-height:normal;
text-decoration:none;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


#page {
background:transparent url(images/page-bg.png) repeat-x;
padding-top:15px;
}

a:hover , a:active {
	color: #36C; /* This will highlight links on bar at bottom of each posts*/
	background:#c0c0c0; /* This will highlight Title in Posts*/
}


/*end global styles */

/*begin header styles */

#header {
background:url(images/header-bg.png) no-repeat scroll 0% 0%;
width:1000px;
height:52px;
margin:0px auto;
padding-bottom:15px;
}

#blogtitle {
	float:left;
	height:28px;
	padding:10px 40px 10px 70px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/blogtitle-bg.png);
	background-repeat: no-repeat;
	background-position: 25px 6px;
}

#blogtitle a {
color:#FFFFFF;
font-family:"Times New Roman";
font-size:28px;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:1px;
line-height:normal;
text-decoration:none;
}

#blogtitle a:hover,#blogtitle a:active {
background:transparent !important;
}

#mainnav {
background:transparent url(images/navlink-bg.png) no-repeat scroll 0px 5px;
float:left;
height:42px;
padding:5px 0px 0px 1px;
}

#mainnav div {
background:transparent url(images/navlink-bg.png) no-repeat scroll 100% 0px;
float:left;
height:27px;
padding:15px 1px 0px 0px;
}

#mainnav a {
color:#FFFFFF;
font-size:14px;
text-decoration:none;
}

#mainnav a span {
padding:15px 10px 11px;
}

#mainnav a:hover span, #mainnav a:active span {
background:transparent url(images/navlink-bg.png) repeat-x scroll 0px 0px;
}


#searchform {
float:right;
padding:15px 24px 0px 0px;
}

#searchform span {
color:#FFFFFF;
float:left;
font-size:12px;
padding:4px 5px 0px 0px;
}

#searchfield {
background:#D3D3D3 none repeat scroll 0% 50%;
border-color:#696969 #d2d2d2 #d2d2d2 #696969;
border-width:1px;
float:left;
font-size:14px;
height:17px;
margin:2px 7px 0px 0px;
padding:1px 2px 0px 2px;
width:120px;
}

#searchsubmit {
background:transparent url(images/searchsubmit-bg.png) no-repeat scroll 0%;
border:0px none;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
width:64px;
}

#registerLogin {
background:transparent url(images/searchsubmit-bg.png) no-repeat scroll 0%;
border:0px none;
color:#FFFFFF;
cursor:pointer;
float:left;
height:25px;
width:64px;
}

/*end header styles */

/* begin container styles */

#container {
margin:10px auto;
width:1000px;
}

#content-right {
float:right;
width:400px;
margin-left:10px;
}

#feeds {
background:transparent url(images/blogImage.png) no-repeat scroll 0% 50%;
height:126px;
width:386px;
/*height:64px;
width:194px;*/
margin:0px 0px 0px 2px;

}

#feeds span {
color:#5F5F5F;
font-size:16px;
left:126px;
top:28px;
}

#feeds a {
color:#5F5F5F;
font-weight:bold;
}

#ads {
font-size:16px;
}
/* begin sidebar styles */

.sidebar {
color:#2E2E2E;
float:right;
font-size:12px;
line-height:20px;
width:197px;
}

.sidebar ul, .sidebar li, .wide-widget ul, .wide-widget li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.sidebar  ul  li  ul {
margin-left:10px;

}

.sidebar h2 {
	background:transparent url(images/widget-top-bg.png) no-repeat scroll 0% 50%;
	color:#FFFFFF;
	font-size:16px;
	height:23px;
	margin:20px 0px 10px;
	padding:1px 0px 0px 14px;
	width:183px;
}

.sidebar a, .wide-widget a {
color:#000000;
}

.sidebar a:hover, .sidebar a:active, .wide-widget a:hover, .wide-widget a:active {
background:transparent !important;
}

#right-sidebar {
margin-left:6px;
}

.sidebar a:hover, .sidebar a:active, .wide-widget a:hover, .wide-widget a:active {
font-weight:bold;
}

.wide-widget {
float:right;
width:400px;
}

.wide-widget h2 {
	background:transparent url(images/wide-widget-top-bg.png) no-repeat scroll 0% 50%;
	color:#FFFFFF;
	font-size:16px;
	height:23px;
	width:386px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}

#calendar_wrap {
text-align:center;
}

#wp-calendar {
width:100%;
}

#wp-calendar #today {
border:1px dotted #cc4848;
}


/* end sidebar styles */

/* begin content-left styles */

#content-left {
width:580px;
}

.post {
}

.post-date {
background:transparent url(images/date-bg.png) no-repeat scroll 0% 50%;
float:left;
height:60px;
margin:0px 10px 0px 0px;
padding-top:2px;
text-align:center;
width:62px;
}

.month {
color:#FFFFFF;
font-size:11px;
}

.dayofmonth {
color:#2E2E2E;
font-family:"Times New Roman";
font-size:36px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}

.post h2 {
font-family:"Times New Roman";
font-weight:bold;
}

.post h2 a {
color:#2E2E2E;
font-size:28px;
text-decoration:none;
}

.post-category {
	font-size:12px;
}
.post-category span {
font-weight:bold;
}
.post-category a {
color:#2E2E2E;
text-decoration:none;
}
/* This the actual post font size*/
.entry {
	display:block;
	font-size:14px;
	line-height:18px;
	margin-top:20px;
	padding-left:10px;
}

.entry ul {
list-style:disc outside none;
padding-left:30px;
}

.entry ol {
list-style:decimal outside none;
padding-left:30px;
}

.entry li {
list-style:inherit;

}

.entry p {
margin:10px 0px;
}

.entry a {
color:#000000;
}

.entry blockquote {
background:transparent url(images/odd-blockquote-bg.png) no-repeat scroll 0% 0%;
border:2px dashed #B5B5B5;
color:#3C3C3C;
font-family:"Times New Roman";
font-weight:normal;
font-size:14px;
font-style:italic;
}

.entry blockquote p {
margin-left:54px;
}

.entry blockquote blockquote {
background:transparent url(images/even-blockquote-bg.png) no-repeat scroll 0% 0%!important;
margin:0px 4px;
}

.entry img {
margin:10px;
}

.postmetadata {
	background:transparent url(images/metadata-bg.png) repeat scroll 0% 50%;
	color:#FFFFFF;
	font-size:14px;
	height:30px;
	margin:15px 0px 25px;
	width:580px;
}

.postmetadata a {
color:#ffffff;
text-decoration:none;
}

.postmetadata a:hover, .postmetadata a:active {
background:transparent !important;
	text-decoration:underline;
	color: #C93;
}

.postmetadata .comment {
	float:left;
	margin-left:12px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 26px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/comments-bg.png);
	background-repeat: no-repeat;
	background-position: 0%;
}

.postmetadata .post-comment {
	float:left;
	margin-left:12px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 26px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/postcomment-bg.png);
	background-repeat: no-repeat;
	background-position: 0%;
}
.postmetadata .email-this {
	float:left;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 0px solid #FFF;
}

.postmetadata .share-this {
	float:right;
	margin-right:12px;
	padding:6px 0px 6px 26px;
}
.postmetadata .email-icon {
	float:left;
	margin-left: 12px;
	border: 0px solid #09F;
	margin-bottom: 0px;
	margin-top: 7px;
	margin-right: 0px;
}

.pagetitle, h3#respond {
font-family:"Times New Roman";
font-size:28px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin-bottom:30px;
}

#content-left ul.archive-list {
font-size:14px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
line-height:22px;
}

#content-left ul.archive-list li{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#content-left ul.archive-list a{
color:#2e2e2e;
}


/* begin comment styles */

h3#comments {
font-size:12px;
}

.commentlist {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.commentlist li {
font-size:12px;
margin-bottom:20px;
}

.comment-author {
font-weight:bold;
}

.comment-author a {
color:#2E2E2E;
}

.commentmetadata {
}

.comment-content {
background:transparent url(images/odd-blockquote-bg.png) no-repeat scroll 0% 0%;
border:2px dashed #B5B5B5;
min-height:50px;
padding:10px;
margin-top:5px;
}

.comment-content p {
margin-left:54px;
}

#commentform {
font-size:12px;
width:500px;
}

#commentform div {
margin-bottom:10px;
}

#commentform input, #commentform textarea {
margin-right:10px;
border-top:1px solid rgb(105,105,105);
border-bottom:1px solid rgb(210,210,210);
border-right:1px solid rgb(210,210,210);
border-left:1px solid rgb(105,105,105);
padding:1px 0px;
}

#commentform input#submit {
background:transparent url(images/commentsubmit-bg.png) no-repeat scroll 0% 50%;
height:28px;
width:70px;
color:#FFFFFF;
border:0px !important;
left:-3px;
}


/* begin footer sytles */

.clear{
clear:both;
}

#footer {
	color:#FFFFFF;
	font-size:12px;
	margin-top:50px;
	min-height:50px;
	text-align:center;
	background-attachment: scroll;
	background-color: #069;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
}

#footer a {
color:#FFFFFF;
}

#footer a:hover, #footer a:active {
background:transparent !important;
}

#footer a:hover, #footer a:active {
font-weight:bold;
}