/*
Theme Name: Better IT
Theme URI: 
Description: 
Version: 
Author: 
Tags: 

*/

/************ reset tags for all pages ***************/
* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,p,ul,ol,img {
	padding: .5em 0;
}
ul, ol {
	margin-left: .5em;
}
blockquote {
	margin: 1em;
padding: 1em;
	border: 1px solid #EDF7D8;
}
ul li {
	margin-left: 1em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
ol li {
	margin-left: 1em;
}
div {
	overflow: hidden;
}
/************ basic fonts and colors ***************/
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 11px;
	background-color:#ccc;
	line-height: 1.5em;
	background-image: url(images/bgd-body.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 2em;
}
h1,h2,h3,h4 {
	color: #8DC63F;
	clear: both;
	padding-bottom: .1em;
	margin-bottom: .2em;
	line-height: 1.1em;
}
h1 {
	font-size: 1.6em;
	border-bottom: 6px solid #EDF7D8;
}
h2 {
	font-size: 1.3em;
	margin-top: 1em;
}
h3 {
	font-size: 1.15em;
	margin-top: 1em;
}
h4 {
	font-size: 1em;
}

.red {
	color: #D33B11;
}
img {
	border:none;
}
table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin: .5em auto;
	width: 99%;
}
td, th {
	background-color: #ffffff;
	padding: .5em 1em; 
	vertical-align: top;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
th {
	text-align: center;
	background-color: #f8f8f8;
}

/************ Text Links ***************/
a:link, a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	text-decoration: underline;
}
h1 a:link, h1 a:hover, h1 a:visited, h2 a:link, h2 a:hover, h2 a:visited, h3 a:link, h3 a:hover, h3 a:visited {
	color: #8DC63F;
	text-decoration: none;
}
.morelink {
	float:right;
}
.emailhider {
	display: none;
}

/************ structure divs ***************/
.centre {
	text-align: left;
	width: 80em;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	background-image: url(images/bgd-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	overflow: hidden;
	background-image: url(images/bgd-head.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 3.5em;
	padding-bottom: 1em;
}
#navleft {
	background-image: url(images/topnav-bot.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navright {
	background-image: url(images/topnav-bot.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 2em;
	margin-left: 3.5em;
}
#leftwrap {
	background-image: url(images/bgd-leftwrap.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #fff;
}
#rightwrap {
	background-image: url(images/bgd-rightwrap.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-left: 3.5em;
	background-color: #fff;
}
#content {
	margin: 1em 3.5em 1em 2em;
	float: right;
	width: 43em;
	line-height: 1.7em;
	font-size: 1.1em;
}
#sidebar {
	margin: 1em 0;
	float: left;
	width: 22em;
}
#footerleft {
	background-image: url(images/bgd-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerright {
	background-image: url(images/bgd-footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 3.5em;
	padding: 3em 0 0 0;
	text-align: center;
}
/************ logo ***************/
#logo {
	float: left;
	padding-top: 3em;
}
/************ search ***************/
#search {
	float: right;
	padding: 6.5em 3.5em 0 0;
	width: 25em;
}
#search input#s {
	background-color: #f0f0f0;
	border: 1px solid #000;
	font-size: 1.2em;
	float: left;
	margin-top: .3em;
	width: 14em;
}
#search button {
	background-color: transparent;
	border: none;
	float: right;
	cursor: hand;
	pointer: hand;
	width: 6em;
}
#search button img {
	padding: 0;
	margin: 0;
}
/************ topnav ***************/
#topnav {
	clear: both;
	background-image: url(images/topnav-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topnav ul {
	overflow: hidden;
	background-image: url(images/topnav-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 3.5em;
	padding: 1.3em 0 0 0;
}
#topnav li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;

	font-size: 1.2em;
	text-align:center;
}
#topnav li a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: .5em 1em;
	text-decoration:none;
}
#topnav li.page_item a:hover {
	background-color: #A4D165;
}
#topnav li.page_item.current_page_item a:hover {
	background: none;
}
#topnav li.current_page_item a, #topnav li.current_page_parent a {
	color: #000;
}
/************ sidebar ***************/
#sidebar {
	font-weight: bold;
}
#sidebar .box {
padding: 1em 0;
}
#sidebar a {
	display: block;
}
#sidebar .boxtitle {
list-style-type: none;
list-style-image: none;
}

#sidebar .box h3 {
	padding: 0 0 0 1.5em;
	background-image: url(images/bullet-small.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar .box h3 span {
	display: none;
}
#sidebar ul {
	padding: 0 0 0 .2em;
}
.cms-nav-left-menu li {
	margin: 0 0 0 1.5em;
}
.current_page_ancestor a, .current_page_item a, .current_page_parent a, .current-cat a, .selected {
text-decoration: underline;
	color: #555;
}
/************ content ***************/
#content h2:first-child, #content h3:first-child, #content h4:first-child {
	margin-top: 0;
}
#breadcrumb, .meta, .morelink {
	font-size: .9em;
	color: #888;
}
.morelink {
	float: right;
	padding-right: 16px;
	display: block;
	background-image: url(images/bullet-small.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
dl.attachments {
	width: 99%;
	overflow: hidden;
	border: none;
}
dl.attachments-small dd.caption {
	width: 95%;
}
dl.attachments-large dd.caption {
	width: 88%;
}
dl.attachments-medium dd.caption {
	width: 92%;
}
.box {
	padding: 1em;
	margin: 1em 0;
	border: 1px solid #ccc;
}
.box h2, .box h3, .box h4 {
	margin-top: 0em;
	padding-top: 0;
	border: none;
}
.grey  {
	background-color: #f8f8f8;
}
.lgreen {
	background-color: #edf7d8;
	border-color: #c4ccb2;
}
#content img {
	display: block;
	margin: 0 auto;
}
#content .wp-caption {
	border: 1px solid #EDF7D8;
	padding: .5em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.9em;
	font-weight: bold;
	color: #8DC63F;
	text-align: center;
}
.wp-caption-text {
	display: none;
}
.alignright {
	float: right;
	margin-left: 2em;
}
.alignleft {
	float: left;
	margin-right: 2em;
}
#newer, #older {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

#newer {
	float: left;
	padding-left: 16px;
	background-image: url(images/bullet-small-left.gif);
	background-position: left center;
}
#older {
	float: right;
	padding-right: 16px;
	background-image: url(images/bullet-small.gif);
	background-position: right center;
}
.pagenav {
background-image: none;
margin: 0;
}


/************ bottom nav ***************/
#botnav {
	color:#999;
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	padding: 3em 0 0 3.5em;
	clear: both;
	text-align: center;
}
#botnav li {
	display: inline;
	background-image: none;
	margin: 0 15px;
}
#botnav a {
	color:#999;
}
/************ footer ***************/
#footerright {
	color:#999;
}
#footerright a {
	color:#999;
}
#credit {
	float: left;
}
#login {
	float: right;
	margin-right: 3.5em;
}