/* Resetting some things. */ 
html, body {
	border:0;
	margin:0;
	padding:0;
}

#searchlabel {
	display:none;
}
 
body {
	font:100%/1.25 arial, helvetica, sans-serif;
}
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

p, ul, ol {
	margin:0;
	padding:0 0 0 0;
}

ul, ol {
	list-style:none;
	padding:0 0 0px 40px;
}

blockquote {
	margin:18px 36px;
	padding:2px;
	border:1px dashed silver;
	background-color:#DEDEDE;
}

small {
	font-size:0.85em;
}

img {
	border:0;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

a, a:visited {
	text-decoration:none;
}

/* Table style resets */
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}

table tr td {
	padding:2px;
}


/* Very general stuff */
body {
	margin: 0 0 40px 0;
	padding: 0;
	background: #F9F7ED url('../images/main_bg.png'); /* http://k10k.net/pixelpatterns/  aBsuRdi */
	text-align: center;
}

p { 

}

ul {
	list-style-type:square;
}

ol {
	list-style-type:decimal;
}

input,textarea {
	border:1px solid #666666;
}

textarea {
	width:100%;
}

input:focus, textarea:focus {
	border:1px solid #4C5B6D;	
}

h1 {

}

/* Links */
a:link {
	color: #4C5B6D; /* #60607D; */
	text-decoration: none;
}

a:visited {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.item_content a:link, .item_content a:visited, .item_content a:hover{
	text-decoration: underline;
}

/* The header */
#header {
	background: url('../images/head_bg.png') top center; /* http://home.iprimus.com.au/sandrawc/pf/ */
}

#header_text {
	width: 920px;
	height: 125px;
	margin: 0 auto;
}

/* Nice title design */
span#title a {
	display:block;
	width:900px;
	height:60px;
	padding-top:5px;

	font-family: Georgia, serif;
	font-size:40px;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:7px;
	line-height:60px;

	color: #EEEEEE;
}

span#sub_title {
	display:block;
	width:890px;
	padding-top:30px;

	font-family: Verdana, Arial, sans;
	font-size:20px;
	text-align:right;
	text-decoration:none;
	letter-spacing:7px;

	color: #4C5B6D;
	height:60px;
}

div#header_text h1 {
	margin:0;
}

/* Menu and menu items */
#menu {
	height:32px;
	width: 100%;
}

#menu_row {
	width: 920px;
	margin: 0 auto;
	font-size: 15px;
	font-family: Georgia, serif;
	font-variant:small-caps;
	font-weight: bold;
	height:32px;
	background: url('../images/menu_bg.png') top left no-repeat;
	text-align:center;
}

#menu a:first-letter {
	font-size:20px;
	font-variant:normal;
}

* html #menu { 
	padding-right: 0; /* IE HAX */
}

#menu ul {
	margin: 0 13px;
	padding: 0;
	list-style: none;
	float: left;
	height:30px;
	background: #EFEFEF;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #EFEFEF;
	width: 894px;

}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 1px 0px 0px 0px;
	background: transparent;
	color: #595855;
	text-decoration: underline;
	float: left;
	height:30px;
	width:120px;
}

#menu ul li a:hover {
	background: #F9F7ED url('../images/menu_selected.png') no-repeat;
	color: #31312F;
	height:30px;
	width:120px;

}

#menu ul li a.active {
	background: #F9F7ED url('../images/menu_selected.png') no-repeat;
	height:30px;
	width:120px;
}

/* Important things */
#content {
	width: 880px;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	text-align: left;
	background: white url('../images/content_bg.png'); /*  http://home.iprimus.com.au/sandrawc/pf/ */
	font-size:1em;
}

.item_content p, .page_content p, .item_content ul, .page_content ul {
	font-family: Georgia, serif;
	background-color: #FFFFFF;
	color: #404040;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 1.2em;
	font-size: 0.95em;
	margin-bottom:1em;
}

.item_head, .page_content h1 {
	color:#666666;
	border-bottom:1px solid #666666;
	margin:0px 0px 5px 0px;
	font-size: 25px;
	line-height:0.9em;
	padding-bottom:0.1em;
	letter-spacing: -1px;
}

.item_head a {
	color:#666666;
}

.item_date {
	color:#666666;
	margin:0px 0px 0.7em 0px;
	font-size: 15px;
	letter-spacing: -1px;
	border:none;
}

.page_content h2 {
	color:#666666;
	margin:0px 0px 0.7em 0px;
	font-size: 20px;
	letter-spacing: -1px;
}

.item_more {

}

.item_meta {
	margin-top:-0.3em;
	margin-bottom:1em;
	color:#666666;
	font-size: 15px;
	letter-spacing: -1px;
}

.item_more p {
	margin:0;
}

/* Sidebar */
h4 {
	font-size:20px;
	border-bottom:1px solid #666666;
	margin-bottom:2px;
}

.sidebar_box {
	margin-bottom:15px;
}

.othar {
	float:left;
	padding:5px;
}

/* Calendar */
.calendar {
	width:200px;
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
}

td.fields {
	text-align:left;
}

td.labels {
	text-align:right;
}

.monthName {
	display:none;
}

.otherMonth {
	visibility:hidden;
}

/* Search */
.search_box {
	width:200px;
}

/* Layout definitions */
#main_text {
	float:left;
	width:570px;
}

#info_area {
	float:right;
	width:275px;
}

#last_part {
	clear:both;
}

/* The footer */
#footer {
	margin: 0 auto;
	margin-top:-20px;
	width: 894px;
	height:32px;
	text-align: right;
	color: #000000;
	letter-spacing:2px;
	font-size:12px;
	background:url('../images/footer_bg.png') top left repeat-x;
	padding-left:13px;
	padding-right:13px;
}

/* Lightbox */
#lightbox{
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
        }

#lightbox a img{ border: none; }

#outerImageContainer{
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        }

#imageContainer{
        padding: 10px;
        }

#loading{
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#hoverNav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
        width: 49%;
        height: 100%;
        background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
        overflow: auto;
        width: 100%
        }

#imageData{     padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  }

#overlay{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #000;
}

/** Comments **/
h3 {
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #404040;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 1.17em;
	font-size: 15px;
	border-top:1px solid #666666;
	padding-top:5px;
	margin-bottom:2px;
}

h4.comment_head {
	color: #404040;
	font-family: arial, helvetica, sans-serif;
	font-weight:normal;
	font-size: 15px;
	border:none;
}

.labels {
	vertical-align:top;
	color: #404040;
	font-family: arial, helvetica, sans-serif;
	font-weight:normal;
	font-size: 15px;
	border:none;
}

#comment_form {
	width:570px;
}

#hidden_fields {
	display:none;
}

.comment_content {
	margin-top:5px;
	margin-bottom:15px;
}

.comment_author {
	font-weight:bold;
	margin-bottom:5px;
}

.comment_details {
	font-weight:normal;
}

.comment_body p {
	margin-left:20px;
	font-family: Georgia, serif;
	background-color: #FFFFFF;
	color: #404040;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 1.2em;
	font-size: 0.95em;
}

pre {
	overflow:auto;
	background-color:#ededed;
}

