/* $Id: style.css,v 1.1.2.1 2008/02/14 11:38:36 johnalbin Exp $ */

/*
* Light Blue RSD Nation.
*
*/

/** Main Layout **/
body.page-forum #img1{display:none;}
#img1{display:none;}
#footer-left{
  background:url(images/foot_left_bg.jpg) no-repeat;
}

#footer-inner{
  background:url(images/foot_mid_bg.jpg) repeat-x;
}

#footer-right{
  background:url(images/foot_right_bg.jpg) no-repeat;
}

#footer-mid .content{
    color:#32A2E2;
}

#footer-mid .content a{
    color:#000000;
}




/** defaults **/
a{
  color:#006B95;
}

/* Common Elements */
.wysiwyg .bb-quote{
    background: url(images/quotation.png) no-repeat #e8eff8;
}

.wysiwyg .bb-quote .bb-quote{
    background: url(images/quotation.png) no-repeat #dce5f1;
}

.wysiwyg .bb-quote .bb-quote .bb-quote{
    background: url(images/quotation.png) no-repeat #d3deec;
}

/** body **/
body{
  background:url(images/body_bg.jpg) repeat-x #EAF5FB;
  color:#000000; }

/** header **/
#header{
  background:url(images/head_mid_bg.jpg) repeat-x; }

/* Wrapper for any blocks placed in the header region */
#header-blocks { 
  background:url(images/head_right_bg.jpg) no-repeat; }

#navbar{
  background:url(images/head_left_bg.jpg) no-repeat;  }

/** title **/
.title{
  color:#FFFFFF;}

.title .hi1{
  color:#003B5D;
}

.title .hi2{
  color:#FCD437;
}

 .title .hi3{
  color:#00314a;
  }

.title .hi4{
    color:#00a9eb;
}

.title .hi5{
    color:#137DA5;
}

.title .hi6{
    color:#555555;
}

.title .hi7{
    color:#ffd437;
}

/** Login Block **/
#block-user-0  {
  background:url(images/head_loggedout_bg.jpg) no-repeat; position: relative;}

#block-user-0 .usernumbertxt { font-size: 10px; float: right; position: absolute; top: 5px; right: 20px;}

#block-user-0 .logintxt {color:#FFF;font-weight:bold;}
#block-user-0 .numtxt {color:#BEEDFF;font-weight:bold;}
#block-user-0 .usertxt{color:#136386;font-weight:bold;}
#block-user-0 .rememberme_main {margin-left: 55px;}
#block-user-0 .rememberme_main input {border: 0; padding: 0; margin-right: 3px;}
#block-user-0 .fields td {padding: 1px 3px;}
#block-user-0 .fields table { margin-top: 2px;}
#block-user-0 .fields { padding: 22px 10px 0px;}

/** Logged in Block **/
#block-user-1 {
  background:url(images/head_loggedin_bg.jpg) no-repeat; }

/** Pager **/
.pager{
  background:#dee4f0;
}

/** Forum Node & Comments **/
div.forum-comment {
  background:#FFFFFF;
  color:#000000;}

div.forum-comment .top-bar {
  color:#FFFFFF;
  background-color:#005f97;
  border-top: 2px solid #028ed9; }

div.forum-comment .top-bar .submitted .hi-1 {
  color:#c8eaf6; }

div.forum-comment .top-bar a {
  color:#FFFFFF; }

div.forum-comment .node-inner {
  border: 1px solid #d2d1e1; }

/** Forum Page Specific forum-info **/
.forum-info{
  background: #f5f5ff;
}

.forum-info .top-bar{
  color:#d1e6f2;
  background-color:#005f97;
  border-top: #028ed9 2px solid;
}

.forum-info .clear-bottom{
  background:#dee4f0;
}

.forum-info .breadcrumb a{
  color:#000000;
}

.forum-info .subject{
  color:#0B5789;
}

.forum-info h2.welcome .hi1{
  color:#074A6F;
}
    
/** Node Blog **/
.node-blog{
  background: url(images/blog_node_bg.gif) #FFFFFF repeat-x;
}

/** Blog Node Small - Thumbnail Version**/
div.node-blog-small-teaser{
  background: url(images/blog_node_small_bg.gif) #FFFFFF repeat-x;
}

/** Blog Terms **/
.view-content-blog-terms{
  background:#FFFFFF;
}


/* Content Panel Block */
#block-content-panel{
  background: #167DA8 url(images/blog_panel_block_bg.gif) repeat-x;
  color:#FFFFFF;
}

/* Page Content Area  */
body.gradient-fill #content-area{
  background: url(images/page_content_bg2.gif) repeat-x #FFFFFF;
}


body.solid-fill #content-area{
  background: #FFFFFF;
}


body.page-store .tab-bar{
  color:#FFD338;
  background-color:#E19700;
  border-top: 2px solid #FFD338;}


/* Unpublished Content */
div.forum-comment.comment-unpublished,
div.forum-comment.node-unpublished,
div.node-blog.node-unpublished,
tbody tr.unpublished{
    background: url(images/unpublished_bg.gif) #FFFFFF;
}

/* Flagged Content */
div.node-blog.node-flagged .node-inner{
    background-image:url(images/abuse_icon_flagged2.png);
    background-position:98% 2%;
    background-repeat:no-repeat;
}

#edit-feed-me-wrapper
{
  display: none;
}



