/*------------------------------------*
 * 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              *
 * #060: Favourites                   *
 * #070: Profile                      *
 * #080: Gallery                      *
 *------------------------------------*/

/*------------------------------------*
 * #010: Colours, Tags and Typography *
 *------------------------------------*/
 
body {
	color: black;
	background-color: white;
	font-size:76%;
	font-family: 'Lucida Grande','Lucida Sans Unicode',helvetica,verdana,sans-serif;
}

#entries-page {
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
} 

a:link, a:visited { color: black; }
a:focus, a:hover, a:active { color: #8F0E2C; }

h1 {
	color: #000;
	background-color: white;
}

h2 {
	font-size:1.5em;
	color: #65843C;
}

h3 {
	color: #65843C;
	font-size: 120%;
	margin-top: 0px;
}

h3 a:link, h3 a:visited { color: #65843C; }
h3 a:focus, h3 a:hover, h3 a:active {	color: #8F0E2C; }

h4, h5, h6 { color: #65843C; }

blockquote { background: url(images/openquote.gif) no-repeat 10px 5px; }

pre { border: 1px solid #76B2C5; }

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
 
#sideContent {
	width:230px;
	background-color: #ddd;
	background:url(images/swift1side.gif) no-repeat;
}

#entries-page #centreContent {
	margin-left: 230px;
	padding: 20px;
} 

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
#siteLogoBar {
	height: 48px;	
	border-top: 0px solid white;
	line-height:48px;
	font-size: 200%;
	padding-left: 10px;
	background: #65AA0F url(images/swift1header.jpg) no-repeat;
}

#siteLogoBar a:link, #siteLogoBar a:visited { color: white; }

#utilityBar { 
	background-color: #F60;
	color: #FFF;
	border-top: 1px solid white;
	padding-left: 5px;
	border-bottom: 1px solid white;
}
 
#utilityBar a:link, #utilityBar a:visited { color: white; }
#utilityBar a:focus, #utilityBar a:hover, #utilityBar a:active { color: #C04D00; }

ul#nav, #nav ul { background: #F60; } 

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
.day {
	background-color: white;
	color: black;
}

h2.dateheader {
	background-image:url(images/orange_arrow.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	color: #FF4200;
	margin: 0;
	padding:2px;
	padding-left:20px;
	font-size: 1.4em;
	border-bottom:1px dotted #CCC;
}

.entry {
	background-color: white;
	margin: 6px;
}

p.answer {
	font-size:0.8em;
	padding:2px;
	background-color:white;
	color:#FF4200;
	font-weight: bold;
	border-bottom:1px dotted #CCC;
}

p.answer a:link, p.answer a:visited { color: #65843C; } 
p.answer a:focus, p.answer a:hover, p.answer a:active { color: #8F0E2C; }

p.smallcopy { color: #3A5685; }

p.smallcopy a:link, p.smallcopy a:visited {
	font-weight: bold;
	color: #3A5685;
}

p.smallcopy a:focus, p.smallcopy a:hover, p.smallcopy a:active { color: #8F0E2C; }

p.entryfooter {
	color:#243907;	
	border-bottom: dotted 1px #CCC;
}

p.entryfooter a:link, p.entryfooter a:visited { color:#47740C; } 

/*------------------------------------*
 * #041: Comments and Trackbacks      *
 *------------------------------------*/
 
.commentItem { border: 1px solid #ccc; }

.authorComment { background-color: #eaeaea;  }
.nonLoggedInComment { background-color: #f7f7f7; }
.loggedInComment { background-color: #f7f7f7; }
 
/*------------------------------------*
 * #050: Sidebar                      *
 *------------------------------------*/
 
.sideContentItem { padding: 10px; }

.sideContentItem h2 {
	margin: 0 0 0.5em;
	color: #65843C;
}

.sideContentItem h2 a:link, .sideContentItem h2 a:visited { text-decoration: none; }
.sideContentItem h2 a:focus, .sideContentItem h2 a:hover, .sideContentItem h2 a:active { color: #2D3D44; }

.sideContentItem ul {
	list-style:none;
	margin: 1em 0;
	padding-left: 3px;
}

.sideContentItem ul li {
	padding: 0 0 4px;
	line-height: 1.3em;
}
 
/*------------------------------------*
 * #051: Sidebar Widgets              *
 *------------------------------------*/
 
#calendar {
	height:200px;
	text-align:center;
	font-size: 88%;
	color: #3A5685;
}

#calendar tfoot a:link, #calednar tfoot a:visited {
	color:#333;
	text-decoration:none;
}

#calendar tbody a:link, #calendar tbody a:visited {
	color:white;
	text-decoration:none;
}

#calendar #today {
	font-weight: bold;
	color:white;
	background: #ccc url(images/today.gif) no-repeat 50% 50%;
}

#mostrecententries { margin-top: 10px; } 
 
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
 
#favourites .info {
	border: 1px solid #ccc;
	padding: 10px;
}

#favourites .title {
	z-index: 1;
	background-color: #65843C;
	color: white;
	border: none;
}

#favourites .title a:link, #favouries .title a:visited { color: white; }

#favourites #entries { padding: 0; } 
 
/*------------------------------------*
 * #070: Profile                      *
 *------------------------------------*/
 
.backcolour1, .backcolour2, .backcolour3 {
    color:black;
	background-color: #eee;
}

.border1 { border-color: white; }

.blockheader {
	color: white;
	background-color: #65843C;
} 
 
/*------------------------------------*
 * #080: Gallery                      *
 *------------------------------------*/

#gallery .image { background-color:white; }
