/*
Theme Name: GBCS Lite (v2)
Description: Second version of the GBCS site using light colours.
Version: 2.0
Author: James Burke
*/

body {
	margin-top: 10px;
	height: 100%;
	font-size: 0.8em;
	margin-bottom: 10px;
	padding-bottom: 0px;
	color: #fff;
	padding-top: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	background-color: #EEE;
	text-align: center; // page container align for IE
}

p {
	margin:5px 0px 5px 0px;
	padding:0;
}

a:link {  color: #F6DF16; }
a:visited {  color: #F6DF16; }
a:hover {  color: #66BCE8; }

h1 h2 h3 h4 h5 h6 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
}

h1 { 	margin:15px 0px 10px 0px; padding: 0px;   }
h2 { 	margin:15px 0px 10px 0px; padding: 0px;   }
h3 { 	margin:15px 0px 10px 0px; padding: 0px;   }
h4 { 	margin:15px 0px 10px 0px; padding: 0px;   }
h5 { 	margin:15px 0px 10px 0px; padding: 0px;   }
h6 { 	margin:15px 0px 10px 0px; padding: 0px;   }

div.wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left; // fix text align to counter IE fix 
	height: 100%;
}

#wrapper {
	text-align: left;
}

#content_box {
	width: 760px;
	text-align: left;
	clear: both;
	overflow: hidden;
	background-image: url(images/content-bg.png);
	background-repeat:repeat-y;
}




div.headerLogo {
	width: 760px;
	height: 167px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.nogapImg {
	display: block;
}

div.entry ul {
	margin-top: 0;
	margin-bottom: 0;
}

div.headerNavbar {
	width: 740px;
	height: 28px;
	overflow: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 8px 10px 0px 10px;
	background-image: url(images/navbar.png);
	text-align: center;
	color: #990000;
}

div.headerNavbar ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

div.headerNavbar li {
	display: inline;
}

div.headerNavbar a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

div.headerNavbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

div.headerNavbar a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

div.headerNavbar a:hover {
	text-decoration: none;
	color: #F6DF16;
	font-weight: bold;
}

div.pageTop {
	width: 760px;
	height: 24px;
	overflow: hidden;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/pageTop.png);
	background-repeat:no-repeat;
	float: left;
	overflow:hidden;
}

div.side {
	width: 230px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/picleft.png);
	background-repeat:repeat-y;
	float: left;
}

div.main {
	width: 500px;
	overflow: hidden;
	background-image: url(images/picright.png);
	background-position: top right;
	background-repeat: repeat-y;
	display: inline;
	float: right;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 10px;
}

div.post {

}

div.footer {
	width: 760px;
	height: 19px;
 	clear: both;
	margin: 0px 0px 10px 0px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 50px 0px 0px 0px;
	font-size: 8pt;
}

div.footer ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

div.footer li {
	display: inline;
}

div.footer a:link {
	text-decoration: none;
	color:#0080FF;
	font-weight: bold;
}

div.footer a:visited {
	text-decoration: none;
	color: #0080FF;
	font-weight: bold;
}

div.footer a:active {
	text-decoration: none;
	color:#0080FF;
	font-weight: bold;
}

div.footer a:hover {
	text-decoration: none;
	color:#3300FF;
	font-weight: bold;
}

div.footnote {
	margin-top:20px;
	font-size: 8pt;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.incontent {
	border: 2px white solid;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
