/* Site: Christ the Word PCA */

/* =RESET (thanks Eric Meyer!) */
html, body, form, fieldset{ margin: 0;padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address{ margin:0;padding: 0; }
a img, :link img, :visited img {border: 0;}
input, select, textarea	{ font-size:1em; }
label input 	{border: 0;}
dd, blockquote	{margin-left: 1em;}
form label 	{cursor: pointer;}
fieldset	{border: none;}
textarea 	{font-size:1.2em;font-family:"lucida grande", Helvetica, Arial, sans-serif}
ol, ul, ul li 	{list-style: none;}
table 		{border-collapse: collapse;border-spacing: 0;}
blockquote, q 	{quotes: none;}
:focus 		{outline: 0;}
ins 		{text-decoration: none;}
del 		{text-decoration: line-through;}
iframe          {margin: 0 !important; padding: 0 !important;}


body {font-size: .76em;}
html > body   { font-size: 13px; }  /* Other browsers */
body {
background: #fff;
font-family: "lucida grande", "lucida sans unicode", Helvetica, arial, Verdana, Tahoma, sans-serif;
text-align: center;
line-height: 1;
}
hr{
display: none;
}
#skip{
position: absolute;
text-indent: -9999px;
list-style: none;
}
* html #skip{
position: static;
height: 0;
}

a{
overflow: hidden;
}
address {
font-style: normal;
line-height: 1.3em;
color: inherit;
margin: .5em 0;
}
#content table td {
vertical-align: top;
}
/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* =Header
---------------------------------------------------------------------
*/

#header{
margin: 0 auto;
width: 870px;
}

#header-inner{
position: relative;
float: left;
display: inline;
width: 870px;
padding-top: 12px;
text-align: left;
}

#header h1{
float: left;
width: 272px;
height: 100px;
margin: 18px 0 16px !important;
background: url(/_img/bg_h1.png) no-repeat;
text-indent: -9999px;
}

#header h1 a{
display: block;
width: 272px;
height: 85px;
}


/* = Meta Nav  
---------------------------------------------------------------------
*/

#metanav{
width: 324px;
height: 42px;
float: right;
display: inline;
}

#metanav a{
display: block;
float: left;
display: inline;
height: 22px;
text-decoration: none;
}

#metanav a#whatsnew{
background: url(/_img/bg_metanav_sprite.png) no-repeat 0 0;
margin-top: 9px;
padding: 0 0 0 0;
color: #dfac70;
font-size: 1.4em;
font-style: italic;
outline: 0;
text-indent: -9000px;
width: 144px;
height: 34px;
}
#metanav a#whatsnew:hover {
background-position: 0 -34px;
}
#metanav a#directions{
background: url(/_img/bg_metanav_sprite.png) no-repeat -144px 0;
margin-top: 9px;
color: #c5ba7d;
font-size: 1.3em;
padding: 0;
outline: 0;
text-indent: -9000px;
width: 180px;
height: 34px;
}
#metanav a#directions:hover {
background-position: -144px -34px;
}

/* = Search  
---------------------------------------------------------------------
*/
#search[id] {
background: url(/_img/bg_search.png) no-repeat;
}
#search{
clear: right;
float: right;
display: inline;
width: 309px;
height: 26px;
margin-top: 10px;
_background: url(/_img/bg_search.gif) no-repeat;
padding: 20px 0 20px 15px;
}

#search input#search_term{
float: left;
display: inline;
margin-right: 3px;
width: 220px;
border: 1px solid #c0baa0;
background: #fff;
font-size: 1em;
color: #545454;
padding: 3px 6px 4px;
}

#search a#search_go{
display: inline;	
float: left;
width: 56px;
height: 25px;
background: url(/_img/bg_search_search.gif) no-repeat 0 0;
text-indent: -9999px;
margin: 0;
}


/* =Navigation 
---------------------------------------------------------------------
*/

#nav{
display: inline;	
position: relative;
clear: both;
float: left;
list-style: none;
height: 42px;
width: 860px;
}

#nav li{
float: left;
background: url(/_img/bg_nav_li2.gif) no-repeat 0 4px;
font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
line-height: 1;
}
#nav li.last a {
background: url(/_img/bg_nav_li2.gif) no-repeat right 4px;
}
#nav .current,
#nav li:hover,
#nav li.sfhover{
background: url(/_img/bg_nav_li_a_hover.gif) repeat-x;
}

#nav li a {
float: left;
color: #a8a280; /* Change this to the right color */
font-size: 1em;
text-decoration: none;
padding: 13px 21px 11px;
}

#nav .current a,
#nav li:hover a,
#nav li.sfhover a{
color: #5c3f0b;
}

#nav .current ul ul,
#nav li ul {
position: absolute;
z-index: 999;
list-style: none;
display: none;
}

#nav li li,
#nav li li.current{
clear: both;
float: left;
display:  block;
font-size: 1.em;
background: url(/_img/bg_nav_li_li.gif) no-repeat right center; 
text-indent: 0; 
position: relative;
}

#nav .current li:hover,
#nav li li:hover{
background: url(/_img/bg_nav_li_li.gif) no-repeat right center !important;
}

#nav li:hover li:hover, 
#nav li.sfhover li.sfhover{
background: url(/_img/bg_nav_li_li.gif) no repeat right center;
}

#nav li:hover ul,
#nav li.sfhover ul{
z-index: 999;
background: #C5BA7D;
background: red;
top: 37px;
display: block;
opacity: .95;
z-index: 9999;
}
#nav li li a {
background: #C5BA7D !important;
display: block;
font-family: "lucida grande", "lucida sans unicode", Arial, Helvetica, Geneva, sans-serif;
text-transform: none;
clear: left;
float: left;
padding: 5px 10px;
color: #493717;
width: 11em;
line-height: 1.5em;
cursor:pointer;
}
#nav li li a:hover{
color: #a0410d;
background: #ded6a8 !important;
}


/* =Container-Inner
---------------------------------------------------------------------
*/
#container {
background: url(/_img/bg_body3.gif) repeat-x 0 -20px;
}
#container-inner{
width: 870px;
margin: 0 auto;
}


/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
width: 870px;
float: left;
display: inline;
padding: 0 0 15px 0;
text-align: left;
}
.subpage #content-wrap {
padding-bottom: 40px;
}
/* =Content
---------------------------------------------------------------------
*/
#content p.subscribe {
float: right;
display: block;
position: absolute;
top:25px;
right:0;
}
#content p.subscribe a {
font-size: 11px;
}
#content{
float: left;
display: inline;
width: 590px; /* 520px with padding */
padding: 18px 0 0 0;
color: #444;
position: relative;
}
.onecol #content {
width: 860px;
padding: 30px 0;
}
#content .banner-wrap {
margin: 0 0 1em;
height: 121px;
display: block;
background: #555;
}
#content img.banner {
border: 3px solid #222;
}
#content h3{
font-family: helvetica, arial, sans-serif;
font-size: 1.4em;
font-weight: normal;
color: #815300;
padding: 0;
margin: 0;
}

#content h4,
#content h5,
#content h6{
font-size: 1.4em;
color: #697c26;
font-weight: normal;
line-height: 1.3em;
margin: 0 0 .5em;
}
#content h4 {
background: url(/_img/bg_content_h4.gif) no-repeat bottom right;
border-bottom: 1px dotted #ecebdd;
_border-bottom-style: solid;
letter-spacing: -1px;
clear: both;
}
#content h4 a {
border-bottom: none;
}
#content h5 {
color: #333;
font-size: 1.1em;
font-weight: bold;
margin: 0 0 .4em;
}
#content p,
#content li{
margin-bottom: 1em;
margin-right: 1em;
color: #474135;
line-height: 1.4em;
font-size: 1em;
}
#content p.preamble { 
font: 180%/130% "georgia" !important;
letter-spacing: -1px;
color: #787111;
margin-bottom: 1em;
}
#content p.subscribe{
font-size: 1.1em;
margin: 0 0 20px 0;
}
#content ol{
margin: 0 0 1em 3em;
}
#content li p { 
font-size: 1em;
}
#content ul {
margin: .5em 0 2em 0;
}
#content ul li { list-style: none; }
#content ul#byline{
display: inline; /* IE6 double margin float bug hack */
float: left;
margin-bottom: 10px;
list-style: none;
}
#content ul#byline li{
font-size: 1.1em;
}
#content ul li{
margin: 0 0 .5em;
padding-left: 17px;
background: url(/_img/bg_content_li.gif) no-repeat left .5em;
}
#content li li{
font-size: 1em;
}
#content li p em {
font: italic 100%/130% georgia, serif;
}
#content blockquote{
margin-left: 3em;
}
#content blockquote p {
font-size: 1em;
margin: 1em 0;
line-height: 1.3em;
}
#content hr{
display: block;
margin-bottom: .25em;
border: none;
border-bottom: 1px dotted #DADAD0;
}
#content a{
color: #697c26;
text-decoration: none;
border-bottom: 1px solid #d5ea8f;
}
#content a:hover{
background-color: #eaf9b8;
text-decoration: none;
}
#content img{
float: left;
margin: 0 10px 5px 0;
}
#content #text{
clear: both;
}
#content .breadcrumb {
display: block;
padding:  0 0 15px;
color: #9a7b45;
}
#content .breadcrumb span {
opacity: .7;
}
#content .breadcrumb strong {
font-weight: normal;
}
#content .sermonbox{
margin-bottom: 20px;
}
#content .sermonbox p{
padding: 0;
margin: 0 0 .5em;
}
#content .sermonbox p#posted{
color: #ACA192;
margin-bottom: .5em;
}
#content .sermonbox h4.title a{
color: #697c26;
}
#content .sermonbox p.sermonlink{
margin-top: 10px;
}
#content .sermonbox p.eventtime{
margin-bottom: 0;
font-size: 1.1em;
}
#content p.eventtime{
font-size: 1.1em;
}

#content #mediabox{
float: right;
width: 114px;
padding: 5px 5px 0;
background: #e7efe0;
border: 1px solid #cbdabf;
font-size: 1.1em;
list-style: none;
margin-right: 15px;
margin-bottom: 20px;
}

#content #mediabox li{
margin-bottom: 5px;
padding: 0;
background: none;
font-weight: bold;
text-indent: -9999px;
}

#content #mediabox li a{
display: block;
width: 113px;
height: 27px;
background-repeat: no-repeat;
}

#content #mediabox li#mb_print a{
background-image: url(/_img/mb_print.gif);
}

#content #mediabox li#mb_video a{
background-image: url(/_img/mb_video.gif);
}

#content #mediabox li#mb_download a{
background-image: url(/_img/mb_download.gif);
}

#content #mediabox li#mb_notes a{
background-image: url(/_img/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
background-image: url(/_img/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
background-image: url(/_img/mb_podcast.gif);
}
#content p.highlight {
background-color: #fcf4c9;
padding: 1.4em;
font-style: italic;
font-size: 1.5em;
color: #1d5f18;
}

/* =Large Calendar  
---------------------------------------------------------------------
*/

#content #calendar-outer{
position: relative;
}

#content table.calendar{
margin-bottom: 25px;
border: 1px solid #e4e1ca;
border-right: 0;
border-bottom: 0;
border-collapse: collapse;
width: 100%;
background: #edece3;
}

#content table.calendar caption{
padding-bottom: 10px;
color: #697c26;
font-size: 1.4em;
font-weight: bold;
}

#content table.calendar caption span{
position: absolute;
top: 0;
width: 16px;
color: #8A4700;
}

#content table.calendar caption span.calendar-prev{
left: 0;
}

#content table.calendar caption span.calendar-next{
right: 0;
}

#content table.calendar th{
padding: 1em 0;
background: #221e15;
color: #d5cc96;
font-size: 1.3em;
font-weight: normal;
text-align: center;
}

#content table.calendar td{
width: 68px;
height: 68px;
padding: 5px;
border: 1px solid #e4e1ca;
border-left: 0;
border-top: 0;
background: #fff;
color: #626262;
font-size: 1em;
vertical-align: top;
}

#content table.calendar td.empty{
background: #edece3;
}

#content table.calendar td a{
text-decoration: none;
}

#content table.calendar td ul{
margin: .5em 0 0 .8em;
font-size: 100%;
list-style: none;
padding: 0;
}

#content table.calendar td li{
padding-left: 10px;
margin-left: 0;
margin-bottom: .4em;
font-size: 1.1em;
line-height: 1.3;
}

#content table.calendar td li a{
color: #697c26;
}

#content table.calendar td li a:hover{
text-decoration: none;
}
#content .section ul {
margin: 0;
}
#content .section ul li {
background: transparent;
margin: 0;
padding-left: 0;
}
#content .section ul li a {
font-size: 1em;
display: block;
padding: .4em;
border-bottom: 1px dotted #d2ceb6;
}
#content .section ul li a:hover {
background-color: #e8e2c5 !important;
}

/* =Sidebar
--------------------------------------------------------------------- */
#sidebar{
border-top: 23px solid #c5ba7d;
display: inline;
float: right;
width: 245px;
padding: 0;
margin-bottom: 100px;
background: url(/_img/bg_sidebar_horiz_grad2.gif) repeat-x top;
min-height: 300px;
_height: 300px;
}
#sidebar p,
#sidebar li{
margin-bottom: 1em;
color: #ACA192;
line-height: 1.4;
clear: both;
}
#sidebar p.event-signup-link {
line-height: 2em;
margin: 0;
}
#sidebar p.event-signup-link a{
color: darkgreen;
font-weight: bold;
font-size: 1.2em;
display: block;
padding: 0 15px;
line-height: 3em;
margin: 0 0 1em 0;
text-align: center;
text-decoration: underline;
}
#sidebar ul{
margin-left: 1em;
padding: 0;
}
#sidebar li{
padding-left: 12px;
background: url(/_img/bg_content_li.gif) no-repeat left 3px;
list-style: none;
}
#sidebar h3{
font-family: ;
font-size: 1em;
text-transform: uppercase;
font-weight: normal;
color: #493717;
margin-bottom: 0;
padding: 13px 15px 13px;
clear: both;
line-height: 1;
background: #c5ba7d url(/_img/bg_sidebar_h3.gif) no-repeat 220px 7px;
}
#sidebar h4{
font-size: 1.2em;
line-height: 1.2;
}
#sidebar h4.title {
font-size: 1em;
}
#sidebar a{
color: #3f6618;
text-decoration: none;
}
#sidebar a:hover{
text-decoration: none;
}
#sidebar .sermon, #sidebar .article {
background-color: #f6f2dd;
border-bottom: 1px solid #eee;
padding: 10px;
}
#sidebar .sermon:hover, #sidebar .article:hover{
background: #fff;
}

#sidebar .sermon .sermonpreacher{
color: #383328;
font-style: italic;
}

#sidebar .sermon .sermondate{
color: #898989;
}

#sidebar #gethelp, #sidebar p.more a{
display: block;
font-size: .8333em;
text-transform: uppercase;
float: right;
background: #fff url(/_img/bg_sidebar_p_more_a.gif) no-repeat right 8px;
border: 1px solid #dce4e3;
margin: 5px 0 15px 10px;
padding: 5px 18px 5px 8px;
}

#sidebar .article p, #sidebar .sermon p{
margin-bottom: 0;
}
#sidebar .section ul {
margin: 0;
}
#sidebar .section ul li {
background: transparent;
margin: 0;
padding-left: 0;
}
#sidebar .section ul li a {
display: block;
padding: .5em 15px;
border-bottom: 1px solid #ecebdd;
line-height: 1.5em;
font-size: 13px;
}
#sidebar .section ul li a:hover {
background-color: #fff !important;
}
#sidebar .section ul li li a {
padding-left:30px;
background-color: #f6f7e0;
color: #815301;
border-color: #e7e8c8;
}
/* =Footer
---------------------------------------------------------------------
*/

#footer{
clear: both;
border-top: 15px solid #221e15;
background: #464138;
padding-bottom: 100px;
}
#footer-inner{
width: 870px;
margin: 0 auto;
text-align: left;
padding: 28px 0;
color: #d8d5c0;
text-shadow: #000 0 0 0;
}
#footer a{
color: #99b14a;
text-decoration: none;
}
#footer p a {
border-bottom: 1px solid #586226;
}
#footer a:hover{
text-decoration: none;
border: none;
}
#footer p{
line-height: 1.4em;
margin: 0 0 .3em;
text-align: left;
}
#footer p b {
font-weight: bold;
color: #d3c470;
}
#footer h3{
font-family: helvetica, arial, sans-serif;
font-size: 1.5em;
font-weight: normal;
margin-bottom:0;
}
#footer h4{
font-size: 1.3em;
font-weight: normal;
color: #d3c470;
margin-bottom: 5px;
}
#footer h4 a {
background: url(/_img/bg_foot_arrow.gif) no-repeat right center;
padding-right: 22px;
color: #d3c470;
margin-bottom: 0;
display: block;
float: left;
padding: 3px 20px 6px 0;
}
#footer h4 a:hover {
color: #fff;
}
#footer p{
clear: both;
margin-bottom: 15px;
}
#footer #worship, #footer #ministries, #footer #agenda, #footer #community-links {
width: 225px;
_width: 245px;
float: left;
display: inline;
padding: 0 20px 0 0;
}
#footer #worship {
width: 290px;
_width: 295px;
font-size: 1em;
padding-right: 5px;
}
#footer #ministries {
width: 305px;
}
#footer #community-links {
width: 240px;
padding-right: 0;
}
#footer #worshiptimes{
margin-bottom: 20px;
}
#footer #worshiptimes h4 {
padding: 3px 0;
}
table.times th {
color: #d3c470;
}
table.times th,
table.times td {
_font-size: 14px;
padding: 6px 9px 0 0;
}
table.times .btm {
padding-top: 20px;
}
#worship address {
margin: 1em 0 2em;
line-height: 1.3em;
}
#footer #worshiptimes p strong{
text-align: left;
}
#churchinfo{
float: left;
padding-bottom: 80px;
background: url(/_img/bg_churchinfo.gif) no-repeat bottom center;
}
#churchmap{
width: 213px;
margin: 10px 0;
background: url(/_img/bg_churchmap_bottom.gif) no-repeat bottom left;
text-align: center;
padding-bottom: 4px;
display: none;
}
#churchmap p {
padding-top: 3px;
background: url(/_img/bg_churchmap_top.gif) no-repeat top left;
}
#churchmap p img{
width: 207px;
display: block;
margin: 0 auto 5px;
border: none;
}
#churchmap p a{
border: none;
display: block;
text-transform: lowercase;
color: #888158;
text-decoration: none;
line-height: 1.5;
}
#churchmap a:hover{
color: #fff;
}
#churchmap a:hover img{
border: none;
text-decoration: none;
}

/* = Agenda & Calendar  
---------------------------------------------------------------------
*/
#agenda {
width: 222px !important;
}
#agenda ul{
float: left;
width: 222px; 
list-style: none;
}

#agenda li{
float: left;
font-size: 1.3em;
text-align: center;
}

#agenda li a{
display: block;
width: 111px;
height: 20px;
padding: 12px 0 0 0;
color: #afadaa;
font-weight: bold;
text-decoration: none;
outline: 0;
}

#agenda li a#link1.current{
background: url(/_img/bg_agenda_link1_current.gif) no-repeat;
}

#agenda li a#link1.back{
background: url(/_img/bg_agenda_link1_back.gif) no-repeat;
}

#agenda li a#link2.current{
background: url(/_img/bg_agenda_link2_current.gif) no-repeat;
}

#agenda li a#link2.back, #agenda li a#link2{
background: url(/_img/bg_agenda_link2_back.gif) no-repeat;
}

#agenda div#branch1, #agenda div#branch2{
clear: left;
float: left;
background: #342f26;
width: 222px;
padding: 15px 0;
position: relative;
}

#agenda table.calendar{
clear: both;
width: 188px;
margin: 0 auto;
border-collapse: collapse;
color: #f0edda;
}

#agenda table.calendar caption{
margin: 0px auto;
padding-bottom: 15px;
color: #d3c470;
font: 1.2em "Lucida Grande", "lucida sans unicode", Verdana, sans-serif;
font-weight: bold;
text-transform: uppercase;
}

#agenda table.calendar caption span.calendar-prev{
position: absolute;
top: 11px;
left: 8px;
}

#agenda table.calendar caption span.calendar-next{
position: absolute;
top: 11px;
right: 8px;
}

#agenda table.calendar caption span img{
vertical-align: bottom;
}

#agenda table.calendar th{
padding:  5px 0 5px 0;
color: #f0edda;
font-size: 1.3em;
text-align: center;
}

#agenda table.calendar td{
width: 25px;
height: 25px;
color: #A39A8C;
font-size: 1.3em;
text-align: center;
}

#agenda table.calendar a{
display: block;
width: 19px;
margin: 0 3px;
padding: 5px 3px;
color: #d3c470;
background-color: #25221A;
text-decoration: none;
font-weight: bold;
}

#agenda table.calendar a:hover{
background-color: #000;
}

#agenda .event{
float: left;
width: 202px;
margin: 0;
padding: 10px;
border-bottom: 1px solid #464138;
}

#agenda .event:hover{
background: #3c372f url(/_img/bg_agenda_event_hover.gif) no-repeat left center;
border: 1px solid #464138;
width: 202px;
margin: 1px;
padding: 8px 8px 9px 8px;
}

#agenda .event h4{
margin: .5em 0;
font-size: 1.3em;
}

#agenda .event h4 a{
color: #ccc493;;
text-decoration: none;
}

#agenda .event p{
font-size: 1.3em;
line-height: 1.3;
}

#agenda .event .date{
float: left;
width: 26px;
height: 26px;
margin: 0 8px 0;
padding: 2px 0;
background: url(/_img/bg_agenda_date.gif) no-repeat;
color: #c4bbae;
text-transform: uppercase;
text-align: center;
font-size: .9em;
}

#agenda .event .date span{
display: block;
margin: 3px 0;
color: #7b2e00;
font-size: 1.4em;
}

#agenda p.more{
float: right;
margin: 10px 15px 0px;
font-size: 1.1em;
text-transform: uppercase;
}

#agenda p.more a{
display: block;
padding: 4px 10px 6px;
border: 1px solid #38332a;
background: #3d382f;
text-decoration: none;
}

#agenda p.more a:hover{
background-color: #1F1B14;
}

/* = Community Links  
---------------------------------------------------------------------
*/

#community-links ul {
margin: 0 0 2.8em; padding: 0;
list-style: none;
}
#community-links ul li {
font-size: 1em;
font-weight: bold;
margin: 0; padding: 0;
list-style: none;
line-height: 1.5em;
padding: 3px 0 5px;
border-bottom: 1px dotted #5f594d;
margin-bottom: .2em;
}
#community-links ul li a:hover {
color: #fff;
}

/* = Footinfo  
---------------------------------------------------------------------
*/

#footinfo{
clear: left;
border-top: 5px solid #38332c;
padding-top: 16px;
color: #868271;
width: 860px;
margin: 0 auto;
}

#footinfo a{
color: #d3c470;
text-decoration: none;
}
#footinfo a:hover {
color: #ffeb7a;
}
#footinfo p#footquestions{
color: #868271;
display: block;
}
#footquestions a{
background: #342e22;
margin-left: 3px;
border: none !important;
padding: 4px;
}

#footquestions a:hover{
background: #221e15;  
}
#footinfo p.powered {
float: right;
display: inline;
clear: none;
text-align: right;
}
#footinfo p.copyright {
float: left;
}
.powered i {
font-family: georgia;
padding-right: 3px;
}
/* = Prayer Request Form  
---------------------------------------------------------------------
*/

form#prform{
margin: 20px;
}

#prform fieldset{
padding: 10px;
}

#prform label{
margin: 10px 0 0 0;
font-size: 0.846em;
}

#prform input{
display: block;
}



/* = Book List  
---------------------------------------------------------------------
*/

div.book{
margin-bottom: 20px;
padding: 10px 20px;
float: left;
clear: both;
}

#content .book h4{
font-weight: bold;
}

#content .book h5{
font-size: 1.2em;
margin-top: .25em;
color: #464646;
}

#content .book p{
font-size: 1.1em;
}

#content .book img{
padding: 3px;
border: 1px solid #C7C1B2;
}


/* = Blog  
---------------------------------------------------------------------
*/

#content p.date{
font-size: 1.1em;
margin-top: .25em;
color: #A07A49;
font-weight: bold;
}

#content p.postedby{
font-size: 1.1em;
}

#content p.back{
font-size: 1.1em;
margin-bottom: 30px;
}

#comments h4{
font-size: 1.1em;
font-weight: bold;
padding: 7px 8px 8px;
background: #A07A49;
margin-bottom: 20px;
border-top: 1px dotted #B5AC9D;
color: #fff;
}

div.comment{
margin-bottom: 15px;
}

#comments h4 a{
color: #fff;
}

#comments h5{
font-size: 1.2em;
font-weight: bold;
padding: 7px 8px 8px;
background: #E8E2C5;
}

#comments p{
padding: 7px 8px 8px;
font-size: 1.1em;
background: #F9F8ED;
margin-right: 0;
}
/* Data Table 
----------------------------------------------------- */
.data {
border: 1px solid #ddd;
padding: 1px;
}
.data th, .data td {
padding: 3px;
border-bottom: 1px solid #eee;
vertical-align: top;
font-size: 12px;
line-height: 1.3em;
color: #474135;
padding: 5px;
}
.data th {
background-color: #4c4b44;
padding: 1.5em 5px .7em;
color: #dad3ad;
font-family: verdana, sans-serif;
font-size: 1.2em;
font-weight: inherit;
text-align: left;
vertical-align: bottom;
}
.data .altrow td {
background-color: #F3F4E7;
}
/* =Directory
----------------------------------------------------- */
#directory #container-inner {
width: 97%;
padding: 0 1.5%;
_height: 1000px;
}
#directory #content-wrap,
#directory #content {
width: 100% !important;
margin: 0;
}
#directory .data {
clear: both;
margin-top: .3em;
width: 100%;
}
#directory .data * {
font-size: 14px !important;
}
#directory .data td,
#directory .data th {
padding: 9px;
}
#directory .data td {
vertical-align: top;
min-height: 200px;
_height: 200px;
line-height: 1.4em;
}
#directory #content .alphabet-nav {
margin: 0 0 .3em 0;
margin-left: 0;
padding: 0;
display: block;
}
#directory .alphabet-nav li {
padding: 0 2px 2px 0 !important;
background: transparent !important;
list-style: none;
}
#directory .data td .photo {
margin: 0 !important;
height: 169px;
width: 225px;
}
#directory .data td p {
margin: 0; 
padding: 0; 
line-height: 1.4;
}

#directory .data .name {
font-weight:bold;
white-space: nowrap;
font-size: 16px;
}
#directory .data .phone {
padding-right: 12px;
white-space: nowrap;
}
#directory .data img {
padding: 3px;
border: 1px solid #eee;
border-right-color: #ccc;
border-bottom-color: #ccc;
}
#directory .alphabet-nav li {	
color: #ccc;
float: left;
margin: 0 2px 0 0;
padding: 0;
list-style: none;
background: transparent;
}
#directory .alphabet-nav, 
#directory .alphabet-nav a {
font-size: 20px;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}
#directory .alphabet-nav a {
background: #DBD5B1 url(../images/bgs/beveled-button.gif) no-repeat 0 0;
border: 1px solid #B5AD80 !important;
color: #986810;
display: block;
float: left;
height: 24px;
width: 24px;
line-height: 24px;
margin: 0;
text-align: center;
text-decoration: none;
vertical-align: middle;

}
#directory .alphabet-nav a:hover {
background-color: #fff;
}
#directory .data tr.letter td {
border-top: 7px solid #ddd;
border-bottom: 0;
text-align: center;
}
#directory a.letter {
border: none !important;
font-size: 600% !important;
line-height: 1;
font-family: "times new roman", "times roman", serif;
font-weight: normal;
margin: .2em auto;
display: block;
clear: both;
width: 80px;
text-align: center;
}
#directory a.letter:hover {
background: #fff;
}
/* =POST */
.post {
margin: 2em 0;
padding-bottom: 0.5em;
border-bottom: 1px solid #eee;
}
.post:last-child {
border-bottom: none;
}
#content .post h5.blogposttitle {
font-size: 1.3em;
}
.commentnum {
float: right;
font-weight: bold;
}

/* MISC */

.dim { color: #999 !important;  }
.photo {
border: 1px solid #ddd;
padding: 2px;
}
.right {
float: right !important;
margin: 0 0 10px 10px !important;
}
.left {
float: left !important;
margin: 0 10px 10px 0 !important;
}
#content .sideonly {
display: none;
}
/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {width:300px; height: 255px; overflow: hidden;}
#flickr_badge_wrapper {padding:5px 0 5px 0;}
.flickr_badge_image {margin:0 3px 3px 0; float: left;}
.flickr_badge_image img {border: 6px solid #342f26 !important;}
.flickr_badge_image img:hover {
border-color: #342f26;
}
#flickr_badge_source {}
#flickr_badge_icon {display: none;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_uber_wrapper a:hover img {
border-color: #dfdcca !important;
}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

#content .calendar-list h4 {
background: transparent;
margin-top: 0;
font-size: 1.3em;
}
#content .calendar-list h4 a {
background: url(/_img/content-arrow.gif) no-repeat right bottom;
display: block;
padding: 3px 0;
}
#content .calendar-list h4 a:hover {
color: #222;
}
#content .calendar-list td {
font-size: 1.3em;
}
.contact #content {
width: 770px;
}
#contact-form {
float: right;
width: 370px;
}
#contact-info {
width: 370px;
float: left;
}
