/*------------------------------------*
 * Style Contents:                    *
 * #010: Colours, Tags and Typography *
 * #020: Page Layout                  *
 * #030: Banner and Utility Bar       *
 * #040: Entries                      *
 * #041: Comments and Trackbacks      *
 * #050: Sidebar                      *
 * #051: Sidebar Widgets              *
 *------------------------------------*/

/*------------------------------------*
 * #010: Colours, Tags and Typography *
 *------------------------------------*/
 
body {
	background-color: #fff;
	color: #6d6e71;
	padding: 5px 5px;
	font:80%/140% Geneva,"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

h1 { 
	font: bold 155%/155% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #1072BA;
	letter-spacing: -1;
}
h2 {
	font: small-caps bold 160%/160% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #988575;
}
h3 {
	font: oblique bold 140%/140% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #4F4F4F;
}
h4 {
	font: 150%/150% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #497691;
}
h5 {
	font: small-caps 150%/150% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #6A6A6A;
}
h6 {
	font: small-caps 130%/130% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #6A6A6A;
}

a:link {
	color: #1A1A1A;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #682014;
	text-decoration: none;
}

a:focus, a:hover, a:active { color: #682014; text-decoration: underline; }

strong {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: bolder;
}

blockquote { 
	background: url(images/openquote.gif) no-repeat 10px 5px; 
	font: oblique 105%/135% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #988575;
}

.entry ol {
	margin: 1em 0;
	padding-left: 18px;
}

.entry ul {
	margin: 1em 0;
	padding-left: 20px;
}

.entry ul {
	list-style: none outside url(images/list_bullet.gif);
}

.entry ul li {
	list-style: none outside url(images/list_bullet.gif);
}

.entry blockquote {
	margin: 10px 0px;
}

pre {
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #A1A1A1;
	padding: 5px;
	font-size: 110%;
	width:80%;
}

html>body pre {
	overflow:auto;	
}

* html pre {
	font-size: 90%;
	word-wrap:break-word;
}

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
 
#sideContent { margin-top: 0px; }
#centreContent { padding: 20px 0 0 20px; } 

/* No side-scrolling please */
#entries {
	overflow: hidden;
}

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/

#logoBanner h1.bodyTitle {
	text-transform: lowercase;
	font: bold 140%/100% Geneva,"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #ffffff;
	padding-bottom: 10px;
	display: inline;
	
	/* Position this relative to the block it's in, so we can move it up 10px */
	position: relative;
	top: -10px;
}

#logoBanner {
	background: #000000 url(images/banner_bg.gif) repeat-x;
	height: 71px;
}

#bannerImageLeft {
	background:transparent url(images/banner_bg_tl.gif) left top no-repeat;
	padding-top: 20px;
	padding-left: 10px;
}

#bannerImageRight {
	background:transparent url(images/banner_bg_tr.gif) right top no-repeat;
	width: 10px;
	height: 10px;
	float: right;
}

#topBar {
	position: absolute;
	top:0px;
	z-index: 4;
	width: 275px;
	height: 71px;
	right: 20px;
	background:transparent url(images/banner_right_logo.png) right bottom no-repeat;
}
 
#logoBanner a:link, #logoBanner a:visited { color: #ffffff; }
#logoBanner a:focus, #logoBanner a:hover, #logoBanner a:active { border: none; }

#utilityBar {
	background: #d2d3d4 url(images/utility_bg.gif) left top repeat-x;
	font-family: Geneva,"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 0.9em;
	padding: 0 1em;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #d6d7d8;
	border-right: 1px solid #d6d7d8;
	border-left: 1px solid #d6d7d8;
}

#utilityBar a:link, #utilityBar a:visited { color: #000; }
#utilityBar a:focus, #utilityBar a:hover, #utilityBar a:visited { color: #000; border: none; }

#utilityBarLeft {
	position: absolute;
	width: 8px;
	height: 8px;
	bottom: -1px;
	left: -1px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	background: #ffffff url(images/utility_bg_bl.gif) left bottom no-repeat;
}

#utilityBarRight {
	position: absolute;
	width: 8px;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
	bottom: -1px;
	right: -1px;
	background: #ffffff url(images/utility_bg_br.gif) right bottom no-repeat;
}

ul#nav ul {
	background: #d2d3d4;
	border-bottom: 2px solid #d6d7d8;
	
	/* Bring it in from the right */
	left: -5em;
}

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
/* Don't display the date header, instead use special box date */
h2.dateheader {
	display: none;
}

h3.entryHeader {
	font-family: Geneva,"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-style: normal;
	font-size: 1.4em;
	color: #8c8e91;
	font-weight: bolder;
}

h3.entryHeader a:link, h3.entryHeader a:visited {
	text-decoration: underline;
	color: #0973ba;
}

h3.entryHeader a:focus, h3.entryHeader a:hover, h3.entryHeader a:active {
	border: 0;
} 

.entry {
	padding-top: 2px;
}

.entryBody {
	border-bottom: 1px solid #ccc;
}

.entry .entryfooter .datetime,
.entry .entryfooter .entryFooterSpacer {
	display: none;
}

.entry .answer {
	color: #746458;
	font-weight: bold;
}

p.answer a:link, p.answer a:visited {
	font-size:100%;
	color: #746458;
	text-decoration: underline;
}

.entryfooter {
	color: #aaa;
}

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

.entryfooter a:hover,
.entryfooter a:focus,
.entryfooter a:active {
	color: #666;
	text-decoration: none;
}

.entryfooter .hasComments {
	font-size: 110%;
}

.entryfooter .hasComments a:link,
.entryfooter .hasComments a:visited {
	color: #333;
}

.entryfooter .hasComments a:hover,
.entryfooter .hasComments a:focus,
.entryfooter .hasComments a:active {
	color: #111;
}

.entry .entryBody {
	margin-left: 65px;
}

.entry .entryDateBox {
	margin-right: 5px;
	margin-bottom: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 85%;
	/*background: url(images/datebox_bg.gif) repeat-x;*/
	background: url(images/datebox_bordered_bg.gif) no-repeat; 
	text-transform: uppercase;
	color: #603918;
	margin-top: 5px;
	float: left;
	font-family: Geneva, Tahoma, Arial, sans-serif;
}

.entry .entryDateBox span,
.entry .entryDateBox span a {
	display: block;
}

.entry .entryDateBox .day {
	color: #a57c52;
}

.entry .entryDateBox .today,
.entry .entryDateBox .yesterday {
	margin-top: 1em;
	color: #603918;
	text-transform: none;
	font-weight: bold;
}

.entry .entryDateBox .yesterday {
	font-size: 85%;
}

.entry .entryDateBox a:link,
.entry .entryDateBox a:visited {
	color: #603918;
	text-decoration: none;
}

.entry .entryDateBox a:hover,
.entry .entryDateBox a:focus,
.entry .entryDateBox a:active {
	color: #603918;
	text-decoration: none;
}

.entry .entryDateBox .day a:link,
.entry .entryDateBox .day a:visited {
	color: #a57c52;
}

.entry .entryDateBox .day a:hover,
.entry .entryDateBox .day a:focus,
.entry .entryDateBox .day a:active {
	color: #a57c52;
	text-decoration: none;
}

.entry .entryDateBox .today a:link,
.entry .entryDateBox .today a:visited {
	color: #603918;
}

.entry .entryDateBox .today a:hover,
.entry .entryDateBox .today a:focus,
.entry .entryDateBox .today a:active {
	color: #603918;
	text-decoration: none;
}

.entry .entryDateBox .yesterday a:link,
.entry .entryDateBox .yesterday a:visited {
	color: #603918;
}

.entry .entryDateBox .yesterday a:hover,
.entry .entryDateBox .yesterday a:focus,
.entry .entryDateBox .yesterday a:active {
	color: #603918;
	text-decoration: none;
}

/*------------------------------------*
 * #041: Comments and Trackbacks      *
 *------------------------------------*/
 
.commentItem {
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	color: #6e6d72;
	-moz-border-radius: 5px;
}

.authorComment {
	background-color: #dfeef3;
	border: 1px solid #bad6eb;
}

.commentItem h4.commentauthor { color: #487795; }

.commentItem h4.commentauthor a:link, 
.commentItem h4.commentauthor a:visited
{ color: #487795; }

.commentItem h4.commentauthor a:hover,
.commentItem h4.commentauthor a:focus, 
.commentItem h4.commentauthor a:active
{ text-decoration: underline; }

.authorComment h4.commentauthor { color: #554842; }

.authorComment h4.commentauthor a:link, 
.authorComment h4.commentauthor a:visited
{ color: #554842; }

.authorComment h4.commentauthor a:hover,
.authorComment h4.commentauthor a:focus, 
.authorComment h4.commentauthor a:active
{ text-decoration: underline; }

#centreContent {
	margin-right: 20px;
}

.ajaxEntryTail {
	margin-left: 65px;
	margin-top: 10px;
}

.commentItem blockquote { background: url(images/comment_openquote.gif) no-repeat 10px 5px; }
.authorComment blockquote { background: url(images/author_openquote.gif) no-repeat 10px 5px; }

/*.authorComment a:link, .authorComment a:visited { text-decoration: underline; }
.authorComment a:focus, .authorComment a:hover, .authorComment a:active { color: #ccc; border-bottom: none; }*/

h3.commentsHeader {
	font: normal bold normal 130%/100% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #0b73ba;
}

/*------------------------------------*
 * #050: Sidebar                      *
 *------------------------------------*/
 
.sideContentItem { 
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left: 5px;
	border-bottom: 1px dotted #aaa;
}

.sideContentItem h2 {
	font-family: Geneva,"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
	color: #0973ba;
	font-size: 1.1em;
	padding-bottom: 2px;
}

.sideContentItem a:link {
	color: #818285;
}

.sideContentItem a:hover,
.sideContentItem a:focus,
.sideContentItem a:active {
	color: #999999;
}

.sideContentItem a:visited {
	color: #4D7A84;
}

.sideContentItem h2 a:link, 
.sideContentItem h2 a:visited {
	color: #0973ba;
}

.sideContentItem .innerSidebarContent { padding-top: 10px; }

.sideContentItem ul {
	list-style: none outside;
}

#centreContent {
	z-index: 2;
}

#sideContent {
	width: 230px;
	z-index: 0;
	font-size: 1em;
} 

#sideContentHeader {
	background:  url(images/sidebar_top_bg.gif) no-repeat;
	height: 10px;
	/* Fix for IE6 and its silly invisible spaces */
	font-size: 1px;
}

#sideContentMainContainer {
	background: url(images/sidebar_main_bg.gif) repeat-y;
	padding-left: 5px;
	margin-bottom: 0px;
}

#sideContentMain {
    margin-left: 10px;
    width: 190px;
}

#sideContentFooter {
	background: url(images/sidebar_bottom_bg.gif) no-repeat;
	height: 20px;
}
 
/*------------------------------------*
 * #051: Sidebar Widgets              *
 *------------------------------------*/

#calendar {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#calendar h2 a:focus, #calendar h2 a:hover, #calendar h2 a:active { border: none; }

#calendar h2 {
	padding-top: 10px;
}

#calendar {
	background: #f2f3f4 url(images/calendar_bg.gif) repeat-x;
	padding-top: 0px;
	border: 1px solid #e7e7e7;
}

#calendar .innerSidebarContent {
	padding-top: 0;
	color: #586777;
}

#calendar .calendar {
	width: auto;
	line-height: 1.1em;
}

#calendar .calendar th,
#calendar .calendar td {
	width: auto;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

#calendar .calendar #today {
	font-weight: bold;
}

/* Fix IE putting random padding/margin on hidden form fields */
#blogSearch input {
	display: none;
	padding: 0px;
	margin: 0px;
}

#blogSearch #searchText {
	font-family:Geneva,"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	width: 140px;
	padding-right: 0px;
	display: inline;
}

#blogSearch #search_go {
	display: inline;
}

#yearsList a.toggle {
	font-family: Arial,sans-serif;
	font-weight: normal;
}

#signincopyrightfooter {
	border-bottom: 0px;
}

#authortypes ul li {
	margin-left: 0px;
}

.sideContentItem ul li {
	margin-left: 0px;
	margin-bottom: 5px;
}

/* New Recent Entries (Ajax-style) sidebar item */

#mostrecententries #yearsList,
#mostrecententries #yearsList li,
#mostrecententries #yearsList li ul.monthsList,
#mostrecententries #yearsList li ul.monthsList li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#mostrecententries #yearsList li ul.monthsList li {
	margin-left: 15px;
}

#mostrecententries #yearsList li.collapsed ul.monthsList {
	display: none;
}

#mostrecententries #yearsList li ul.monthsList li.collapsed ul.entriesList {
	display: none;
}

#mostrecententries #yearsList {
	line-height: 1.8em;
}

#mostrecententries a.toggle {
	text-decoration: none;
}


#mostrecententries .entryCount {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	font-size: 80%;
}
