/*  
Theme Name: First Pres
Theme URI: http://fpcknox.org/
Description: The First Presbyterian Theme.
Version: 0.1
Author: 
Author URI: 


*/


body {
   background: #C1B5C7 url("i/bg-body.jpg") center repeat-y;
   margin:      0;
   padding:     0;
   font-size:   small;
   line-height: 150%;
   font-family: "Trebuchet MS", sans-serif;
   color: #333;
   font-size:   x-small; /* for IE5/Win */
   voice-family: "\"}\"";
   voice-family: inherit;
   font-size:   small; /* actual value */
}
html>body body {
   font-size:   small; /* be nice to Opera */
}
/* ----------- LAYOUT ---------------- */

#wrapper {
   width: 790px;
   margin: 0 auto;
   text-align: left;
}
#header {
   width: 790px;
   height: 105px;
   background: url("i/bg-header.jpg") no-repeat;
   float: left;
}
#header h1, #header h2 {
   text-indent: -9999px;
}
#content {
   width: 790px;
   float: left;
   padding-top: 20px;
   background: url("i/bg-content.gif") repeat-y;
}
#footer {
   border-top: 1px solid #460048;
   float: left;
   width: 790px;
}
#footer p {
   font-size: 70%;
   color: #666;
   margin-left: 10px;
   line-height: 110%;
}

/* - TYPOGRAPHY ----------------------- */
h1, h2, h3 {
   font-family: Georgia, Palatino, Times, "Times New Roman", serif;
   font-weight: normal;
   color: #320034;
}

/* - NAVIGATION ----------------------- */

a:link {
   text-decoration: none;
   color: #460048;
   }
a:visited {
   text-decoration: none;
}
 a:hover {
   color: #C1B5C7;
	}
#leftcol ul {
   list-style: none;
   margin: 0;
   padding: 0 0 0 5px;
}
#leftcol li {
   text-transform: uppercase;
   list-style: none;
   font-size: 90%;
   letter-spacing: 0.1em;
   margin: 5px 0;
}
#leftcol li a {
   color: #fff;
   display: block;
}
li.current_page_item a {
   background: url("i/bullet.gif") no-repeat;
   padding-left: 6px;
}
li.current_page_item ul li a {
   background: none;
   padding-left: 0;
}
#c3 a:hover {
   color: #C1B5C7;
	}
#c3 ul {
   list-style: none;
   margin: 0 0 0 5px;
   padding: 0;
}
#c3 li {
   list-style: none;
   font-size: 95%;
   margin: 0;
}

/* - LEFT COL ----------------------- */

#leftcol {
   width: 127px;
   float: left;
   }
/* - C1 ----------------------- */

#c1 {
   width: 460px;
   margin: 0 10px;
   float: left;
   font-size: 85%;
   }
#c1 p.intro, #c1 caption {
   font-family: Georgia, Palatino, Times, "Times New Roman", serif;
   font-size: 120%;
   font-style: italic;
}
#c1 h1 {
   margin: 15px 0 0.25em 0;
}
#c1 h2 {
   margin: 0 0 1em 0;
   font-size: 175%;
   line-height: 105%;
}
#c1 h3 {
   margin: 0 0 0.5em 0;
   font-size: 155%;
   line-height: 105%;
}
#c1 table {
   width: 100%;
   float: left;
   border-collapse: collapse;
   margin: 15px 0;
   border:  1px solid #543166;
}
#c1 thead {
   background: #460048;
   text-align: left;
   color: #fff;
   padding: 0.25em;
   }
#c1 td {
   padding: 0.25em;
}
#c1 tr {
   border-bottom: 1px solid #543166;
}
#c1 blockquote {
   font-family: Georgia, Palatino, Times, "Times New Roman", serif;
   font-style: italic;
   font-size: 100%;
   margin: 15px;
}

.postmetadata {
   clear: both;
}
#c1 textarea {
   width: 400px;
}
.navigation {
   width: 100%;
   float: left;
   margin-bottom: 1em;
   background: #C7DCD9;
}
.navigation  a {
   text-transform: uppercase;
   font-size: 90%;
   letter-spacing: 0.1em;
   padding: 0 1em;
   }
#c1 .smaller {
   font-size: 90%;
}

#c1 img {
   margin-right: 5px;
}
/* - C3 ----------------------- */

#c3 {
   width: 165px;
   float: left;
   font-size: 80%;
   margin-top: 0px;
   margin-left: 13px;
   padding-bottom: 25px;
   }
#c3 h3 {
   font-size: 145%;
   margin: 9px 0 0.5em 0;
}

#c3 input {
   width: 145px;
   margin-bottom: 10px;
   background: #E3F0EE;
   border: 1px solid #18001A;
}
/* - FOOTER ----------------------- */

#footer #logo {
   width: 127px;
   float: left;
}
#footer #colophon {
   width: 400px;
   float: left;
}


/* - MISCELL ----------------------- */
#c3 input:focus, textarea:focus, select:focus {
	background: #fff;
}
.alignleft {
   float: left;
   margin-right: 15px;
}

.alignright {
   float: right;
   margin-left: 15px;
}
hr {
  border: 0;
  margin-top: 1em;
  color: #000;
background-color: #000;
height: 1px;
}

a img {
   border: 0;
}

