/*
Theme Name: Irps
Theme URI: http://innovativerps.com
Description: IRPS Home Page
Author: Dan Seibert
Author URI: http://innovativerps.com
Version: 1.0
*/

html{
    height: 100%;
}
body {

    background-color: #FFFFFF;
    font-family: Helvetica,Arial,Serif;
    color: #636466;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

h2, a:link, a:visited, a img{
    color: #F47B20;
    border: 0px none;
    text-decoration: none;
}

a:hover{
    color: #A7A9AC;
}

.menu a{
    color: #636466;
}
.menu a:hover{
    color: #A7A9AC;
}

#page{
    position: relative;
    margin: 0px auto 10px auto;
    width: 1000px;
/*    border-left: 1px solid gray;
    border-right: 1px solid gray;*/
}

#header{
    position: relative;
    /*    border-top: 10px solid #000000;
        border-bottom: 10px solid #000000;*/
    background-color: #FFF;
    height: 149px;
}

#header h1{
    margin: 0px;
}

#header .topbar{
    background-image: url('images/top_bar_rightside.png');
    background-repeat: repeat-x;
    height: 63px;
    width: 100%;
    z-index: 3;
}

#header .bigtopbar{
    width: 50%;
    height: 63px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('images/top_bar_leftside.png');
    background-repeat: repeat-x;
    z-index: 3;
}
.transtopbar{
    position: absolute;
    right: -46px;
    width: 46px;
    height: 63px;
    background-image: url('images/top_bar_swirl_mod6.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: 4;
}
#header .navbar{
    position: relative;
    /*background-color: #FFFFFF;*/
    height: 75px;
    margin-top: -35px;
    width: 100%;
    z-index: 1;
    /*top: 15px;*/
}

#header .menubar{
    position: relative;
    height: 56px;
    padding-top: 16px;
    /*width: 1000px;*/
    /*top: 95px;*/
    background-image: url('images/white_bar_and_shadow_26_66.png');
    background-repeat: repeat-x;
    z-index: 3;
}
.innerheadimage{
    position: relative;
    width: 1000px;
    height: 125px;
    margin: 0px auto;
    z-index: 3;
}
#headerimg{
    position: absolute;
    top: 0px;
    left: -75px;
    background-image: url('images/header_grid.png');
    background-repeat: no-repeat;
    overflow: visible;
    /*background-position: -75px 0px;*/
/*    overflow: visible;
    margin: 0px auto;*/
    width: 1080px;
    height: 125px;
    z-index: 1;
}
#headerimg img{
    position: absolute;
    right: 30px;
    top: 10px;
}
.blog_title{
    position: absolute;
    /* width: 1000px;
     text-align: center*/;
    background-color: #FFFFFF;
    height: 70px;
    line-height: 70px;
    top: 15px;
    font-size: 18pt;
    font-weight: bold;
}
.blog_title :link, .blog_title :visited{
    text-decoration: none;
    color: #000;
}
#content{
    position: relative;
}

.innermenu{
    position: relative;
    width: 1000px;
    height: 1.05em;
    margin: 0px auto;
}
.innermenu .menu{
    float: right;
}
.menu :link, .menu :visited{
    text-decoration: none;
    padding: 0px 10px 0px 5px;

}
.menu ul{
    padding: 0;
    margin: 0;
    display: block;
    list-style: disc inside;
}

.menu ul > li:first-child{
    list-style: none;
}
.menu li{
    float: left;
    font-style: italic;
}

.logoImage{
    border: none;
    height: 50px;
    padding: 10px;
}
.footerImage{
    border: none;
    /*height: 50px;*/
}

.rightBlock{
    position: absolute;
    right: 58px;
    top: 50px;
    width: 942px;
    height: 100%;
    background-image: url('images/LinesAndBox.png');
    background-repeat: no-repeat;
    background-position: right top;
    color: white;
}
.rightBlock h2{
    color: white;
    font-weight: bold;
}

.indexentry{
    font-size: 10pt;
    text-align: justify;
    padding: 25px 10px 10px 10px;
    width: 460px;
    color: #F47B20;
    margin: 0px 0px 0px 71px;
}
.highlighter{
    color: #A7A9AC;
    font-weight: 600;
}
.indexentry p{
    margin-top: 0px;
}
#indextitle{
    font-size: 22pt;
    /*font-weight: bold;*/
    color: #F47B20;
    margin: 0px 0px 30px 0px;
}
.featuredPost{
    padding: 11px 0px 9px 68px;
    margin: 0px 0px 0px 81px;
    background-repeat: no-repeat;
    width: 300px;
    height: 60px;
    font-size: small;
    background-position: left center;

}
.featuredPost a:link, .featuredPost a:visited{
    /*    display: block;
        height: 60px;
        width: auto;*/
    /*line-height: 60px;*/
    color: #636466;
    font-size: 1.15em;
    /*text-decoration: underline;*/
}
.featuredPost-1{
    background-image: url('images/RockBox.png');
}
.featuredPost-2{
    background-image: url('images/PaperBox.png');
}
.featuredPost-3{
    background-image: url('images/ScissorBox.png');
}
.rightBlock .posts{
    position: absolute;
    width: 220px;
    height: 360px;
    right: 10px;
    top: 0px;
}

.rightBlock .posts > .post:first-child{
    border-top: 0px none !important;
}
.rightBlock .posts .post{
    border-top: 1px solid #FFF;
    padding: 10px 0px;
    height: 100px;
    font-size: 10pt;
}
.rightBlock .posts .post p{
    margin: 0px;
}
#wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}
#innerfooter{
    position: relative;
    text-align: right;
    margin: 0px auto;
    height: 4em;
    width: 1000px;
}
#footer{
    position: relative;
}
#codelayer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    display: none;
    z-index: 999;
}
.portfolio_meta ul{
    list-style: none;
}
.portfolio_meta{
    float: left;
    width: 35%;
}
.portfolio_content{
    float: left;
    width: 65%;
}
.clear{
    clear: both;
}

#pop_ss{
    display: none;
    /*width: 400px;*/
    height: 300px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #FFF;
    z-index: 999;
    padding: 20px;
    border: 3px solid #A7A9AC;
}
#pop_ss img{
    /*width: 400px;*/
    height: 300px;
    border: 1px solid #A7A9AC;
}
.portfolio_block:last-child{
    border: 0px none;
}
.portfolio_block{
    border-bottom: 1px solid #A7A9AC;
}
.portfolio_content{
    line-height: 2em;
}
.portfolio_logo{
    padding: 0px 0px 15px 0px;
}
.twitter{
    float: left;
    display: none;
}