/* 
|MORMON.ORG Typographical Styles
|
| *TOC*
| 
| *TYPOGRAPHY*
|	Global Typography
|	Header Styles
|	Content Styles
|	Popup Box Styles
|	View More tab styles
|	Footer Styles
|	Worship with us Styles
|	Search Results & Worship Results styles
|	Chatstart styles
|	Referral form styles
|	Video Popup
|	Fulfillment
 --------------------------------------------*/


/*==========================TYPOGRAPHY=============================*/


/*==Global Typography*/
body {
	background: #37465C url("/mormonorg/images/bgblue.jpg") repeat;
	color:#333;
	font: .8125em/140% Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	color:#0073CE;
	padding: 0 0 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.62em;
	line-height: 115%;
}
h2 {
	color: #996600;
	font: 1.4em/115% Georgia, "Times New Roman", Times, serif;
}
h3 {
	color:#996600;
	font: 1em/115% Georgia, "Times New Roman", Times, serif;
	padding: 0 0 1em;
	}
h4 {
	color:#30587D;
	font:bold 1em/115% Arial, Helvetica, sans-serif;
	padding: 0 0 1em;
}
p {
	padding: 0 0 1em;
}
li {
	margin: 0 0 0 1.5em;
	padding: 0 0 1em;
	}
ol li {
	margin-left: 2em;
	}
a img {
	border:none;
}
a {
	color:#30587D;
	text-decoration: none;
}
.dormantLink {color:#5F6B7F;}
input {
	padding:2px 2px 2px 5px;
}
#main a {
	border-bottom: 1px dotted #30587D;
	text-decoration: none; 
}

/*==Header specific typography*/
#nav a {
	color: #EFEADB;
	font: 1em/100% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/*==Content typography*/
#main a:hover,
#main a:focus {
	color:#996600;
	border-bottom-color:#996600;
}
#main span.highlight {
	font-weight: bolder;
	color: #996600;
}
#main ul {
	line-height: .7em;
}
#main form li {
	background: none;
}
#main ul li {
	margin: 0 0 0 15px;
	padding-left: 15px;
	line-height: 1.3em;
	list-style: none;
	background: url("/mormonorg/images/li_circ.png") 0 3px no-repeat;
}
#main ol li {
	margin: 0 0 0 35px;
	line-height: 1.1em;
}
#secondary {
	font-size: .85em;
}
#subnav {
	text-transform:uppercase;
	font-weight:bold;
}
#subnav a.current {
	font-color: #996600;
}
#resourceLinks li a {
	font: bold .95em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#resourceLinks li a:hover,
#resourceLinks li a:focus {
	color: #996600;
}
.offer h3 {
	color: #444444;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#secname {
	font: 1em/140% Georgia, "Times New Roman", Times, serif;
	color: #996600;
}
.definition {
	border: none !important;
	color: #444;
	font-weight: bold;
	position: relative;
}
.defQuestion {
	color: #996600;
	font-size: .7em;
	position: relative;
	top: -.7em;
	right: 0px;
	margin-right:-.7em;
}
#addtestimony {
	color: #996600;
	text-align: center;
	font-size: .8em;
	font-weight: bolder;
	line-height: 1.15em;
	text-transform: uppercase;
}
a:hover#addtestimony,
a:focus#addtestimony {
	color:#BF7D00;
}

/*==popup typography*/	
#definitionBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.askQuestion li a {
	color: #30587D;
	text-decoration:none;
}
.askQuestion li a.speakLater,
.askQuestion li a.speakLater:hover {
	color: #ccc;
	text-decoration:none;
}
.searchBox {
	color:#999;
	font-size: .9em;
}
.searchButton {
	color:#FFF;
	font-size:.85em;
}

/*==view more tab typography*/	
#more a:hover,
a:focus {
	color: #996600
}

/*==Footer typography*/
#foot a {
	color:#EFEADB;
	font: .8em/100%  Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
#foot a:hover,
#nav a:focus {
	color: #fff;
}
#foot .dormantLink {font-size: .8em; color:#5F6B7F;text-transform: uppercase;}
#foot p {
	color: #EFEADB;
	font-size: .8em;
}
#foot ul#legal li a {
	font: .8em/100%  Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#foot select {
	color: #fff;
	font-size:.8em;
}
		
/*==Worship with us typography*/
#worshipForm fieldset {
	font: .9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#worshipForm label {
	color:#3D4D65;
	font-weight:bolder;
}
#worshipForm p {
	color: #999;
	font-size:.8em;
	line-height:1em;
}
#results {line-height: 1.3em;}
#results a {
	font-weight:bolder;
	/*font-size:.95em;*/
}
#results address {
	font-style:normal;
}		

/*==Search Results & Worship Results typography*/
#main p strong {
	color: #30587D;
}
#main .resultNav ol li a {
	color:#333;
}
#main .resultNav ol li a:hover {
	color: #30587D;
}
#main .resultNav ol li.nextPrev a {
	color: #30587D;
}

/*Chatstart typography*/
#chatForm {
	font-size:.9em;
}
#chatForm h4 {
	font-size:1.1em;
	padding-bottom: 0;
}
#chatForm p {
	color:#999;
	font-size:.9em;
	font-weight: bolder;
}
#chatForm label {
	color: #996600;
  font-size:1.1em;
  font-weight:bolder;
}
#chatForm input.submitButton, #chatForm input.resetButton {
	color: #FFF;
}
#chatForm textarea {
	font: 1.1em arial, sans-serif;
	padding: 2px 5px;
}
/*==video Popup Typography*/
#TB_ajaxContent p {
	color: #333;
	font-size: .9em;
	}

