@charset "UTF-8";
/* CSS Document */

/* -- -------------------- --
Screen stylesheet for http://www.parkwaychurchofchrist.com

Updated: 08/03/08
Author: Andy Sochor
Website: http://www.addesignshop.com

-- -------------------- -- */

/* Page Defaults */

html {
	font-size:100.01%;
	height:101%
	}

body {
	background:#231f20;
	background-image:url(images/gradient.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000
	}

img {
	border:0
	}

/* Divs */

#wrapper {
	margin:0 auto;
	background-color:#2b293e;
	width:870px;
	padding:0px;
	text-align:center
	}

#header {
	margin:0 auto;
	background:#2b293e;
	width:850px;
	padding:10px;
	margin-top:10px;
	text-align:center
	}

#menu {
	margin:0 auto;
	float:left;
	position:relative;
	left:25px;
	top:-70px;
	text-align:left;
	width:535px;
	height:40px;
	}

#spacer {
	clear:both;
	position:relative;
	top:-45px;
	margin:0 auto;
	width:870px;
	height:5px;
	background:#2b293e;
	text-align:center
	}

#main {
	clear:both;
	float:left;
	width:570px;
	min-height:100px;
	background:#FFFFFF;
	text-align:left;
	padding:10px;
	border:ridge;
	border-width:2px;
	margin-left:20px;
	margin-top:-40px;
	margin-bottom:15px
	}

#news {
	float:right;
	width:200px;
	background:#eaeaea;
	text-align:left;
	padding:5px;
	border:dashed;
	border-width:1px;
	margin:10px
	}

#side {
	float:right;
	width:195px;
	min-height:100px;
	background:#e3b87f;
	margin-top:-40px;
	margin-right:25px;
	margin-bottom:15px;
	padding:0px 5px;
	border:ridge;
	border-width:2px;
	border-color:#666666;
	text-align:center
	}

#footer {
	clear:both;
	width:866px;
	background:#e3b87f;
	margin:0 auto;
	padding:2px;
	text-align:center
	}

/* Typography Defaults */

h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:2em;
	font-weight:bold;
	color:#000000
	}

h2 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.6em;
	font-weight:bold;
	color:#000000
	}

h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000000
	}

h4 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000
	}

p, li {
	font-size:1.2em;
	line-height:1.2
	}

blockquote {
	font-size:1em
	}

ol {
	list-style-type:decimal
	}

ul {
	list-style-type:disc
	}

/* Links */

a:link {
	color:#2b293e;
	text-decoration:none;
	font-weight:bold
	}

a:visited {
	color:#2b293e;
	text-decoration:none;
	font-weight:bold
	}

a:hover {
	color:#2b293e;
	text-decoration:underline;
	font-weight:bold
	}

a img {
	border:none
	}

/* Special */

#menu {
	color:#ffffff;
	font-size:1.2em
	}

#menu a:link {
	color:#e3b87f;
	text-decoration:none;
	font-weight:normal
	}

#menu a:visited {
	color:#e3b87f;
	text-decoration:none;
	font-weight:normal
	}

#menu a:hover {
	color:#e3b87f;
	text-decoration:underline;
	font-weight:normal
	}

#side p {
	font-size:1em
	}

#footer {
	font-size:0.8em
	}

/* Contact Form */

.contactform fieldset {
	padding:1em;
	border:none;
	}

.contactform fieldset legend {
	font-weight:bold;
	font-size:1.2em
	}

.contactform div {
	width:100%;
	padding-bottom:5px
	}

.contactform div label {
	display:block;
	width:25em;
	padding-bottom:5px;
	font-size:1.2em
	}

.captcha {
	padding-left:10px;
	font-size:1.2em
	}

.captcha img {
	max-width:132px;
	max-height:48px
	}
