@charset "utf-8";
/* ***************************************************************
** Style Created By: Just Check Web Solutions					 **
** Author: Just Check											 **
** Website Info: Web Hosting Free Website						 **
** Style Info: Deverell Hall  ©2009-2010 Deverell Hall	         **
** Info: http://www.justcheck.co.uk								 **
** Our Online Forum can be found at:							 **
** http://www.justcheck.co.uk/forum/default.asp					 **
** Copyright:	©2009-2010 Just Check. All rights reserved		 **
** No part of this software, css file contents, or page contents **
** may be modified, copied, or otherwise altered without the	 ** 
** express written consent of the author. Any such infringments	 ** 
** will result in possible legal action being taken				 **
******************************************************************/
/* GENERAL PAGE LAYOUT SETTINGS and Main Body Links*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BACFE4; /*Light blue*/
	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
}
a:link {
	color: #CC9900;
	outline:none;
}
a:visited {
	color: #CC9900;
	outline:none;
}

/* Main Content and Layout*/

#content {
	background : #FFFFFF;
	width : 700px;
	margin-top : 30px;
	margin-left : 10px;
	position : relative;
	text-align : left;
	padding-left : 10px;
	padding-right : 10px;
	border-bottom : 8px solid #FFFFFF;
}

#content h1 {
	margin-top : 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color : #5F9EA0;
	padding : 5px 0px 5px 35px;
	border-bottom : 1px solid #5F9EA0;
	text-align : justify;
	background : url(images/bullet_header.gif) no-repeat 0 56%;
}

#wrap {
	width : 1001px;
	margin : 0 auto;
	text-align : left;
}

#content-wrap {
	width : 1000px;
	background : #F8F4F1;
	margin : 0 auto;
	padding-bottom : 20px;
	text-align : left;
}
/* Logo Text, Header Control and Logo Image Layout */
#header-top {
	background : #494949;
	height : 10px;
}

#header-main {
	background : url(images/header_background.png) repeat-x;
	height : 80px;
	color : #FFFFFF;
}

#logo-text {
	position : absolute;
	width : 550px;
	height : 30px;
	padding : 0;
	margin-top : 5px;
	margin-left : 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align : left;
	color : #FFFFFF;
}

#logo-slogan {
	position : absolute;
	width : 550px;
	height : 25px;
	padding : 0;
	margin-top : 32px;
	margin-left : 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align : left;
	color : #FFFFFF;
}

/* GENERAL PAGE Header Styles*/

h1, h2, h3 {
	font-family : Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight : bold;
}

h1 {
	font-size : 120%;
}

h2 {
	font-size : 110%;
	color : #CC9900;
}

h3 {
	font-size : 110%;
	color : #CC6600;
}

/* Navigation Bar */

#nav {
	background : #5F9EA0;
	height : 25px;
	border-bottom : 1px solid #666666;
}

#nav_bar {
	position : relative;
	width : auto;
	height : 24px;
	margin : 0;
	padding : 0 0 0 0;
	background : url(images/nav-bg.jpg) repeat-x;
	font : bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nav_bar ul {
	float : left;
	list-style : none;
	margin : 0;
	padding : 0;
}

#nav_bar ul li {
	display : inline;
}

#nav_bar ul li a {
	display : block;
	float : left;
	padding : 0 10px;
	color : #FFFFFF;
	text-decoration : none;
	outline:none;
}

#nav_bar ul li a:hover {
	color : #000000;
	outline:none;
}

#nav_bar ul li#selected a {
	color : #FFFF99;
	outline:none;
}


/* Search */

form.search {
	position : relative;
	top : 23px;
	right : 15px;
	background : transparent;
	border : none;
	float:right;
}

form.search input.textbox {
	margin : 0;
	padding : 1px 2px;
	width : 160px;
	background : #FFFFFF;
	color : #333333;
}

form.search input.button {
	background : #FFFF99 url(images/search_background.gif) repeat-x;
	color : #333333;
	border : none;
	width : 70px;
	height : 21px;
	outline:none;
}

/* Sidebar */

#sidebar {
	float : right;
	width : 230px;
	margin-right : 16px;
	margin-left : 5px;
	background : #FFFF99;
	margin-top : 30px;
}

#sidebar h1 {
	margin-top : 0;
	padding : 5px 0 5px 5px;
	font : bold 0.9em Verdana, 'Trebuchet MS', Sans-serif;
	color : #FFFFFF;
	background : #5F9EA0;
}

#sidebar .left-box {
	background : #FFFF99;
	margin-top : 0;
	border-bottom : 10px solid #F8F4F1;
	padding-left : 5px;
}

#sidebar ul.sidemenu {
	margin-left : 3px;
	list-style : none;
	text-align : left;
	margin : 3px 0 8px 0;
	padding : 0;
	text-decoration : none;
}

#sidebar ul.sidemenu li {
	margin-left : 3px;
	padding : 2px 0 2px 25px;
	background : url(images/bullet.png) no-repeat 5px 5px;
	margin : 0 2px;
}

#sidebar ul.sidemenu a {
	font-weight : bolder;
	text-decoration : none;
	background-image : none;
}

/* Images */

img {
	border : none;
}

img.float-right {
	margin : 5px 0 10px 10px;
}

img.float-left {
	margin : 5px 10px 10px 0;
}

code {
	margin : 4px 8px;
	padding : 8px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background : #F8F4F1;
	border : 1px dashed #D7C3C3;
}

/* Additional Formatting */

blockquote {
	margin : 10px;
	padding : 0px 0px 0px 45px;
	border : 1px solid #D7C3C3;
	background : #FFFF99 url(images/alert_box.png) no-repeat 5px 5px;
}

ul, ol {
	margin : 5px 20px;
	padding : 0 20px;
	color : #333333;
}

ul span, ol span {
	color : #333333;
}
/* Start Contact Form Layouts */
form {
	margin : 10px;
	padding : 0 5px;
	border : 1px solid #D7C3C3;
	background-color : #F8F4F1;
}

label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}

input {
	padding : 2px;
	border : 1px solid #D7C3C3;
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	background-color : #ffffff;
}

textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border : 1px solid #D7C3C3;
	background-color : #ffffff;
	height : 100px;
	display : block;
	color : #000;
}

input.button {
	margin : 0;
	font : bolder 12px Arial, Sans-serif;
	border : 1px solid #ccc;
	padding : 2px 3px;
	background : #fff;
	color : #131212;
	outline:none;
}
/* Post Footer */

.highlight {
	border-bottom : 1px solid #D7C3C3;
	padding : 5px;
	margin : 20px 10px 0 2px;
	font-size : 95%;
	background-color : #F8F4F1;
}

.highlight .date {
	padding-left : 20px;
	margin : 0 10px 0 5px;
	text-align : right;
	font-size : 9px;
	color : #5F9EA0;
}

.highlight .readmore {
	background-color : #EC6A1C;
	color: #FFFFFF;
	padding-left : 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	outline:none;
	margin : 0 10px 0 5px;
}

/* Footer */

#footer {
	background : #EDE7E1;
	height : 95px;
	border-top : 1px solid #EDE7E1;
	border-bottom : 10px solid #5F9EA0;
	padding-top : 5px;
}
.copysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	line-height: 16px;
}

