body
{
	margin: 0px;
	padding: 0px;
}

#masthead
{
	height: 110px;
	margin-left: 107px;
	margin-bottom: 15px;
}

#container
{
	width: 880px;
	padding: 0px 0px 10px 15px;
}

#page-header
{
	margin-left: 100px;
	
}

#page-header a
{
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

#entries
{
	float: left;
	width: 600px;
	color: #555;
}

#sidebar
{
	float: right;
	width: 250px;
	padding: 10px;
	margin-top: -10px;
}

#comments
{
	padding: 20px;
	font-family: verdana, arial, sans-serif;
}

p
{
	margin: 0px;
	padding: 0px;
}

div.entry
{
	font-family: trebuchet ms, trebuchet, arial, sans-serif;
	/*border-top: 1px dotted #AAAAFF;*/
	background: url(/images/css-dotted-AAAAFF.gif) repeat-x top;
	margin: 0px 0px 20px 0px;
	padding-top: 10px;
	clear: both;
}

div.entry-meta
{
	float: left;
}

div.date-container
{
	font-family: georgia, verdana, "Lucida Grande", arial, sans-serif;
	background-color: #4f3d0c;
	padding: 8px;
	width: 30px;
	text-align: center;
}
div.month
{
	color: #FFFFFF;
	line-height: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.bigdate
{
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	line-height: none;
	margin-top: 0px;
	padding-top: 0px;
}

div.permalink
{
	width: 45px;
	font-size: 11px;
	margin-top: 5px;
	text-align: center;
}

div.tags
{
	margin-top: 12px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: auto;
	color: #999;
}


div.entry-title
{
	font-weight: bold;
	margin-bottom: 10px;
	color: #003366;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.entry-main
{
	font-size: 14px;
	line-height: 155%;
	margin-left: 100px;
}


div.sidebarSection
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 2px #9AAABB;
	border-right: solid 2px #9AAABB;
	padding: 12px;
}
div.sidebarSectionHeader
{
	font-family: trebuchet ms, trebuchet, arial, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #9AAABB;
	margin-bottom: 9px;
}


blockquote
{
	font-family: georgia, verdana, "Lucida Grande", arial, sans-serif;
	font-size: 18px;
	line-height: 140%;
	margin: -5px 0px 10px -14px;
	padding: 5px 0px 0px 14px;
	background: url(images/quote_mark_open.gif) no-repeat;
}

cite
{
	margin-left: 20px;
	font-syle: normal;
}

cite a, div.permalink a, div.tags a
{
	color: #003366;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	border-bottom: 1px solid #CCCCFF;
}

cite a:hover, div.permalink a:hover, div.tags a:hover
{
	color: #003366;
	background: none;
	border-bottom: 1px solid #003366;
}

/*
div.permalink a:link, div.permalink a:hover, div.permalink a:active, div.permalink a:visited,
div.tags a:link, div.tags a:hover, div.tags a:active, div.tags a:visited,
{
	text-decoration: none;
	border: none;
}
*/

.highlight
{
	background-color: #DEDEFF;	
}

div.flickr-description
{
	font-weight: bold;
}

div.flickr-meta
{
	margin-top: 10px;
	font-size: 11px;
}


a, li > a, .sidebarSection > a, .sidebarSection > ul > li > a
{
	/*font-family: verdana, arial, sans-serif;
	font-size: 11px;*/
	color: #003366;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #003366;
}
a:hover, li > a:hover, .sidebarSection > a:hover, .sidebarSection > ul > li > a:hover
{
	/*font-size: 11px;*/
	color: #003366;
	background-color: #DDD;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #003366;
}


a.flickr:link, a.flickr:hover, a.flickr:active, a.flickr:visited,
a.flickr:link img, a.flickr:hover img, a.flickr:active img, a.flickr:visited img
{
	text-decoration none;
	border: 0px;
}


a.plain, a.plain:link, a.plain:visited, a.plain:active, a:plain:hover
{
	text-decoration: none;
	border: none;
	background-color: none;
}

/*
a.plain, a.plain:hover
{
	border: none;
	text-decoration: none;
	background-color: none;
}
*/

/* IE hack: doesn't recognize these classes when appended to the definitions above for some reason */
.sidelink
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #003366;
}
.sidelink:hover
{
	font-size: 11px;
	color: #003366;
	background-color: #DDD;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #003366;
}
/* end IE hack */

ul
{
	padding-left: 15px;
	margin-left: 0px;
	list-style: url(images/bullet.jpg) disc outside;
}

/*
ul.entries
{
	padding-left: 15px;
	margin-left: 0px;
	list-style: url(images/dotted_arrow.gif) disc outside;
}
A, A:link, A:visited, A:active
{
	color: #003366;
	text-decoration: none;
	/*padding: 0px 2px 1px 2px;
	border-bottom: 1px solid #993366;
	border-bottom: 1px dotted #CC6699;* /
	border-bottom: 2px solid #EE88BB;
}
A:hover
{
	color: #003366;
	text-decoration: none;
	/*padding: 0px 2px 1px 2px;* /
	border-bottom: 2px solid #CC6699;
}
*/
.title
{
	font-family: trebuchet ms, trebuchet, verdana, arial, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	margin-top: 25px;
}

#menu
{
	margin-bottom: 15px;
	background: #FFF;
	text-align: center;
}

.posted
{
	color: #999999;
	/*margin-left: 30px;*/
	font-size: 10px;
}
/*
A.postedlink, A.postedlink:link, A.postedlink:visited, A.postedlink:active
{
	color: #CC6699;
	text-decoration: none;
	border-bottom: 1px dotted #CC6699;
}
A.postedlink:hover
{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}
*/
sup
{
	font-size: 9px;
	font-family: Sans-Serif;
	margin-left: 3px;
}
.quote
{
	background: #EEE;
	/*margin: 0px 30px 0px 30px;*/
	padding: 15px 25px 8px 25px;
	line-height: 18px;
	border-left: 5px #CCC solid; /*border-top: 1px #9AAABB solid;*/ /*border-bottom: 1px #333 solid;*/
}








/* FORM ELEMENTS */
/*
input, textarea
{
	border: 1px solid #CCC;
}
*/
.input-blue
{
	font-size: 11px;
	font-weight:bold;
	background: #CCCCCC url(/images/text_input_grad3.gif) bottom left repeat-x;
	border: solid 1px #DDDDDD; /*#E3C690;*/
	border-bottom-color: #9AAABB; /*#F1D79E;*/
	border-right-color: #9AAABB; /*#F1D79E;*/
	padding: 2px;
}
.input-blue:hover, .input-blue:focus
{
	background: #EEEEEE; /*#FAE8BA;*/
}
textarea 
{
	border: solid 2px #DDDDDD; /*#E3C690;*/
	background: #EEEEEE;
}


.comments-head
{
	font-size: 11px;
	color: #666;
	border-bottom: 1px dotted #999;
	margin-top: 14px;
	font-weight: bold;
	background: #FFF;
}

.comments-body
{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	background: #FFF;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #999;
}

.comments-post
{
	color: #666;
	font-size: 9px;
	font-weight: normal;
	background: #FFF;
}

#banner-commentspop
{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	background: #003366;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.trackback-body
{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	background: #FFF;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #999;
}

.trackback-post
{
	color: #666;
	font-size: 9px;
	font-weight: normal;
	background: #FFF;
}
.trackback-url
{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	background: #FFF;
	line-height: 14px;
	padding: 5px;
	border: 1px dotted #999;
}
.calendar
{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	background: #999;
	line-height: 14px;
	padding: 2px;
	text-align: center;
}

.calendarhead
{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background: #999;
	line-height: 14px;
	padding: 2px;
}
.search-blog-header
{
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	padding-bottom: 2px;
}



IMG.bordered
{
	border: 10px solid #DDDDDD;
}
