/*
Styles for GregMecklem.com

02-17-10 .. created
*/

/* main page styles */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image:  url("http://www.GregMecklem.com/images/lt_green_weave.jpg");
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
}
.outer {
	width: 809px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper {
	background-color: transparent;
	text-align: center;
	margin: 12px;
}
.leftstripe {
	width: 21px;
	background-image:  url("http://www.GregMecklem.com/images/left_stripe.jpg");
	margin: 0px;
	background-color: rgb(194,216,64);  /* C1D840 */
	background-repeat: repeat-y;
}
.rightstripe {
	width: 2px;
	background-image:  url("http://www.GregMecklem.com/images/left_stripe.jpg");
	margin: 0px;
	background-color: rgb(194,216,64);
	background-repeat: repeat-y;
}
td.content {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	background-color: #F8F8F8;
}
table.topmenu {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
td.topmenu {
	background: rgb(194,216,64);
	background-image: url("http://www.GregMecklem.com/images/top_menu_bg.jpg");
	background-repeat: repeat-x;
	height: 40px;
}
a.topmenu {
	border: 0px;
	font-size: 11pt;
	font-weight: normal;
	color: rgb(0,20,71);
	text-decoration: none;
}
a.topmenu:hover {
	text-decoration: underline;
}
a.topmenu-active {
	border: 0px;
	font-weight: bold;
	color: rgb(0,20,71);
	text-decoration: none;
}
a.topmenu-active:hover {
	text-decoration: underline;
}
td.topmenuitem {
	background-image: url("http://www.GregMecklem.com/images/top_menu_bg.jpg");
	background-repeat: repeat-x;
	border: 0px;
	padding: 12px 20px 5px 20px;
	color: rgb(0,20,71);
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}
td.topmenu2 {
	background: rgb(194,216,64);
	background-repeat: repeat-x;
	height: 40px;
}
a.topmenu2 {
	border: 0px;
	font-size: 11pt;
	font-weight: normal;
	color: rgb(0,20,71);
	text-decoration: none;
}
a.topmenu2:hover {
	text-decoration: underline;
}
a.topmenu2-active {
	border: 0px;
	font-weight: bold;
	color: rgb(0,20,71);
	text-decoration: none;
}
a.topmenu2-active:hover {
	text-decoration: underline;
}
td.topmenu2item {
	border: 0px;
	padding: 0px 20px 12px 20px;
	color: rgb(0,20,71);
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}
td.botmenu, p.botmenu {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px 3px 10px;
	background-color: rgb(194,216,64);
	vertical-align: top;
	border: 1px;
}
a.botmenu {
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
a.botmenu-active {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a.botmenu:hover {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
td.bot_badges {
	text-align: center;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background-color: rgb(194,216,64);
	vertical-align: middle;
}
td.bot_credits, p.bot_credits {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	padding: 0px 20px 3px 0px;
	background-color: rgb(194,216,64);
}
a.bot_credits {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a.bot_credits:hover {
	text-decoration: underline;
}

/* basic text styles */
p,td {
	font-size: 11pt;
	color: #003366;
	vertical-align: top;
}
th {
	vertical-align: top;
}
a {
	font-size: 11pt;
	color: #003366;
}
/*
a {
	font-weight: bold;
	text-decoration: underline;
	color: #009900;
}
a:visited {
	color: #006600;
}
*/
h1 {
	font-size: 15pt;
	font-weight: bold;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
}
pre {
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
hr {
	color: #006600;
}

/* input forms */
input{
	font-size: 10pt;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
}
.formerror {
	text-align: left;
	color: red;
	background-color: #FFFF99;
	font-size: 10pt;
	font-weight: normal;
	padding: 20px;
}
.sectionheader {
	background-color: #F7ECEA;
	vertical-align: top;
	padding: 2px;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
}
.infoheader {
	/*background-color: #F7ECEA;*/
	vertical-align: top;
	padding: 2px;
	font-size: 10pt;
}
.infocontent {
	padding: 2px;
	vertical-align: top;
	background-color: #F0F0F0;
	font-size: 10pt;
}
td.submit-button {
	padding: 2px;
	vertical-align: top;
	text-align: center;
	background-image: url("images/a097a.jpg");
}
table.contactform {
	background-color:#D4D4D4;
	border: 0;
}

/* shadowed box input form styles (testimony) */
td.shadow-bot {
	background-image:url(images/page-shadow-bot.jpg);
	background-repeat: repeat-x;
}
td.shadow-rt {
	background-image:url(images/page-shadow-r.jpg);
	background-repeat: repeat-y;
}
table.testimonyform, td.testimonyform, p.testimonyform {
	background-color: #EEEEEE;
	color: black;
}
td.testimony-l {
	padding-left: 10px;
	padding-right: 10px;
}
td.testimony-info, span.testimony-info {
	padding: 2px;
	vertical-align: top;
	background-color: #DAF0D9;
}

/* formatting styles */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.tpad {
	padding: 20px 0 0 0;
}
.bold {
	font-weight: bold;
}
.italic {
	font-weight: normal;
	font-style:italic;
}
.smallitalic {
	font-size: 9pt;
	line-height: 10pt;
	font-style:italic;
}
.centerbold {
	text-align: center;
	font-weight: bold;
}
.small {
	font-size: 9pt;
	line-height: 10pt;
}
.smaller {
	font-size: 8pt;
	line-height: 9pt;
}
a.smaller {
	font-weight: bold;
	text-decoration: none;
}
a.smaller:hover {
	font-weight: bold;
	text-decoration: underline;
}
.officials {
	font-size: 9pt;
	line-height: 10pt;
	white-space: nowrap;
	vertical-align:top;
}
.smallcenter {
	font-size: 9pt;
	line-height: 10pt;
	text-align: center;
}
.centerbordered {
	text-align: center;
	width: 70%;
	border: 2px solid #99CC99;
	padding: 5px 5px 10px 5px;
	margin-top: 30px;
}
.caption {			/* for video thumbnails */
	font-size: 9pt;
	line-height: 10pt;
	text-align: center;
	vertical-align: top;
}
.nowrap {
	white-space: nowrap;
}
.green-66 {
	color: #006600;
}
.palegreenbg {
	background-color: rgb(194,216,64);
}
.darkbluebg {
	background-color: rgb(0,20,71);  /* 011447 */
	color: white;
	font-weight: bold;
}
.red-ff {
	color: #FF0000;
}
.grey {
	color: #666666;
}
.fixed-width {
	font-family: "Courier New", Courier, mono, monospace;
}
/* lists */
/* all lists now use the "tight" form */
ol, ul, ul.tight, ul.small {
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
li, li.tight {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
li.small {
	font-size: 9pt;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul.qa {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}
li.q {
	font-weight: bold;
	margin-top: 15px;
}
li.a {
	margin-top: 5px;
}
ul.news {
	margin: 10px 0 10px 0;
}
ul.news li {
	margin: 12px 0 10px 0;
}
ul.issues {
	margin: 10px 0 10px 0;
}
li.issues {
	margin: 10px 0 10px 0;
}
ol.level2 {
	list-style-type: lower-alpha;
}
ol.level3 {
	list-style-type: upper-alpha;
}
dt.survey {
	font-weight: bold;
	font-style:italic;
	padding: 10px 0 0 0;
}

td.ts_main_header {
	width: 100px;
	background-color: #BE972E;
	border: 1px;
	border-color: #BE972E;
	color: white;
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
}
span.ts_main_header2 {
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
}
td.ts_main_content {
	background-color: #BE972E;
	color: #BE972E;
	border: 1px;
	border-color: #BE972E;
}
table.mp3player, td.mp3player {
	background-color: #DDDDDD;
	color: #BE972E;
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

/* what's new section on home page */
.whatsnew {
	width: 270px;
	background-color: rgb(100,120,171);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 0 0;
	padding: 15px;
	text-align: center;
	color: white;
}
.whatsnew h1 {
	color: white;
	font-weight: bold;
	font-size: 12pt;
	line-height: 14pt;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
}
.whatsnew-slideshow {
	height: 100px;
	width: 270px;
	margin: 0 0 0 0;
}
.whatsnew-slideshow p {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 260px;
	height: 90px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	border: 0;
	background-color: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
	color: black;
}

/* progress thermometer */
td.thermo {
	font-family: "Arial Rounded MT Bold", Arial, helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
span.thermo-title {
	color: black;
	font-size: 12pt;
}
span.thermo-friends {
	color: #7E2E3B;
	font-size: 22pt;
}
span.thermo-daysleft {
	color: #BE972E;
	font-size: 22pt;
}
p.hcf {
	background-color: #EEEEEE;
	color: black;
	text-align: center;
}

/* twitter widget */
p.twtr-join-conv, a.twtr-join-conv {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
div.twtr-widget-bb, div.fb-widget-bb {
	float: right;
	padding: 20px 0 0 0;
	position:relative;
}

p.hometext {
	font-size: 11pt;
	color: rgb(0,20,71);
	margin: 15px 20px 0 15px;
}

div.conifer {
	background-image:url(images/conifer-light.jpg);
	background-position: 38% center;
	background-repeat: no-repeat;
}

/* endorsements page */
.endorse-slideshow-container {
	width: 240px;
	margin: auto;
}
.endorse-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 12pt;
	font-style: italic;
}
.endorse-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 13pt;
	text-align: right;
}
.endorse-contact {
	width: 210px;
	background-color: rgb(100,120,171);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: auto;
	padding: 15px;
}
.endorse-contact p {
	color: white;
	font-size: 10pt;
	line-height: 12pt;
	margin: 4px 0 0 0;
	text-align: center;
}
.endorse-contact h1 {
	color: white;
	font-weight: bold;
	font-size: 12pt;
	line-height: 14pt;
	margin: 0 0 5px 0;
	text-align: center;
}
p.endorse-error {
	color: red;
	background-color: #FFFF99;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
}
p.endorse-thanks {
	color: rgb(0,20,71);
	background-color: #eeeeee;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
}
.endorse-slideshow {
	height: 265px;
	width: 240px;
	margin: 0 0 0 0;
}
.endorse-slideshow div {
	height: 235px;
	padding: 10px 15px 10px 15px;
	border: 1px solid #ccc;
	background-color: #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: none;
}
.invite-slideshow {
	margin-left: 70px;
	text-align: center;
}
.invite-slideshow div {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: none;
}

.tab-bg {
	background-repeat: repeat-x;
	background-image:  url("http://www.GregMecklem.com/images/tabs/bg2.gif");
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	text-align: center;
}

.slideshow-caption {
	font-size: 11pt;
	line-height: 13pt;
	text-align: center;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0;
}
.greg-slideshow-pic {
	width: 750px;
	text-align: center;
}
.greg-slideshow {
	text-align: center;
}

/* top of page sub-menus */
.submenu {
	vertical-align: middle;
	text-align: center;
	padding: 5px 20px 5px 20px;
   background-color: #CCCCCC;
	color: #444444;
	border-width: 0 4px 4px 0;
	border-color: #F8F8F8;
	border-style: solid;
	font-size: 10pt;
}
.submenu a {
	text-decoration: none;
	font-size: 10pt;
}
.submenu-active {
	vertical-align: middle;
	text-align: center;
	padding: 5px 20px 5px 20px;
   background-color: #E0E0E0;
	color: rgb(0,20,71);
	border-width: 0 4px 4px 0;
	border-color: #F8F8F8;
	border-style: solid;
	font-size: 10pt;
	font-weight: bold;
}
.submenu-active a {
	text-decoration: none;
	font-size: 10pt;
}
.clickme {
	cursor: pointer;
}
.noclick {
	cursor: default;
}



/*-------------------------------------------------------------------- Added by John Talbot -------------------------------------------------*/

.superscript {
	font-size:xx-small;
	vertical-align:top;
} 
.subscript {
	font-size:xx-small;
	vertical-align:bottom;
}
