


/*

 .o88o.                                    .
 888 `"                                  .o8
 o888oo  ooood8b  .ooooo.  ooo. .oo.   .o888oo
 888    `888""8P d88' `88b `888P"Y88b    888
 888     888     888   888  888   888    888
 888     888     888   888  888   888    888 .
o888o   d888b    `Y8bod8P' o888o o888o   "888"

Title=          HTR - A Day of Private Reflection 
Author=         Charlie Neely, charlie.neely@designbyfront.com 

*/


/* List of Contents
 * 1 Structure/Layout
 * 2 Nav
 * 3 Links
 * 4 Lists
 * 5 Images
 * 6 Header elements
 * 7 Form elements
 * 8 Table elements
 * 9 Typography
 * 10 Orphans */

/*  Structure/Layout  */

* {
margin:0;
padding:0;
}

body	{
text-align:center;
font:normal 14px/18px "Trebuchet MS", arial, sans-serif;
color:#333;
}

/*#home #page_container {
background:#fff url(/img/bg/home.jpg) -12px 0 no-repeat;
}*/

#page_container {
padding-top:35px;
background:#fff url(/img/bg/general.jpg) -12px 0 no-repeat;
width:1000px;
margin:0 auto;
text-align:left;
}

#header .header_left {
width:205px;
float:left;
display:block;
}

#header .header_top {
float:left;
width:480px;
padding-bottom:60px
}

#footer {
background:#76AB9D url(/img/bg/footer.jpg) 0 0 repeat-x;
padding:20px 20px 10px 20px;
color:#000;
margin-top:40px;
line-height:21px;
display:block;
}


#footer .col_01 {
width:259px;
color:#fff !important;
float:left;
}

#footer .col_02 {
width:180px;
float:left;
}

#footer .col_03 {
width:200px;
float:left;
}

#footer .col_04 {
width:85px;
height:85px;
display:block;
float:right;
background:transparent url(/img/htr_logo_inverted.gif) 0 0 no-repeat;
}

#textblock {
float:left;
width:480px;
}

#textblock .col_01 {
float:left;
width:230px;
}

#textblock .col_02 {
float:right;
width:230px;
}

#sidebar {
float:right;
width:232px;
padding-top:100px;
color:#999;
padding-right:10px;
padding-left:33px;
}

#home #sidebar {
background:transparent url(/img/bits/sidebar_left.jpg) left 90px no-repeat;
color:#63A190;
font-weight:bold;
}

.blurb {
background:transparent url(/img/bg/blurb.jpg) 0 0 no-repeat;
width:737px;
height:155px;
color:#fff;
float:left;
padding:5px 16px 5px 16px;
display: none;
}

.back {
text-align: right;
font-size:90%;
}

.hr {
height:1px;
background:transparent url(/img/bits/hr_repeater.gif) 0 0 repeat-x;
margin:12px 0;
display:block;
}


.cleaner {
 clear:both;
 display:block;
 height:30px;
 }

#footer .cleaner {
 clear:both;
 height:1px;
 padding-bottom:1px;
 display:block;
}

.hidden {
 display:none;
 }

.float_right {
 float:right;
 }

.float_left {
 float:left; 
 }

.clear {
 clear:both;
 }

div.error {
color:#cc0000;
}

/* Nav */

#nav_main {
float:left;
width:210px;
}

.nav_main {
width:210px;
float:left;
padding-bottom:30px;
}

.nav_main li {
list-style:none;
line-height:22px;
}

.nav_main li a {
padding-left:20px;
color:#006E53;
text-decoration:none;
}

.nav_main li a:hover, .nav_main li a.active {
color:#855723;
background:transparent url(/img/bits/bullet.gif) left no-repeat;
text-decoration:none;
}

.nav_main ul li {
padding:3px 0; 
line-height:18px;
}

.nav_main ul li a {
padding-left:40px;
color:#006E53;
text-decoration:none;
font-size:12px;
display:block;
padding-right:12px;
}

.nav_main ul li a:hover, .nav_main ul li a.active {
color:#855723;
background:transparent url(/img/bits/bullet_sml.gif) 24px 5px no-repeat;
text-decoration:none;
}


/* Links */

a {
color:#006E53;
}

a:hover {
color:#855723;
text-decoration:none;
}

#footer a {
color:#000;
}

#footer a:hover {
color:000;
}

#textblock li.active a {
font-weight:bold;
}

/* Lists */

#textblock ul li {
list-style:none;
background:transparent url(/img/bits/bullet.gif) 0px 16px no-repeat;
padding:12px 0 12px 20px;
}

#textblock .jumps ul {
margin-left:0;
}

#textblock .jumps ul li {
list-style:none;
background-image:none;
padding:4px 0;
}

#textblock ol {
margin-left:24px;
}

#textblock ol li {
padding:4px 0;
}

#textblock .pdf_list ul li {
list-style:none;
background:transparent url(/img/bits/bullet_pdf.gif) 0px 7px no-repeat;
padding:7px 0 7px 24px;
}

/* Images */


img {
 border:none;
 }

/* Header elements */

h1, h2, h3, h4 {
font-weight:normal;
padding:8px 0 6px 0;
}

h1 {
font-size:28px;
line-height:32px;
}

h2 {
font-size:20px;
line-height:24px;
}

h3 {
font-size:16px;
line-height:17px;
font-weight:bold;
}

h4 {
font-size:12px;
line-height:14px;
}

h4.endorse {
 font-weight: bold;
 font-size: 14px;
}

#header h1 {
color:#006E53;
font-size:28px;
line-height:32px;
}

#textblock h2 {
color:#855723;
font-size:25px;
line-height:27px;
padding:2px 0 12px 0;
}

#textblock h3 {
font-weight:15px;
line-height:27px;
color:#855723;
font-weight:bold;
}

/* Form elements */

fieldset {
border:none;
}

label {
display:block;
padding-bottom:2px;
color:#333;
}

textarea, input, select {
margin-bottom:8px;
}

input.send {
float:right;
}

/* Table elements */

.htr_table {
border:0;
}

.htr_table th, .htr_table td {
border:0;
padding: 5px 5px 5px 0;
vertical-align:top;
}

/* Typography */

p {
padding:9px 0;
}

p.privacy {
text-align:right;
font-size:90%;
}

p.disclaimer {
font-size:90%;
}

span.stars {
font-size:80%;
}

#header strong {
color:#855723;
font-size:16px;
line-height:18px;
}

.center {
text-align:center;
}

.small_print {
font-size:80%;
}

.social_links {
margin-top:30px;
margin-left: 15px;
list-style:none;
}

/* Orphans */

span.error {color:#cc0000; display:block;}
input.error {border:2px solid #cc0000;}
textarea.error {border:2px solid #cc0000;}
  

#social_networks {

}

#social_networks li {
display: inline;
}

#social_networks li a {
float: left;
display: block;
height: 49px;
width: 49px;
background: transparent url(/img/big_dor_social_links.png) 0 0 no-repeat;
margin-right: 0;
}

#social_networks li#social_facebook a {
background-position: -52px 0;
}
#social_networks li#social_youtube a {
background-position: -154px 0;
}

#social_networks li a span {
display: none;
}

#promo_bar {
background:transparent url(../img/promo_bg.png) 0 bottom no-repeat;
font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
width: 772px;
overflow:hidden;
padding-top: 38px;
}
#promo_bar p {
color:#4B6B63;
text-shadow:0 1px 0 rgba(255,255,255,0.3);
font-size:14px;
float: left;
padding-left: 70px;
width: 653px;
padding-bottom:12px;
}

#promo_bar p.right {float:right;width:auto;padding:15px 20px 0 0;display:none;}

#promo_bar p a {color:#41514C;}

#sidebar {padding-top: 55px;}

#home_social {
overflow: hidden;
margin-top: 30px;
margin-left: 12px;
}

#home_social a span {display:none;}

a#home_twitter, a#home_facebook {
background: transparent url(../img/btn_home_social.jpg) 0 0 no-repeat;
width: 136px;
display: block;
float: left;
height: 61px;
}

a#home_facebook {
margin-right: 10px;
}

a#home_twitter {
background-position: -136px 0px;
margin-top:10px;
}

a#home_facebook:hover {
background-position: 0 -61px;
}

a#home_twitter:hover {
background-position: -136px -61px;
}