/*  
Theme Name: True Teams
Theme URI: http://www.trueteams.biz
Description: Custom WordPress Theme for True Teams
Version: 1.0
Author: Silver-Logic Web Services
Author URI: http://www.silver-logic.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
li, ul, li li, ul ul, ul li, h2 {
	margin: 0;
	padding: 0;
}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

body, html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background: #9dc728;
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1.4em;
}

a:link, a:visited, a:active {
	color: #6f8d1c;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}


#container {
	width: 1050px;
	margin: 0 auto;
}

#header {
	width: 1047px;
	min-width: 1047px;
	min-height: 227px;
	height: 227px;
	padding: 0;
	margin: 0;
}

/* MENU */

#nav {
	margin: 0;
	padding: 0;
	height: 153px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 820px;
	float: right;
}

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

#nav a {
	float: left;
	padding: 152px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:152px; /* for IE5/Win only */
}
	
#nav a:hover {
	background-position: 0 -152px;
}

#navhome a {
	background: url(images/menu1.png) no-repeat top left;
	width: 101px;
}

#navser a {
	background: url(images/menu2.png) no-repeat top left;
	width: 101px;
}
#navabout a {
	background: url(images/menu3.png) no-repeat top left;
	width: 101px;
}
#navfaq a {
	background: url(images/menu4.png) no-repeat top left;
	width: 101px;
}

#navtest a {
	background: url(images/menu5.png) no-repeat top left;
	width: 101px;
}
#navres a {
	background: url(images/menu6.png) no-repeat top left;
	width: 101px;
}

#navblog a {
	background: url(images/menu7.png) no-repeat top left;
	width: 101px;
}

#navcon a {
	background: url(images/menu8.png) no-repeat top left;
	width: 101px;
}


/* CONTENT */


#content {
	width: 1050px;
	padding: 0px;
	margin: 0px;
}

#maincontent {
	width: 770px;
	background: #FFFFFF;
	margin-top: -50px;
	margin-right: 20px;
	float: right;
}

#spaceme {
	padding-left: 25px;
	padding-right: 25px;
}

#sidebar {
	width: 227px;
	float: left;
}

#sidebar a:link, #sidebar a:visited {
	color: #FFFFFF;
}

#sidebar a:hover {
	color: #9dc728;
}

#nobullets li {
	list-style: none;
	margin-left: 0px;
}

#clear {
	clear: both;
}
	

ul li, #bullets li {
	list-style-type: disc;
	margin-left: 25px;
	disply: block;
	padding-bottom: 10px;
}

ol li {
	list-style: decimal;
}

#sidebox {
	width: 230px; 
	height: auto;
	margin: auto 0;
	text-align: center;
	background: #6f8d1c;
	padding: 0;
}

#sideboxinner {
	margin: auto 0;
	padding: 5px;
	color: #FFFFFF;
}

.copyright {
	float: right;
	color: #536a14;
	text-align: right;
}

.submenu {
	float: left;
}

#footer {
	width: 775px;
	font-size: 9pt;
	float: right;
	margin-right: 15px;
	color: #536a14;
}


/* BLOG SETTINGS */

h2 {
	font-size: 16pt;
}

h2 a:link, h2 a:visited, h2 a:active, h3 a:link, h3 a:visited {
	text-decoration: none;
}

.postmetadata {
	margin-bottom: 20px;
	padding-top: 5px;
	color: #000000;
	font-size: 10pt;
}

h2.post {
	color: #6f8d1c;
}

small {
	color: #000000;
	float: left;
	display: inline-block;
}

.entry {
	display: block;
	margin-top: 20px;
}

input, .attribute1, .email, label, form, .phplist {
	margin: 0;
	padding: 0;
}

textarea {
	width: 500px;
	border: 1px #330066 solid;
	padding: 5px;
	margin: 5px;
}

input#author, input#email1, input#url {
	width: 200px;
	border: 1px #330066 solid;
	padding: 5px;
}

.navigation {
	font-size: 10pt;
	margin-bottom: 20px;
}

/* NEWSLETTER SETTINGS */

img, img a:link, img a:visited {
	border: 0;
}

.supersmall {
	font-size: 9pt;
	color: #666666;
}

/* PHPLIST CSS Document */
.phplist fieldset legend {
	font-size: 10pt; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}
.phplist label { 
	display: block;
	padding: 0; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
.phplist {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
/*  min-width: 500px;
  max-width: 700px;
  width: 660px; */
}
/* Use to style multiple lists */
.phplist .list {
	margin: 0;
padding: 0;
}
/* Caption for multiple lists */
.phplist .caption {
margin: 0;
padding: 0;

}
.phplist fieldset {
  padding: 0px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
.phplist input, .phplist textarea, .phplist select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:135px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	padding: 1px;
}
#contactsubmit
 {
	width: 70px;
	padding: 0px
}

.phplist input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
	padding: 0;
}

.phplist textarea{ overflow: auto; }

.phplist small {
	display: block;
	margin: 0; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
.phplist .required{ 
} 
.phplist .requiredOutline {
}

/* uses class instead of div, more efficient */
.phplist br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/* End Contact Form CSS */
