/*
	GLOBAL RESETS
*/

* {
	margin:0;
	padding:0;
}

img {
	border:none;
	display:block;
}

li {
list-style:none;
font-size:1em;
}

/********************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

#headHolder {
	height:200px;
	border-bottom:4px solid #9e1f63;
	width:100%;
}

#headContent {
	margin:15px auto 0px;
	width:952px;
}

#mainHolder {
	width:952px;
	margin:10px auto;
}

.leftCol {
	width:408px;
	float:left;
	margin-right:52px;   
	padding-top:10px;
}

.rightCol {
	width:450px;
	float:right;  
}

.prayerCol {
	width:450px;
	float:right;
	padding-top:10px;
}

p {
	font-size:0.8em;
	line-height:1.5em;
	margin-bottom:20px;
}

p a {
	font-weight:bold;
	color:#cccc33;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:1px solid #cccc33;
}

p a:hover {
	border-bottom:1px solid #9e1f63;
	color:#9e1f63;
}

.green {
	color:#cccc33;
	font-weight:bold;
}

.clear {
	clear:both;
}

h2 {
	font-size:1.2em;
	color:#666;
	margin:10px 0;
}

.borderRight {
	border-right:2px solid #CCC;
	padding-right:20px;

}

.borderBottom {
	border-bottom:2px solid #CCC;
}

#prayer {
	background:url(../images/bubble-back.jpg) top left repeat-y;
	height:300px;
}

.textarea {
	width:380px;
	height:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	border:none;
}

.textarea:hover {
	background:#f6ecf2;
}

.prayerButt {
	margin:5px 20px 5px 0;
}

#prayerbox {
  margin-left:20px;
  padding-right:20px;
} 

.commentmetadata {
  color:#cccc33;
  font-size:0.8em;
  }