
textarea{
    /* for consistency use same as CK editor   */

    /* Font */
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 12px;

    /* Text color */
    color: #333;
}

input{
    /* Font */
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 12px;

    /* Text color */
    color: #333;
}

.topBar{    
    border-bottom: 1px solid #eee;
    opacity: .95;
    margin: 0;
    padding:  6px 0;
    position: fixed;
    top: 0;
    width: 100%;
    color: #ffffff;
    text-shadow: 2px 2px 1px #000;
    height: 28px;
    text-align: left;

    /* Adds shadow to the bottom of the bar */
    -webkit-box-shadow: 0px 0px 8px 0px #999;
    -moz-box-shadow: 0px 0px 8px 0px #999;
    box-shadow: 0px 0px 8px 0px #999;
    z-index: 99;

    /* fallback */
    background-color: #333;


    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #333, #111);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #333, #111);

    /* IE 10 */
    background: -ms-linear-gradient(top, #333, #111);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #333, #111);
}


.feedback_tab{
    position: fixed;
    top: 174px;
    left: 0px;
    z-index: 199;
    opacity:.9;
    overflow:visible;
}

.preHeader{
    padding: 2px 0 0 0;
    min-height: 48px;
}

.header {
    min-height: 148px;
    border-top: 1px solid #ccc;
}

body {
    background-color: #f5f5f5;
    background-image: url(../images/satinweave.png);
}

.mainSection {
    display: none; 
    margin-top:40px;
}

.inactive{
    display: none;
    color: #000;
}

.active {
    display: inline;
    color: #999;
}

.navBar{
    font-size: 130%;
    padding: 0 0 8px 0;
    border-bottom:1px solid #ccc;
    margin-bottom: 8px;
    text-shadow: 1px 1px 2px #fff;
    -webkit-box-shadow: 0px 1px 2px #fff;
    -moz-box-shadow: 0px 1px 2px #fff;
    box-shadow: 0px 1px 2px #fff;
}

.navBar a ,.navBar a:visited {
    color: #666;
    text-decoration:none;    
}

.navBar a:hover {
    color: #333;
    text-decoration:none;
    text-shadow: 1px 1px 2px #ddd;
    padding-bottom: 4px;
    border-bottom: 7px solid #999;
}

.mainNavInactive {
    border-bottom: 7px solid transparent;
}

.mainNavActive {    
    text-decoration:none;
    padding-bottom: 4px;
}

.navBarTopActive a, .navBarTopActive a:visited{
    color: #fff;
    text-decoration:none;
    text-shadow: 1px 1px 2px #000;
}

.navBarTopActive a:hover{
    color: #ccc;
    text-decoration:none;
    text-shadow: none;
}

.navBarTopActive{
    font-size: 130%;
    padding: 6px 0;
}

.navLoginTop a, .navLoginTop a:visited{
    color: #fff;
    text-decoration:none;
    text-shadow: 1px 1px 2px #000;
}

.navLoginTop a:hover{
    color: #ccc;
    text-decoration:none;
    text-shadow: none;
}

.button{
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 4px #ccc;
    -moz-box-shadow: 2px 2px 4px #ccc;
    box-shadow: 2px 2px 4px #ccc;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0;
    padding: 8px;
}

.contentArea{
   display: none; 
    padding: 8px 0;    
}

.noBorders{
    border-bottom:none;
}

img.memberSidePic{
    width: 23%;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    float: right;
    margin: 0 0 6px 6px;
}

.rantRed{
    color: #ff0000;
    font-weight:bold;
}

.raveGreen{
    color: #008900; 
    font-weight:bold;
}

.rantRaveSideInner{
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: 8px;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#f8f8f8));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #fdfdfd, #f8f8f8);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #fdfdfd, #f8f8f8);

    /* IE 10 */
    background: -ms-linear-gradient(top, #fdfdfd, #f8f8f8);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #fdfdfd, #f8f8f8);

}

.rantRaveSideInnerActive{
    background: #f5f5f5;
    box-shadow: 1px 1px 4px #eee;
    -moz-box-shadow: 1px 1px 4px #eee;
    -webkit-box-shadow: 1px 1px 4px #eee;
}

.rantRaveSideText{
    line-height: 1.4em;
    word-wrap: break-word;
}

.rantRaveSideText h5{    
    margin-bottom:4px;
    word-wrap: break-word;
}

.rantRaveSideBox{
    margin-bottom: 124px;
    background-color: #000;
}

.rantRaveBodyText{
    margin-bottom:12px;
    margin-top:6px;
    min-height: 60px;
    word-wrap: break-word;
}

.rantRaveResponseText{
    word-wrap: break-word;
}

img.articleSidePic{
    width: 40%;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    margin: 0 8px 8px 0;
}

img.articleSideProfilePic{
    width: 26%;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    margin: 0 8px 8px 0;
}

.articleSideText{
    word-wrap: break-word;
}

.articleSideInner{
    padding: 8px ;
    color: #333;
    border: 1px solid #ccc;
}

.articleSideInnerActive{
    background: #f8f8f8;
    color: #666;
    box-shadow: 1px 1px 8px #eee;
    -moz-box-shadow: 1px 1px 8px #eee;

    -webkit-box-shadow: 1px 1px 8px #eee;


    /* For IE 8

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#eee')";
    */

    /* For IE 5.5 - 7

    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=-135, Color='#eee');
    */


    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#f8f8f8));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #fdfdfd, #f8f8f8);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #fdfdfd, #f8f8f8);

    /* IE 10 */
    background: -ms-linear-gradient(top, #fdfdfd, #f8f8f8);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #fdfdfd, #f8f8f8);
}

.profilePicLarge{
    padding: 3px;
    margin: 0px;
    border: 1px solid #ccc;
    background: #fff;
}

.memberCommentPic{
    width: 94.5%;
    max-width: 140px;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
}

.memberResponsePicArea{
    width: 11%;
    max-width: 140px;
    margin: 0 8px 0 0;
    float: left;
    
}

.memberResponsePic{
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
}

.memberPreviewPicWrapper{
    height: 116px;
    border-bottom: 1px dotted #ccc;
    margin: 8px;
    padding-bottom: 8px;
}

.memberPreviewPicArea{
    max-width: 97%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.memberPreviewPic{
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 110px;
}

.memberPreviewText{
    text-align: center;
}

.memberPreviewActive{
    color: #666; 
}

.speechInput img{
    margin: 0 -33px 0 0;
    position:relative;
    left: -38px;
    top: 6px;
    display:inline;
    float: left;
}

.speechInputSmall img{
    margin: 0 -16px 0 0;
    position:relative;
    left: -24px;
    top: 0px;
    display:inline;
    float: left;
    width: 18px;
}

.speechInputSmallRight img{
    margin: 0 -16px 0 0;
    position:relative;
    right: -9px;
    top: 0px;
    display:inline;
    float: right;
    width: 18px;
}

.niceTransition{
    transition-property:color, text-shadow, background, margin, box-shadow, border, width;
    transition-duration:.2s;
    -webkit-transition-property:color, text-shadow, background, margin, box-shadow, border, width;
    -webkit-transition-duration:.2s;
    -moz-transition-property:color, text-shadow, background, margin, box-shadow, border, width;
    -moz-transition-duration:.2s;
    -o-transition-property:color, text-shadow, background, margin, box-shadow, border, width;
    -o-transition-duration:.2s;
}

.articleSideCredits{
    font-size: 80%;
    color: #999;
    line-height: 1.2em;
}

.articleCredits{
    border-top: dotted 1px #ddd;
    padding-top:12px;
    margin-top: 24px;
}

.preFooter{
    padding: 12px 0;
    color: #999;
}

.topDivider{
    margin: 0 0 3px 0; 
    padding: 12px 0 12px 0;  
    border-top: 1px solid #fff;  
    box-shadow: 0 -1px 2px #ddd
    
}

.footer{
    background-color: #fff;
    padding: 12px 0;
    border-top: 1px solid #ccc;
    color: #999;
}

.footer a, .footer a:visited{
    color: #888;
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover{
    color: #000;
    text-decoration: none;
}

.joinUs {
    padding:10px;
    margin: 2px;
    font-size: 140%;
    font-weight: bold;
    display: inline;
    color: #fff;
    box-shadow: 1px 1px 5px #333;
    -moz-box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    /* For IE 8 */
    /*
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#333')";
    */
    text-shadow: 1px 1px 2px #333;
    border: 2px solid #eee;
}

.joinUsActive{
    box-shadow: 1px 1px 5px #666;

    -moz-box-shadow: 1px 1px 5px #666;

    -webkit-box-shadow: 1px 1px 5px #666;

    /* For IE 8 */

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#666')";
}

.joinUs a, .joinUs a:visited{
    color: #fff;
    text-decoration: none;
}

.joinUs a:hover{
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}

.joinUsNav{
    margin-top: 24px;
}

.joinUsInfoBox{
    color: #fff;
    padding:12px;
    border:1px solid #ccc;
}

.joinUsInfoBox h2{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.editDelete{
    font-size: 110%;
    font-weight:bold;
}

.whiteBox{
    border:1px solid #eee;
    background: #fff;
    box-shadow: 1px 1px 2px #ddd;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    padding: 8px;
    margin-right: 2px;
    margin-bottom: 12px;
    word-break: normal;
}

.blackBox{
    border:1px solid #eee;
    background: #333;
    box-shadow: 1px 1px 2px #ddd;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    padding: 8px;
    margin-right: 2px;
    margin-bottom: 12px;
}

.veryLightGreyBox{
    background: #f5f5f5;
    border:1px solid #eee;/*#f3f3f3;*/
    box-shadow: 1px 1px 2px #ddd;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    padding: 8px;
    margin-right: 2px;
    margin-bottom: 12px;
    background-image: url(../images/satinweave_very_light.png);
    word-break: normal;
}

.lightGreyBox{
    background: #f5f5f5;
    border:1px solid #eee;/*#f3f3f3;*/
    box-shadow: 1px 1px 2px #ddd;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;

    /* For IE 8

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ccc')";
    */
    padding: 8px;
    margin-right: 2px;
    margin-bottom: 12px;

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#f3f3f3));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #f8f8f8, #f3f3f3);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f8f8f8, #f3f3f3);

    /* IE 10 */
    background: -ms-linear-gradient(top, #f8f8f8, #f3f3f3);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #f8f8f8, #f3f3f3);

    /*
    background: -webkit-radial-gradient(top center, ellipse cover, rgba(255,255,255,.4) 40%,rgba(230,230,230,.4) 90%), url('../images/satinweave.png') repeat;
    background: -webkit-gradient(radial, top center, ellipse cover, rgba(255,255,255,.4) 40%,rgba(230,230,230,.4) 90%), url('../images/satinweave.png') repeat;
    */

    background-image: url(../images/satinweave_light.png);/*url(../images/furley_bg.png); /*   url(../images/agsquare.png);*/
word-break: normal;
}

.forumBox h3{
         -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 
    border-top-right-radius: 3px; 
    border-top-left-radius: 3px; 
    
    border-bottom: 1px solid #eee;
    opacity: .9;
    margin: -8px -8px 8px -8px;
    color: #ffffff;
    
    text-shadow: 2px 2px 1px #000;
   padding:8px 8px;

    /* Adds shadow to the bottom of the bar */
    -webkit-box-shadow: 1px 0px 1px 0px #999;
    -moz-box-shadow: 1px 0px 1px 0px #999;
    box-shadow: 1px 0px 1px 0px #999;

    /* fallback */
    background-color: #333;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#111));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #444, #111);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #444, #111);
    /* IE 10 */
    background: -ms-linear-gradient(top, #444, #111);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #444, #111);
}

.forumHeaderArea{
    border-bottom:1px solid #eee;
    padding: 6px 0;
}

.forumHeaderGraphics{
    float: left;
    width:7%;
    margin-right:2%;
}

.forumHeaderProfile{
    float: left;
    width:4%;
    margin-right:2%;
}

.forumHeaderContent{
    float: left;
    width: 91%;
}

.forumHeaderTitleSection{
    float: left;
    width:70%;
    margin-right:2%;
}



.forumTotalsArea{
    color: #777;
    float: left;
    width:28%;
    
}

.forumTotals{
    font-size: 140%;
    font-weight: bold;
    color: #999;
}

.forumLatestSummary{
    font-size: 90%;
    color: #999;
    max-width: 290px;
    line-height: 1.2em;
}


.forumBox{
    margin-bottom: 24px;
}

.forumBox h5{
    color: #888;
}

.forumBox h4{
    color: #777;
    font-size: 130%;
}

.forumViewProfile{
    float: left;
    width:22%;
    margin-right:4%;
    border-right: 2px solid #eee;
    padding-right: 8px;
    text-align: center;
}

.forumViewProfile img{
    width:50%;
}

.forumViewHeaderSection{
    float: left;
    width:70%;
}

/*
.forumViewHeaderTotals{
    float: right;
    width:13%;
    margin-left:2%;
}*/

.forumViewHeaderTitleArea{
    margin-bottom: 6px;
}

.forumViewHeaderLeft{
    float: left;
    width: 78%;
}

.forumViewHeaderRight{
    float: right;
    width: 20%;
    margin-left: 2%;
}

.forumCommentProfile{
    float: left;
    width:22%;
    margin-right:4%;
    border-right: 2px solid #eee;
    padding-right: 8px;
    text-align: center;
}

.forumCommentProfile img{ 
    width: 35%;
}

.forumCommentSection{
    float: left;
    width:70%;
}

.forumCommentArea{
    padding-bottom: 8px;
    
}

.forumSubCommentArea{
    padding: 8px 0;
    border-top: 1px #eee solid;
}

.forumSubCommentProfile{
    float: left;
    width:19%;
    margin-right:3%;
    border-right: 2px solid #eee;
    padding-right: 8px;
    
}

.forumSubCommentProfile img{
    width: 80%;
}

/*
.forumSubCommentSection{
    float: left;
    width:83%;
}*/

.sideNoBox{
    
    color: #999;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    
    padding: 12px;
    border:1px #ddd solid;
    background-color: #eee;
    margin-bottom: 40px;
    border-bottom: 2px solid #ddd;
    word-break: normal;
}

.sideNoBox h5{
    color: #888;
}

.sideNoBox h4{
    color: #777;
}

.sideNoBox h3{
    
     -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; 
    border-top-right-radius: 3px; 
    border-top-left-radius: 3px; 
    
    border-bottom: 1px solid #eee;
    opacity: .9;
    margin: -13px -13px 12px -13px;
    color: #ffffff;
    
    text-shadow: 2px 2px 1px #000;
   padding:8px 8px;

    /* Adds shadow to the bottom of the bar */
    -webkit-box-shadow: 1px 0px 1px 0px #999;
    -moz-box-shadow: 1px 0px 1px 0px #999;
    box-shadow: 1px 0px 1px 0px #999;

    /* fallback */
    background-color: #333;

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#111));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #444, #111);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #444, #111);

    /* IE 10 */
    background: -ms-linear-gradient(top, #444, #111);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #444, #111);
}

.roundedCorner5{
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.roundedCorner3{
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

a{  transition-property:color, text-shadow, background, margin, box-shadow, border;
    transition-duration:.25s;
    -webkit-transition-property:color, text-shadow, background, margin, box-shadow, border;
    -webkit-transition-duration:.25s;
    -moz-transition-property:color, text-shadow, background, margin, box-shadow, border;
    -moz-transition-duration:.25s;
    -o-transition-property:color, text-shadow, background, margin, box-shadow, border;
    -o-transition-duration:.25s;
}

.clear{
    clear:both;
}

.row_inner{
    min-width: 84px;
}



.submitButton{
    -webkit-box-shadow: 1px 1px 4px #333;
    -moz-box-shadow: 1px 1px 4px #333;
    box-shadow: 1px 1px 4px #333;
    color: #fff;
    padding: 4px 7px;
    margin: 9px 3px;
    font-weight: bold;
}

.votingPanel{
    color: #000;
    padding-bottom: 2px;
}

.votingPanel a, .votingPanel a:visited, votingPanel a:hover{
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-right:2px;
    padding: 2px;
    text-decoration: none;
}

.votingPanel a, .votingPanel a:visited{
    color: #000;
    border: 1px solid #ccc;
    font-size: 90%;
    color:#fff;
    text-shadow: 1px 1px 1px #666;
    background: #ccc;
}

.votingPanel a:hover{
    text-decoration: none;
}

.votingActive a, .votingActive a:visited{
    -moz-box-shadow: 2px 2px 4px #ccc;
    -webkit-box-shadow: 2px 2px 4px #ccc;
    box-shadow: 2px 2px 4px #ccc;

    padding-left: 14px;
    padding-right:14px;

}


.boxShadow{
    border:1px solid #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}

a.directoryMenu, a:visited.directoryMenu{
    background: #f8f8f8;
    padding: 8px 6px;
    margin:  0;
    display: block;
    text-decoration: none;
    border-top: 1px #fff solid;
    border-bottom: 1px #ddd solid;
}

a:hover.directoryMenu{
    background: #fff;
    padding: 8px 6px 8px 10px;
    margin:  0;
    display: block;
    text-decoration: none;
    border-top: 1px #fff solid;
    border-bottom: 1px #ddd solid;
}

a.firstDirectoryMenuItem.directoryMenu {
    border-top: none;
}

a.lastDirectoryMenuItem.directoryMenu{
    border-bottom: none;
}

a.directoryMenuActive.directoryMenu{
    background: #fff url(../images/menu_pointer.gif) no-repeat right center;
    padding: 8px 6px 8px 10px;
    margin:  0;
    display: block;
    text-decoration: none;
}

a.directoryMenuActiveAdmin.directoryMenu{
    background: #fff;
}

a.messagesList, a:visited.messagesList{
    color: #666;    
    text-decoration: none;
}

a:hover.messagesList{
    text-decoration: none; 
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}

.messagesListHover{
    background: #fff url(../images/menu_pointer.gif) no-repeat right center;
}

.directoryMainPic{
    width: 30%;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
    float:right;
    margin: 0 0 4px 8px;
}

.companyLogoMain{
    border: 1px solid #ddd;
    padding: 0;
    background: #fff;
    margin: 0;
}

.formInput{
    margin: 12px 0;
}

.submitButtonActive{
    background: #000;
    border: 1px solid #000;

    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
    color: #fff;
    padding: 4px 7px;
    margin: 9px 3px;
    font-weight: bold;
}


.submitButtonActiveGrey{
    background: #999;
    border: 1px solid #999;

    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
    color: #fff;
    padding: 4px 7px;
    margin: 9px 3px;
    font-weight: bold;
}

.standardSpacing{
    line-height: 1.5em;
}


/*
    Alerts
*/

.blue_alert, .red_alert, .yellow_alert{
    font-weight: bold;
    margin: 0 0 12px 0;
    padding:8px;
    color: #333;
    border: #ddd 1px solid;
}

.blue_alert{
    background: #eee url(../images/green_tick.gif) no-repeat left center;
    background-position:4px 4px;
    padding-left: 46px;
    box-shadow: 1px 1px 2px #ddd;
    min-height: 16px;
}

.red_alert{
    background: #eee url(../images/warning.gif) no-repeat left center;
    background-size:23px 23px;
    background-position:4px 4px;
    padding-left: 46px;
    min-height: 16px;
    box-shadow: 1px 1px 2px #ddd;
}

.yellow_alert {
    
}

.displayFormErrors{
    margin: 32px 0 32px 0;
    padding: 0 0 0 8px;
    border-left: 6px solid #D8000C;
}

.formError{
    color: #D8000C;
    margin: 0;
}

input:focus
{
    outline-style: none;
    -moz-box-shadow: 0px 1px 7px #ccc;
    -webkit-box-shadow: 0px 1px 7px #ccc;
    box-shadow: 0px 1px 7px #ccc;
    font-size: 14px;
}

input.fancyInput{
    background-color: #fff;
    border: 1px solid #ccc;
    width: 60%;
    padding: 8px;
    float: left;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.viewProfileSection{
    margin: 12px 0;
    padding: 0px 0 24px 0;
    border-bottom: 3px solid #f5f5f5;
    font-size: 110%;
    line-height: 1.6em;
    word-wrap: break-word;
}

.viewProfilePicture{
    float: left;
    width: 30%;
    display: inline;
}

.viewProfileHeader{
    float:left;
    display: inline;
    width: 59%;
    margin: 0 0 0 5%;
    padding: 0 0 0 4%;
    border-left: 3px solid #f8f8f8;
    font-size: 90%;
    line-height: 1.5em;
    word-wrap: break-word;
}

.viewProfileInputSection{
    width: 96%;
    min-width:180px;
    font-size: 100%;
    line-height: 1.5em;
    word-wrap: break-word;
}

.inputProfileSection{
    background-color: #fff;
    border: 1px solid #ccc;
    width: 96%;
    height:45px;
    padding: 8px;
    word-wrap: break-word;
}

.shareButton {
    float: right;
    display: inline;
    margin: 0 8px 0 0;
    padding: 0;
    height: 40px;
}


.regular-radio {
    -webkit-appearance: none;
    background-color: #fff;/*#fafafa;*/
    border: 1px solid #cacece;

    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.regular-radio:checked:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #ff0000;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

.regular-radio-green:checked:after {
    background: #008900;
}

.regular-radio:checked {
    background-color: #fff; /*#e9ecee;*/
    color: #99a1a7;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio:active, .regular-radio:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio {
    padding: 16px;
}

.big-radio:checked:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}



.directoryListingHeader a, .directoryListingHeader a:visited{
    color: #666;
}

.directoryListingHeader a:hover{
    color: #000;
}

.rantRaveTitle{
    font-size: 130%;    
    text-shadow: 1px 1px 1px #fff;
}

.rantRaveTitle a, .rantRaveTitle a:visited{
    color: #666;
}

.rantRaveTitle a:hover{
    color: #000;
}

.articleTitle a, .articleTitle a:visited{
    color: #666;
}

.articleTitle a:hover{
    color: #000;
}

.searchResult{
    margin-bottom: 24px;
}

.searchResultTitle{
    font-weight: bold;
    font-size: 110%;
}

.searchResultDescription{
    color: #65B43D
}

.searchResultSynopsis{
    color: #666;
}

.searchResultFooter {
    font-size: 90%;
    color: #999;
}

.admin_nav_active {
    border-bottom: 7px #333 solid;
    padding-bottom: 2px;
}

.adminNavDivision{
    margin-left: 20px; padding-left: 20px; border-left: 4px solid #333; display: inline;
}

.sideReveal{
    border-top:2px solid #ddd;
    padding:2px 4px 0px 40px;
}

a.sideSummaryLinks, a:visited.sideSummaryLinks {
    color: #999;
}

a:hover.sideSummaryLinks {
    color: #888;
    text-decoration: none;
}

.sideSummaryLinksArea{
    margin: 2px;
    padding: 4px 4px;
    line-height: 1.2em;
}

.sideSummaryLinksAreaHighlight{
    background: #f5f5f5;
    box-shadow: 0px 0px 4px #ccc;
    /*font-weight: bold;*/
    text-shadow: 1px 1px 1px #fff;
}




.submitStandardInputs{
    margin: 0px 4px 4px 0;
    float: right;
    font-size: 100%;
    padding: 4px 12px;
}

.profileFindHead{
    clear: both;
    font-weight:bold;
    float: left;
    display: inline;
    width: 21%;
    margin-right: 3%;
    margin-top:0; marign-bottom:0;
}

.profileFindDetails{
    float: left;
    display: inline;
    width: 76%;
    margin-top:0; margin-bottom:0;
}

.paginationLinks{
    /*border: 1px solid #ccc; margin: 3px; padding: 4px; background: #fff;*/
    font-size: 200%;
    color: #aaa;
    margin: 4px; padding: 4px;
    font-weight: bold;
}

.paginationLinks a, .paginationLinks a:visited{
    color: #aaa;
}

.paginationLinks a:hover {
    color: #888;
    text-decoration: none;
}



.currentPageLink{
    font-size: 200%;
    color: #aaa;
    margin: 4px; padding: 4px;
    font-weight: bold;
}

.currentPageLink a, .currentPageLink a:visited{
    color: #bbb
}

.currentPageLink a:hover {
    color: #888;
    text-decoration: none;
}

.nonNumbers {
    font-size:130%;
    margin-left: 14px;
    margin-right: 14px;
    text-decoration: none;
}

.nonNumbers a, .nonNumbers a:visited{
    color: #bbb
}

.nonNumbers a:hover {
    color: #888;
    text-decoration: none;
}


a.revealMoreGrey, a:visited.revealMoreGrey {
    color: #888;
    text-shadow: 1px 1px 1px #fff;
}

a:hover.revealMoreGrey  {
    color: #000;
    text-decoration: none;
}

a.revealMoreLightGrey, a:visited.revealMoreLightGrey {
    color: #666;
    background: #f5f5f5;
    padding:5px 6px;
    text-shadow: 1px 1px #fff;
}

a:hover.revealMoreLightGrey  {
    color: #000;
    text-decoration: none;
}


.fancyBoxHeader{
    font-size: 140%;
    font-weight: bold;
}

.twitter-timeline{
    /*box-shadow: 1px 1px 2px #ddd;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;*/
}

/*
    CHAR COUNT
    from thread: http://forums.digitalpoint.com/showthread.php?t=403667

*/

form div{position:relative;margin:1em 0;}
form .counter{
    position:absolute;
    left:0;
    bottom: -20px;
    color: #aaa;
    font-size:110%;
    display: none;
    text-shadow: 1px 1px 1px #fff;
}
form .warning{color: orange;}
form .exceeded{color:#ee0000;}


/*tabify*/
#menu { padding: 0; }
#menu li { display: inline; }
#menu li a { background: #eee; padding: 10px; float:left; border-right: 1px solid #ccc; border-bottom: none; text-decoration: none; color: #000; font-weight: bold;}
#menu li.active a { background: #ddd; }
.content { float: left; clear: both; border: none; border-top: none; border-left: none;  padding: 0; width:100% }


#latestNotifications {  width: 75%; float:right; margin-right:25px; }
#latestNotifications .flexslider { 
    margin-top: 12px; 
    background: none transparent;
    border: none;
    box-shadow: none;
    webkit-box-shadow: none;
}

#latestNotifications .flexslider .slides {
    padding: 0 0px;
}

#latestNotifications .flexslider .flex-direction-nav a { overflow: visible; height:60px; width: 30px; top: 50px; }
#latestNotifications .flexslider .flex-direction-nav a:before {font-size:20px;}
#latestNotifications .flexslider .flex-direction-nav .flex-next {right: -25px;}
#latestNotifications .flexslider .flex-direction-nav .flex-prev {left: -25px;}

#latestNotifications h5 {padding: 0; color: #555; margin-bottom:5px; }
#latestNotifications .notifications_text {float:left; width:87%;}
#latestNotifications .notifications_text a {color:#666}
#latestNotifications .notifications_text a:hover {color:#000; text-decoration: none;}

#latestNotifications .notifications_title { font-weight: bold; }
#latestNotifications .notifications_activity_date {font-size: 80%; color: #777; margin: 0; }

.preferences_options input{
    margin-right: 10px;
    margin-bottom:16px;
}