* {margin:0;padding:0;}

body {
    background:#FAFAF8;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    }
#wrapper {
    background:#FAFAF8 url(/assets/templates/fiveq/gui/bg_page.gif) repeat-y 50% 0;
    }
#subwrapper {
    background:#FAFAF8 url(/assets/templates/fiveq/gui/bg_footer.gif) no-repeat 50% 0;
    min-height:250px;
    height:auto !important;
    height:250px;
    }
#leaf {
    position:absolute;
    top:250px;
    top:290px;
    left:-78px;
    width:330px;
    height:821px;
    background:transparent url(/assets/templates/fiveq/gui/swirly_leaf.png) no-repeat 0 0;
    _behavior: url(iepngfix.htc);
    z-index:1;
    }
#main {
    min-height:1100px;
    height:auto !important;
    height:1100px;
    overflow:visible;
    background:#FFF url(/assets/templates/fiveq/gui/bg_page.gif) repeat-y 50% 0;
    font-size:13px;
    }
.frame {
    position:relative;
    margin:0 auto;
    width:776px;
    text-align:left;
    }
#content {
    background:transparent url(/assets/templates/fiveq/gui/flank_content.gif) no-repeat 0 0;
    margin-left:254px;
    padding:0 25px 30px 25px;
    }
ul#utilitynav {
    position:absolute;
    right:0;
    top:185px;
    }
#flank_right,
#flank_left {
    position:absolute;
    top:0;
    width:15px;
    height:25px;
    z-index:99;
    }
#flank_left {left:-15px;background:transparent url(/assets/templates/fiveq/gui/flank_left.gif) no-repeat 0 0;}
#flank_right {right:-15px;background:transparent url(/assets/templates/fiveq/gui/flank_right.gif) no-repeat 0 0;}

/* ============================================= *
 *              HEADER controls                  *
 * --------------------------------------------- */
#header {
    position:relative;
    background:#FAFAF8 url(/assets/templates/fiveq/gui/header.jpg) no-repeat 50% 0;
    height:250px;
    width:auto;
    /* overflow:hidden; */
    }
#header h1 a {
    display:block;
    position:absolute;
    top:95px;
    left:0;
    width:255px;
    height:100px;
    }
#header h1 a span,
#header h3 {position:absolute;left:-1000px;}

/* ============================================= *
 *              Taskbar styles                   *
 * --------------------------------------------- */
#taskbar {
    position:absolute;
    left:0;
    top:201px;
    height:49px;
    /* overflow:hidden; */
    width:100%;
    background:#FAFAF8 url(/assets/templates/fiveq/gui/bg_taskbar.gif) repeat-x 50% 0;
    color:#fff;
    font-size:12px;
    }
#search {float:left;padding-top:10px;}
#tasktabs {float:right;list-style:none;padding-top:9px;}
#tasktabs li {float:left;}
#tasktabs li a {
    display:block;
    width:137px;
    height:40px;
    background: url(/assets/templates/fiveq/gui/tasktabs.jpg) no-repeat 0 0;
    margin-left:10px;
    }
#tasktabs li a span {position:absolute;left:-1000px;}
#tasktabs a#ask {background-position:0 0;}
#tasktabs a#send {background-position:-137px 0;}
#tasktabs a#print {background-position:-274px 0;}
#tasktabs a#ask:hover {background-position:0 -40px;}
#tasktabs a#send:hover {background-position:-137px -40px;}
#tasktabs a#print:hover {background-position:-274px -40px;}

/* ============================================= *
 *              Blog Tab styles                  *
 * --------------------------------------------- */
#blog_tabs {
border-bottom:1px solid #ababab;
height:51px !important;
height:50px;
}
#content #blog_tabs ul {
margin:0 0 0 5px;
padding:20px 0;
list-style:none;
}
#blog_tabs li {
position:relative;
float:left;
margin-right:5px;
top:0 !important;
top:1px;
}
#blog_tabs li a {
display:block;
width:100px;
height:30px;
background: #eee url(/assets/templates/fiveq/gui/blogtabs2.gif) repeat-x 0 0%;
text-align:center;
border:1px solid #ccc;
border-bottom: 0px solid #ababab;
color:#777;
text-decoration:none;
font-weight:bold;
}
#blog_tabs li.active a {
background: #eee url(/assets/templates/fiveq/gui/blogtabs2.gif) repeat-x 0 100%;
border-bottom: 1px solid #fff;
color:#028888;
}
#blog_tabs li a span {
display:block;
padding:5px 5px 0 5px;
}

#blog_categories {
float:right;
border:1px solid #ccc;
background-color:#eee;
padding:20px;
margin:20px 0 20px 20px;
}
#content #blog_categories ul {
list-style:none;
margin:0;
padding:0;
}
#blog_categories li {
padding:.5em 0;
}
/* ============================================= *
 *                Left Panel                     *
 * --------------------------------------------- */
#panel_left {
    float:left;
    width:254px;
    background:transparent url(/assets/templates/fiveq/gui/bg_sunset.jpg) no-repeat 0px 320px;
    min-height:1100px;
    height:auto !important;
    height:1100px;
    }
#panel_flank {background:transparent url(/assets/templates/fiveq/gui/flank_menu.gif) no-repeat 0 0;}
#emailupdates {color:#fff;padding:20px 0 20px 35px;position:relative;z-index:50;}
#emailupdates p {margin-bottom:1em;text-transform:lowercase;}
#emailform {padding:0 85px 20px 0px;}
#emailform label {font-weight:bold;}


/* ============================================= *
 *              Form Controls                    *
 * --------------------------------------------- */
input,select,textarea {font-family:Verdana, Arial, sans-serif;font-size:11px;}
input.field {
    background:#fff url(/assets/templates/fiveq/gui/bg_input.gif) repeat-x 0 0;
    border:1px solid #fff;
    padding:2px;
    width:255px;
    }
input.field.small {width:130px;}
input.button {
    background:#888888 url(/assets/templates/fiveq/gui/bg_button.gif) repeat-x 0 0;
    border:0;
    padding:2px;
    margin-left:.5em;
    }

/* ============================================= *
 *              Navlist styles                   *
 * --------------------------------------------- */
ul.navlist {
    list-style:none;
    font-size:11px;
    }
ul.navlist li {
    border-left:1px solid #333;
    float:left;
    padding:0 .5em;
    }
ul.navlist li.first {
    clear:left;
    border:0;
    padding-left:0;
    }
ul.navlist li.last {padding-right:0;}
ul.navlist a {
    text-decoration:none;
    color:#028888;
    }
ul.navlist a:hover {color:#35bbbb;}

/* MENU NAVIGATION ========== */
#menu {padding:10px 0;position:relative;z-index:50;}
#menu ul {
    list-style:none;
    margin-left:20px;
    }
#menu li {position:relative;padding:1px 0;margin:0;}
#menu li a {
    display:block;
    padding:10px 0 10px 20px;
    height:1%;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    background:transparent url(/assets/templates/fiveq/gui/dink_menu.gif) no-repeat 0 50%;
    }
#menu li.active {z-index:300;background:transparent url(/assets/templates/fiveq/gui/bg_menulink.gif) repeat-y 190% 50%;}
#menu li:hover,
#menu li.over {z-index:300;background:transparent url(/assets/templates/fiveq/gui/bg_menulink.gif) repeat-y 120% 50%;}
#menu li.over {padding:1px 0;margin:0;}

#menu li:hover li,
#menu li.over li {background:none;}

#menu li ul {
    margin:0;
    padding:0;
    position:absolute;
    left:234px;
    top:0;
    width:200px;
    display:none;
    background:#35bbbb;
    }
#menu li:hover ul,
#menu li.over ul {display:block;}

#menu li li {background:none;padding:0;}
#menu li li a {color:#044;background:none;padding:5px 10px;font-weight:normal;border-bottom:1px solid #028888;}
#menu li li a:hover {color:#fff;}


/* FOOTER CONTROLS ========== */
#footer {padding-top:50px;}
#footer_right {float:right;}
#footer_right p {width:50%;clear:both;padding:1em 0 .5em 0;}
#footer_right li {margin-bottom:1em;}
#footer_left {float:left;width:160px;}
#footer_left a {
    position:relative;
    display:block;
    width:160px;
    background:transparent url(/assets/templates/fiveq/gui/footer_logos.gif) no-repeat 0 0;
    }
#footer_left a span {position:absolute;left:-1000px;}
#logo_ff a {height:62px;}
#logo_gcn a{height:42px;background-position:0 -62px;}
#sticker {position:absolute;top:110px;right:0px;}
#sticker a {
    position:relative;
    display:block;
    width:100px;
    height:15px;
    background:transparent url(/assets/templates/fiveq/gui/5Qsticker.gif) no-repeat 0 0;
    overflow:hidden;
    }
#sticker a span {position:absolute;left:-1000px}

/* ============================================= *
 *            Content styles                     *
 * --------------------------------------------- */
h1{font-size:24px;}
h2{font-size:18px;}
h3{font-size:15px;}
h4{font-size:14px;}

h1,h2,h3,h4,h5,h6 {padding-top:1em}

#content a {color:#028888;}
#content a:hover {color:#35bbbb;}
#content a.up {font-size:11px;float:right;}
#content p {
    margin:.5em 0 1em 0;
    line-height:1.5em;
    }
#content p.desc {margin-top:0;}
#content ul,
#content ol {
    line-height:1.5em;
    margin:.5em 0 1em 2.5em
    }
ul.spaced li {margin-bottom:1.5em;}
#content ul.droplist {
    color: #999;
    list-style: none;
    margin: 1em 0;
    border-top: 1px dotted #9a9;
    list-style-position:inside;
    }
ul.droplist li {
    border-bottom: 1px dotted #9a9;
    font-size: 11px;
    line-height: 1em;
    }
ul.droplist li a {
    display:block;
    padding:7px 17px;
    background:transparent url(/assets/templates/fiveq/gui/dink_d-arrow.gif) no-repeat 0% 50%;
    text-decoration: none;
    }
ul.droplist ul {list-style:none;}
ul.droplist li li {border:0;}
#content ul.indent {
    margin-left:7em;
    list-style:square;
    }
#content .list-columns ul {
    list-style:none;
    margin:1em 0 0 0;
    }
.list-columns li {
    width:47%;
    float:left;
    margin:0 .5em;
    border-top: 1px dotted #9a9;
    height:1%;
    }
.list-columns li a {
    display:block;
    padding:7px 0px;
    text-decoration: none;
    }
blockquote {
    padding:1em;
    margin:.5em 0;
    line-height:1.5em;
    }
span .quoted, .quoted {
    border:1px solid #CDDBDB;
    background-color:#DEECEC;
    display: block;
    padding:1em;
    }
div .quoted {
    margin-left: 20px;
    border:1px solid #CDDBDB;
    background-color:#DEECEC;
    display: block;
    padding:1em;
    }
blockquote.quoted {
    border:1px solid #CDDBDB;
    background-color:#DEECEC;
    display: block;
    margin: 1em;
}
blockquote.normbq {
    padding: 0px 1em;
    margin:.5em 0;
    line-height:1.5em;
}
#content p.intro {
    background:transparent url(/assets/templates/fiveq/gui/dink_content.gif) no-repeat 50% 100%;
    padding-bottom:40px;
    }
.read {
    color:#cd0000;
    text-transform:uppercase;
    font-style:italic;
    font-size:11px;
    font-weight:bold;
    }

/* ============================================= *
 *                 DL styles                     *
 * --------------------------------------------- */
dl {padding:1em 0;}
dt {margin-bottom:.5em;}
dt b {text-transform:uppercase;}
dd {padding:0 2em;line-height:1.4;}

/* ============================================= *
 *              Crumb styles                     *
 * --------------------------------------------- */
#breadcrumbs {
padding: 1em;
background-color:#F9f9f9;
line-height:1.5;
font-size:11px;
}
#breadcrumbs .B_currentCrumb {display:block;padding-left:1em;}

/* ============================================= *
 *               Misc styles                     *
 * --------------------------------------------- */
.alignleft {text-align:left;}
.alignright {text-align:right;}
.left {float:left;}
.right {float:right;}
.fix {clear:both;}
img.right {margin:0 0 1em 1em;}
img.left {margin:0 1em 1em 0;}

.errors {color: #f00;}

#content.blog img {
    border:1px solid #999;
    padding:5px;
    background:#fff;
    float:right;
    margin:0 0 1em 1em;
}
#content.blog #comments img {
    border:none;
    padding:0px;
    background:none;
    float:none;
    margin:0;
}
.blog_disclaimer {
    clear: both;
    border-top: 1px dotted #999;
    font-size: 10px;
    color: #666;
    margin-top: 20px;
    padding-top: 10px;
}
    
    

/* ============================================= *
 *              Table styles                     *
 * --------------------------------------------- */
table td, table th {padding:.5em;}
table th {
vertical-align: top;
color:#fff;
background-color:#028888;
}
table td {
vertical-align: top;
padding:1em .5em;
border-bottom:1px solid #ddd;
}
table tr.odd-row td {background-color:#eee;}



/* ============================================= *
 *          Contact Form styles                  *
 * --------------------------------------------- */
form table td, form table th {padding:.5em;}
form table th {padding-top:1em;vertical-align: top;text-align:right;color:#028888;background-color:#fff;}

form table td input,
form table td textarea,
form table td select {
    border:1px solid #9ba;
    padding:5px 3px;
    font:normal 12px Verdana,sans-serif;
    color:#787;
    background: #fff url(/assets/templates/fiveq/gui/blogtabs2.gif) repeat-x 0 100%;
    }
form table td textarea {background-position: 0 -35px}
form table td select {padding:0;}
form table td select option {padding:3px;}
form table td .button {
    padding:.5em 1em;
    font-weight:bold;
    color:#028888;
    border:1px solid #028888;
    background: #999 url(/assets/templates/fiveq/gui/blogtabs2.gif) repeat-x 0 0%;
    }
form input,
form textarea {width:15em;}
form input.button {width:auto;}
img.captcha,
#content.blog #comments img.captcha {border:1px solid #999;margin-bottom:.5em;}


/* ============================================= *
 *            Sitemap styles                     *
 * --------------------------------------------- */

#sitemap ul {list-style:none;margin:0;padding:1em 0 0 0;}
#sitemap li {font-size:15px;font-weight:bold;padding:.3em 0;border-bottom:1px solid #ccc;}
#sitemap ul ul {list-style:square;margin:0 0 1em 2em;padding:0;}
#sitemap li li {font-size:12px;border:0;padding:.2em 0;}
#sitemap li li li {font-size:12px;font-weight:normal;}
#sitemap ul a {text-decoration:none;}
#sitemap ul ul a {text-decoration:underline;}

/* ============================================= *
 *        Blog pagination styles                 *
 * --------------------------------------------- */

#ditto_pages {
    margin: 0 0 10px; 0;
    }

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
    }
#ditto_pages .ditto_currentpage,
#googlePagination .currentPage {
    border: 1px solid #028888;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #028888;
    color: #fff;
    font-weight: bold;
    }
#ditto_pages .ditto_off,
#googlePagination .off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
    }
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited,
#googlePagination a {
    border: 1px solid #028888;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #028888;
    }
#ditto_pages a:hover,
#googlePagination a:hover {
    background-color: #35bbbb;
    color: #fff;
    }

p.ditto_pages {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    }



/* ============================================= *
 *     Added Google Custom Search Engine         *
 * --------------------------------------------- */

#googleSearch {
    margin-top: 20px;
    }

#googleResults {
    margin: 10px 0;
    padding: 5px 0;
    border-top: 1px solid rgb(192,205,223);
    text-align: right;
    }

#googleRefine {
    margin-bottom: 30px;
    }

dl#googleResultsList {
    margin: 10px 0;
    }
#googleResultsList dd {
    margin: 0 0 10px 20px;
    }
#googleResultsList a.url {
    color: rgb(0,112,186);
    font-size: 10px;
    }
    #googleResultsList a.url:hover {
        background-color: rgb(235,235,255);
        text-decoration: none;
        }

#googlePagination {
    margin: 25px 0 15px 0;
    text-align: center;
    }

    /* for further googlePagination styles
     * see above in the ditto pagination
     * area. I wanted both styles to be the
     * same so I set them there
     */

/* ============================================= *
 *    Custom styles per FaithFacts Staff         * 
 * --------------------------------------------- */

.spacedUL li {
     margin-bottom: 20px;
}

/* Faceboook "Follow" button */
div#faithfacts-facebook {
	position: relative;
	z-index: 3000;
}
div#faithfacts-facebook .fb-like {
	margin-left: 30px;	
}
/* make the like button smaller */
.fb_edge_widget_with_comment iframe {
	position:relative;
    cursor:pointer;
    z-index: 4000;
}
#breadcrumb {list-style: none; margin: 0 !important;}
#breadcrumb li { margin-left: 1em;}
#breadcrumb li:first-child { margin-left: 0;}
#breadcrumb li:after{content:" » ";}
#breadcrumb li:last-child:after{content:" ";}