/*
Theme Name: TBW custom theme
Theme URI: 
Description: 
Version: 
Author: Better IT
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;
}
ul li {
list-style-type: square;
}
ol li {
}

/************ basic fonts and colors ***************/
body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 11px;
	/*position: relative;*/
	line-height: 1.5em;
	/*overflow: auto;*/
}
h1,h2,h3,h4 {
	clear: both;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
	margin-top: 1em;
}
h3 {
	font-size: 1.15em;
	margin-top: 1em;
}
h4 {
	font-size: 1em;
	margin-top: 1em;
}
img {
	border:none;
}
table {
}
td, th {
}

th {
}
dl.attachments {
padding: 10px 0;
width: 100%;
margin: 0;
}
dl.attachments dt.icon {
float: left;
width: 10%;
}
dl.attachments dt.icon img {
padding: 0;
}
dl.attachments dt.caption {
float: left;
width: 90%;
}

/************ Text Links ***************/
a:link, a:visited {
	text-decoration:none;
	color: #34294C;
}
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 {
	text-decoration:none;
}
.morelink {
}
.emailhider {
	display: none;
}

/************ structure divs ***************/
.centre {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}

/************ logo ***************/
#logo {
	float: left;
}
/************ search **************/
#search {
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 35px;
	padding-right: 10px;
	width: 127px;
overflow: hidden;/* ie 6 fix*/
}
#search input#s {
	float: left;
	font-size: 1.2em;
	width: 8em;
	color: #777;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 8px;
	border: 1px solid #ddd;
	height: 17px;
}
#search button {
	float: right;
	text-indent: -4000px;
	background-color: #fff;
	border: none;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 8px;
	border: 1px solid #ddd;
}
#search button:hover {
	background-color: #ddd;
}
/************ topnav **************/
#topnav {
	float: right;
	background-color: #fff;
	background-image: url(images/corner-bl-white-lpurple.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 480px;
	height: 35px;
overflow: hidden;/* ie 6 fix*/
}
#topnav ul {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
overflow: hidden;/* ie 6 fix*/
}
#topnav li {
	list-style-type: none;
	float: left;
	border-left: 1px solid #ddd;
	padding: 0 5px;
	line-height: 1.1em;
}
#topnav li:first-child {
	border: none;
	padding-left: 0;
}
#topnav li a {
	color: #999;
}
#topnav li.page_item.current_page_item a:hover {
	text-decoration: underline;
}
#topnav li.current_page_item a, #topnav li.current_page_parent a {
}
/************ content ***************/
#content-wrap {
	background-image: url(images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding-top: 7px;
}
.content {
	overflow: hidden;
	padding: 10px 10px 0 10px;
display: block;
height: auto;
}

/************************************ Images *******************************************************/
.wp-caption {
margin: 10px;
background-color: #fff;
}
.wp-caption img {
padding: 0;
margin: 4px;
}
.wp-caption-text {
display: none;
}
.alignnone {
float: none;
}
.alignleft {
float: left;
}
.aligncenter {
margin: 0 auto;
}
.alignright {
float: right;
}

/************************************ footer *******************************************************/

#footer {
	background: url(images/footer-top.gif) no-repeat center top #ede6ef;
	padding: 10px;
	overflow: hidden;
	color: #7c6c97;
	clear: both;
	margin-top: 20px;
	margin-left: 10px;
	width: 760px;
}
#footer a {
	color: #7c6c97;
}
#botnav {
	clear: both;
	overflow: hidden;
}
#botnav li {
	float:left;
	padding: 0 10px;
	margin: 0 5px;
	list-style-type: none;
	color: #61498a;
	border-left: 1px solid #dfd6e5;
	height: auto;
	font-weight: bold;
}
#botnav li:first-child {
	padding-left: 0;
	border-left: none;
}

#botnav ul {
	padding: 0;
	margin: 0;
}
#botnav li a {
	color: #61498a;
}
#botnav li ul li {
	float:none;
	padding: 0;
	margin: 0;
	height: auto;
	font-weight: normal;
	border-left: none;
}
#botnav li ul li a {
	color: #7c6c97;
}
#copyright {
	border-top: 1px solid #dfd6e5;
	margin: 10px 0;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}
#credits {
	background: url(images/footer-bot.gif) no-repeat center top;
	padding: 30px 0;
}
#credits a {
	color: #7c6c97;
}
#login {
	float: right;
}
/********** cforms adjustment ************/
.linklove {
display: none;
}


#addthis-single-wrap {
margin-top: 20px;
}
