@charset "utf-8";
/* CSS Document */
@media screen {
	.sIFR-active h1 {
		font-size: 20pt;
		color: #787878;
		font-weight: bold;
		letter-spacing: -2px;
	}

	.sIFR-active #blog_sidebar h2 {
		font-size: 12pt;
		color: #787878;
		font-weight: bold;
		letter-spacing: normal;
	}
}

#blog_content {
	clear: both;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

	#blog_content h1 {
		font-size: 20pt;
		color: #787878;
		font-weight: bold;
		letter-spacing: -2px;
	}
	
	#blog_content .blog_post {
		clear: both;
	}

		#blog_content .blog_post h2 {
			color: #125687;
			font-weight: bold;
			letter-spacing: -1px;
			font-size: 116%;
			line-height: 1.0em;
			margin-bottom: 2px;
		}

			#blog_content .blog_post h2 a:link, 
			#blog_content .blog_post h2 a:active, 
			#blog_content .blog_post h2 a:visited { 
				color: #125687;
				text-decoration: none;
				border-bottom: 1px #ffffff dotted;
			}

			#blog_content .blog_post h2 a:hover { 
				color: #125687;
				text-decoration: none;
				border-bottom: 1px #125687 dotted;
			}

		#blog_content .blog_post strong {
			font-weight: bold;
		}

		#blog_content .blog_post small {
			color: #787878;
			letter-spacing: -1px;
			font-size: 85%;
			font-weight: inherit;
		}

			#blog_content .blog_post small a:link, 
			#blog_content .blog_post small a:active, 
			#blog_content .blog_post small a:visited { 
				color: #787878;
				text-decoration: none;
				border-bottom: 1px #787878 dotted;
			}

			#blog_content .blog_post small a:hover { 
				color: #787878;
				text-decoration: none;
				border-bottom: 1px #ffffff dotted;
			}

		#blog_content .blog_post .blog_entry {
			margin-top: 20px;
			font-size: 93%;
			color: #787878;
			font-weight: normal;
			line-height: 1.25em;
			letter-spacing: -1px;
		}

		#blog_content .blog_post .blog_entry_prev {
			width: 340px;
			min-width: 340px;
			max-width: 340px;
			overflow-x: hidden;
		}

		#blog_content .blog_post .blog_read_more {
			margin-top: 10px;
			border-top: 1px #787878 dotted;
			padding-top: 10px;
			padding-bottom: 10px;
			border-bottom: 1px #787878 dotted;
			width: 100%;
			float: left;
		}

			#blog_content .blog_post .blog_read_more a:link, 
			#blog_content .blog_post .blog_read_more a:active, 
			#blog_content .blog_post .blog_read_more a:visited, 
			#blog_content .blog_post .blog_read_more a:hover {
				display: block;
				background-image: url(/_images/_backgrounds/sprites.png);
				background-repeat: no-repeat;
				background-position: -747px -1377px;
				width: 101px;
				min-width: 101px;
				max-width: 101px;
				height: 16px;
				min-height: 16px;
				max-height: 16px;
				text-indent: -9999px;
				cursor: pointer;
			}
	
	#blog_content .blog_post_large {
		clear: both;
	}

		#blog_content .blog_post .blog_post_large_postimage {
			float: left;
			width: 430px;
			min-width: 430px;
			max-width: 430px;
			height: 170px;
			min-height: 170px;
			max-height: 170px;
			margin-right: 15px;
			margin-bottom: 15px;
			background-color: #f0eeea;
			overflow: hidden;
		}

			#blog_content .blog_post .blog_post_large_postimage .image {
				background-repeat: no-repeat;
				background-position: center center;
				width: 420px;
				min-width: 420px;
				max-width: 420px;
				height: 160px;
				min-height: 160px;
				max-height: 160px;
				margin: 5px;
			}

		#blog_content .blog_post .blog_post_small_postimage {
			float: left;
			width: 70px;
			min-width: 70px;
			max-width: 70px;
			height: 70px;
			min-height: 70px;
			max-height: 70px;
			margin-right: 15px;
			margin-bottom: 15px;
			background-color: #f0eeea;
			overflow: hidden;
		}

			#blog_content .blog_post .blog_post_small_postimage .image {
				background-repeat: no-repeat;
				background-position: center center;
				width: 60px;
				min-width: 60px;
				max-width: 60px;
				height: 60px;
				min-height: 60px;
				max-height: 60px;
				margin: 5px;
			}

		#blog_content .blog_post_large .blog_post_container {
			float: left;
			width: 460px;
			min-width: 460px;
			max-width: 460px;
			margin-bottom: 10px;
			overflow: hidden;
		}

		#blog_content .blog_post_large .blog_post_container_wide {
			margin-bottom: 10px;
			overflow: hidden;
		}

	#blog_content .blog_post_small {
		width: 340px;
		min-width: 340px;
		max-width: 340px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px;
		border-right: 1px #787878 dotted;
		border-bottom: 1px #787878 dotted;
		vertical-align: top;
	}

	#blog_content .blog_post_small_right {
		border-right: 0px;
		border-bottom: 1px #787878 dotted;
		padding-left: 10px;
	}

		#blog_content .blog_post_small table {
			border: none;
			margin: 0px;
			padding: 0px;
			clear: both;
			vertical-align: top;
		}

			#blog_content .blog_post_small tr {
				clear: both;
			}

				#blog_content .blog_post_small tr td {
					vertical-align: top;
					text-align: left;
				}	
	
		#blog_content #blog_respond {
			clear: both;
		}

			#blog_content #blog_respond p {
				font-size: 85%;
				color: #787878;
				letter-spacing: -1px;
				padding-bottom: 10px;
			}
	
		#blog_content ol.commentlist li .comment-body {
			clear: both;
			border-bottom: 1px #787878 dotted;
			padding-bottom: 10px;
			margin-bottom: 10px;
			font-size: 93%;
			letter-spacing: -1px;
		}

			#blog_content ol.commentlist li .comment-body .comment-author {
				font-weight: bold;
				float: left;
			}

				#blog_content ol.commentlist li .comment-body .comment-author cite.fn {
					font-style: italic;
					font-weight: bold;
					color: #125687;
				}

				#blog_content ol.commentlist li .comment-body .comment-author span.says {
					font-style: italic;
					font-weight: bold;
				}

			#blog_content ol.commentlist li .comment-body .comment-meta {
				float: right;
				color: #125687;
				text-align: right;
				font-style: italic;
			}

			#blog_content ol.commentlist li .comment-body p {
				clear: both;
				padding-top: 5px;
				line-height: 1.15em;
			}

			#blog_content ol.commentlist li .comment-body .reply {
				display: none;
			}

	#blog_content #blog_bottom {
		clear: both;
		margin-top: 10px;
	}
	
		#blog_content #blog_bottom #blog_grid {
			float: left;
			overflow: hidden;
			width: 720px;
			min-width: 720px;
			max-width: 720px;
			min-height: 700px;
			border-top: 1px #787878 dotted;
			border-right: 1px #787878 dotted;
		}
	
		#blog_content #blog_bottom #blog_sidebar {
			float: right;
			border-top: 1px #787878 dotted;
			width: 190px;
			min-width: 190px;
			max-width: 190px;
		}

			#blog_content #blog_bottom #blog_sidebar #blog_sidebar_content {
				margin-top: 10px;
				margin-left: 10px;
			}

			#blog_content #blog_bottom #blog_sidebar h2 {
				font-size: 12pt;
				color: #787878;
				font-weight: bold;
				letter-spacing: normal;
			}
	
			#blog_content #blog_bottom #blog_sidebar a#sidebar_header:link, 
			#blog_content #blog_bottom #blog_sidebar a#sidebar_header:active, 
			#blog_content #blog_bottom #blog_sidebar a#sidebar_header:visited, 
			#blog_content #blog_bottom #blog_sidebar a#sidebar_header:hover { 
				display: block;
				cursor: pointer;
				text-indent: -9999px;
				background-image: url(/_images/_elements/_headers/blog_rss_sub.png);
				background-repeat: no-repeat;
				background-position: center top;
				width: 175px;
				min-width: 175px;
				max-width: 175px;
				height: 70px;
				min-height: 70px;
				max-height: 70px;
				margin-left: 10px;
				margin-top: 10px;
				margin-bottom: 10px;
				text-decoration: none !important;
				border: none;
			}

				#blog_content #blog_bottom #blog_sidebar li.widget ul {
					list-style: none;
					list-style-type: none;
					clear: both;
					margin-top: 5px;
					margin-bottom: 20px;
					overflow: hidden;
				}

					#blog_content #blog_bottom #blog_sidebar li.widget ul li {
						list-style: none;
						list-style-type: none;
						font-size: 93%;
						letter-spacing: -1px;
						color: #787878;
					}

						#blog_content #blog_bottom #blog_sidebar li.widget ul li a:link, 
						#blog_content #blog_bottom #blog_sidebar li.widget ul li a:active, 
						#blog_content #blog_bottom #blog_sidebar li.widget ul li a:visited { 
							display: block;
							margin-bottom: 5px;
							color: #125687;
							font-weight: bold;
							text-decoration: none;
						}

						#blog_content #blog_bottom #blog_sidebar li.widget ul li a:hover {
							text-decoration: underline;
						}

button.submit {
	clear: both;
	background-image: url(/_images/_backgrounds/sprites.png);
	background-repeat: no-repeat;
	background-position: -302px -373px;
	background-color: transparent;
	width: 128px;
	min-width: 128px;
	max-width: 128px;
	height: 43px;
	min-height: 43px;
	max-height: 43px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	display: block;
}

/* WordPress default classes */
.alignleft {
	padding-top: 10px;
	float: left;
}

	.alignleft a:link, 
	.alignleft a:active, 
	.alignleft a:visited { 
		color: #125687;
		font-weight: bold;
		letter-spacing: -1px;
		text-decoration: underline;
	}

	.alignleft a:hover { 
		color: #125687;
		text-decoration: none;
	}

.alignright {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}

	.alignright a:link, 
	.alignright a:active, 
	.alignright a:visited { 
		color: #125687;
		font-weight: bold;
		letter-spacing: -1px;
		text-decoration: underline;
	}

	.alignright a:hover { 
		color: #125687;
		text-decoration: none;
	}
