/*
Theme Name: Praystoneco.com
Theme URI: http://www.praystoneco.com/
Description: 
Version: 1
Author: Eloy Mendoza
Author URI: http://www.eloymedia.com/
*/


/* Start Design */

body{
background:#506365 url(http://www.praystoneco.com/wp-content/themes/pray/images/bg.jpg) no-repeat center top;
padding: 0;
margin: 0;
font-family: Helvetica, Arial, sans-serif;
}

h1 {
font-size: 2em;
}

#container{
margin:0 auto; 
width:950px; 
margin-top:1em;
padding:10px;
} 

#innerContainer{
margin:0 auto; 
width:950px; 
padding:2px 10px 0 10px;
}

img{
border:0;
} 

a:link{
color:#5e5a4e;
}

a:visited{
color:#5e5a4e;
}

.logo{
margin:0 auto; 
width:950px; 
margin-top:1em; 
}

.whitebold{
font-weight:bold;
color:#fff;
}

.thumb-description{
float:left;
font-size:11px;
width:120px;
text-align:center;
color:#000;
margin-bottom:1em;
}

#mainNav{ 
background:#D5CCAF;
margin-top:5em;
line-height:1.3em;
} 

.mainLinks{
margin:0 auto;
width:950px;
}

#mainContent{
background:#D5CCAF;
clear:both;
}

.homeText{
margin:0 auto;
width:875px;
color:#5E5A4E;
padding:10px;
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;
}
.innerText{
margin:0 auto;
width:950px;
color:#5E5A4E;
background:#D5CCAF;
padding:10px;
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;
}

ul{
margin:0;
padding:0;
list-style:none;
width:950px;
float:left;
background:#D5CCAF;
}

ul li{
float: left;
}

ul a{
display:block;
padding:0 2em;
line-height:2.1em;
text-decoration:none;
color:#506365;
}

ul a:hover{
background:#fff;
}

.clear{
clear:both;
}

#footer{
background:#506365;
color:#fff;
line-height:1.2em;
padding-top:1em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
