/***********************

Stylesheet for Leslie Love Website
Landmine Design, Inc.
03/14/2008
www.landmine-design.com

************************/

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Georgia, Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}


/********************

Structure styles

********************/

body{

	background:#be0101 url('../images/bodyBg.jpg') no-repeat top center;
	
}

div#wrapper{
	width:1044px;
	margin:0 auto;
	background:#be0101 url('../images/boxbg.jpg') repeat-y center;
	z-index:1;
}

div#header{
	
}

img#topImage{
	position:absolute;
	top:0px;
	left:12px;
	}

div#mainholder{
	

}
	
div#box{
	width:970px;
	height:1150px;
	margin:0 auto;
	padding:0 15px;
	position:relative;
}


div#maincontent{
	position:absolute;
	top:256px;
	z-index:1;
	left: 21px;
	width: 967px;
	height: 1731px;
}

div#footer{
	background:#be0101 url('../images/bottombg.jpg') no-repeat scroll top center; 
	height:35px;
	padding-top:20px;
	padding-left:5px;
	z-index:75;
}

p#copy{
	font-size:.7em;
	text-align:center;
}
.clearBoth{
	clear:both;
	}

img.pullquote{
	position:absolute;
	top:250px;
	left:620px;
	height: 386px;
	}
img.headerimage{
	position:absolute;
	top:250px;
	z-index:1;
	left: 414px;
}	
img.photoheaderimage{
	position:absolute;
	top:278px;
	z-index:1;
}
img.imageLeft{
	float:left;
	margin:15px 15px 0 0;
}
img.imageRight{
	float:right;
	margin:0 15px 0 15px;
}
img.imageCenter{
	float:inherit;
	margin:0 15px 0 15px;
}
/**********************

Index/Home Page

**********************/

div#homecontent{
	position:absolute;
	top:265px;
	width: 599px;
	left: 14px;
}
	
/**********************

About Page

**********************/
div#aboutbox{
	width:970px;
	height:958px;
	margin:0 auto;
	padding:0 15px;
	position:relative;	
}
img.pullquoteabout{
	position:absolute;
	top:250px;
	left:276px;
	z-index:1;
	}
	
/***********************

Platform Page

***********************/
div#platformbox{
	width:970px;
	height:1370px;
	margin:0 auto;
	padding:0 15px;
	position:relative;	
}
div#platformbox p{
	margin:10px 50px 0 50px;
}
div#platformcontent{
	position:absolute;
	top:254px;
	z-index:1;
	height: 1546px;
}
div#imageholder{
	position:relative;
	float:left;
	top:0;
	left:3px;
	width:400px;
	height:642px;
	overflow: visible;

}
div#missionholder{
	position:relative;
	height:825px;
}

div#mission{
	position:absolute;
	top:0;
	left:3px;
	background: url('../images/missionBg.jpg') no-repeat scroll left;
	width:470px;
	height:230px;
}
div#vision{
	position:absolute;
	top:230px;
	left:3px;
	background: url('../images/vision_box.jpg') no-repeat scroll left;
	width:470px;
	height:230px;
}
div#vision p{
	margin:50px 30px 0 20px;
}
div#mission p{
	margin:50px 30px 0 20px;
}

div#value{
	position:absolute;
	top:0px;
	left:482px;
	background: url('../images/valueBg.jpg') no-repeat scroll left;
	width:470px;
	height:230px;
}
div#value p{
	margin:50px 20px 0 20px;
}
div#scripture{
	position:absolute;
	top:230px;
	left:482px;
	background: url('../images/scripture_box.jpg') no-repeat scroll left;
	width:494px;
	height:230px;
}
div#scripture p{
	margin:50px 30px 0 20px;
}
div#motivation{
	position:absolute;
	top:460px;
	left:3px;
	background: url('../images/motivation_box.jpg') no-repeat scroll left;
	width:470px;
	height:350px;
}
div#motivation p{
	margin:50px 30px 0 20px;
}
div#conyers{
	position:absolute;
	top:460px;
	left:483px;
	width:494px;
	height:300px;
}
div#conyers p{
	margin:12px 0px 0 0px;
}
	
/***********************

Photo Page

***********************/
div#photobox{
	width:970px;
	height:1850px;
	margin:0 auto;
	padding:0 15px;
	position:relative;	
}
/********************

Contact Page

*********************/

img.comingevents{
	position:absolute;
	top:263px;
	left:620px;
	}

#newsEventsBox {
	position:absolute;
	top:309px;
	left:646px;
	margin-right:20px;
	z-index:100;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 335px;
}

/*********************

Typesetting

******************/
p {
	margin-right:10px;
	}

p.first{
	margin-top:.2em;
	}
p.drop{
	margin-top:50px;
	}
span.first{
	font-size:1.7em;
	}
ul{
	margin-left:1em;
	list-style:disc;
}

h1,h2,h3,h4,h5,h6{
	margin: 1em 0 0em 0;
}

h3{
	font-size:.8em;
}

h4{
	font-size:1em;
	color:#be0101;
}

.education{
	font-size:.95em;
	font-weight: bold;
}

.redText{
	font-weight: bold;
	color:#bf0103;
}

/*********************

Navigation

**********************/

#navigation{
	position:absolute;
	top:0px;
	left:622px;
	width:390px;
	height:250px;
	background: url(../images/navBg.jpg) 0px 0px no-repeat; 

	}

#iconmenu {
	position: relative;   
	width: 335px;
	margin:15px 20px;
	padding:0;
	
}
#iconmenu li {
	width: 335px; 
	height: 45px; 
	position: absolute; 
	background: url(../images/navSprite.jpg) 0 0 no-repeat; 
	display: block; 
	list-style: none;
	margin:0;
	padding:0;
}
#iconmenu a {
	width: 335px; 
	height: 45px; 
	display: block; 
	text-indent:-3000px;

}
#iconmenu a:hover {

}
#iconmenu #iconHome {
	background-position:0 0;
	}

#iconmenu #iconHome a:hover {
	background: url(../images/navSprite.jpg) -335px 0px no-repeat;
	}
#iconmenu #iconAbout {
	top:45px;
	background-position:0 -45px;
	}

#iconmenu #iconAbout a:hover {
	background: url(../images/navSprite.jpg) -335px -45px no-repeat;
	}

#iconmenu #iconPlatform {
	top:90px;
	background-position:0 -90px;
	}

#iconmenu #iconPlatform a:hover {
	background: url(../images/navSprite.jpg) -335px -90px no-repeat;
	}

#iconmenu #iconPhoto {
	top:135px;
	background-position:0 -135px;
	}

#iconmenu #iconPhoto a:hover {
	background: url(../images/navSprite.jpg) -335px -135px no-repeat;
	}

#iconmenu #iconContact {
	top:180px;
	background-position:0 -180px;
	}

#iconmenu #iconContact a:hover {
	background: url(../images/navSprite.jpg) -335px -180px no-repeat;
	}

/*********************

Flash Music

**********************/
#flashcontent {
	position:absolute;
	top:165px;
	left:1090px;
	z-index:100;
}
