@charset "UTF-8";
/* Blog CSS  */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
.right {
	float:right;
}
.left {
	float:left;
}
h1 {
	color: #62B5D0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height:45px;
	margin-top: 0px;
	font-weight: bold;
}
h4 {
	font-size:20px;
	color: #999999;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
a:link {
	text-decoration:none;
	color: #3c8ca7;
}
a:visited {
	text-decoration:none;
	color: #3c8ca7;
}
a:hover {
	text-decoration:underline;
	color: #3c8ca7;
}
a:active {
	text-decoration:underline;
	color: #3c8ca7;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: left;
	width: 100%;
}
#header {
	background-image: url(images/blog_header.gif);
	height: 71px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
#header div {
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	font-size: 13px;
}
#header a:link {
	text-decoration:none;
	color: #FFFFFF;
}
#header a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#header a:hover {
	text-decoration:none;
	color: #A4E5FA;
}
#header a:active {
	text-decoration:none;
	color: #a4e5fa;
}
a:link img {
	outline: none;
	border: none;
}
a:visited img {
	outline: none;
	border: none;
}
a:hover img {
	outline: none;
	border: none;
}
a:active img {
	outline: none;
	border: none;
}
a:focus img {
	outline: none;
	border: none;
}
a {
	outline: none;
	border: none;
}
#blog-headline {
	margin-top: 30px;
	margin-bottom:25px;
	float: left;
	margin-left: 20px;
	width: 97%;
}
#blog-roll {
	float: left;
	width: 525px;
	padding-right: 20px;
	margin-top:0px;
	margin-left: 20px;
}
.post {
	font-family: "Times New Roman", Times, serif;
	width: 500px;
	float: left;
	font-size: 14px;
	line-height: 19px;
	color: #666666;
	margin-bottom: 65px;
	color:#333333;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #BCBCBC;
	margin-top: 0px;
	margin-bottom:12px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height:28px;
	display: block;
	background-image: url(images/blog_post_cross.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-top:0px;
	padding-top:0px;
	background-position: 0px 5px;
	color: #AC1D17;
}
.headline a:link {
	text-decoration:none;
	color: #AC1D17;
}
.headline a:visited {
	text-decoration:none;
	color: #AC1D17;
}
.headline a:hover {
	text-decoration:underline;
	color: #AC1D17;
}
.headline a:active {
	text-decoration:none;
	color: #AC1D17;
}
#sidebar {
	width: 200px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 16px;
	padding-bottom: 50px;
}
#sidebar span {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sidebar ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	list-style-type: none;
	padding: 0px;
	font-size: 14px;
}
#sidebar li {
	margin-top: 7px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	padding-left: 17px;
	background-image: url(images/blog_menu_cross.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#bottom-nav {
	width: 490px;
	padding-bottom:40px;
}
#bottom-nav a:link {
	text-decoration:none;
	color: #999999;
}
#bottom-nav a:visited {
	text-decoration:none;
	color: #999999;
}
#bottom-nav a:hover {
	text-decoration:underline;
	color: #666666;
}
#bottom-nav a:active {
	text-decoration:none;
	color: #666666;
}
#footer {
	font-size:13px;
	color:#cccdcf;
	margin-top:35px;
	float:left;
	padding-bottom: 25px;
	padding-top: 10px;
	margin-left: 20px;
	width: 620px;
}
#footer a:link {
	text-decoration:none;
	color: #cccdcf;
}
#footer a:visited {
	text-decoration:none;
	color: #cccdcf;
}
#footer a:hover {
	text-decoration:none;
	color: #999999;
}
#footer a:active {
	text-decoration:none;
	color: #cccdcf;
}
.main-menu {
	float:right;
}
#home_current {
	float:left;
	display:block;
	background-image: url(images/home.gif);
	width:61px;
	height:50px;
	margin-right:5px;
}
.tags {
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#home-button {
	display:block;
	width:30px;
	height:30px;
	background-image:url(images/blog-home.png);
}
#home-button span, #rss-button span {
	display: block;
	visibility:hidden;
}
#home-button:hover {
	display:block;
	width:30px;
	height:30px;
	background-image:url(images/blog-home.png);
	background-position:-31px;
	cursor:pointer;
}
#rss-button {
	display:block;
	width:49px;
	height:30px;
	background-image: url(images/rss-button.png);
}
#rss-button:hover {
	display:block;
	width:49px;
	height:30px;
	background-image: url(images/rss-button.png);
	background-position:-50px;
	cursor:pointer;
}
#main-blog-menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#main-blog-menu li {
	float:left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.categories {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	list-style-type: none;
	padding: 0px;
	font-size: 14px;
} 
li.cat-item {
	list-style-type:none;
}
#s {
	background-color: #999999;
	color: #FFFFFF;
	border:none;
	margin:5px 0 5px 0;
	padding:2px;
}
#searchsubmit {
	background-image: url(images/search.gif);
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	width:60px;
	height:20px;
	letter-spacing:.125exs;
}
#searchsubmit:hover {
	background-image: url(images/search-roll.gif);
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	width:60px;
	height:20px;
	letter-spacing:.125exs;
}
h3 {
	color: #AC1D17;
	font-weight:bold;
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:20px;	
}
#comments {
	font-size:12px;
	color:#999999;
	margin-top:15px;
	padding-top:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#comments textarea {
	width: 450px;
}
#about-copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:24px;
	margin-top:30px;
	margin-bottom:15px;
}