@charset "utf-8";
/* :::::::::::: <AppSoft> Stylesheet 
 -----------------------------------------------------------------  
 :: StyleSheet  : Main
 :: Version     : 1.0.0
 :: Author      : James Gober
 :: Company     : App Soft Development
 :: Company URL : http://appsoftdevelopment.com
 -----------------------------------------------------------------
     Copyright  : (C) 2014 App Soft Development.
*/


/*
 : HTML / Body
 *****************************************************************/
html, body{
    height: 100%;
}


#body{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -530px;
    padding-bottom: 530px;
}


p{font-size: 120%;}
.subscribe_content { word-break: normal;}


/*
 : Search Bar
 *****************************************************************/
div#search_bar{
    height: 47px;
    max-height: 47px;
    display: block;
    overflow: hidden;
    background-color: #00658e;
    text-align: center;
}


div#search_bar2{
    height: 47px;
    max-height: 47px;
    display: block;
    overflow: hidden;
    background-color: #f1763a !important;
    text-align: center;
}

div#main_search{
    width: 250px;
    height: 25px;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div#main_search input[type='text'], div#main_search input[type='search']{
    width: 250px;
    height: 25px;
    padding-right: 30px;
    display: block;
    border: none;
    background-color: #ffffff;
    text-indent: 3px;
    color: #555555;
    position: absolute;
    top: 0px;
    left: 0px;
}

div#main_search input[type='submit']{
    width: 30px;
    height: 28px;
    display: block;
    border: none;
    background-color: #ffffff;
    text-align: center;
    font-size: 20px;
    color: #f1763a;
    position: absolute;
    top: -3px;
    left: 220px;
}



#occultusScriptum{display: none;}

#paginate_text{
    height: auto;
    padding: 21px 0px;
    padding-bottom: 7px;
    margin: 0px;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #777777;
}

#paginate_simple{
    height: auto;
    padding: 21px 0px;
    padding-top: 0px;
    margin: 0px;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
}

#paginate_simple a{ color: #999999; }
#paginate_simple a:hover{ color: #cccccc; }








