body
{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0px 60px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#header
{
	margin: 0 0 8px 0;
	padding: 4px 8px 8px 8px;
	color: #CCC;
	background-color: #000;
	height: 16px;
	border-width: 1px 0 4px 0;
	border-style: solid none solid none;
	border-color: #999 #999 #666 #999;
}

#header h1
{
	font-family: "Lucida Grande", geneva, verdana, trebuchet, arial, sans-serif;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	color: #999;
	float: left;
}

#header h2
{
	font-family: "Lucida Grande", geneva, verdana, trebuchet, arial, sans-serif;
	font-size: 12px;
	margin: 1px 0 0 8px;
	font-weight: normal;
	color: #69F;
	padding: 6px 0 0 6px;
	float: left;
}

#google
{
	background-color: #FFF;
	padding: 0px 15px 10px 15px;
	margin: 15px 15px 20px 210px;
	width: 494px;
	border-color: #69F;
	border-width: 4px;
	border-style: dashed;
}

#content
{
	background-image: url(../images/trans.png);
	background-color: transparent;
	padding: 0px 15px 10px 15px;
	border-color: #666 #666 #666 #666;
	border-width: 1px;
	border-style: dotted;
	margin: 15px 15px 20px 210px;
	width: 500px;
}

h1
{
	/*font-family: "Lucida Grande", geneva, verdana, trebuchet, arial, sans-serif;*/
	font-family: palatino, georgia, times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin: 12px 0px 0px 0px;
	text-align: left;
}

h2
{
	font-family: palatino, georgia, times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	margin: 14px 0 0 0;
	text-align: left;
}

p
{
	color: #000;
	font-family: geneva, verdana, trebuchet, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	margin: 6px 0px 6px 0px;
}

li
{
	line-height: 1.1;
	font-family: palatino, georgia, times, serif;
	font-size: 13px;
	text-align: justify;
	margin: 0 40px 0 0px;
}

a:link, a:visited
{
	/*color: #06C;*/
	color: #36F;
	font-family: geneva, verdana, trebuchet, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #69F;
	font-family: geneva, verdana, trebuchet, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:active
{
	color: #CCC;
	font-family: geneva, verdana, trebuchet, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.archive-date
{
	color: #666;
	font-size: 11px;
	font-family: "Lucida Grande", geneva, verdana, trebuchet, arial, sans-serif;
	font-weight: normal;
}

.blog-foot
{
	color: #999;
	font-size: 10px;
	font-family: "Lucida Grande", geneva, verdana, trebuchet, arial, sans-serif;
	font-weight: normal;
}

a.blog-foot:link, a.blog-foot:visited, a.blog-foot:active
{
	color: #999;
	font-size: 10px;
	font-family: "Lucida Grande", geneva, verdana, trebuchet, arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

a.blog-foot:hover
{
	/*color: #06C;*/
	color: #36F;
	font-size: 10px;
	font-family: "Lucida Grande", geneva, verdana, trebuchet, arial, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}

#comments
{
	background-image: url(../images/trans_gray.png);
	background-color: transparent;
	padding: 0px 15px 10px 15px;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	margin: 15px 15px 20px 210px;
	width: 500px;
}

#comments a
{
font-weight: normal;
}

#comments a:link, a:active, a:visited
{
	color: #36f;
	font-weight: normal;
	text-decoration: none;
}

#comments a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

.comment-date
{
	/*color: #06C;*/
	color: #36F;
	font-family: palatino, georgia, times, serif;
	font-weight: normal;
	font-size: 12px;
}

.comment-foot
{
	color: #333;
	font-size: 12px;
	font-family: "Lucida Grande", geneva, verdana, trebuchet, arial, sans-serif;
	font-weight: normal;
	margin: 0 0 18px 0;
	border-bottom: #333;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 0 4px 0;
}

/* Menu styles */

#menu
{
	position: absolute;
	top: 50px;
	left: 15px;
	width: 180px;
	background-image: url(../images/trans_black.png);
}

#main-nav
{
	width:135px;
	margin: 10px 0 10px 40px;
}

#main-nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav li
{ 
	text-align: center; 
	font-family: verdana, trebuchet, lucida, arial, sans-serif;
	font-size: 13px;	
}

#main-nav li a
{
	display: block;
	background-color: transparent;
	padding: 2px;
	color: #fff;
	font-weight: normal;
font-size: 13px;
}

#main-nav li a:hover
{
	background-color: #fff;
	text-decoration: none;
	color: #333;
}

#menu form 
{
text-align: center;
/*margin: 0 0 10px 27px; */
}
#menu input 
{ 
/*margin: 2px 0 2px 0;*/
text-align: left;
font: 10px verdana, trebuchet, lucida, arial, sans-serif;
border: solid 1px #333;
}

.sub-menu
{
	text-align: left;
	color: #CCC;
	font-family: verdana, trebuchet, lucida, arial, sans-serif;
	font-size: 11px;
	margin: 4px;
}

/* diversions */
#diversions
{
	position: absolute;
	top: 200px;
	left: 15px;
	width: 180px;
	background-image: url(../images/trans_black.png);
	padding: 6px 0 6px 0;
}

#diversions h1
{
	color: #fff;
	text-align: center;
	font-family: verdana, trebuchet, lucida, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
}

#diversions p
{
	color: #fff;
	text-align: left;
	font-family: verdana, trebuceht, arial, sans-serif;
	font-size: 11px;
	margin: 0 6px 6px 6px;
	line-height: 1.2;
}

#diversions a:link, a:active, a:visited
{
	color: #69F;
	font-weight: bold;
	text-decoration: none;
font-size: 12px;
}

#diversions a:hover
{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
font-size: 12px;
}

/*offset code snippets, extended quotes*/
code
{
	font-size: 12px;
	font-family: "Andale Mono", courier, monaco, monospace;
	background-color: #fff;
	text-align: left;
}

pre
{
	margin: 15px;
	background-color: #fff;
	padding: 8px;
	/*border-color: #06C;*/
	border-color: #36F;
	border-width: 1px 0px 1px 0px;
	border-style: dotted none dotted none;
	text-indent: 0px;
	text-align: left;
}

blockquote
{
	font-size: 13px;
	font-family: palatino, georgia, times, serif;
	text-align: justify;
	line-height: 1.2;
	text-decoration: none;
	border-color: #333;
	border-width: 0px 1px 0px 1px;
	border-style: none dotted none dotted;
	padding: 8px;
	margin: 15px;
	background-color: #fff;
}

blockquote p
{
	font-size: 13px;
	font-family: palatino, georgia, times, serif;
	text-align: justify;
	line-height: 1.2;
	text-decoration: none;
	text-indent: 0px;
	margin: 4px 0px 4px 0px;
}

/* other special designations */
acronym
{
	text-decoration: none;
	font-family: geneva, verdana, trebuchet, arial, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: #36F;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

abbr
{
	text-decoration: none;
	font-family: geneva, verdana, trebuchet, arial, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: #36F;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}