/* CSS Document for tscott consulting */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #b6d1e8 url(images/bodybg.gif) repeat-x top left;
	background-attachment: fixed;
	font-size:85%;
	}
p {
	line-height:1.2em;
}	

a {
	color:#993300;
	}
a:hover {
	color:#006699
	}
#wrapper{
	width:730px;
	border:1px solid #fff;
	background-color:#cccc99;
	}
	
#header{
	width:730px;
	height:110px;
	margin:0;
	padding:0;
	background:url(images/banner-bg.jpg) repeat-x;
	}

#navcontainer {
	width: 100%;
	float: left;
	background:url(images/mainNav-bg.jpg) repeat-y top left;
	}

#mainNav {
	list-style: none;
	margin: 0 0px;
	padding: 0;
	width:auto;
	float:left;
	}
	
#mainNav li {
	float: left;
	margin:0;
	padding:0;
	}

#mainNav a {
	float:left;
	display: block;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	border:none;
	border-right: 1px solid #EEEEEE;
	}
#mainNav a:hover{
	background-color:#FFFFFF;
	color:#666666;
	}
.clear{
clear:right;
}
#main{
	background:url(images/mainBG.gif) repeat-y top left;
	float:left;
	}
#content{
	width:538px;
	float:left;
	}
#list-1{
	list-style-image:url(images/arrow.gif);
	}
#content p{
	padding:3px 10px;
	}
#right{
	width:190px;
	text-align:center;
	float:right;
	}
#right p{
	font-size:.9em;
	border-bottom:1px #eeeeee solid;
	padding-bottom:10px;
	}
#subscribe{
	text-align:left;
	padding:5px;
	float:right;
	font-size:.8em;
	}
#subscribe p{
	padding-bottom:0px;
	border-bottom:none;
	}
 label
	{
	float: left;
	margin-right: 0.5em;
	display: block;
	}

.submit input
	{
	margin-left: .5em;
	}
input
	{
	color: #781351;
	background: #eeeeee;
	border: 1px solid #666;
	}

.submit input
	{
	color: #666;
	background: #e3e3c9;
	border: 1px solid #eeeeee;
	}
fieldset
	{
	border: 1px solid #eeeeee;
	padding:0px 5px;
	}

legend
	{
	color: #666;
	background: #e3e3c9;
	border: 1px solid #eeeeee;
	padding: 2px 6px;
	}

#footer{
	clear:both;
	height:20px;
	background-color: #993300;
	text-align:right;
	font-size:.8em;
	}
#footer a{
	color:#fff;
	}
#footerList{
	padding:2px;
	}
#footerList li{
	display: inline;
	list-style-type: none;
	padding:15px;
	padding-left:10px;
	}
	
/* ===== paragraphs =====*/
p{
	line-height:1.4em;
	}
	
/* === lists === */
ul{
	line-height:1.4em;
	margin:0;
	padding-right:15px;
	}
ol{
	line-height:1.4em;
}
/*---- headers ---*/
/*title*/
h1 {
	font-size:1em;
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding: 10px 0;
	}
/*tagline*/
h2 {
	font-size:0.9em;
	color:#333333;
	border-top:1px solid #eeeeee;
	padding: 10px 0 0 0;
	}
	
/* page headers */
h3 {
	font-size:1.2em;
	margin:10px;
	padding:4px;
	background:#8d8ea9 url(images/menuTiltleBg.gif) repeat-x bottom left;
	}
	
/*secondary page headers*/
h4{
	margin: 5px 10px;
	padding: 4px 1px;
	font-size:1.1em;
	background:#EEEEEE;
	}
/*third page header*/
h5{
	margin:10px 10px;
	font-size:1.1em;
	text-decoration:underline;
}
/*exercise or recipe title*/
p.title{
	background:#999;
	font-size:1.1em;
	margin:10px;
	background-color: #e2deaf;	
	font-weight:bold;
}
	

/*----- randoms -------*/
.credit{
	font-size:.8em;
	color:#666666;
	}
	
/*--- hilight box ---*/
.calloutbox{
	width:430px;
	background:#eee;
	margin:40px;
	padding:10px;
	border:#b6d1e8 solid 2px;
}
.calloutbox img{
	border:3px solid #993300;
}
img.photo{
	border:3px solid #b6d1e8;
	margin:5px;
}
