@charset "utf-8";

/*  */
    /* General styles */
    body {
	margin:0 auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:92%;
	background:#888;
	min-width:570px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font:small Verdana, 'Verdana Ref', Geneva, Arial, Helvetica, sans-serif !important;
}

a {
	color:#369;
}
#comments {
	clear: both;
	padding-top:1px;
	max-width:700px;
}


a:hover {
	color:#fff;
	text-decoration:none;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-size: small;
}

img {
	border:0px;
}

/* Header styles */
    #header {
	clear:both;
	float:left;
	width:100%;
}

#header {
	border-bottom:1px solid #000;
	background-color: #333;
	height: 42px;
	color: #aaa;
	font-size: small;
}

#headleft {
	width: 15em;
	float: left;
}

#headlogo {
	margin-left: 16em;
	margin-top: 4px;
	padding-left: 0px;
}

#header p, #header h1, #header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}

#header ul li a:hover {
	background:#369;
	color:#fff;
}

#header ul li a.active, #header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}

#header ul li a span {
	display:block;
}

/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* 2 column left menu settings */
	.leftmenu {
	background:#f0f0f0;
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:15em;
	background:#fff;
}

.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:15em;
	padding-bottom:1em;
}

.leftmenu .col1 {
	margin:0 1em 0 16em;
	position:relative;
	right:100%;
	overflow:hidden;
}

.leftmenu .col2 {
	float:left;
	width:14em;
	position:relative;
	right:14.3em;
	margin-top:1em;
	margin-bottom:1em;
}

/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	color: #aaa;
	background-color: #333;
	text-align: right;
	font-size: small;
}

#footer p {
	padding:10px;
	margin:0;
}

#footer a:link {
	text-decoration:none;
	color: #aaa;
}

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

#footer a:hover {
	text-decoration:underline;
}

#footer a:active {
	text-decoration:none;
	color:#ccc;
}

.colmask .leftmenu .colright .col2 .open ul li ul li {
	color: #666;
}

.pagepic {
	margin-top: 15px;
	padding-top:10px;
	text-align: center;
	float: none;
	padding: 10px;
}

.pagetext {
	font-size: small;
	padding: 5px 5px 5px 5px;
	position: static;
	border: 0px solid #f0f0f0;
	max-width: 700px;
	color: #444;
	cursor: default;
	clear:both;
}

.pagetitle {
	width: 95%;
	font-size: large;
	padding: 5px 7px 5px 5px;
	margin: 10px 0px 0px 0px;
}

.pagetext a:link {
	text-decoration: underline;
}

.pagetext a:visited {
	text-decoration: underline;
	color: #777;
}



.whenlastupdated {
	font-size: smaller;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
/*position: relative; */
}

.colmask.leftmenu .colright .col1wrap .col1 .pagetext #searchcontrol {
	width: 100%;
}

.gsc-control {
	width:100%;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.comment,
#addCommentContainer{
	
	/* Syling the comments and the comment form container */
	
	padding:8px;
	position:relative;
	background-color:#f2f2f2;
	border:1px solid white;
	color:#666;
	margin-bottom:7px;
	margin-top:7px;
	
	/* CSS3 rounded corners and drop shadows */
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow:2px 2px 0 #c2c2c2;
	-webkit-box-shadow:2px 2px 0 #c2c2c2;
	box-shadow:2px 2px 0 #c2c2c2;
}


.comment .name{
	color:#888;
}

.comment .date{
	font-size: smaller;
	padding:6px 0;
	position:absolute;
	right:15px;
	top:1px;
	color:#bbb;
}

.comment p,
#addCommentContainer p{
	font-size:small;
	line-height:1.5;
	overflow-x:hidden;
}

#addCommentContainer input[type=text],
#addCommentContainer textarea{

	/* Styling the inputs */

	display:block;
	border:1px solid #ccc;
	margin:5px 0 5px;
	padding:3px;
	font-size:12px;
	color:#555;
	font-family:Verdana, 'Verdana Ref', Geneva, Arial, Helvetica, sans-serif;
	width:250px;
	
}

#addCommentContainer textarea{
	width:auto;
	padding:10px;
}

label{
	font-size:10px;
}

label span.error{
	color:red;
	position:relative;
	right:-10px;
}

#submit{
	
	/* The submit button */
	
	background-color:#40a2d4;
	border:1px solid #40A2D4;
	color:#FFFFFF;
	cursor:pointer;
	font-family: Verdana, 'Verdana Ref', Geneva, Arial, Helvetica, sans-serif;
	font-size:normal;
	font-weight:bold;
	padding:4px;
	margin-top:5px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#submit:hover{
	background-color:#80cdf5;
	border-color:#52b1e2;
	text-decoration: none;
}

#addcommentshow{
	
	text-decoration: none;
	
	background-color:#40a2d4;
	border:1px solid #40A2D4;
	color:#FFFFFF;
	cursor:pointer;
	font-family: Verdana, 'Verdana Ref', Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	margin:5px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size: small;

	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
	float:right;
	}

#addcommentshow:hover{
	background-color:#80cdf5;
	border-color:#52b1e2;
}

#cancelcomment{
	
	text-decoration: none;
	
	background-color:#40a2d4;
	border:1px solid #40A2D4;
	color:#FFFFFF;
	cursor:pointer;
	font-family: Verdana, 'Verdana Ref', Geneva, Arial, Helvetica, sans-serif;
	font-size:normal;
	font-weight:bold;
	padding:4px;
	margin:5px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#cancelcomment:hover{
	background-color:#80cdf5;
	border-color:#52b1e2;
}

#sheet{
	clear: both;
	padding: 5px;
	
}

#comtitle {
	font-size: large;
	padding: 5px 7px 5px 5px;
	margin: 10px 0px 0px 0px;
	float:left;
}

.highslide-html {
	background: #f2f2f2;

