/* CSS Document */

@font-face {
	font-family: 'Grandesign';
	src: url('../fonts/grandesign_neue_roman_regular-webfont.eot');
	src: local('?'), url('../fonts/grandesign_neue_roman_regular-webfont.woff') format('woff'), url('../fonts/grandesign_neue_roman_regular-webfont.ttf') format('truetype'), url('../fonts/grandesign_neue_roman_regular-webfont.svg#webfontvDLit7ad') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background-image:url('../images/bg.png');
  background-color:#f7f7f7;
  text-align:center;
  font-family:georgia,times new roman,sans-serif;
  color:#222222;
  margin:0;
}
.topper {
  width:880px;
  height:100px;
  background-image:url('../images/topper.png');
}
.video {
  width:880px;
  height:440px;
  background-color:#999999;
  margin:auto;
  margin-bottom:10px;
}
.welcome {
  width:880px;
  min-height:400px;
  margin:auto;
  margin-bottom:10px;        
}
.video2 {
  width:642px;
  height:380px;
  background-color:#999999;
  float:right;
}
.intro {
  width:209px;
  min-height:368px;
  background-color:#e7e7e7;
  float:left;
  padding:6px;
  text-align:justify;
  font-family:georgia,times new roman,sans-serif;
  font-size:14px;
  color:#222222;
}
.introTitle {
  font-size:24px;
  font-family:Grandesign,georgia;
  text-shadow:0px 1px 1px #ffffff;
  color:#17BCCB;
  text-align:left;
  letter-spacing:-1;
  /*color:#9ACA0E;*/
}

/* BUTTON */
.launchButton {
  background: #9ACA0E url('http://idestinychurch.com/images/alert-overlay.png') repeat-x;
  display: inline-block;
  padding: 8px 14px 9px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 0px 0px #e7e7e7;
  border-bottom: 1px solid #818B9F;  
  position: relative;
  cursor: pointer;
  font-family:Grandesign,georgia;
  margin-left:8px;
  text-align:center;
}

.otherButton {
  background: #9ACA0E url('http://idestinychurch.com/images/alert-overlay.png') repeat-x;
  display: inline-block;
  padding: 8px 14px 9px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 0px 0px #e7e7e7;
  border-bottom: 1px solid #818B9F;  
  position: relative;
  cursor: pointer;
  font-family:Grandesign,georgia;
  font-size:12px;
  margin-left:8px;
  text-align:center;
}

.smButton {
  background: #9ACA0E url('http://idestinychurch.com/images/alert-overlay.png') repeat-x;
  display: inline-block;
  padding: 4px 7px 4px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 0px 0px #e7e7e7;
  border-bottom: 1px solid #818B9F;  
  cursor: pointer;
  font-family:Grandesign,georgia;
  margin-left:20px;
  text-align:center;
}

.launchButton:hover, .smButton:hover, .otherButton:hover, .prayerForm span:hover, .formBox span:hover, .prayerChoice span:hover, .formBox2 span:hover{
  background-color: #17BCCB;
  color:#333;
}
/* END of BUTTON */


.menu {
  margin-top:14px;
  border-top:2px solid #17BCCB;
  border-bottom:2px solid #17BCCB;
  font-family:georgia,times new roman,sans-serif;
  font-size:15px;
  margin:auto;
  width:880px;
  color:#222222;
  font-weight:bold;
  z-index:1;
}
.menu a {
  color:#222222;
  text-decoration:none;
}
.menu a:hover {
  color:#9ACA0E;
}
.main {
  width:880px;
  min-height:400px;
  margin:auto;
}
.topLink {
  font-family:arial;
  font-size:10px;
  cursor:pointer;
  width:860px;
  height:12px;
  text-align:right;
  margin-bottom:10px;
  clear:both;    
}
.topLink a {
  text-decoration:none;
  color:#222222;
}
.section {
  width:880px;
  min-height:100px;
  text-align:left;
  margin-top:16px;
  border-bottom:2px solid #17BCCB;
  font-family:georgia,times new roman,sans-serif;
}
.sectionTitle {
  font-size:32px;
  font-family:Grandesign,georgia;
  color:#9ACA0E;
  text-shadow:1px 2px 2px #ffffff;
}
.section ul {
  list-style-type: none;
}

.sectionSubTitle {
  font-weight:bold;
  font-size:20px;
}
.sectionRow {
  width:830px;
  min-height:120px;
}

.sectionRowSub {
  width:240px;
  min-height:60px;
  border:1px solid #17BCCB;
  padding:4px;
  float:left;
  margin-right:20px;
  font-size:12px;
}

.sectionRowLI {
	border-bottom:1px solid #17BCCB;
	padding:4px;
	margin-bottom:10px;
}

.sectionRowLI:hover {
	background-color:#E0EEEF;
}

.sectionRowLIRight{
	float:left;
	text-align:center;
	font-size:13px;
	padding:4px;
	width:240px;
}

.sectionRowLILeft {
	float:left;
	min-height:50px;
	width:260px;
}
.sectionRowLIMid {
	float:left;
	width:280px;
	font-size:13px;
	text-align:center;
}
.sectionRowLILeftTxt {
	float:left;
	font-size:13px;
}
.sectionRowSub ul {

}

.blogLinks ul {
  list-style-type: none;
  margin-bottom:none;
  padding-bottom:none;
  margin-left:4px;
  padding-left:4px;	
}

.sectionRowSub h1, .prayerForm h1, .giveBoxMain h1, .followBox h1 , .subTitle {
  margin:0px;
  padding:0px;
  font-size:18px;
  font-family:Grandesign,georgia;
  color:#9ACA0E;
  text-shadow:0px 1px 1px #ffffff;
}
.prayerForm {
  border:1px solid #17BCCB;
  padding:4px;
  width:782px;
  min-height:100px;
  font-size:12px;
}
.amt {
  font-size:18px;
  font-weight:bold;
  color:#444444;
}
.inputText {
  font-size:14px;
  background-color:#f7f7f7;
  border:1px solid #d7d7d7;
  padding:3px;
  width:210px;
  font-family:arial,helvetica,sans-serif;
}
.inputText:focus {
  background-color:#e7e7e7;
  border:1px solid #666666;  
}
.formBox {
  width:220px;
  float:left;
  margin-right:20px;
}
.formBoxRow {
  min-height:60px;
  width:100%;
  clear:both;
}
.footer {
  width:880px;
  font-size:11px;
  font-family:georgia,times new roman,sans-serif;
  color:#111111;
}

.footer a {
  color:#111;
  text-decoration:none;
}

.footer a:hover {
  color:#9ACA0E;
  text-decoration:none;
}

.giveBoxMain {
  background-color:#f7f7f7;
  width:620px;
  min-height:460px;
  text-align:left;
  font-size:14px;
  font-family:georgia,times new roman,sans-serif;
  color:#111111;  
  margin:auto;
  margin-top:10px;
}

a.giveBoxMainLink:link, a.giveBoxMainLink:visited, a.giveBoxMainLink:active {
  color:#666666;
  text-decoration:none;
}

a.giveBoxMainLink:hover {
  text-decoration:underline;
}

.indent {
  margin-left:10px;
}
.thanks {
  min-height:40px;
  width:100%;
  background-color:#FEFF8F;
  border-bottom:2px solid #999999;
  padding-top:10px;
  font-size:24px;
}

.followBox {
  width:382px;
  min-height:100px;
  border:1px solid #17BCCB;
  padding:4px;
  font-size:12px;
  float:left;
  margin-right:10px;
}

.twitter {
	border:1px solid #aaaaaa;
	background-color:#ffffff;
	float:right;
	margin-right:20px;
	margin-top:10px;
	width:370px;
	min-height:40px;
}

a.pageLink:active, a.pageLink:visited, a.pageLink:link {
  color:#666666;
  text-decoration:none;
}

a.pageLink:hover {
  color:#666666;
  text-decoration:underline;
}

.raised {
  border:1px solid #999999;
  width:312px;
  height:18px;
  margin:auto;
}

.raisedBar {
	background-image: url('http://launchdestiny.com/images/fundBarStatus.png');
	min-height:18px;
	background-color:#999999;
}

.alignleft {
	float:left;
	margin-right:4px;
	margin-bottom:3px;
}

.post {
	width:580px;
	float:left;
}
.postContent {
line-height: 1.4em;
}

.postContent object, .postContent embed {
	width:580px;
	height:340px;
}
.postDate {
	font-size:11px;
	color:#666666;
	font-style:italic;
}
.postTitle, .postTitle a {
	font-size:22px;
	font-family:georgia;
	color:#17BCCB;
	text-shadow:1px 2px 2px #ffffff;
	text-decoration: none;
}

.postTitle a:hover {
	text-decoration: underline;
}

.blogLinkTitle, a.blogLinkTitle:link, a.blogLinkTitle:active, a.blogLinkTitle:visited {
	color:#444444;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 2px 2px #ffffff;
}

a.blogLinkTitle:hover {
	text-decoration:underline;
}

.blogLinkDate {
	font-style:italic;
	font-size:11px;
	color:#666666;
}

.blogLinksTitle {
  font-size:16px;
  font-family:Grandesign,georgia;
  color:#9ACA0E;
  text-shadow:1px 2px 2px #ffffff;
}

.recentUpdate {width:600px;}
