/*
Theme Name: PTChurch
Theme URI: http://www.ptchurch.com
Description: Created for the exclusive use of the Sheridan St. Church of Christ.
				 All rights reserved. No reproduction without expressed written permission.
Author: Dave Spaun
Author URI: http://www.ptchurch.com
Version: 1.0
*/


/* ----------------------------
	Begin general section 
------------------------------ */
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #C6B695;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #333333;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #6597A8;
	font-weight: normal;
}

a:visited {
	background-color: transparent;
	color: #928059;
}

a:hover {
	color: #3b6db4;
	background-color: #C6B695;
}

a:active {
	background-color: #C6B695;
	color: #6b6c7f;
}

img {
	border: 3px double #6B6C7F;
}

h1 {
	margin: 0;
}

p {
	font-size: .88em;
	line-height: 1.6em;
	text-indent: 1.2em;
	margin-bottom: .8em;
	font-style: normal;
}

blockquote {
	font-size: .88em;
}

#wrapper {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background: url(images/bg_main.gif) repeat-y 0 0;
}

/* ----------------------------
	End general section 
------------------------------ */

/* ----------------------------
	Begin Header section 
------------------------------ */
#header {
	width: 100%;
	position: relative;
	border-top: 2px solid black;
}

#header_left {
	position: relative;
	top: 0;
	left: 0;
	width: 535px;
	height: 60px;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
}

#header_right a {
	position: absolute;
	top: 0;
	left: 535px;
	display:block;
	width: 165px;
	height: 60px;
	padding: 0;
	font: bold 13px sans-serif;;
	color:#333;
	background: url(images/header_right.gif) no-repeat 0 0;
	text-decoration: none;
	border-bottom: none;
}

#header_right a:hover { 
	background-position: -165px 0px;
	color: #049;
}

#header_right a:active {
	background-position: -165px 0px;
	color: #049;
}

	
/* -----------------------------
	End Header section 
------------------------------- */

/* ----------------------------
	Begin NavBar section 
------------------------------ */

#navbar {
	position: relative;
	width: 700px;
	/*height: 20px;*/
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: .95em;
	letter-spacing: .03em;
	background: url(images/navbar.gif) 0 0 repeat-y;
	border-bottom: 1px solid black;
	padding-top: .4em;
	padding-bottom: .4em;
	color: #F1EDE4;
	clear: both;
}

#pagelinks {
	margin: 0;
	padding: 0 10px 0 10px;
	background: transparent;
}
	

#pagelinks li {
	margin: 0; 
	display: inline;
	list-style-type: none;
}
	

	
#pagelinks a:link, #pagelinks a:visited {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #FFF;
}

li.current_page_item a, li.current_page_item a:visited {
	border-bottom: 2px solid #F1EDE4;
	/*border-right: 1px solid #F1EDE4;
	border-left: 1px solid #F1EDE4;*/
	padding-bottom: 3px;
}

#pagelinks a:hover {
	color: #928059;
	background-color: #F1EDE4;
	border-bottom: 2px solid #f1ede4;
}

/* -----------------------------
	End NavBar section 
------------------------------- */

/* ----------------------------
	Begin main content section 
------------------------------ */

#main {
	float: left;
	width: 534px;
	overflow: visible;
}

#content {
	padding: 1em 2.5em 1em 1.5em;
	text-align: justify;
}

.post {
	margin: 0 0 1em 0;
}

.post h2 {
  margin: .2em 2em .4em 0;
  font: 1.4em "Georgia", "Times New Roman", serif;
  color: #004499;
  letter-spacing: .01em;
  background: url(images/icon_small_white.gif) no-repeat left;
  padding-left: 25px;
  border-bottom: 1px solid #C6B695;
}

.post h2 a {
	border-bottom: 1px solid #C6B695;
	color: #004499;
}

.post h2 a:hover {
	border-bottom: 1px solid #C6B695;
	color: #004499;
}

.subheader {
	font: 1.4em Georgia, "Times New Roman", serif; 
	font-weight: bold;
	margin: 0 1em 0 -.9em;
	padding: 0em 0 .15em 0;
}

.post ul, ol {
	margin: -.6em 1em .8em 3.5em;
	font-size: .88em;
	line-height: 1.5em;
}

.post a.img:hover {
	background-color: transparent;
}

.post a.bldgimg {
	margin-left: 125px;
}

.post a.bldgimg:hover {
	background-color: transparent;
}

.bldgtxt {
	margin-left: 155px;
	font-size: .88em;
}


.center {
	text-align: center;
	font-size: .88em;
	font-weight: bold;
	color: #555555;
	margin-bottom: 1em;
	margin-left: 5px;
}

.emtext {
	font-style: italic;
}

.current_page_bullet {
	padding-left: 10px;
	margin-right: 1em;
	background: url(images/arrow_blue.gif) left no-repeat;
}

.other_page_bullet {
	padding-left: 12px;
	margin-right: 1em;
	background: url(images/gray_bullet.gif) left no-repeat;
}

/* -----------------------------
	End Main content section 
------------------------------- */

/* -----------------------------
	Begin Sidebar section
------------------------------- */

#sidebar {
	float: right;
	width: 164px;
}

.menu {
	margin: 10px .8em 10px .6em;
	border: 3px double #6B6C7F;
	background-color: #F6F0DD;
	padding: .5em .5em .2em .5em;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

.menu h2 {
	font: 1em Georgia, "Times New Roman", serif; 
	border-bottom: 1px solid #004499;
	margin-bottom: .3em;
	margin-left: -4px;
	padding-left: 25px;
	padding-bottom: 1px;
	background: url(images/icon_small.gif) no-repeat left;
	color: #004499;
}

.menu h3 {
	font-size: .8em;
	font-weight: bold;
	color: #444444;
}

.menu p {
	font-size: .8em;
	line-height: 1.3em;
}

.menu a, a:visited, a:active {
	text-decoration: none;
	border-bottom: none;
}

.menu ul {
	font-size: .8em;
	margin-left: 1em;
	margin-bottom: .5em;
	list-style-type: none;
	line-height: 1.2em;
}

.menu ul li a {
	background-image: url(images/li3.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 3px;
}

.menu ul li a:hover {
	background-image: url(images/li2.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-right: 3px;
}

.menu ul li a:visited {
	background-image: url(images/li3.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-right: 3px;
}

#privacy {
	margin-left: -.2em;
	padding: 0;
	text-align: justify;
	font-size: .9em;
	text-indent: 0;
}




/* ----------------------------
	End sidebar section 
------------------------------ */

/* ----------------------------
	Begin footer section 
------------------------------ */

#footer {
	width: 700px;
	clear: both;
	background: url(images/footer.gif) repeat-y;;
	border-top: 1px solid black;
	border-bottom: 2px solid black; 
	padding-bottom: 0;
	/*padding: 0;
	text-align: center;
	font-size: .8em;
	color: #F1EDE4;
	line-height: .4em;*/
}

#footer .credit {
	margin-top: 0px;
	padding-top: .5em;
	font-size: .8em;
	text-align: center;
	line-height: 1.4em;
	color: #F1EDE4;
}

#footer a {
	border-bottom: none;
	color: #C6B695;
	text-decoration: none;
}

#footer a:hover {
	color: #3b6db4;
	background-color: #C6B695;
	border-bottom: none;
}

#footer a:active {
	background-color: #d7dabd;
	color: #C9500B;
}

#footer a:visited {
	color: #6597A8;
	border-bottom: none;
}

/* -----------------------------
	End Footer section 
------------------------------- */

/* -----------------------------
	Begin mailform section
------------------------------- */
form dl, dl.labels {
      margin:0em;
      font-size: .88em;
      margin-top:0.5em
    }
    form dt, dl.labels dt {
      float:left;
      width:10em;
      margin-bottom:0.8em;
      color:#555;
      text-align:right;
		font-size: .88em;
      font-weight:normal;
      position:relative /*IEWin hack*/
    }
    form dd, dl.labels dd {
      margin-left:10.5em;
      margin-bottom:0.8em;
      font-size: .88em;
      font-style:normal;
      padding-left:0.5em
    }
    form dd.submit, dl.labels dd.submit  {
      margin-top:2em
    }
	 
input.submit {
	border: 3px double #6B6C7F;
	/*border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;*/
	background-color: #F6F0DD;
	font-size: .88em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.formreply {
	font: 1.4em Georgia, "Times New Roman", serif; 
	font-weight: bold;
	margin: 0 4em 0 2em;
	padding: .5em;
	border: 3px double #004499;
	color: #004499;
}

input.y_name, input.y_email, input.y_website, input.y_subject {
	font-size: 1.1em;
	padding-left: .3em;
	background-color: #F6F0DD;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #6B6C7F;
}

textarea.y_msg {
	font-size: 1.1em;
	padding: .3em;
	background-color: #F6F0DD;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #6B6C7F;
}
/* -------------------------
	End mailform section
--------------------------- */
