/* --------------------------------------------------------- 
	Style Sheet for www.bobrileycoaching.com 
	version: 1.1
	author: patricia simmons
	website: http://www.webwiseconcepts.com
	--------------------------------------------------------- */

/* Initial Values ------- set everything to zero for a good cross-browser starting point */
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, table, td, a, form, #first {
	margin: 0;
	padding: 0;
	border: 0;
}
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* Default Styles ------------------------------- */
body {
	background: #f2fce1;
	color: #333;
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	font: 100% Verdana, Arial, Helvetica, sans-serif; /*set the default fonts */
	min-width: 770px;
	line-height: 1.3;
}
h1, h2, h3 {
	color:#6FA046;
	padding-top: 10px;
	line-height: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 { margin: .75em 0 .5em 0; }
h3 { margin: 1em 0 .5em 0; }
#content_sub h3 { margin: .5em 0 0 0; }
p, ul, ol, dl {
	padding: 5px 0;
	margin: 0;
}
form#ccoptin {
	border: 1px solid #ccc;
	padding: 3px;
	width: 80%;
	margin: 0 10% 0 5%;
}
/* Layout Styles --------------------------- */
#wrapper {
	position: relative;
	width: 778px;
	margin: 5px auto;
	text-align: left;
	background-color: #fff;
}
#header {
	height: 260px;
	width: 778px;
	background-color: #f4f5d6;
}
#nav_main {
	width: 778px;
	height: 70px;
	background-color: #f4f5d6;
	background-image: url(../images/nav_bkg.jpg);
}
#content ul { margin-left: 3em; }
#content_main {
	margin: 0 0 0 230px;
	padding: 20px 20px;
}
#content_main .quote {
	padding: 0 0 1em 0;
	color: #EF830E;
}
#content_sub {
	float: left;
	width: 200px; /* the actual width of this div includes the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
	line-height: normal;
}
#content_sub #video {margin: 25px 0;}
.section {
	border: 1px solid #cbe793;
	padding: 5px 5px 0 8px;
	margin: 20px 10px;
	min-height: 115px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #9acf5b;
	color: #f5f9d8;
}
img#award { margin: .5em 0 0 1.5em; }
/* Tables ---------------------------------------------- */
table#links, table#readings {
	border: 1px solid #9acf5b;
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
}
th#web { width: 36%; }
th#desc { width: 34%; }
th#cont { width: 28%; }
table th {
	padding: 5px;
	text-align: left;
}
table#links td {
	padding: 4px 3px 4px 6px;
	vertical-align: top;
}
table#readings td {
	padding: 8px 3px 8px 6px;
	vertical-align: top;
}
caption {
	font-weight: 500;
	background-color: #9acf5b;
	color: #f4eed5;
	padding: 5px 0 2px 0;
}
/* Contact Form -----------------------------------------*/
.req { color: red; }
#request { margin: 10px auto; }
#request fieldset {
	border: 1px solid #ef830e;
	padding: 5px 0 15px 0;
}
#request p {
	width: 300px;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 175px; /*width of left column containing the label elements*/
	height: 1%;
}
#request label {
	font-weight: bold;
	text-align: right;
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 160px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
#request input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/ width: 180px; }
input, textarea, select { margin-left: 15px; }
div#submit { margin: 5px 25px 25px 160px; }
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix { margin-left: 3px; }
-->
/* List Styles ------------------------------------- */
dl {
	margin: 15px 0;
	font-weight: normal;
}
dt {
	font-weight: bold;
	font-size: 1em;
	color: #6FA046;
	padding-left: 10px;
}
dd { padding-bottom: 10px; }
.crumbs {clear: left;}
.crumbs ul li, #designinfo ul li {
	display: inline;
	list-style: none;
	line-height: normal;
	padding: 0 3px;
}
#content_main ul li { padding-bottom: 5px; }
/* Generic Styles ----------------------------------- */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0;
	position: relative;
}
img { border: none; }
.fltrt {
	float: right;
	margin: 5px 0 5px 10px;
}
.fltlt {
	float: left;
	margin: 5px 10px 15px 0;
}
.smit {
	font-style:italic;
	font-weight: normal;
	font-size: 9px;
}
.action { padding: 20px 10px; }
.changecolor { color: #9ad15c; }
.hline {
	border-top: 2px solid #ef8c0d;
	margin-top: 8px;
}
.centerit {text-align: center;}
.pullquote {
	float: right;
	margin: 5px 0 5px 8px;
	width: 120px;
	padding: 8px 5px;
	border: 1px solid #9acf5b;
	background: #cbe893;
	font: .9em Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
.new {
	color: red;
	font-size: 10px;
	padding: 0 5px;
}
/* Links ------------------------- */
a { color: #EF830E; }
a:hover {
	text-decoration: none;
	color: #f5f9d8;
	background-color: #9acf5b;
}
#footer a { color: #f5f9d8; }
/* Fonts ------------------------ */
#content { font-size: 1em; }
table { font-size: .8em; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.05em; }
h3 {
	font-size: .9em;
	font-style: italic;
}
p, ul, ol, dl, .crumbs { font-size: .75em; }
#content_sub { font-size: 90%; }
#footer { font: 75% Arial, Helvetica, sans-serif; }
.quote {
	font-size: .8em;
	font-weight: 500;
	font-style:italic;
}
.changesize { font-size: 110%; }
/* Testimonials ---------------- */
input.button {
	color: #ef830e;
	background-color: #f4f5d6;
	border: outset 1px #fff;
	margin: 6px 0 6px 15px;
}
.answer {
	margin: 5px 25px;
	font-size: .9em;
}
