/*
Theme Name: WPCMS76
Theme URI: http://www.76design.com
Description: Theme for cms76 integration
Version: 1.0
Author: 76design
Author URI: http://76design.com/

    Designed and built by 76design


*/
#headerImage{
    width:647px;
    height:150px;
    margin-bottom:30px;
}

.navigation {
    color:#888;
    width:647px;

}
/**********************************
       LEFT COLUMN WRAPPERS/POSTS
*/
#leftcolumn-wrapper{
    width:647px;
    float:left;
    margin:0;
    padding:0;
}

#n_p_links{
    border-bottom:1px solid #ececec;
    padding:3px 60px 3px 60px;
}

#prev_link{
    float:left;
}

#next_link{
    float:right;
}

.post{
    margin:auto;
    width:530px;
}
.entry{
    padding:0 10px 10px 0;
}

div.post h3 a{
    color:#000;
}

div.post h3 a:hover{
    color:#b1b1b1;
}

.meta{
    color:#888;
    border-bottom:1px solid #ececec;
    padding-bottom:10px;
    margin-bottom:30px;
    font-size:11px;
    overflow:hidden;
    width:530px;
    clear:both;
}

.post h1{
    margin-top:10px;

}
.post-share{
    float:right;
    background: #fff url("../../../../images/share.gif") center left no-repeat;
    width:60px;
    text-align:right;
    text-transform:uppercase;
    font-size:12px;
}
.fr .post-share{
    float:right;
    background: #fff url("../../../../images/share.gif") center left no-repeat;
    width:80px;
    text-align:right;
    text-transform:uppercase;
    font-size:12px;
}

/**********************************
        RIGHT COLUMN WRAPPERS
*/

#rightcolumn-wrapper div h2.big-font{
    font-size:22px;
    float:left;
}
#rightcolumn-top{
    width:313px;
    height:15px;
    float:left;
    background:#fff url(../../../../images/feature-list-top.gif) top left no-repeat;
    margin:-32px 0 0 0;
    padding:0;
    overflow:hidden;
}

#rightcolumn-wrapper{
    width:313px;
    float:left;
    background:#fff url(../../../../images/feature-list-edge-strait.gif) top left repeat-y;
    color:#FFF;
    list-style:none;
    margin:-17px 0 0 0;
    padding:0;
    overflow:hidden;
    background-color:#0076c0;
}

#rightcolumn-bottom{
    width:313px;
    height:53px;
    float:right;
    background:#fff url(../../../../images/feature-list-bottom.gif) top right no-repeat;
    margin:-17px 0 0 0;
    padding:0;
    overflow:hidden;
}

#rightcolumn-wrapper div.widget{
    margin:0 0 0 20px;
    padding:25px 25px 25px 15px;
    color:#FFF;
    border-bottom:1px solid #268ac8;
}

#rightcolumn-wrapper div.widget_categories{
    margin:0 0 0 20px;
    padding:25px 25px 10px 15px;
    color:#FFF;
    border-bottom:1px solid #268ac8;
    }

#rightcolumn-wrapper div.widget_text{
    border-bottom:none;
    margin-top:-8px;
    margin-bottom:0;
    padding-bottom:0;
}

#rightcolumn-wrapper div.widget_search{
    margin-top:-10px;
    padding-top:0;
}

#rightcolumn-wrapper div h2{
    color:#ffe06b;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
    font-family:Arial;
}


#rightcolumn-wrapper div.widget_text h2{
    color:#FFF;
    text-transform:uppercase;
    font-weight:bold;
    font-size:24px;
    font-family:Arial;
}

#rightcolumn-wrapper a{
    color:#FFF;
}

#rightcolumn-wrapper a:hover{
    color:#ffe06b;
}

div.widget ul{
    list-style-image:url("../../../../images/arrow-yellow.gif");
    color:#FFF;
}
#rsstitle{
    float:left;
    font-size:28px;
}
/*****************************************
        SEARCH
*/

.screen-reader-text{
    color:#0076c0;
    text-indent:-9999em;
}

#s{
    background-color:#FFF;
    border:1px solid #0076c0;
    width:185px;
    color:#0076c0;
    height:18px;
    margin-top:0;
    padding-bottom:1px;
}

.fr #s{
    background-color:#FFF;
    border:1px solid #0076c0;
    width:166px;
    color:#0076c0;
}

#s:focus {
    border:1px solid #FFE06A;
}

#searchsubmit{
    color:#0076c0;
    font-weight:bold;
    background-color:#fff;
    border:1px solid #0076c0;
    margin-top:0;
}

#searchsubmit:hover{
    cursor:pointer;
}
/*
--------------------------------------
added id for seartitle we could target
just that one .pagetitle
--------------------------------------
*/
#searchtitle{
    margin-top:10px;
}
/***********************************************
        ALIGNMENT FOR PICTURES
*/
.alignright{
    float:right;
    padding:3px;
    margin:5px;
}

.alignleft{
    float:left;
    padding:3px;
    margin:5px;
}
/***********************************
        THUMBNAILS FOR MAG STYLE
        POST ON HOMEPAGE
*/
.wp-post-image{
    float:right;
    margin:0 -10px 10px 10px;
    display:block;
}

/********************************************
        COMMENTS SECTION
*/
#comments_template ul{
    margin:0;
}


.comment{
    padding:5px;
    list-style:none;
    margin:0;
}

.odd{
    background-color:#eee;
}

.avatar{
    float:right;
}

.cite_comment{
    float:left;
}


/********************************************
        COMMENTS FORM
*/

#comments_template{
    margin:auto;
    width:530px;
}

#comments_template input, textarea{
    border:1px solid #bddce9;
    color:#0076c0;
}

#submit:hover{
    cursor:pointer;
}

#comments_template input:focus, textarea:focus {
    border:1px solid #FFE06A;
}
/**************************************************/
