/*FONT FAMILY===========================================================================================*/
body, td, th {
	font-family: Georgia, Verdana, Times New Roman, Times; /*Arial & Helvetica are almost undistinguishable*/
}
/*-------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
}
#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: #0066cc
}
a:link, a:visited {
	color: #000000
}
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:underline
} /* 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;
	height: 90px;
}
#logoleft {
	position:relative;
	float: left;
	width: 26px;
	height: 90px;
	background:url(images/logoleft.jpg);
}
.logo {
	position:relative;
	float: left;
	width: 124px;
	height: 90px;
	background:url(images/logo.jpg);
}
#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;
}
.bio {
    float: left;
    height: 10px;
    margin-left: 5px;
    margin-top: 10px;
    position: relative;
    width: 46px;
}
.speaking {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    position: relative;
    width: 95px;
}
.newsletter {
    float: left;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
    width: 190px;
}
#row3 {
	position:relative;
	float:left;
	width: 986px;
	height: 281px;
	background-image: url(images/homeimages.jpg);
}
.keepup {
	position:relative;
	float:left;
	width: 186px;
	height: 241px;
	padding-left: 56px;
	margin-top: 11px;
}
.whatsup {
	position:relative;
	float:left;
	width: 200px;
	height: 241px;
	padding-left: 20px;
	margin-top: 11px;
}
.whatsuptext {
	position:relative;
	float:left;
	width: 140px;
	margin-left: 40px;
	margin-top: -150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:#ffffff;
}
.emaillist {
	position:relative;
	float:left;
	width: 187px;
	height: 234px;
	padding-left: 20px;
	margin-top: 18px;
}
#form1 {
	position:relative;
	float:left;
	width: 187px;
	padding-left: 7px;
	margin-top: -13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:#ffffff;
}
.gobutton {
	position:relative;
	float:left;
	width: 187px;
	padding-left: 128px;
	margin-top: -24px;
	font-family:Arial;
	font-size:10px;
	background:#ffffff;
}
.emaillistform {
	position:relative;
	float:left;
	width: 187px;
	height: 100px;
	padding-left: 20px;
	margin-top: 18px;
}
.buythebook {
	position:relative;
	float:left;
	width: 276px;
	height: 248px;
	padding-left: 12px;
	padding-top: 8px;
}
.buybooktop {
	position:relative;
	float:left;
	width: 176px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-right: 0px;
}
.readexcerpt {
	position:relative;
	float:right;
	width: 100px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-right: 0px;
}
#left {
	position:relative;
	float: left;
	width: 800px;
	height: 166px;
	background:url(images/testback.jpg);
}
#lefttext {
	position:relative;
	float: left;
	margin-top: 0px;
	padding-left: 50px;
	width: 386px;
	height: 166px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#notes {
	position:relative;
	float: left;
	width: 136px;
	height: 34px;
	margin-top: 56px;
	padding-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: 90px;
	margin-top: -15px;
	padding-left: 20px;
}
#right {
	position:relative;
	float: left;
	width: 160px;
	height: 70px;
	margin-top: -30px;
	margin-left: 10px;
}
#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: 453px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	padding-left: 60px;
}
#bottomleft ul {
	list-style-image: url(images/arrow1.jpg);
}
#bottomright {
	float:right;
	vertical-align:top;
	text-align: left;
	width: 406px;
	font-family: Georgia, Verdana, Times New Roman, Times;
	margin-left: 0px;
	padding-right: 30px;
}
#bottomright ul {
	list-style-image: url(images/arrow1.jpg);
}
#bottomend {
	float: left;
	width: 986px;
	height: 15px;
	background:url(images/bottomend.jpg);
	background-repeat:no-repeat;
}
#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;
}
.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;
}
ul.events {
	float: left;
	height: 165px;
	margin-left: 40px;
	margin-top: -200px;
	overflow: hidden;
}
/*  
Theme Name: MTAM
Theme URI: http://www.morethanaminute.com/
Description: More Than A Minute Wordpress Theme.
Version: 1.1w
Author: Michael Hill
Author URI: http://www.zerogcreative.com/
*/
.subscribe {
	float: right;
	font-size: 18px;
	margin-right: 50px;
	margin-top: 0;
	text-align: center;
}
