body.news a {color:#95bcc2;}
h2 {margin:5px 0;}

h2.pagetitle {margin-top:10px;}
h3.comments {padding: 0; margin: 40px auto 20px ;}
/* End Headers */



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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#column_r ul li ul li {font-size:1.3em; line-height:1.3em; margin:3px 0;}

html>body .entry ul {margin-left:0px; padding:0 0 0 30px; list-style: none; padding-left: 10px; text-indent: -10px; line-height: 1em;}
html>body .entry li {margin: 7px 0 8px 10px;}
div.entry p {padding:10px 0;}
p.author {font-size:1.1em; padding-top:5px;}
p.postmetadata {padding-top:5px;}

.entry ol {padding: 0 0 0 35px; margin: 0;}
.entry ol li {margin: 0; padding: 0;}
.postmetadata ul, .postmetadata li {display: inline; list-style-type: none; list-style-image: none;}

/* End Entry Lists */



/* Begin Form Elements */


#searchform {margin: 10px auto;
	padding: 5px 3px;}



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

select {width: 130px;}

#commentform input {width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;}

#commentform textarea {width: 100%;
	padding: 2px;}

#commentform #submit {margin: 0;
	float: right;
 	cursor: pointer;}

input, textarea, select
 {
 	border: #ddd 1px solid;
 	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
 	font-size:1em;
 	font-weight: normal;
 }

#text_field, #text_area, .password, select
 {width: 100%;
 }

#searchsubmit {
 	cursor: pointer;
 	text-decoration:none;
 }

/* End Form Elements */


/* Begin Tables
table {margin: 10px 0 0 0;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc}
th {padding: 5px;}
td {padding: 5px;
	border-top: 1px solid #ccc}
*/
/* End Tables */


/* Begin Comments*/
.alt {margin: 0;
	padding: 10px;}

.commentlist {padding: 0;
	text-align: justify;}

.commentlist li {margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;}

.commentlist p {margin: 0 5px 10px 0; padding:0;}

#commentform p {margin: 5px 0;}

.no-comments {margin: 0;
	padding: 0;}

.comment-metadata {margin: 0; padding:10px 0;
	display: block;}
/* End Comments */





/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {cursor: help;}

acronym, abbr {border-bottom: 1px dashed #eee;}

blockquote {font-weight:bold;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #eee;}

blockquote cite {margin: 5px 0 0;
	display: block;}

.center {}

.hidden {display: none;}

.navigation {display: block;
	margin-top: 10px;}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {border: 1px solid #eee;
	background-color: #fff;
	padding-top: 4px;
	margin-top: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {margin: 0px 5px;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Styling for calendar plugin */
span.event {line-height:1.1em !important;}
