/*FONT FAMILY===========================================================================================*/
body, td, th {
	font-family: Georgia, Verdana, Times New Roman, Times; /*Arial & Helvetica are almost undistinguishable*/
}
.clear {
	clear:both;
}
/*-------uncomment and ustomize if you want to use different fonts for different page elements
h2 { font-family: Times }
h3 { font-family: Courier }
h4 { font-family: Trebuchet }
p { font-family: Helvetica }
---------*/
/*FONT SIZE=============================================================================================*/
h1 {
	font-size: 225%;
} /* - header or special effects */
h2 {
	font-size: 160%;
} /* content headings */
h3 {
	font-size: 160%;
} /* content headings */
h4 {
	font-size: 100%;
} /* list headings, same size as (p) */
h5 {
	font-size: 100%;
	color: #333333
} /* list headings 2, same size as (p) */
p, ul, ol, td {
	font-size: 100%;
}
ul ul {
	font-size: 100%;
} /*- actually only necessary if the ul size is not 100%  */
td p {
	font-size: 100%;
}
/*WIDGETBOX=============================================================================================*/
#widgetbox {
	margin-left:-20px;
	margin-right:0px;
	height: 110px;
	width: 140px;
	padding:5px
}
#widgetbox p {
	margin: 0px 0px 0px 0px;
}
#widgetbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#widgetbox ul li {
	padding: 0px;
	border: solid #0066cc 0px;
	margin-top:0px;
}
#widgetbox ul li ul li /*{padding-left: 0px ; border:none; padding:0px; margin:0px}*/ {
	border:medium none;
	list-style-position:outside;
	list-style-type:lower-roman;
	margin:0 0 0 18px;
	padding-left:0;
}
#widgetbox li {
	margin-bottom:20px
}
#widgetbox h2 {
	margin: 0 0 20px 0px;
}
#widgetbox h2 {
	font-size: 130%;
}
/*FONT COLORS=============================================================================================*/
/*--------------------
below is the color scheme used - it's for info only, if you want to change you need to change below (after the body tag)
lead  color: 		#0066cc  	blue		h1, h2, h3
second color:		#88bb22		green		seperaton lines, some links
highlight 1:		#9966cc		purple		not used but matching color - if you want to highlight something
highlight 2:		#990000		red			not used but matching color - if you want to highlight something
background 1:		#eeeeff		light 	 	lead elements
background 2:		#f7f7ff		light 		lightest bg
box underline:		#cccccc		light grey
--------------------*/
body {
	color: black
}
a:active {
	color: red
}
h6 {
	font-size: 13pt;
	font-weight: bold;
	COLOR: #83c3e1;
	FONT-FAMILY: Arial;
	margin-top:0px;
	margin-bottom:0px;
}
h1, h2, h3, h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	color: #333333
}
ul li a:link, ul li a:visited {
	color: #000000
}
p a:link, p a:visited {
	color: #FC9A3F
}
a:link, a:visited {
	color: #000000
}
p.postmetadata {
	font-size:12px;
}
p.postmetadata a:link, p.postmetadata a:visited {
	color: #88bb22
}
#footer p a:link, #footer p a:visited {
	color: #ffffff
}
/*-------uncomment and customize below example if you want to add colors 
h2, h2 a:link, h2 a:visited { #990000 }
h3, h3 a:link, h3 a:visited { #9966cc }
---------*/
/*LINK STYLE other than color=============================================================================*/
a:link, a:visited {
	text-decoration:none
}
p a:link, p a:visited {
	text-decoration:none;
} /* orphan text remains undecorated */
a:hover {
	text-decoration:underline
}
h1 a:hover {
	text-decoration:none
}
#footer p a:link, #footer p a:visited {
	text-decoration: none
}
#footer p a:hover {
	text-decoration: underline
}
/*MARGINS, BORDERS AND PADDING for elements (not for containers)===========================================*/
body {
	margin:0px;
	padding: 0px;
}
ul, ol {
	list-style: outside
}
#sidebar ul, #sidebar ol {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	padding-right:7px;
}
h1, h1 a:link, h1 a:visited, h1 a:hover {
	margin-top:0
}
h4, h4 a:link, h4 a:visited, h4 a:hover {
	margin-top:0
}
h2 {
	margin-top:0px;
	margin-bottom:-10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin-top:0px;
	margin-bottom:5px;
}
a img {
	border: 0px solid #0066cc
}
/*MULTI-USE TAGS==========================================================================================*/
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float:right;
}
.left {
	float:left;
}
.bg1 {
	background-image: #eeeeff
}
.bg2 {
	background: #f7f7ff
}
.border1 {
	border: solid 1px #0066cc;
}
/*IMAGE TAGS==========================================================================================*/
/*the below will make images float left if they have no other tags (like 'right')*/
img {
	float: left;
	margin:0px 5px 0px 0px
}
/*the below will make images float right but you have to add 'class="right" inside the image tag)*/
img.right {
	float: right;
	margin: 0px 0px 0px 5px
}
#header img {
	border: none
}
/*=========================================================================================
===========================================================================================
===========================================================================================
*/
/* DIV FRAMING =============================================================
un-comment the next few lines and you will see colored borders around the main elements on your site - this helps you to identify which DIV you need to change if you want to change the layount (e.g. make the page or the sidebar wider)==========================================================================*/
/*
#page {border: 3px solid green;}
#header {border: 3px solid red;}
#content {border: 3px solid brown;}
#sidebar{border: 3px solid aqua;}
.post {border: 3px solid #0066cc;}
#comments {border: 3px solid black;}
.commentlist {border: 3px solid yellow;}
*/
/* change the color or the width of the line below the header and left of the sidebar*/
#header {
	border-bottom: 0px solid #88bb22;
}
#sidebar {
	border-left: 0px solid #88bb22;
}
/* not much in the boddy tag================================================
==========================================================================*/
body {
	text-align:center;
	background-color:#d3b92a;
}
/* BEGIN DIVS and other layout stuff========================================
this is the tricky bit - here you change your layout - make sure you back-up before changing ==========================================================================*/
#page {
	margin:auto;
	margin-top:0px;
	width: 986px;
	text-align:left;
	background-color: #d3b92a;
}
#header {
	position:relative;
	width: 986px;
	margin-top:10px;
	margin:auto;
}
#container {
	width: 986px;
	margin: 0px auto;
}
#logocontainer {
	position:relative;
	float: left;
	width: 986px;
}
#logoleft {
	position:relative;
	float: left;
	width: 26px;
	height: 90px;
	background:url(images/logoleft.jpg);
}
#logo {
	position:relative;
	float: left;
	width: 124px;
	height: 90px;
}
#logoright {
	position:relative;
	float: left;
	width: 650px;
	height: 90px;
	background:url(images/logoright-new.jpg);
}
#twittertop {
	position:relative;
	float: left;
	width: 186px;
	height: 90px;
	background:url(images/twittertop.jpg);
}
#row1 {
	position:relative;
	width: 986px;
	height: 166px;
}
#row2 {
	position:relative;
	float:left;
	width: 986px;
	height: 51px;
	background-image: url(images/row2.jpg);
}
.meetholly1 {
	position:relative;
	float:left;
	margin-left: 50px;
	width: 134px;
}
.blog {
	position:relative;
	float:left;
	margin-left: 10px;
	width: 60px;
	margin-top: 10px;
	height: 51px;
}
.speaking {
	position:relative;
	float:left;
	margin-left: 10px;
	width: 100px;
	margin-top: 10px;
}
#row3 {
	position:relative;
	float:left;
	width: 986px;
	height: 281px;
	background-image: url(images/homeimages.jpg);
}
.box1 {
    float: left;
    height: 253px;
    margin-left: 43px;
    margin-top: 7px;
    width: 302px;
}
.box1-inner {
	padding:15px 10px 15px 15px;
}
ul.box1ul {
    font-size: 14px;
    font-weight: normal;
    height: 200px;
    list-style: disc outside none;
    margin-left: -23px;
    margin-top: -15px;
	overflow:hidden;
}
ul.box1ul li {
	padding-bottom:5px;
}
#all-prods {
    left: 220px;
    position: absolute;
    top: 221px;
}
.box2 {
    float: left;
    height: 253px;
    margin-left: 11px;
    margin-top: 7px;
    position: relative;
    width: 299px;
}
.box2-inner {
	padding:15px 10px 15px 15px;
}	
.box1 h2, .box2 h2 {
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 20px;
    margin-top: -3px;
    overflow: hidden;
}
.box2 p {
    float: left;
    font-size: 13px;
    line-height: 15px;
    padding-right: 5px;
    width: 150px;
}
.box2 img {
    float: left;
    padding-left: 5px;
    padding-top: 13px;
	max-width: 109px;
	max-height: 139px;
}
#add-to-cart {
    float: none;
    left: 35px;
	padding-top:0px;
    position: absolute;
    bottom: 13px;
}
#price {
    left: 200px;
    position: absolute;
    top: 203px;
}
.box3 {
    float: right;
    height: 254px;
    margin-right: 27px;
    margin-top: 8px;
    position: relative;
    width: 293px;
}
#bottom-left {
    background: url("images/signup.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 365px;
    margin-left: 27px;
    margin-top: -13px;
    width: 320px;
}
#bottom-right h2 {
	font-size:18px;
	margin-bottom:0px;
}
#bottom-left h2 {
    font-family: wordy-diva,caflisch-script-pro,sans-serif;
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-top: 90px;
    text-align: center;
    width: 225px;
}
#bottom-right {
    float: right;
    padding-right: 25px;
}
.prod-box {
	background: url("images/prod-bg.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 253px;
    margin-left: 11px;
    margin-top: 7px;
    position: relative;
    width: 299px;
}
#left {
	position:relative;
	float: left;
	width: 800px;
	height: 166px;
	background:url(images/testback.jpg);
}
#left-inner {
	padding-left:50px;
	width:450px;
}
#left-inner p {
	padding-right:50px;
}
#lefttext {
	position:relative;
	float: left;
	margin-top: 0px;
	margin-left: 50px;
	width: 386px;
	height: 204px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#notes {
	position:relative;
	float: left;
	width: 136px;
	height: 146px;
	margin-top: 56px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#twitter {
	position:relative;
	float: left;
	width: 186px;
	height: 166px;
	background:url(images/twitter.jpg);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#twittertext {
	position:relative;
	float: left;
	width: 136px;
	height: 146px;
	margin-top: -15px;
	margin-left: 20px;
}
#right {
	position:relative;
	float: left;
	width: 160px;
	height: 70px;
	margin-top: -30px;
	margin-left: 10px;
}
#top {
	position:relative;
	width: 986px;
	height: 304px;
	background:url(images/top.jpg);
}
#headline {
	float:left;
	text-align: left;
	font-size: 12px;
	width: 400px;
	height: 150px;
	margin-left: 50px;
	margin-top: 98px;
	font-family: Georgia, Verdana, Times New Roman, Times;
}
#bio {
	float:left;
	width: 44px;
	height: 17px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	margin-left: 305px;
	margin-top: 11px;
}
#speaking {
	float:left;
	width: 56px;
	height: 17px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	margin-top: 11px;
	margin-left:0px;
}
#middle {
	position:relative;
	width: 986px;
	height: 264px;
	background:url(images/middle.jpg);
}
#seemyschedule {
	float:left;
	width: 116px;
	height: 27px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	margin-top:233px;
	margin-left: 102px;
}
#readmyblog {
	float:left;
	width: 116px;
	height: 27px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	margin-top:233px;
	margin-left: 112px;
}
#emaillist {
	text-align: left;
	float:left;
	width: 116px;
	height: 27px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	margin-top:233px;
	margin-left:100px;
}
#amazon {
	float:left;
	width: 47px;
	height: 27px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	margin-top:229px;
	margin-left: 180px;
	text-align: right;
}
#bottomtop {
	float:left;
	width: 986px;
	height: 17px;
	background:url(images/bottomtop.jpg);
}
#bottom {
	float:left;
	width: 986px;
	background:url(images/bottom.jpg);
}
#bottomleft {
	float:left;
	text-align: left;
	width: 450px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	margin-left: 60px;
}
#bottomleft ul {
	list-style-image: url(images/arrow1.jpg);
}
#bottomright {
	float:left;
	vertical-align:top;
	text-align: left;
	width: 400px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	margin-left: 40px;
}
#bottomright ul {
	list-style-image: url(images/arrow1.jpg);
}
#bottomend {
	float: left;
	width: 986px;
	height: 15px;
	margin-right: 10px;
	background:url(images/bottomend.jpg);
}
#bottomfill {
	float: left;
	width: 986px;
	height: 15px;
	background-color: #d3b92a;
}
/* menu bar in header section*/
#nav {
	position:relative;
	display:block;
	width: 986px;
	height:49px;
	font-size:11px;
	font-weight:bold;
	background-image: url(images/navback.jpg);
	background-color: #eee7d3;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#nav ul {
	margin-left:374px;
	width:575px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#nav ul li {
	display:block;
	float:left;
	margin-top: 27px;
}
#nav ul li a {
	display:block;
	float:left;
	color:#5c5c5c;
	text-decoration:none;
	padding:3px 6px 0 6px;
}
#nav ul li a:hover, #nav ul li a.current {
	color:#000000;
	background-color: #ffffff;
}
#navsub {
	position:relative;
	display:block;
	width: 986px;
	height:52px;
	font-size:11px;
	font-weight:bold;
	background-color: #eee7d3;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#navsub ul {
	margin-left:440px;
	width:575px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#navsub ul li {
	display:block;
	float:left;
	margin-top: 27px;
}
#navsub ul li a {
	display:block;
	float:left;
	color:#5c5c5c;
	text-decoration:none;
	padding:3px 6px 0 6px;
}
#navsub ul li a:hover, #nav ul li a.current {
	color:#000000;
	background-color: #ffffff;
}
#content {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
.narrowcolumn {
	float: left;
	padding: 0 0px 0px 0px;
	margin: 0px 0 0;
	width: 986px;
}
.narrowcolumn .postmetadata {
	text-align: right;
	font-size:12px;
}
.widecolumn {
	float: left;
	padding: 0 0px 20px 45px;
	margin: 0px 0 0;
	width: 986px;
}
/* navigation here refers to the link to the next on previous post (not needed if you do pages only)*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* sidebar refers to the main element on the right hand side of the page which contains all navigation links*/
#sidebar {
	position: fixed;
	float:right;
	padding: 0px 0 0px 0;
	height: 110px;
	width: 140px;
	margin-top: -635px;
}
#sidebar form {
	margin: 0;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 5px;
}
#sidebar #searchsubmit {
	padding: 0px;
}
/* style of the headers within the sidebar*/
.sb_header {
	background: #eeeeff;
	margin: 0 0 20px 20px;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.sb_header h2 {
	margin: 0 0 2px 0px;
}
.post {
	margin: 0 0 40px 0;
	text-align: left;
	display:block;
	clear:both;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
.blockquote cite {
	margin: 5px 0 0;
	display: block;
}
#footer {
	padding: 0;
	background-color:#d3b92a;
	margin: 0px 0 0 0;
	width: 986x;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#footer p {
	margin: 0;
	padding: 5px 10px;
	text-align: center;
}
#comments {
	clear:left;
}
.commentlist {
	padding: 0;
	text-align: left;
	margin-left: 0;
}
.commentlist li {
	margin: 15px 0 5px;
	padding: 5px 10px 5px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.commentlist p {
	text-transform: none;
}
#commentform p {
	margin: 5px 0;
}
#commentform input {
	width: 170px;
	padding: 5px;
	margin: 5px 5px 0px 0;
}
#commentform textarea {
	width: 500px;
	padding: 0px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
.entry form {
	text-align:center;
}
select {
	width: 130px;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}

#subscribe #textfield {
    background-color: transparent;
    background-image: url("img/search-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border-style: none;
    color: #243444;
    font-size: 14px;
    font-style: italic;
    height: 21px;
    line-height: normal;
    margin: 0 -6px 0 0;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}
#gform_fields_1 {
    font-family: wordy-diva,caflisch-script-pro,sans-serif;
    font-size: 18px;
    list-style: none outside none;
}
input#input_1_1 {
    height: 14px;
    margin-left: 57px;
    margin-top: -8px;
    width: 150px;
}
#field_1_1 .ginput_container {
	margin-top: -20px;
    padding-bottom: 13px;
}
#input_1_2 {
	padding-top: 7px;
    width: 220px;
}
#field_1_2 .gfield_label {display:none;}
#input_1_2 #input_1_2_3_container label, #input_1_2 #input_1_2_6_container label {
	float: left;
	width: 57px;
}
#input_1_2_3 {
	width:150px;
}
#input_1_2_6 {
    margin-left: 57px;
    margin-top: 15px;
    width: 150px;
}
#input_1_2_6_container label {
	left: 70px;
    margin-top: 18px;
    position: absolute;
}
#gform_submit_button_1 {
    background-color: transparent;
    background-image: url("images/submit.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: medium none;
    color: #FFFFFF;
    font-family: wordy-diva,caflisch-script-pro,sans-serif;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    margin-left: 150px;
    padding-left: 16px;
    width: 100px;
}
    margin-left: 57px;
    margin-top: 15px;
    width: 150px;
/*  
Theme Name: MTAM
Theme URI: http://www.morethanaminute.com/
Description: More Than A Minute Wordpress Theme.
Version: 2.0
Author: Chris Ruby
Author URI: http://www.zerogcreative.com/
*/
