/* @override http://edgepointchurch.com/css/style.css */

/* Sets all Defaults to 0 */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

html {

}

body {
 background: #000000 url(img-layout/bg.jpg) no-repeat 50% fixed;;
	font: 15px/19px Georgia, "Times New Roman", Times, serif;
}




/* Typography ////////////////////////////////////////////////////////// */

p {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}

a {
	color: #7f0000;
	text-decoration: underline;
}

a:hover {
	color: #005679;
}

a:visited {
	color: #103951;
}

b, strong {
	color: #281c00;
	font-weight: bold;
}

i, em {
	font-weight: bold;
	font-style: italic;
	color: #bfaf80;
}

blockquote p {
	background: #543817 url(../images/quote_bkg.jpg) repeat-x;
	color: #b6956b;
	font-size: 23px;
	line-height: 30px;
	font-style: italic;
	padding: 15px;
}

h1 {
	color: #281c00;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 a {
	color: #281c00;
	text-decoration: none;
}

h1 a:hover {
	color: #7f0000;
	text-decoration: underline;
}

h1.category {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 16px;
	color: #bfaf80;
	float: right;
}


