/*
Theme Name:Holy Trinity
Theme URI:
Description:A custom theme based on 'Love the Orange' with a clean simple layout style.
Author:Joseph Crotty
Author URI:http://joecrotty.com/
Tags:holy trinity, two-columns, fixed-width, right-sidebar
Notes:15px default font-size and 1.5em leading
*/
@import url('table.css');

* {
    margin:0px;
    padding:0px;
}
body {
    color:#272727;
    font-size:93.75%;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-variant:normal;
    font-weight:normal;
	line-height:1.8em;
    margin:20px auto;
}
html > body {
    font-size:93.75%;
}
h1 {
	font-size:1.5333333333333334em;
    font-weight:normal;
	line-height:1.0434782608695652em;
	margin:0;
	margin-bottom:1.0434782608695652em;
}
h2 {
	font-size:1.4em;
    font-weight:normal;
	line-height:1.1428571428571428em;
	margin:0;
	margin-bottom:1.1428571428571428em;
}
h3 {
    color:#A31E39;
    font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
    font-weight:normal;
	font-size:1.2666666666666666em;
	line-height:1.263157894736842em;
	margin:0;
	margin-bottom:1.263157894736842em;
}
h4 {
    color:#485C5A;
    font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
    font-weight:normal;
	font-size:1.1333333333333333em;
	line-height:1.411764705882353em;
	margin:0;
	margin-bottom:1.411764705882353em;
}
p, ul, ol, blockquote, pre, td, th, label {
    font-size:1em;
	line-height:1.6em;
	margin:0;
	margin-bottom:1.6em;
}
p.small {
	font-size:0.8666666666666667em;
	line-height:1.8461538461538463em;
	margin:0;
	margin-bottom:1.8461538461538463em;
}
table {
	border-collapse:collapse;
	margin-bottom:1.6em;
}
a img {
    border:none;
    overflow:hidden;
}
.page img,
.post img {
    margin:0 1em 0 0;
}
a, a:link {
    color:#4E6A9B;
    text-decoration:none;
}
a:visited {
    color:#4E6A9B;
}
a:hover, a:focus, a:active {
    color:#0B1BD1;
    text-decoration:underline;
}
ul, li {
    list-style:none;
}
h1 {
    font-size:22px;
}
/* Global
---------------------------------------------------- */
#wrapper {
    border:1px solid #A4A4A4;
    margin:0 auto;
    width:940px;
}
.sml a {
    font-size:18px !important;
}
.alignleft, .alignright {
    font-size:18px !important;
}
/* Columns Class
--------------------------------------------------------------*/
#content {
    background:#ECF1F2;
    border-bottom:2px solid #183152;
    overflow:hidden;
    padding-bottom:3px;
}
#content .page,
#content .post {
    float:left;
    overflow:hidden;
    padding-right:10px;
    width:640px;
}
.page .entry {
    margin-top:0;
}
#content #all-comments,
#content #leave-a-comment {
    background:#fff;
    border:1px solid #ccc;
    margin:0 3px 3px 3px;
    padding:15px 0;
    overflow:hidden;
}
#sidebar {
    float:left;
    font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
    font-size:87.5%;
    line-height:1.3em;
    overflow:hidden;
    width:280px;
}
#sidebar_ads {
    overflow:hidden;
}
#sidebar_ads a {
    display:inline-block;
}
#sidebar_info {
    background:#fff;
    border:1px solid #183152;
    margin-bottom:10px;
    overflow:hidden;
    padding:10px;
    width:258px;
}
.post_header_box {
    background:#fff;
    border:1px solid #ccc;
    margin:0 3px 3px 3px;
    padding:15px 0;
    overflow:hidden;
}
.post_header_box h2 {
    margin-bottom:10px;
}
.page .post_header_box h2 {
    margin-bottom:0;
}
#maps .post-header,
.post .post-header,
.comments .comments-header {
    border-bottom:1px dotted #ccc;
    margin:0 20px;
    overflow:hidden;
}
.page .entry h3,
.post .entry h3 {
    margin:1em 0;
}
#content .page h2,
#content .post h2 {
    position:relative;
    overflow:hidden;
    width:100%;
}
#content .page h2 a,
#content .post h2 a {
    color:#4E6A9B;
    text-decoration:none;
    }
#content .page h2 a:hover,
#content .post h2 a:hover {
    color:#4E6A9B;
    text-decoration:underline;
}
h2 span {
    font:normal 0.65em Arial, Verdana, Helvetica, sans-serif;
    color:#AE927D;
    padding-left:10px;
    margin-left:10px;
    border-left:1px solid #DFCDBF;
}
h5.comments {
    border-bottom:1px solid #D4D7D9;
    color:#131313;
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    margin:10px 0 12px;
    padding:0;
    width:97% !important;
}
abbr, acronym {
    border-bottom:1px dotted #000000;
}
caption, th, td {
    text-align:left;
    font-weight:normal;
}
sup.reference a {
    font-size:.75em;
}
.reference a:link {
    text-decoration:none;
}
/* Header
---------------------------------------------------------------*/
#header {
    border-bottom:4px solid #183152;
    overflow:hidden;
}
#header img {
    border:none;
    display:block;
}
#header_logo {
    float:left;
    width:650px;
}
#header_logo a img {
    margin:20px auto 25px auto;
}
#header_splash {
    float:left;
    padding:5px 0;
    width:290px;
}
#header_splash a {
    display:inline-block;
}

/* Global Navigation
---------------------------------------------------------------*/
ul.globalNav{
    position:absolute;
    top:30px;
    right:10px;
}
ul.globalNav li {
    display:inline;
    border-right:1px solid #EBEBEB;
    padding:1px 8px;
}
ul.globalNav li.last {
    border-right:none;
}
ul.globalNav li a,
ul.globalNav li a:link {
    color:#4E6A9B;
    font:normal 1.1em Arial, Verdana, Helvetica, sans-serif;
    text-decoration:none;
}
ul.globalNav li a:hover {
    color:#0B1BD1;
    text-decoration:underline;
}

/* Main Navigation
---------------------------------------------------------------*/
#navigation ul {
    margin-bottom:0;
}
#navigation ul li {
    display:inline;
}
#navigation a:hover,
#navigation a:focus,
#navigation a:active {
    text-decoration:none;
}
#main_navigation {
    background-color:#183152;
    height:34px;
    overflow:hidden;
    padding-left:10px;
}
#main_navigation ul li.current_page_item a,
#main_navigation ul li.current_page_parent a {
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background:#ECF1F2;
    color:#183152;
    /*text-shadow:1px 1px 1px #C6D9E9;*/
}
#main_navigation ul li a {
    color:#fff;
    font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
    font-size:1.1em;
    line-height:34px;
    padding:8px 10px;
    /*text-shadow:1px 1px 1px #333333;*/
}
#main_navigation ul li a:hover {
    color:#ABC8E2;
    text-decoration:none;
}
#main_navigation ul li.current_page_item a:hover,
#main_navigation ul li.current_page_parent a:hover {
    color:#183152;
}
#secondary_navigation {
    background:#ECF1F2;
    border-bottom: 1px solid #ccc;
    font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
    font-size:1em;
    height:34px;
    line-height:34px;
    overflow:hidden;
    padding-left:10px;
}
#secondary_navigation ul li a {
    color:#375D81;
    line-height:34px;
    padding:0 10px;
}
#secondary_navigation ul li a:hover {
    color:#183152;
    text-decoration:none;
}
#secondary_navigation ul li.current_page_item a,
#secondary_navigation ul li.current_page_parent a,
#secondary_navigation ul li.current-cat a {
    color:#183152;
}
#secondary_navigation .first {
    padding-left:10px;
}
#breadcrumb {
    background:#ECF1F2;
    float:left;
    font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
    font-size:.9em;
    height:34px;
    line-height:34px;
    overflow:hidden;
    padding-left:20px;
    width:630px;
}
#breadcrumb p {
    line-height:34px;
    margin:0;
    padding:0;
}
#subscribe {
    background:#ECF1F2;
    float:left;
    font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
    height:34px;
    line-height:34px;
    overflow:hidden;
    width:290px;
}
#subscribe span {
    float:left;
    padding-right:5px;
}
#subscribe ul#feed_icons {
    float:left;
}
#subscribe img {
    border:0;
}
#subscribe img.rss {
    padding:5px 0;
}
.keyword {
    float:left;
    background:url(/wp-content/themes/holy_trinity/images/search-text.gif) 0 0 no-repeat;
    width:129px;
    height:22px;
    border:none;
    font-size:11px;
    padding:4px 0 0 4px;
    color:#818181;
    margin:0 !important;
}
.searchButton {
    float:left;
    background:url(/wp-content/themes/holy_trinity/images/search-button.gif) 0 0 no-repeat;
    width:60px;
    height:22px;
    border:none;
    margin:0 !important;
    }
/* Mixed Content Class
---------------------------------------------------------------*/
blockquote {
    background:url(/wp-content/themes/holy_trinity/images/quotes.gif) 0 0 no-repeat;
    padding-left:50px;
    color:#000;
    margin:20px 0;
}
.page ul li,
.post ul li {
    margin-left:10px;
}
.page ol li,
.post ol li {
    list-style-type:decimal;
    margin-left:10px;
}
.page ol li ul li,
.post ol li ul li {
    list-style-type:none;
    margin-left:20px;
}
.page ol li ul,
.post ol li ul {
    margin-bottom:0;
}
.page li a[href*=".doc"] {
    background:transparent url(/wp-content/themes/holy_trinity/images/icon_word.gif) no-repeat scroll right center;
    padding-right:20px;
}
.page li a[href*=".pdf"] {
    background:transparent url(/wp-content/themes/holy_trinity/images/icon_pdf.gif) no-repeat scroll right center;
    padding-right:20px;
}
.post a:hover .post .postmetadata a:hover {
    text-decoration:none;
    color:#0B1BD1;
}
.post .postmetadata {
    clear:both;
    color:#888;
    font-size:.9em;
    line-height:1.5em;
    font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
    margin:0 0 10px 0;
    padding:0;
    overflow:hidden;
}
.post .postmetadata .author {
    color:#A31E39;
}
.entry,
#commentform,
#maps .entry {
    margin:10px auto 0;
    padding:0 20px;
    overflow:hidden;
    width:592px;
}
#commentform {
    padding:0;
    width:342px;
}
.post .postmetadata a {
    color:#4E6A9B !important;
    }
.post .postmetadata a:hover {
    color:#0B1BD1 !important;
    }
.tags {
    padding:0 15px;
    line-height:21px;
}
.tags a {
    color:#4E6A9B !important;
    font-weight:bold;
    text-decoration:none;
}
.tags a:hover {
    color:#0B1BD1 !important;
    font-weight:bold;
    text-decoration:underline !important;
}

/* Table
---------------------------------------------------------------*/
td, th  {
    border:1px solid #ccc;
    padding:3px 4px;
}
th {
    font-weight:bold;
    background:#fcf5eb;
    color:#000;
}

/* Common Used Class
---------------------------------------------------------------*/
.clear_both {
    clear:both;
}
abbr[title], acronym[title] {
    border-bottom:1px dotted #999999;
    cursor:help;
}

/* Forms
----------------------------------------------------------- */
fieldset {
    border:1px solid #F3E3D7;
    padding:10px;
    margin-bottom:15px;
}
legend {
    font:bold 14px Arial, Verdana, Helvetica, sans-serif;
}
label {
    font:bold 11px Arial, Verdana, Helvetica, sans-serif;
}
input[type="radio"], input[type="checkbox"] {
    margin-right:15px;
    vertical-align:bottom;
    }
input[type="button"], input[type="submit"] {
    margin:0;
    }

/* Side bar
-------------------------------------------------------------*/
#sidebar h3 {
    margin:.2em 0;
}
#sidebar h3 a, #sidebar h3 a:active, #sidebar h3 a:hover, #sidebar h3 a:focus, #sidebar h3 a:link, #sidebar h3 a:link.visited {
    color:#A31E39;
    text-decoration:none;
}
.widget {
    background:#ECF1F2;
}
#widget_stags-1 {
    background:#fff;
}
.rightPan,
.widget,
.widget img {
    overflow:hidden;
}
.widget img {
    display:block;
}
.rightPan,
#widget_stags-1 {
	margin-bottom:1.3333333333333333em;
    width:250px;
}
.rightPan.last {
    padding-bottom:0;
}
.rightPan ul {
    margin-bottom:0;
}
.st-tag-cloud {
    margin-top:.75em;
}
#sidebar ul li {
}
#sidebar ul li ul {
    margin-bottom:0px;
}
#sidebar ul li ul li {
    padding-left:12px;
    margin-left:0px;
}
.widget a img {
    background:#fff;
    border:1px solid #ccc;
    margin-bottom:3px;
    padding:3px;
}
.mass-service-schedule h4 {
    margin-bottom:0;
}
p.mass-service-schedule {
    margin-bottom:0;
    padding:10px 0 0 0;
}
/* Footer
------------------------------------------------------------*/
.pagerbox {
    margin:0 3px 3px 3px;
}
div.pagerbox a {
    font-size:1em !important;
    line-height:1.2em !important;
    margin:0 !important;
}
#footer {
    font-size:10px;
    height:50px;
    padding:3px 0;
}
#footer #dedication img {
    float:left;
}
#footer #copyright img {
    float:right;
    padding-right:10px;
}
#footer a {
    text-decoration:none;
}
#footer img {
    border:none;
}
#contact_anchor_scroll_hack {
    height:1000px
}

/* Comments
------------------------------------------------------------*/
.commentmain {
    border:1px solid #4e6a9b;
    margin:10px 20px 0 20px;
    width:590px;
}
.commetmainalt {
    background:#FFF2E8;
    border-bottom:1px dotted #999;
    clear:both;
    height:100%;
    margin-bottom:15px;
    padding:10px;
}
.comment-header {
    background-color:#c9e2e9;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    height:42px;
    margin-bottom:2px;
}
.comments .comment-header p {
    float:left;
    font-size:14px;
    margin:11px;
    width:80%;
}
.comment-author {
    font-size:11px;
    padding-bottom:5px;
}
.pm-tags {
    padding-right:5px;
}
.pm-comment {
    border-left:1px solid #ccc;
    padding-left:10px;
}
.thecomment, .comment-body {
    background-color:#fcf5eb;
    padding:5px 20px;
}
.post img.avatar {
    float:right;
    margin:0;
}
small {
    color:#999;
}

/* Comments Form
------------------------------------------------------------*/
#leavecomment_left {
    color:#737373;
    float:left;
    padding:10px 20px;
    width:342px;
}
#leavecomment_right {
    color:#737373;
    float:right;
    width:230px;
    padding:10px 20px 10px 0;
}
#addcomment_right {
    margin-top:10px;
}
h2#addcomment_right {
    color:#3E3E3E;
    font-size:1.4em;
    margin-bottom:5px
}
#leavecomment_right p {
    line-height:1.4em;
}
table#leavecomment_user_fields {
    width:100%;
}
table#leavecomment_user_fields td {
    border:none;
}
table#leavecomment_user_fields td.label-col {
    padding:2px;
    width:60px;
}
table#leavecomment_user_fields td.input-col {
    padding:2px;
}
#commentform label {
    font-size:14px;
    font-weight:bold;
}
.txtarea {
    background:#FAF8F8;
    border:1px solid #b8b8b8;
    font:12px Arial, Helvetica, sans-serif;
    padding:5px;
    overflow:hidden;
    width:262px;
}
textarea {
    background:#FAF8F8;
    border:1px solid #b8b8b8;
    font:12px Arial, Helvetica, sans-serif;
    padding:5px;
    overflow:hidden;
    width:326px;
}
.txtarea:hover,
.textarea:hover {
    border:1px solid #B6B6B6;
    background:#F4F3F3;
}
.Cmtbutton:hover {
    background:#EA7521;
    border:medium none;
    color:#FAF8F8;
}
.Cmtbutton {
    background:#2bb8e6;
    border:medium none;
    color:#FAF8F8;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    padding:5px;
}
.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    border:1px solid #ddd;
    text-align:center;
    background-color:#f3f3f3;
    padding:4px;
    margin:10px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    overflow:hidden;
}
.wp-caption img {
    margin:0;
    padding:0;
    border:0 none;
}
.wp-caption-dd {
    font-size:11px;
    line-height:17px;
    padding:0 4px 5px;
    margin:0;
}
.wp-caption-text {
    overflow:hidden !important;
    margin:0 !important;
}
dl {
    margin-bottom:15px;
}

/* Contacts and Maps
------------------------------------------------------------*/
.vcard,
.page #contact .vcard {
    margin-bottom:20px;
    font-size:100%;
    line-height:1.3em;
}
.page #contact {
    font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
}
a.no-link, a:active.no-link, a:hover.no-link, a:focus.no-link, a:link.no-link, a:link.visited,
#maps h2 a.no-link, #maps h2 a:active.no-link, #maps h2 a:hover.no-link, #maps h2 a:focus.no-link, #maps h2 a:link.no-link, #maps h2 a:link.visited {
    color:#333;
    text-decoration:none;
}
#wptable-3 a.no-link, #wptable-3 a:active.no-link, #wptable-3 a:focus.no-link, #wptable-3 a:link.no-link, #wptable-3 a:link.visited {
    color:#666699;
    text-decoration:none;
}
#wptable-3 a:hover.no-link {
    color:#009;
    text-decoration:none;
}
#map {
    overflow:hidden;
}
#map h3 a:hover,
#map h3 a:focus {
    border-bottom:none;
    color:#0E0F12;
    text-decoration:none;
}
#content .post #contact h2 a ,
#content .post #map h2 a {
    color:#351905;
    font-weight:normal;
    text-decoration:none;
}
#content .post #contact h2 a:hover,
#content .post #map h2 a:hover {
    color:#351905;
    font-weight:normal;
    text-decoration:none;
}

/* Images
------------------------------------------------------------*/
img.alignright {float:right; margin:0 0 0 1em}
img.alignleft {float:left; margin:0 1em 0 0}
img.aligncenter {display:block; margin-left:auto; margin-right:auto}
a img.alignright {float:right; margin:0 1em 0 0}
a img.alignleft {float:left; margin:0 1em 0 0}
a img.aligncenter {display:block; margin-left:auto; margin-right:auto}

/* Mass Serice Schedule Tables
------------------------------------------------------------*/
table.mass-service-schedule {
    margin-bottom:.8em;
}
table.mass-service-schedule td {
    border:none;
    padding:0;
}
table.mass-service-schedule th {
    background:none;
    border:none;
    border-bottom:1px solid #485C5A;
    padding:2px 0;
}
table.mass-service-schedule td.day-col,
table.mass-service-schedule td.time-col {
    text-align:right;
}

/* Plugins
------------------------------------------------------------*/
img#wpstats{
    height:0px;
    overflow:hidden
    width:0px;
}

