/* 
Theme Name: Tidy Style
Theme URI: http://stormgraphicarts.com/
Version: 1.0
Description: teal and pale violet shall rule the day for TossNTidy.com
Author: John Stephens
Author URI: http://www.beardedbaby.net/
*/

body  { 
	font-family: Trebuchet MS, Verdana, Geneva, SunSans-Regular, sans-serif;
	background: #f4f4f0 url(http://tossntidy.com/images/liquidbg.png) center repeat;
}

h2,h3,h4,h5,h6  { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-stretch: wider;
	font-size: 16px;
}
h1  { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-stretch: wider;
	font-size: 24px;
}
#container {
	display: block;
	background:center;
	width:768px;
	text-align:left;
	font-size: 0.9em;
}

#wrap {
	display: block;
	border: 1px solid teal;
	border-top: 5px solid #004444;
	width: 760px;
	float: left;
	background: #f4f4f0;
}
#wrap h1, #wrap h2, #wrap h3, #wrap h4 {
	color: #730075;
}
#wrap a:link, #wrap a:visited, #wrap a:active {
	color: #990066;
	text-decoration: none;
}
#wrap a:hover {
	color: #004444;
	text-decoration: none;
}

#col {
	height: 100%;
	padding: 15px;
	padding-top: 0;
	border-right: 1px dashed teal;
	width: 200px;
	float: left;
	margin-left:5px;
	margin-right: 15px;
	display: table-column;
}
#col h4,#col h5,#col h6 {
}

#content {
	padding: 0 15px 15px 0;
	display: table-column;
	float: left;
	width:450px;
}

#header {
background-image: url(http://tossntidy.com/images/TNTLogo4.png);
background-repeat: no-repeat;
position: relative;
width:768px;
height:148px;
}
#header #title {	
display: block;
background: center;
float: right;
width: 400px;
position: relative;
right: 0;
top: 0.5em;
}
#header h1 {
color: teal;
}
#header h2 {
margin-top: -0.5em;
color:#730075;
}
#title a:link, #title a:visited, #title a:active {
	text-decoration: none;
	color: #004444;
}
#title a:hover {
	color: teal;
}

.navbar {
display:block;
float:left;
padding:3px;
margin: 0 5px 0 0;
width:140px;
border: 1px solid teal;
border-bottom: none;
text-align:center;
color:white;
background:#004444 url(http://tossntidy.com/images/nav01.png) no-repeat bottom left;
}
a.navbar:link, a.navbar:visited, a.navbar:active {
color:white;
text-decoration:none;
background:#004444 url(http://tossntidy.com/images/nav01.png) no-repeat bottom left;
}
a.navbar:hover {
background:#730075 url(http://tossntidy.com/images/nav02.png) no-repeat bottom left;
border:1px solid #D2A8FF;
border-bottom: none;
}
a.navbar#results:link, a.navbar#results:visited, a.navbar#results:active {
font-weight:bold;
}
a.navbar#results:hover {
font-weight:bold;
}
.navbar .selected {
background:#004444 url(http://tossntidy.com/images/nav01.png) no-repeat bottom left;
border:1px solid teal;
border-bottom: none;
}

/* menu ------------------- */
#menu {
  display: ;
  font-size: 0.8em;
  height:2.7em;
  line-height:2.7em;
}

#menu ul {
  margin:0;
  padding:0;
}

#menu li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid teal;
  border-left: 1px solid #D2A8FF;
  width: 148px !important;
}

#menu li a {
  display:block;
  padding:0 5px;
  font-size:0.8em;
  text-align: center;
  text-transform:uppercase;
  letter-spacing:1px;
  width: 148px !important;
}
#menu a:link, #menu a:visited, #menu a:active {
	background:#004444;
	color: white;
	width: 148px !important;
}
#menu a:hover {
	border-bottom: none;
	background: #730075;
	width: 148px !important;
}

* html #menu a {width:1%;} /* http://www.positioniseverything.net/explorer/escape-floats.html */

.leftcol {
	float:center;
	width:45%;
	padding-right:15px;
	padding-bottom:10px;
	border-right:1px dashed teal;
	margin-right:10px;
	margin-left:10px;
}

#footer {
	margin-top: 1em;
	display: block;
	float: left;
	width: 100%;
	font-size: .76em;
	color: mediumslateblue;
	text-align: center;
}
#footer a:link, a:visited, a:active {
	color: grey;
	text-decoration: none
}
#footer a:hover {
	color: #730075;
	text-decoration: overline underline;
}
.testimonials {
	background-color: #ebe8ca;
	display: block;
	padding: 5px;
	width: 400px;
	font-style:italic;
	border: 1px solid #e7e4bf;
	margin-bottom: 20px;
}
.style1 {color: #FFFFFF}

.style2 {
	font-size: 1.2em;
	font-weight: bold;
}
.img {
	border: 3px solid #004444;}