/* CSS Document */
/* CSS Document */
body {
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body, div, a {
	font-family:Georgia, Arial, Verdana, sans-serif;
	font-size:1em;
}

img {
	border:0px;
}

a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input[type=hidden] {
	display:none;
}

/* div #canvas holds everthing in this page in the center */
#canvas {
	margin:0px;
	text-align:center;
	width:99%;
}

#header {
	
	height:34px;
	width:750px;
	position:relative;

}

@media print {
	#canvas {
		text-align:left;
	}
	#header {
		display:none;
	}
}

#headlinks {
	width:50%;
	background-color:#FFFFFF;
	text-align:right;
	float:left;
	height:31px;
	border-bottom:1px solid #B6B6B6;
	padding-top:3px;
}

#headlinks a {
	color:#3E5F1D;
	font-size:11px;
	line-height:11px;
	float:right;
	text-align:left;
	margin-top:1px;
	margin-right:5px;
	width:40px;
}
	
#search {
	width:50%;
	background-color:#B6B6B6;
	text-align:center;
	float:right;
	height:100%;
	border-bottom:1px solid #B6B6B6;
}

#search form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%;
}

#search input {
	width:233px;
	color:#ABA8A8;
	border:1px solid #8E8E8E;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:2px 2px 1px 2px;
	margin:6px 3px 3px 20px;
	float:left;
}

#search .button {
	width:62px;
	height:22px;
	margin:5px 33px 1px 10px;
	padding:0px 0px 0px 0px;
	border:0px;
	float:right;
}

/* div #container holds everything below the #header <div> */
#container {
	background-image:url(container-bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	width:750px;
	text-align:center;
	padding-top:27px;
}

/* div #masthead is a placeholder for logo and contains a background img */
#masthead {
	width:691px;
	height:97px;
	background-image:url(masthead-bg.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin:0px 24px 45px 36px;
}
@media print {
	#container {
		width:670px;
		background:none;
		background-color:#FFFFFF;
	}
	#masthead {
		border:1px solid #666666;
		width:600px;
		margin:0px 24px 25px 5px;
		background:none;
		background-color:#FFFFFF;
	}
}
/* div #logo contains logo <img> */
#logo {
	float:left;
	border:0px;
	margin:21px 1px 29px 5px;
}
/* div #potrait contains <img> of pencils */
#potrait {
	float:right;
	border:0px;
	margin:20px 35px 0px 1px;
}
/* div #posts contains all blog posts */
#posts {
	float:right;
	margin:4px 11px 25px 3px;
	width:460px;
	text-align:left;
}
@media print {
	#posts {
		width:390px;
		
	}
}
#posts .date {
	color:#874E52;
	font-size:14px;
	font-weight:bold;
	width:100%;
	padding:1px 1px 2px 2px;
	border-bottom:1px solid #111111;
}

#posts .title {
	color:#656565;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:89%;
	margin:10px 0px 1px 2px;
}

#posts .subtitle {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:89%;
	text-align:left;
	margin-left:2px;
}

#posts .subtitle a {
	color:#555454;
	text-decoration:underline;
}

#posts .print {
	float:right;
	width:7.5%;
	text-align:right;
	margin:10px 0px 1px 1px;
}

#posts .message {
	clear:both;
	color:#5A5A5A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:justify;
	margin:15px 1px 24px 3px;
	width:80%;
	display:block;
	widows:3;
}

#posts .message a {
	color:#0099FF;
	text-decoration:underline;
}

#posts .message a:hover {
	text-decoration:none;
}

@media page {
	#posts .message {
		width:99%;
	}
}
#posts .tools {
	width:100%;
	clear:both;
	margin-left:2px;
	margin-bottom:33px;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#posts .tools a {
	color:#3E5F1D;
	text-decoration:underline;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#posts .comments {
	width:70px;
	margin-right:20px;
	float:left;
}

#posts .trackback {
	width:140px;
	float:left;
	margin-right:10px;
}

#posts .commenttool {
	float:left;
	text-align:right;
	width:110px;
}

#posts .emailtool {
	float:right;
	text-align:right;
}

@media print {
	#posts .commenttool {
		display:none;
	}
	#posts .emailtool {
		display:none;
	}
}

#posts .emailtool a, #posts .commenttool a {
	text-decoration:none;
}

#posts .emailtool a:hover, #posts .commenttool a:hover {
	text-decoration:underline;
}
#posts .emailtool img {
	margin-right:4px;
}

#posts .commenttool img {
	margin-right:1px;
}

#reply {
	font-size:11px;
	background-color:#F3F3F3;
	border:1px dashed #A3A3A3;
	padding:3px 3px 3px 3px;
	float:right;
	margin:4px 11px 25px 3px;
	width:390px;
	text-align:left;
}


#reply .reply_post {
	width:95%;
}

#reply .bigclear {
	clear:both;
	height:15px;
}
/* Calendar */
#navigation {
	float:left;
	width:215px;
	text-align:center;
	left:3.5%;
	position:relative;
	margin-bottom:35px;
	margin-right:2px;
}
@media print {
	#navigation {
		left:0.5%;
	}
}

#navigation .user {
	width:195px;
	font-size:0.8em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555454;
	text-align:left;
	padding:2px 1px 2px 5px;
	
}

#calendar {
	width:195px;
	
	
}

#calendar .title {
	font-size:1.1em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#585858;
	padding-bottom:3px;
	padding-left:2px;
	border-bottom:1px solid #111111;
	text-align:left;
}

#calendar #tabular {
	font-size:11px;
	margin-top:8px;
	text-align:center;
}
#calendar #tabular a {
	color:#111111;
	font-size:1.1em;
}
#calendar #tabular td.gray {
	padding:2px 0px 4px 0px;
	border-bottom:1px solid #111111;
}
#calendar #tabular td.gray a {
	color:#666666;
	font-size:1em;
}

/* Recent Posts */

#recent {
	width:205px;
	margin-top:16px;
	text-align:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

#recent .title {
	margin:0px 0px 0px 0px;
	width:100%;
	font-size:11px;
}

#recent .links {
	margin:-1px 0px 2px 0px;
	width:100%;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#recent .links .dates {
	margin-left:5px;
	font-weight:bold;
	font-size:11px;
}

#recent .links a {
	color:#656565;
	font-size:11px;
	width:188px;
	display:block;
	padding:1px 1px 0px 14px;
	margin:0px 1px 0px 1px;
	font-family:Arial, Helvetica, sans-serif;
}

#recent .links a:hover {
	background-color:#F3F3F3;
	font-family:Arial, Helvetica, sans-serif;
}

#recent #panelClose {
	margin:-3px 0px 0px 0px;
	width:100%;
}


/* LinksTable : special stylesheet for hold all three: Categories, Bookmarks, and Archives */
.linksTable {
	width:205px;
	text-align:left;
	margin:18px 0px 0px 0px;
	clear:both;

}

.linksTable .title {
	height:22px;
	background-image:url(heading-bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	font-size:0.75em;
	font-weight:bold;
	color:#676664;
	padding:4px 1px 1px 15px;
}

.linksTable .links {
	margin:0px 0px 2px 0px;
	width:100%;
}
.linksTable .adminLinks {
	margin:0px 0px 2px 15px;
	width:100%;
	list-style-type:none;
}
.linksTable .adminLinks a {
	font-size:0.75em;
}

.linksTable .links a {
	font-size:0.7em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#585858;
	width:188px;
	display:block;
	padding:1px 1px 0px 14px;
	margin:0px 1px 0px 1px;
}

/* Login Form */
#login {
	width:205px;
	text-align:left;
	margin:18px 0px 0px 0px;
	font-size:0.7em;
}

#login form {
	margin:0px 0px 0px 0px;
}

#login .icon {
	float:left;
	width:55px;
	text-align:right;
	height:60px;
}

#login .email {
	float:right;
	width:145px;
	height:58px;
}

#login .email .loginheader {
	color:#145A89;
	font-weight:bold;
}

#login .email .help {
	float:right;
	margin:2px 6px 1px 1px;
	text-align:right;
	position:relative;
	top:-4px;
}

#login .passwordlabel {
	float:left;
	clear:both;
	width:55px;
	text-align:right;
	padding:4px 2px 1px 2px;
}

#login .passwordfield {
	float:right;
	width:145px;
	height:21px;
	text-align:left;
}

#login .passwordfield {
	float:right;
	width:145px;
	height:21px;
	text-align:left;
}

#login .email input, #login .passwordfield input {
	border:1px solid #8E8E8E;
	width:134px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:2px 1px 1px 2px;
	margin:0px 0px 0px 0px;
}

#login .signup {
	clear:both;
	text-align:right;
}

#login .signup .button {
	margin:8px 5px 0px 8px;
}

#login a {
	color:#3E5F1D;
	font-weight:bold;
	text-decoration:underline;
}

/* FOOTER: */

#footer {
	clear:both;
	width:700px;
	padding:10px 0px 10px 0px;
	margin:0px 15px 1px 32px;
	border-top:1px solid #111111;
}
@media print {
	#footer {
		width:650px;
	}
}

#footer a {
	color:#585858;
	text-decoration:underline;
	font-size:0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#footer #addfav {
	margin-right:5px;
	float:left;
}

#footer #xmlrss {
	float:left;
	margin-right:5px;
}

#footer #addfav img, #footer #xmlrss img {
	margin:0px 3px 1px 1px;
}
#footer #xmlrss img {
	margin-top:2px;
}
#footer #copyright {
	width:300px;
	float:right;
	font-size:0.7em;
	margin-right:0px;
	text-align:center;
}

/* Join us (for join.cfm) */

#forms {
	float:right;
	margin:4px 2px 35px 26px;
	width:450px;
	text-align:left;
}
@media print {
	#forms {
		width:390px;
	}
}
#forms .title {
	font-size:1em;
	font-weight:bold;
	color:#874E52;
	padding:0px 0px 2px 2px;
	border-bottom:1px solid #111111;
}

#forms .formcontainer {
	display:table;
}

#forms .inputs {
	display:table-row;
	height:33px;
	clear:both;
}


#forms .labels {
	width:35%;
	text-align:right;
	float:left;
	clear:both;
	padding:3px 12px 1px 2px;
	display:table-cell;
}

#forms .fields {
	width:60%;
	text-align:left;
	float:right;
	display:table-cell;
}

#forms .fields input.t, #forms .fields select.t, #forms .fields textarea.t {
	border:1px solid #8E8E8E;
	width:70%;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:2px 1px 1px 2px;
	margin:0px 0px 0px 0px;
}

#forms .inputs input.t:focus, #forms .inputs input.focused, #forms .inputs select:focus, #forms .inputs select.focused, #forms .inputs textarea:focus, #forms .inputs textarea.focused  {
	border:1px solid #006600;
	width:70%;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:2px 1px 1px 2px;
	margin:0px 0px 0px 0px;
}

#forms .inputs .submit {
	text-align:center;
}

#forms .spacer {
	clear:both;
	width:99%;
	height:20px;
}

#forms .message {
	clear:both;
	width:95%;
	padding:3px 3px 3px 3px;
	text-align:justify;
	font-size:0.75em;
}

#forms .message a {
	color:#874E52;
}

#forms .fieldtip {
	font-size:0.7em;
	color:#006633;
	margin-bottom:3px;
}
