/* ============================================ *
 * - 5Q Communications -- sitewide base CSS     *
 * - created by Heath Gerlock                   *
 * - visit http://www.5Qcommunications.com/     *
 * -------------------------------------------- */

/* ============================================ *
 * - Global Styles & Page Defaults              *
 * -------------------------------------------- */

html {
    background: rgb(19,27,92) url(/assets/templates/fiveq/images/tile_header.jpg) repeat-x left top;
    }

* {
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS',arial,tahoma,sans-serif;
}

body {
    font-size: 62.5%;
    font-size: 10px;
    text-align: left;
    background: #fff url(/assets/templates/fiveq/images/tile_header.jpg) repeat-x left top;
}

a {
    text-decoration: none;
}

blockquote {
    margin: 10px 30px;  
    padding: 5px 0;
    color: #333;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

code {
    border: 1px #d8d8d8 solid; 
    background-color: #f4f4f4;
    display: block;
    overflow: auto;
    font-family: Courier New,Courier,mono;
    white-space: pre;
    padding: 5px;
}

hr.topVerticalSpace {
    width: 100%;
    height: 20px;
    _height: 0;
    display: block;
    clear: both;
    border: 0;
    visibility: hidden;
    background: none;
}

#smallerText {
    font-size: 90%;
    color: #ccc;
}
sup {
    color: #333;
}

#pageFunctions {
    position: absolute;
    top: 0;
    right: 0;
    height: 1.6em;
    font-size: 1.0em;
    z-index: 500 !important;
}
#functionEmail,
#functionPrint {
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 8px;
    position: relative;
    height: 1.0em;
    padding: 3px 0 3px 20px;
}
#functionEmail {
    background: url(/assets/templates/fiveq/images/email.gif) no-repeat left center;
}
#functionPrint {
    background: url(/assets/templates/fiveq/images/print.gif) no-repeat left center;
}

#functionEmail:hover,
#functionPrint:hover {
    text-decoration: underline;
}

.fix {clear:both;}


/* ============================================ *
 * - Search Styles                              *
 * -------------------------------------------- */

#search {
    position: absolute;
    display: block;
    background-color: rgb(19,27,92);
    width: 334px;
    padding: 6px 0 0 6px;
    height: 144px;
    top: 0;
    right: -125px;
    background: url(/assets/templates/fiveq/images/search_bg.jpg) no-repeat top left;
}
    #search #ajaxSearch_input {
        display: block;
        border: none;
        float: left;
        font-size: 12px;
        height: 15px;
        _height: 17px;
        width: 167px;
        padding: 4px 3px 0 5px;
        _padding: 2px 3px 0 5px;
        color: #999;
        text-transform: lowercase;
        background: none;
}
    #search #ajaxSearch_submit {
        display: block;
        border: none;
        float: left;
        padding: 6px 6px 0 0;
        height: 21px;
        width: 26px;
        cursor: pointer;
        background: none;
}
        

/* ============================================ *
 * - Form Styles                                *
 * -------------------------------------------- */

#form {
    margin: 15px 0 0 0;
}
#form input.formField,
#form textarea.formField {
    color: #666;
    font-size: 1.1em;
    line-height: 1.6em;
    border: 1px solid #ffc16f;
    background-color: #fff5e3;
    padding: 3px 5px;
    margin: 5px 5px 0 0;
}
#form #contact_form_table input.formField,
#form #contact_form_table textarea.formField {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding: 2px;
    margin:5px 0px;
    background: #fefefe url(/assets/templates/fiveq/images/bg_field_gradient.jpg) repeat-x left top;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#form input {
    width: 130px;
}
#form textarea {
    width: 277px;
}
#form input.formCheckBox {
    height: 15px;
    width: 15px;
    margin: 5px 5px 0 0;
}
 
/* ============================================ *
 * - User Path Button Styles                    *
 * -------------------------------------------- */

.buttonOrange {
    cursor: pointer;
    padding: .4em .8em .4em 1.8em;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    border: 1px solid #a93514;
    background: #f47236 url(/assets/templates/fiveq/images/tile_orange_btn.gif) repeat-x left center;
}
.buttonOrange:hover {
    color: #fff;
    background: #ff8a34 url(/assets/templates/fiveq/images/tile_light_orange_btn.gif) repeat-x left center;
    border: 1px solid #a93514;
    text-decoration: none;
}
 
/* ============================================ *
 * - Menu Styles                                *
 * -------------------------------------------- */

#menu {
    position: absolute;
    bottom: 0;
    _bottom: 4px;
    right: 0;
    border-right: 1px solid #283371;
    border-left:  1px solid #283371;
}
#menu ul {
    list-style: none;
    border-top: 1px solid #283371;
    background-color: #1d275f;
}
#menu ul li {
    width: auto;
    float: left;
    text-transform: lowercase;
}
#menu ul li a {
    display: block;
    float: left;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 8px 20px; 
    background-color: #1d275f;
}
#menu ul li a:hover {
    color: #000;
    padding: 8px 20px; 
    background: #d8e6f2 url(/assets/templates/fiveq/images/tile_menu_hover.gif) repeat-x bottom left;
    text-decoration: none;
}
#menu ul li.active a,
#menu ul li.active a:hover {
    color: #000;
    cursor: default;
    padding: 8px 20px; 
    background-color: #fff;
    background-image: none;
    text-decoration: none;
}
 
/* ============================================ *
 * - Footer Styles                              *
 * -------------------------------------------- */

#footerMenu {
    position: absolute;
    margin-top: 15px;
    bottom: 10px;
    right: 0;
}
#footerMenu ul {
    list-style: none;
}
#footerMenu ul li {
    width: auto;
    float: left;
    text-transform: lowercase;
}
#footerMenu ul li a {
    display: block;
    float: left;
    color: #fff;
    font-size: .9em;
    line-height: .9em;
    padding: 5px 5px; 
}
#footerMenu ul li a:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}
#footerMenu ul li.active a {
    color: #fff;
    text-decoration: underline;
}
#footerMenu ul li.active a:hover {
    color: #000;
    text-decoration: underline;
}

#footerSpotlight {
    height: 150px;
    width: auto;
    position: absolute;
    left: -120px;
    z-index: 1000 !important;
}

#legal {
    display: block;
    position: absolute;
    margin-top: 15px;
    bottom: 15px;
    left: 0;
    color: #fff;
    font-size: .9em;
    z-index: 5 !important;
}

#legal p a {
    color: #c7d6dc;
}
#legal p a:hover {
    text-decoration: underline;
}

/* 
 * Added by Bryan 7/19/07
 */
.home_blog_link {
    display: block;
    margin: 0 10px 10px 10px;
    font-size: 130%;
    }
 
/* ============================================ *
 * - 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 #f60;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #f60;
    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 #f60;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: rgb(223,79,39);
    }
#ditto_pages a:hover,
#googlePagination a:hover {
    background-color: #f60;
    color: #fff;
    }
    
p.ditto_pages {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    }
    
/* ============================================ *
 * - Added Google Custom Search Engine          *
 * -------------------------------------------- */

#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;
    }
   
#googleNoResults {
    margin-bottom: 20px;
}

    /* for further googlePagination styles
     * see above in the ditto pagination
     * area. I wanted both styles to be the
     * same so I set them there
     */

#mugs img {
	border: 1px solid black;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	position: relative;
}
#mugs p {
	clear: both;
	border-bottom: orange 1px dotted;
	border-width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

