﻿/*
RESET --------------------------------------- */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,em,strong,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}

img, div, a{ 
	behavior: url(../iepngfix.htc) 
}


/***** END RESET *****/


/*
Main --------------------------------------- */

body {
	background: #602c04 url('../images/bg.jpg') repeat-x top left;
	color: #d4ad6c;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#wrapper {
	margin: auto;
	width: 990px;
}

#header {
	background: url('../images/header.jpg') no-repeat top center;
	height: 624px;
	position: relative;
}

#content {
	margin-top: 10px;
	padding: 0px 15px;
}

.left {
	float: left;
	margin-bottom: 25px;
	width: 615px;
}

.right {
	float: right;
	margin-bottom: 25px;
	width: 330px;
}

#footer{
	clear: both;
	color: white;
	font-size: .8em;
	height: 30px;
	margin: 20px auto 20px auto;
	text-align: center;
	width: 800px;
}


/*
General --------------------------------------- */

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*Remove active link dotted border*/
a, a:active { outline:none !important;}
:focus { -moz-outline-style: none;}

p {
	margin-bottom: 10px;
}

h2 {
	color: #fff;
	font-size: 2em;
	margin-bottom: 35px;
}

h3 {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 20px;
}

h4 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	clear: both;
	border: none;
	border: 1px #794e17 solid;
	display: block;
	margin: 10px 0px 20px 0px;
}


.floatL {
	float: left;
}

.floatR {
	float: right;
}

.marginTopBottom10 {
	margin: 10px 0px;
}

.marginLeft20 {
	display: block;
	margin-left: 20px;
}

/*
Left --------------------------------------- */

.left p.dlArt {
	display: block;
	font-size: .75em;
	height: 60px;
	margin-bottom: -10px;
	width: 200px;
	position: relative;
	top: -40px;
	left: 430px;
}

.left p.dlArt img {
	display: block;
	margin: auto;
	margin-bottom: -13px;
}

.left ul {
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 20px;
}

.left ul li {
	margin-bottom: 8px;
}


.left ol {
	list-style:  decimal;
	margin-left: 30px;
	margin-bottom: 20px;
}

.left p.smallTxt {
	font-size: .75em;
}

.left strong {
	color: #EFC986;
}

/*
Footer --------------------------------------- */

#footer a{
	color: #d4ad6c;
}

/*
Right --------------------------------------- */

.right .top {
	background: url('../images/rightTop.jpg') no-repeat;
	height: 17px;
	margin-bottom: -2px;
	width: 330px;
}

.right .mid {
	background: url('../images/rightMid.jpg') repeat-y;
	font-size: 12px;
	padding: 7px 20px 20px 22px;
	width: 288px;
}

.right .mid a {
	display: block;
	margin: 0px 0px 10px 0px;
}

.right .mid a#speaking {
	background: url('../images/speakingEvents.gif') no-repeat;
	height: 27px;
	width: 161px;
}

.right .mid a#speaking:hover {
	background: url('../images/speakingEventsRoll.gif') no-repeat;
}

.right .mid a#prints {
	background: url('../images/newPrints.gif') no-repeat;
	height: 22px;
	width: 110px;
}

.right .mid a#prints:hover {
	background: url('../images/newPrintsRoll.gif') no-repeat;
}


.right .mid .rotate {
	margin-top: 10px;
}

.right .mid .rotate img {
	border: 1px black solid;
	display: block;
	margin: auto;
}
.right .bottom {
	background: url('../images/rightBottom.jpg') no-repeat;
	height: 18px;
	width: 330px;
}


.right p {
	font-size: 1.3em;
}



/*
Email / Donate  */

.right form {
	margin: auto;
	margin-bottom: 20px;
	text-align: left;
	width: 297px;
}

.right form span {
	display: block;
	height: 35px;
	margin: 5px auto 0px auto;
	padding: 0px 3px;
}
.right input {
	border: 1px #8b7137 solid;
	color: #000;
	float: left;
	font-weight: lighter;
	font-size: 18px;
	height: 24px;
}


.right input.textBox {
	padding-top: 3px;
	width: 220px;
}

.right input.submit{
	background: transparent url('../images/goSubmit.gif') no-repeat;
	height: 30px;
	margin-left: 20px;
	width: 37px;
}


.right form#paypal input {
	border: none;
}


/*
Extra  */


.right .extra img {
	margin-bottom: 5px;
}

.right ul.speakingEvents {
	font-size: 14px;
}

.right ul.speakingEvents li {
	margin-bottom: 7px;
}

.right ul.speakingEvents .date {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.right ul.speakingEvents li.moreInfo {
	display: block;
	text-align: right !important;
}

.right .extra ul.teachingLinks {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.right .extra ul.links {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	padding-left: 10px;
}


.right .extra ul.teachingLinks li {
	display: block;
	margin: 0px 10px;
}

.right .extra ul.teachingLinks li span.smallTxt {
	font-size: .8em;
	font-weight: normal;
}

.right .extra ul.teachingLinks ul {
	margin-bottom: 25px;
}

.right .extra br {
	clear: both;
}

.right h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	
	text-shadow: 2px 2px 2px #000;
}

.right h2 a:hover {
	color: #EFCE77;
	text-decoration: none;
}

.right h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-shadow: 2px 2px 2px #000;
}


/*
Page Specific -------------------------------------------------------------------- */

/*
Prophetic Insight --------------------------------------- */

.propheticQuote {
	border-bottom: 1px #fff solid;
	margin: 0px;
	padding: 10px 0px;
	width: 617px;
}

.propheticQuote p {
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}

.propheticQuote .top {
	background: transparent url('../images/propheticQuoteTop.gif') no-repeat top center;
	clear: both;
	display: block;
	height: 6px;
	width: 617px;
}

.propheticQuote .bottom {
	background: #602c04 url('../images/propheticQuoteBottom.gif') no-repeat top center;
	clear: both;
	display: block;
	height: 12px;
	width: 617px;
}


/*
Aligmnet --------------------------------------- */
p.align {
	margin-bottom: 20px;
	
}

p.align strong{
	color: #fff;
	display: block;
}

.site {
	border-bottom: 1px #7F5637 solid;
	display: block;
	margin-top: 10px;
	padding-bottom: 3px;
	text-align: right;
}

/*
Accordion nav under teaching & prophetic insight  pages --------------------------------------- */

.right h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
	text-shadow: 2px 2px 2px #000;
}
.right #accordion h2 a {
	background: transparent url('../images/more_down_arrow.gif') no-repeat center left;
	padding-left: 20px;
}

.right #accordion h2 a:hover {
	text-decoration: none;
}

.right #accordion div {
	margin-bottom: 20px;
}

.right #accordion div a {
	font-size: 16px;
	margin-left: 20px;
}

#MMtable tr td{
	width: 20%;
}

#PItable tr td {
	width: 60%;
}


/*
Contact --------------------------------------- */

table#table3 tr td{
	padding: 3px;
}

/*
Contact --------------------------------------- */

.left ul.partners {
	font-size: 17px;
	list-style: none;
	margin: 0px;
}

.left ul.partners a {
	font-weight: bold;
}

/*
March for Life --------------------------------------- */

ul#MFL {
	list-style: none;
	margin: 0px;
}

ul#MFL li {
	float: left;
	margin: 5px 5px;
}


