<?php
/* set MIME type */
header("Content-Type: text/css");
/* set caching to a reasonable value */
header("Cache-Control: must-revalidate");
$offset = 72000 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
img { 
	behavior: url('pngbehavior.htc'); 
	}
/********************************************/
/*************** GENERAL STYLING ************/
/********************************************/

.formpageheader {
	font: 21px arial;
	padding-bottom: 30px;
	}	
.formheadertd2 {
	background: #FFF;
	border-bottom: 1px dashed #999;
	}
formInputButton {
	font: bold 11px verdana;
	color: #FFF;
	width: 116px;
	height: 25px;
	cursor: pointer;
	}
input.formInputButton {
	font: bold 11px verdana;
	color: #FFF;
	width: 116px;
	height: 25px;
	cursor: pointer;
	}
.tableheader {
	font: 12px arial;
	font-weight: bold;
	color: #FFF;
	}

/********************************************/
/************** BLOG PAGE STYLING ***********/
/********************************************/

.blogtable {
	margin-top: 20px;
	}
.blogtable2 {
	margin-top: 20px;
	}
.latestposts {
	text-transform: uppercase;
	font: 18px arial;
	padding: 0px;
	}
#blogtitle {
	font: 24px georgia;
	font-weight: none;
	padding: 5px 5px 0px 8px;
	margin: 0px;
	}
#blogtitle a:link {
	font: 24px georgia;
	font-weight: none;
	}
#blogtitle a:visited {
	font: 24px georgia;
	font-weight: none;
	}
#blogtitle a:hover {
	font: 24px georgia;
	font-weight: none;
	}
.selectmonth {
	font: 11px arial;
	}
#blogfooter {
	display: inline;
	float: left;
	font: bold 13px verdana;
	padding: 5px;
	}	
#blogposted {
	display: inline;
	float: left;
	font: 12px arial;
	color: #FFFFFF;
	background: url('/images/calendar-default.gif') no-repeat left;
	padding-left: 18px;
	padding-right: 6px;
	}
.blogpost {
	}
#blogcomments {
	display: inline;
	font: 12px arial;
	font-weight: none;
	color: #FFFFFF;
	background: url('/images/speech-bubble-default.gif') no-repeat left;
	padding-left: 18px;
	padding-right: 6px;
	}
#blogcomments a:link {
	display: inline;
	font: bold 12px arial;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	}
#blogcomments a:visited {
	display: inline;
	font: bold 12px arial;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	}
#blogcomments a:hover {
	display: inline;
	font: bold 12px arial;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}
#blogmore {
	display: inline;
	font: 12px arial;
	font-weight: none;
	color: #FFFFFF;
	background: url('/images/more-default.gif') no-repeat left;
	padding-left: 18px;
	padding-right: 6px;
	}
#blogmore a:link {
	display: inline;
	font: bold 12px arial;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	}
#blogmore a:visited {
	display: inline;
	font: bold 12px arial;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	}
blogmore a:hover {
	display: inline;
	font: bold 12px arial;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	}
.comments {
	text-transform: uppercase;
	font: arial 16px;
	background: url('/images/speech-bubble-default.gif') no-repeat left;
	padding-left: 18px;
	}
.commentinfo {
	font-weight: bold;
	}
.commenttd {
	border: 1px dashed #999999;
	padding: 10px;
	}	
input.formInputText   {
	font: 14px arial;
	color: #666;
	width: 94%;
	height: 30px;
	border: solid 1px #BDBDBD;
	margin: 3px 0px 4px 0px;
	padding: 3px;
	}
.gravtd {
	font: bold 12px;
	color: #FFFFFF;
	}
.blogcommenttable {
	padding-top: 14px;
	padding-bottom: 14px;
	}
.mainfooterdetails {
	color: #FFFFFF;
	padding: 2px;
	}
.commentcontent {
	background: #303030;
	}

/********************************************/
/************* LINKS PAGE STYLING ***********/
/********************************************/

.linknumber {
	font: bold 40px arial;
	color: #E8E8E8;
	}
.linksrow1 {
	background: #F8F8F8;
	padding: 6px;
	font: 13px arial;
	font-weight: none;
	color: #555;
  	margin-bottom: 0px;
  	border-bottom: 1px solid #E0E0E0;
	}
.linksrow2 {
	background: #FFF;
	padding: 6px;
	font: 13px arial;
	font-weight: none;
	color: #555;
  	margin-bottom: 0px;
  	border-bottom: 1px solid #E0E0E0;
	}

/********************************************/
/************ CONTACT PAGE STYLING **********/
/********************************************/

label {
	font: bold 12px verdana;
	}
label.fieldLabel {
	display: inline;
	float: none;
	}
input.formInputText {
	font: 14px arial;
	color: #666;
	width: 100%;
	height: 26px;
	border: solid 1px #BDBDBD;
	background: #FFF url(/images/input-bg.gif) top repeat-x;
	padding: 5px 0px 0px 0px;
	}
.contacttable {
	border: 1px dashed #CCCCCC;
	padding: 10px;
	}
textarea {
	font: 14px arial;
	color: #666;
	width: 100%;
	background: #FFF url(/images/input-bg.gif) top repeat-x;
	border: 1px solid #BDBDBD;
	padding: 3px;
	margin: 5px 0px 5px 0px;
	}

/********************************************/
/********** GUEST BOOK PAGE STYLING *********/
/********************************************/

.guestbooktable {
	width: 100%;
 	padding-bottom: 13px;
 	margin-bottom: 13px;
 	border-bottom: 1px dashed #CCCCCC;
}

/********************************************/
/************ GALLERY PAGE STYLING **********/
/********************************************/
.zoom {
	position: absolute;
	text-align: right;
	z-index: 100;
	width: 120px;
	}
h3 {
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin-top: 1px;
	margin-bottom: 3px;
	}
#categorybar a:link {
	font: 13px arial;
	font-weight: none;
	text-decoration: underline;
	color: #DDDDDD;
	border: none;
	}
#categorybar a:visited {
	font: 13px arial;
	font-weight: none;
	text-decoration: underline;
	color: #FFFFFF;
	border: none;
	}
#categorybar a:hover {
	font: 13px arial;
	font-weight: none;
	text-decoration: underline;
	color: #FFFFFF;
	border: none;
	}
.selectedcategory {
	font: 13px arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.selectedcategorytitle {
	font: 13px arial;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
.sectionsbartable {
	font: 12px arial;
	padding: 4px;
	background: #EEEEEE;
	color: #666666;
	border: 1px 1px 0px 1px;
	border-color: #666666;
	}	
#sectionsbar a:link {
	font: 12px arial;
	font-weight: none;
	text-decoration: underline;
	color: #666666;
	border: none;
	}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #666;
	font: 11px verdana;
	font-weight: normal;
	color: #494949;
	background-color: #FFF;
	padding: 5px;
}
#tooltip h3, #tooltip div {
	font: 11px verdana;
	color: #494949;
	font-weight: normal;
	margin: 0;	
	}
.thumbnail_container {
	float:left;
	display:inline;
	width:120px;
	text-align: left;
	border: 1px solid #B5B5B5;
	background: #FFF;
	margin:4px;
	}
.thumbnail_image_container {
	display:table-cell;
	width:120px;
	height:79px;
	vertical-align:middle;
	text-align:center;
	cursor:hand;
	border: 1px solid #FFF;
	}

.thumbnail_info {
	margin-bottom:0px;
	padding:3px;
	width:114px;
	height:18px;
	line-height:18px;
	background: #DDDDDD url('../images/thumbbar.gif') top repeat-x;
	text-align:center;
	font-family:arial;
	font-size:12px;
	font-weight: normal;
	color:#666;
	}
*html .thumbnail_info {
	width: 120px;
	}
.thumbnail_nofooter {
	margin-bottom:0px;
	padding:3px;
	width:114px;
	height:18px;
	text-align:center;
	font-family:arial;
	font-size:12px;
	color:#666;
	}
*html .thumbnail_nofooter {
	width: 120px;
	}
.error {
	font-family: arial, verdana;
	color: #FF0000;
	font-size:11px;
	font-weight:bold;
	}