@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:"Gill sans", Arial, sans serif;
	background-image:url(images/blogBodyBG.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#014A89;
	font-size:100%;
}
#container {
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#banner {
	width:960px;
	height:200px;
	float:left;
	
	background-image:url(images/blogbanner.jpg);
	background-repeat:no-repeat;
}
img { border:0; margin:0; padding:0; }

#blog { 
	background-image:url(images/blogBodyBG.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:"Gill Sans", Arial, sans serif;
	font-size:small;
	margin:0;
	padding:0;
}
#blogcontainer {
	width:960px;
	margin: 0 auto;
}
#blogbanner {
	width:960px;
	height:200px;
	float:left;
	margin:0;
	padding:0;
	background-image:url(images/blogbanner.jpg);
	background-repeat:no-repeat;
}
#entry {
	width:610px;
	float:left;
	padding:50px 0 70px 20px;
	font-size:100%;
	color:#333333;
	line-height:20px;
}
#entry a {
	text-decoration:underline;
	color:#333333;
}
#entry a:hover {
	color:#666666;
}
#entry h1 {
	font-size:200%;
	font-weight:400;
	line-height:30px;
	color:#999999;
	text-transform:uppercase;
	border-bottom:1px solid #CCCCCC;
	margin:0;
	padding:0;
}
#entry h2, #entry h3, #entry h4 {
	font-size:130%;
	font-weight:400;
	color:#000033;
	margin:0;
	padding:0;
}
#contents {
	width:240px;
	float:left;
	margin:50px 0;
	padding-left:60px;
}
#contents h1, #contents h2, #contents h3, #contents h4 {
	font-size:150%;
	font-weight:400;
	color:#00457c;
	margin:0;
	padding:0;
	border-bottom:2px solid #00457c;
}
#contents ul {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0 0 0 3px;
}

#contents ul li {
	padding:8px 0;
	border-bottom:1px dotted #666666;
}
#contents ul li a:link, #contents ul li a:visited, #content ul li a:active {
	text-decoration:none;
	color:#666666;
}
#contents ul li a:hover {
	color:#27318B;
}
#footer2 { width:960px; float:left; margin:0; padding:20px 0; border-top:1px solid #CCCCCC; }

.article .date {
visibility: hidden;
display: none;
}
form .comment_author {
float: left;
width: 49%;
}
#new-comment h3 {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
}
form .comment_email_address {
float: right;
width: 49%;
}
.article .footer span {
background-color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
float: left;
width: 120px;
height: 15px;
line-height: 15px;
margin-right: 1px;
}
.article .footer a {
display: block;
color: #FFFFFF;
padding-left: 7px;
text-decoration: none;
}

.article .header span, .comment .header span {
font-family: Arial, Helvetica, sans-serif;
color: #6699CC;
}
.comment .number {
font-size: 300%;
position: absolute;
left: -70px;
}
.comment .reply {
float: right;
position: absolute;
right: 0px;
top: 0px;
}
.comment .header {
position: relative;
color: #CCCCCC;
}
.comment .body {
clear: left;
}
a {
color: #6699CC;
}
.article .body {
padding-bottom: 10px;
padding-top: 5px;
}
.article .header {
color: #CCCCCC;
}
.article .header h2 {
font-size: 230%;
padding-bottom: 5px;
margin-bottom: 5px;
}
.article {
padding-bottom: 40px;
}

