#intro {
	background: url(/images/site/strip_blog.jpg) top center #cac6c5;
	zoom: 1;
	height: 216px;
}

/* -----=====: + ~{ NEWS STORY HTML FORMATTING }~ + :=====----- */

#title {
	font-size: 1.5em;
}
#mainCol h2, #block1 h3 {
	font-weight: bold;
}
#mainCol h2 {
	border-style: none;
	padding-bottom: 0;
}
#mainCol h2 a {
	text-decoration: none;
}
#mainCol ul {
	margin-bottom: 1em;
}
#mainCol li {
	list-style-type: square;
	margin-left: 1em;
}
#mainCol strong {
	font-weight: bold;
}
#mainCol em {
	font-style: italic;
}
#mainCol p img {
	float: left;
	margin: 1em 1em 1em 0;
}

/* -----=====: + ~{PAGINATION}~ + :=====----- */

#mainCol .pagination {
	padding: 10px 0;
	border-top-style: dotted;
	text-align: right;
	font-weight: bold;
}
#backToBlog {
	float: left;
	margin-top: 5px;
}
#shareThis {
	float: right;
}
#shareThis img {
	margin: 0px 0px 4px 0px !important;
}

/* -----=====: + ~{ SEARCH RESULTS }~ + :=====----- */
#searchWord p {
	margin: 0;
}

/* -----=====: + ~{CATEGORIES}~ + :=====----- */

#categories li {
	float: left;
	margin-bottom: 5px;
}
#categories a {
	display: block;
	width: 138px;
	font-size: 0.8em;
	color: #fff;
	/*text-decoration: underline;*/
}

/* -----=====: + ~{ SEARCH FORM }~ + :=====----- 
#searchBox label {
	width: 80px;
	margin-top: 5px;
}
#searchBox input.text {
	float: left;
}
#searchBox input.submit {
	float: left;
	clear: none;
}
*/

/* -----=====: + ~{COMMENTS}~ + :=====----- */
.comments .info {
	float: left;
	width: 200px;
}
.odd {
	background-color: #eee;
}
.even {
	background-color: #f8f8f8;
}
.authorComment {
	background-color: #ccc;
	color: #fff;
}
#headingPreview {
	margin-top: 2em;
}
.preview {
	background-color: #00aeef;
}
.permalink {
	float: right;
	font-size: 0.75em;
}
.comment {
	padding: 16px 10px 0 10px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 3px;
}
.comment .author {
	float: none;
	margin-bottom: 0.2em;
}
.comment .commentDate {
	float: none;
	font-size: 0.7em;
	margin: 0 0 18px 0;
}
.comments {
	font-size: 0.9em;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.comments h2 {
	margin-top: 1em;
}
.commentText p {
	margin-left: 200px;
}

.pagination p {
	margin-bottom: 0;
	font-size: 0.62em;
}
#comment_form label {
	float: none;
	width: auto;
	margin-bottom: 2px;	
}
#comment_form .checkboxLabel {
	margin-top: 4px;
}
/* -----=====: + ~{ARTICLE}~ + :=====----- */
.entryHeader {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #393939;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.author { 
	float: left;
}
.postDate {
	font-size: 0.62em;
	font-weight: bold;
	margin-bottom: 4px;
}
/* #block1 p {  Dunno why this was here.
	overflow: hidden;
}*/
#block1 h2 {
	clear: both;
}
.mainImage {
	margin-bottom: 1em;
}
.readMore {
	background-image: url(/images/site/button_more.png);
	height: 24px;
	width: 49px;
	float: right;
}
.readMore:hover {
	background-position: 0 -24px;
}