/* @override 
	http://test.richtestani.com/assets/templates/grayson/css/styles.css
	http://test.richtestani.com/assets/templates/grayson/css/layout.css
	http://henrygra.server279.com/assets/templates/grayson/css/layout.css
	http://henrygrayson.com/assets/templates/grayson/css/layout.css
*/

/* RESETS & SITE DEFAULTS */
body, html, p, h1, h2, h3, h4, h5, h6, h7, form, input, fieldset, blockquote, table, tr, td {
	margin: 0;
	padding: 0;
	
}

body {
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

strong {
	font-weight: normal;
	font-style: normal;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a img {
	border: none;
}

a {
	color: #42210b;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:hover {
	color: #ff4c24;
}

body {
	background: #0071b5 url(images/bodybg.png) repeat-x center top;
}

/* BASICS --------------------*/
blockquote {
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	margin-bottom: 10px;
}

.sidebar img {
	padding-bottom: 10px;
}

.sidebar .sideimg {
	width: 250px;
	text-align: center;
	border: 1px solid gray;
	padding: 5px;
	background-color: #e8c490;
	margin: 20px 0;
}

.sidebar h3.caption {
	font-weight: normal;
	font-style: normal;
	padding: 4px 0;
}


/* LAYOUTS --------------------*/
#outerwrapper {
	background: url(images/headerbg.png) no-repeat center -13px;
}

#wrapper {
	width: 988px;
	margin: 0 auto;
	background-color: white;
}

#main {
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
}


#footer {
	position: relative;
	clear: both;
	height: 42px;
	background: url(images/footerbg.png) no-repeat center bottom;
	padding: 0 8px;
	top: 5px;
	text-align: center;
}

/* HEADER */
#header {
	position: relative;
	width: 988px;
	margin: 0 auto;
	height: 122px;
	padding: 4px 0 0;
	
}

#emaillist {
	position: absolute;
	right: 20px;
	top: 15px;
}

#emailform img {
	vertical-align: middle;
	margin-right: 10px;
}

#emailform input[type="text"] {
	font: normal normal 110% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 20px;
	width: 200px;
	padding: 4px;
}

#header #homelink {
	display: block;
	position: relative;
	height: 73px;
	width: 500px;
}

#header #homelink span {
	margin-left: -2000px; //send actual text far away
}

/* HOME --------------------------------------*/
#promo {
	position: relative;
	width: 580px;
	height: 360px;
	background-color: #e8c390;
}


#promo #grayson {
	position: absolute;
	float: left;
	left: 0;
	width: 335px;
}

#grayson img {
	width: 292px;
}

#offers {
	float: right;
	width: 300px;
}

#offers p {
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}

.minibox {
	position: relative;
	width: 150px;
	float: left;
	height: 200px;
	text-align: center;
}

.minibox .buybutton {
	position: absolute;
	bottom: 0;
	left: 26px;
}

#radio {
	position: relative;
	width: 580px;
	height: 270px;
	text-align: center;
	background-color: #fff8c8;
}

#radio .radioplayer {
	position: relative;
	top: 35px;
}

#radio .homradiodescrip span {
	display: block;
	text-align: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #606164;
	font-weight: bold;
	font-style: italic;
}

#radio .homradiodescrip {
	position: relative;
	top: 40px;
	width: 460px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
}

.fadebox {
	position: absolute;
	z-index: 100;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: left;
	
}

.fadebox img {
	padding-left: 10px;
	padding-top: 20px;
}

.fadebox p {
	float: right;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

#radio .fadebox {
	background-color: #d8d2a9;
}


/* SINGLE COL ------------------------------ */
#main.singlecol #center {
	width: 90%;
	margin: 0 auto;
}

#main.singlecol #center p img {
	padding: 10px;
	border: 1px solid silver;
	margin-right: 10px;
	margin-bottom: 10px;
}

#center ul li {
	margin: 10px 0;
	padding-left: 10px;
}


/* TWO COL ------------------------------ */
#left {
	width: 580px;
	float: left;
	display: inline;
	margin-left: 14px;
}


#right {
	float: right;
	width: 360px;
	display: inline;
	margin-right: 20px;
	}

/* MAIN NAV ------------------------------ */
#nav {
	width: 979px;
	height: 60px;
	margin: 0 auto;
	padding-left: 9px;
	background: url(images/menu_left.png) no-repeat left top;
}

ul#mainmenu {
	height: 60px;
	background: url(images/menubg.png) no-repeat right top;
}

#nav li a {
	display: block;
	margin-left: -4px;
	font-size: 90%;
	color: #42210b;
	padding: 15px 6px;
	font-weight: bold;
	line-height: 130%;
}

#nav li a:hover {
	color: #fff1b0;
}

#nav li:hover {
}

#nav li.active a {
	background: url(images/tab_left.png) no-repeat left center;
	color: #e8c390;
}

#nav li.active {
	background: url(images/tab_right.png) no-repeat right center;
}

#mainmenu li, #footermenu li {
	float: left;
	margin: 5px 6px 0;
}

ul#footermenu {
	text-align: center;
	width: 980px;
	margin: 0 auto;
}

ul#footermenu a{
	display: block;
	padding: 5px;
	text-align: CE;
	font-size: 80%;
	color: #e8c390;
}

ul#footermenu a:hover {
	color: #fff8c8;
}

/* SINGLE SEMINAR & REGISTER --------------------*/
.boxouter {
	width: 965px;
	background-color: #fff8c8;
	padding: 20px 6px;
	border-bottom: 1px solid #d8d2aa;
	border-right: 1px solid #d8d2aa;
	margin-top: -10px;
	float: left;
}

#main .eventinfo ul.regdata{
	margin-left: 20px;
	float: left;
	width: 300px;
}

.single_event #left ul {
	width: 500px;
	margin-left: 40px;
}

#main .eventinfo ul.regdata li {
	list-style-type: none;
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
}

.single_event #left ul li {
	margin: 10px 0;
	list-style-position: outside;
}

#main .eventinfo span {
	display: block;
	color: gray;
	font-weight: bold;
	font-size: 80%;
}
#main .eventinfo .registerbutton {
	margin-top: 15px;
	text-align: center;
}

#main .eventinfo .registerbutton a#download-button img {
	margin-top: 10px;
}

#main .eventinfo li a.mapit {
	display: block;
	margin-right: 40px;
	text-align: right;
}

#main .eventinfo li.savings {
	float: left;
	padding: 5px;
	background-color: #e8c390;
	margin-top: 5px;
}

div.messenger {
	border-top: 1px solid #d8d2aa;
	padding: 40px;
	background-color: #fff8c8;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #42210b;
}


#main ul.seminarPricing {
	float: left;
	background-color: #e8c390;
	padding: 10px;
	width: 958px;
	margin-bottom: 20px;
}

#main ul.seminarPricing li.sprice {
	float: left;
	list-style-type: circle;
	margin: 0 10px;
	font-weight: bold;
	color: #42210b;
	font-size: 110%;
}

#main ul.seminarPricing li.stitle {
	list-style-type: none;
	margin-left: 25px;
	width: 400px;
	padding-bottom: 5px;
	font-size: 120%;
	color: #001b5d;
}


/* SEMINAR LIST -------------------*/
.seminars table#seminarList {
	width: 90%;
	margin: 0 auto;
	clear: both;
	margin-bottom: 30px;
	border-top: 1px solid #476b92;
}

.seminars tr th {
	padding: 10px 0;
	border-bottom: 1px dotted #476b92;
}

.seminars tr.rowheader:hover {
	background: white;
}

.seminars tr:hover {
	background-color: #fff8c8;
}

td {
	border-bottom: 1px solid #476b92;
	padding: 3px;
}

.seminars td .datesection {
	padding: 6px;
	text-align: center;
}

.seminars td .datesection .month {
	display: block;
}

.address{
	margin-left: 90px;
}

.homeaddress {
	display: block;
}

.seminars td div {
	width: 80%;
	margin: 0 auto;
}

.seminars #main ul {
	margin-left: 100px;
	float: left;
	margin-bottom: 20px;
}

.seminars #main ul li {
	list-style-type: none;
	float: left;
	width: 300px;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
}

.seminars #main h2 {
	clear: both;
}

/* PRODUCTS --------*/

.product {
	float: left;
	padding: 15px 0;
}

.product img {
	float: left;
}

.single_product {
	margin-left: 130px;
	padding-bottom: 20px;
}

.product .prodCost {
	font: bold 180% Georgia, "Times New Roman", Times, serif;
}

#center .prodCost {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	color: #42210b;
}

.prodCost span {
	font-size: 50%;
}

.prodImg {
	width: 130px;
	float: left;
	text-align: center;
	margin-right: 20px;
}

/* FORM --------- */
form#regform {
	width: 90%;
	margin: 0 auto;
	
}

form fieldset {
	background-color: #fff8c8;
	padding: 6px;
	border-top-style: none;
	border-left-style: none;
	border-bottom: 1px solid #e2dbb1;
	border-right: 1px solid #e2dbb1;
	margin-bottom: 15px;
}

form span, form li {
	display: block;
	padding: 6px 2px;
}

form label {
	display: block;
	float: left;
	width: 100px;
	text-align:right;
	margin-right: 10px;
}

form input[type="text"] {
	width: 200px;
	font-size: 120%;
	color: #42210b;
	padding: 2px;
}

form span select {
	width: 200px;
	font-size: 120%;
	color: #42210b;
	padding: 2px;
}

form textarea {
	width: 200px;
	height: 60px;
}

form li.submit {
	text-align: right;
	margin-right: 30px;
}

form div.button {
	text-align: right;
}

form div.button span {
	display: inline;
	margin-right: 20px;
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #42210b;
}

form div.button input {
	vertical-align: middle;
}

.contact #contactForm ul li {
	list-style-type: none;
}

/* UPCOMING EVENTS -----------*/

#upcoming h1, #upcoming h3, #previous h3{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;

}

.rightColTitle {
	border-bottom: 1px solid black;
	padding-bottom: 6px;
	text-align: right;
	border-right: 1px solid black;
	padding-right: 10px;
	background-color: #fff8c8;
}

#right #upcoming .eventItem, #right #previous .eventItem {
	padding: 10px 0;
	border-bottom: 1px solid #42210b;
}

#right #upcoming .eventItem:hover, #right #previous .eventItem:hover {
	background-color: #fff8c8;
}

#right #upcoming .datesection, #right #previous .datesection {
	float: left;
	width: 90px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #42210b;
}

#right #upcoming .month, #right #previous .month {
	display: block;
	font-size: 160%;
}

#right #upcoming .day, #right #previous .day {
	font-size: 120%;
}

#right #upcoming .year, #right #previous .year {
	display: block;
}

#right #upcoming .clearing {
	clear: both;
}

/* CONTACT ---------------*/
.contact #left .contactsheet span {
	display: block;
	margin: 5px 0;
}

#contactForm img {
	margin-top: 20px;
	margin-left: 30px;
}

/* RADIO SHOW */
.radio #player {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid grey;
}

.radio #main ul li {
	list-style-type: none;
	padding: 10px 0 20px;
	border-bottom: 1px solid gray;
}

.radio #main ul li strong {
	display: block;
	color: gray;
	font: bold 120% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.radio #main ul li a {
	font-size: 130%;
}

#radio .homradiodescrip p {
	font-weight: bold;
	margin-top: 2px;
}


/* PRESS */
.press .pressBlock {
	text-align: center;
	width: 200px;
}

.press .pressBlock img {
	display: block;
	margin: 0 auto;
}

#media {
	text-align: center;
	background-color: #edc793;
	height: 430px;
}

.youtube object{
	width: 100%;
}

.yt-caption {
	display: block;
	text-align: left;
	padding: 5px 3px;
	font-weight: bold;
	background-color: gray;
	color: #fef7c7;
}

.media-title {
	float: left;
	height: 50px;
	padding: 5px 10px;
}

.media-title p {
	text-align: left;
	color: #674c32;
}

.services {
	position: relative;
	top: -10px;
	float: right;
	width: 300px;
	height: 70px;
}
