@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	color: #666666;
}
.topButton {
width: 795px; margin:auto; margin-top: -10px; position:absolute; text-align:right;
float:right;
border: 1px solid #000;
}
.topButton img {
	float: right;
}
img {
	border: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.bio {
	font-size: 13px;
}
.bio p {
padding-bottom: 15px;
}
h2.bioHead {
	padding-top: 0px;
	margin-top: 0px;
}

h2.bioHead, strong.bioStrong {
text-align:left;
	color: #3967b2;
	font-size: 16px;
}

strong.bioStrong {
display:block;
	padding-top: 35px;
}

div.bioSig {
margin-top: -10px;
padding-left: 149px;
}

#comment {
	width: 500px;
	height: 100px;
}
#commentsBox {
text-align:left;
margin:auto;
	width: 500px;
display: none;
}
.avatar, .comment-meta {
	display: none;
}
.comment-author {
	font-weight: bold;
	color: #555;
}
.blogPost, ol.commentlist li {
list-style:none;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	border: 1px dotted #e6e6e6;
	padding: 10px;
}
ol.commentlist {
	list-style: none;
	margin:0px;
	padding:0px;
}
.entry {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 14px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#boxHolder {
	margin: auto;
	background: url(../images/bg.gif) repeat-y;
	width: 807px;
}

#boxTop {
/*
	background: url(../images/heading.gif) top no-repeat;
	*/
}

#boxBottom {
	background: url(../images/footer.gif) bottom no-repeat;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align:center
}

#footer {
	padding-top:5px;
	font-size: 9px;
	margin: auto;
	width: 807px;
	color:#aaa;
	text-align:center;
	line-height:20px;
}

a:link, a:visited {
	color:#aaa;
}

#footer a:link, #footer a:visited {
	color:#aaa;
	text-decoration:none;
}
#footer a:hover {
	color: #555;
}
#footer a.currentPage:link, #footer a.currentPage:visited {
	text-decoration: underline;
}

#nav {
	clear:both;
	text-align: center;
	height: 21px;
	width: 695px;
	margin: auto;
}

#nav a.currentPage:link, #nav a.currentPage:visited {
	background: #a0a0a0;
}

#nav a:link, #nav a:visited {
	float:left;
	display:block;
	background: #d0d0d0;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 10px;
	color: #fff;
	height: 21px;
	width: 111px;
	overflow:hidden;
	font-weight:bold;
	text-decoration: none;
	
}
#navDrop {
display: none;
float:right;
padding-right: 9px;
width: 111px;
}
.dropDown1, .dropDown2 {
	float:none;
	margin: 1px;
}

#nav a:hover {
	background: #a0a0a0;
}
#arrowLeft {
	position: absolute;
	margin-left: 145px;
	margin-top: 8px;
	float:left;
	cursor:pointer;
}
#arrowRight {
	margin-top: -92px;
	position: absolute;
	margin-left: 625px;
	float:left;
	cursor:pointer;
}
#archiveHolder {
	display:block;
	position:relative;
	width: 439px;
	margin:auto;
	height: 100px;
	overflow:hidden;
}
#archiveList {
	width: 1878px;
	margin:auto;
	height: 100px;
}
div.acrhiveLink {
	margin: 5px;
	float:left;
	height: 80px;
	position:relative;
}

#archiveList a:link, #archiveList a:visited {
	z-index:10;
	display:block;
	float:left;
	border: 1px solid #5e5e5e;
	width: 50px;
	height: 50px;
	overflow:hidden;
	position:relative;
}
#archiveList div span.archiveImage {
	display:block;
	width: 50px;
	height: 50px;
	position:absolute;
	overflow:hidden;
}
#archiveList div span.archiveImage:hover, #archiveList div#On span.archiveImage {
	width: 48px;
	height: 48px;
	border: 1px solid #000;
}


div.date {
	width: 52px;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	padding-top: 60px;
}


#topBar {
	height: 14px;
	font-size: 10px;
	line-height:13px;
	vertical-align:middle;
	text-align:right;
	background:#ddd;
	width: 295px;
	padding-right: 5px;
	position:relative;
}

#topBar a:link, #topBar a:visited {
	color: #000;
	text-decoration:none;
}

#contactForm label {
	display: block;
	width: 100px;
	float: left;
}
#contactForm input {
	width: 150px;
}

#contactForm textarea {
	width: 250px;
	height: 80px;
}
#contactForm {
	padding: 20px;
	text-align:center;
}

#contactForm h3 {
	text-align: center;
	padding: 20px;
	padding-top: 0px;
}