/*
Ministries Style Sheet
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #857267;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	letter-spacing: -2px;
	font-size: 2.6em;

}

a {
	color: #457EE9;
	text-decoration: none;

}

a:hover {
	background-color: lightslategray;
	text-decoration: none;
	color: #FFFFFF;

}

blockquote {
	font-style: italic;
}

/* Header */

#header {
	/* width: 700px; */
	/* height: 140px;*/ 
	height: 147px; 
	width: 266px;
	margin: 0 auto 2em auto;
	/*background: #4D7ACF url(images/img1.jpg);*/
	background: #FFFFFF url(images/HopeLogo.jpg) no-repeat;
}

#header * {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 100px 0 0 10px;
	font-size: 1em;
	font-weight: bold;
}

/* Content */
#content {
	width: 660px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: left;
	width: 660px;
}

#colOne .post {
}

#colOne .title {
}

#colOne .posted {
	border-top: 1px solid #457EE9;
	font-size: x-small;
}

#colOne .story {
	padding: 0 20px;
	text-align: justify;
}
#colOne .storyministries {
	padding: 0 20px;
	text-align: justify;
	font-size: 1.2em;
}
#colOne .storyministries strong {
	font-size: 125%;
}

#colOne .meta {
	margin: 0 0 3em 0;
	padding: 5px 10px;
	background: #FFFFFF url(images/img3.gif) repeat-x;
	border-top: 1px solid #457EE9;
	font-size: x-small;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
}


/* Row One */
#rowOne {
	text-transform: lowercase;

}

#rowOne {
	width: 700px;
	margin: 0 auto 2em auto;
	height: 30px;
	/* padding: 0px 0 0 0px; */
	/* background: #457EE9 url(images/img2.gif) repeat-x; */
	background: #FFFFFF url(images/img2.gif) repeat-x;
	letter-spacing: normal;
	font-size: 1.2em;
	/*font-weight: bold;*/
	color: #FFFFFF;
	border-style: none;
}

#rowOne a {
	text-decoration: none;
	color: #FFFFFF;
}

#rowOne strong {
	font-size: 150%;
	color: #457EE9 ;

}

#rowOne a:hover {
	background-color: lightslategray;
	text-decoration: none;
}

/* Footer */
#footer {
	width: 700px;
	height: 26px;
	margin: 0 auto;
	/* margin: 0 auto 2em auto;
	padding: 10px 0 0 10px; 
    /* padding: 0px 0 0 0px;*/
	background: #457EE9 url(images/img2.gif) repeat-x;
	letter-spacing: normal;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
}

#footer p {
	margin: 0;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}