
/*  STEREOLINE TEMPLATE CSS THEME */


body{ 


  background: #31061a url(../../../../images/backgr.jpg) no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

/* Wrap */

.wrap{
}/* Footer images */
#footer{
	}
	#footer .content{
  background-image: url(../../../../images/FOOTER1.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 49px 0 0 0;
  height: 340px;
  width: 960px;
	}

/* Top navigation hover and current states */
#top_nav {
padding:0px;
}

#top_nav li a{color:#fff;font-size:14px; font-weight:bold; background:#d32603; text-align:center;

  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.75);
	-webkit-border-radius:  4px 4px;
-moz-border-radius:  4px/4px;
border-radius:  4px/4px;
}


#top_nav li a:hover{color:#444; background:#f1f1f1;
	-webkit-border-radius:  4px 4px;
-moz-border-radius:  4px/4px;
border-radius:  4px/4px;
}
#top_nav li a.current{color:#eee;}

/* Main navigation hover and current state */
#navigation li a:hover{color:#d32603;}
#navigation li a:hover span{color:#FFF;}
#navigation li a.current{color:#d32603;}
#navigation li a.current span{color:#FFF;}

/* Sign in panel links */
#signin_panel a{color:#d32603;}
#signin_panel a:hover{color:#FFF; border-bottom:1px solid #d32603;}

/* Main content links */
#main .content a{color:#d32603;}
#main .content a:hover{color:#999;}

/* sidebar links */
#sidebar a{color:#666 !important;}
#sidebar a:hover{color:#d32603;}

	/* List color link */
	#sidebar .inner_padding li a{color:#666 !important;}
	#sidebar .inner_padding li a:hover{color:#d32603 !important;}
	
	/* Twitter update link */
	#deadTweets a{color:#33ccff !important;}
	#deadTweets a:hover{color:#d32603 !important;}
	
	/* Follow color link */
	#sidebar .follow a{color:#666 !important;}
	#sidebar .follow a:hover{color:#d32603 !important;}

/* Blog links */
.blog_entry .info a{color:#FFF !important;}
.blog_entry .info a:hover{color:#d32603 !important;}

#paginator a{ color:#FFF !important; }
#paginator a:hover{ color:#d32603 !important; }

/* Interview links */
.interview_entry .info a{color:#FFF !important;}
.interview_entry .info a:hover{color:#d32603 !important;}

/* Submit button hover state */
.form_block .form_submit input:hover{color:#d32603; }

/* Footer nav link */
.bottom_nav li a:hover{color:#d32603;}

/* footer list link */
.footer_3cols h4{color:#991900 !important;}
.footer_3cols .col li a{color:#333;}
.footer_3cols .col li a:hover{color:#991900;}

/* Counter pictures */
.album_entry .counter{ color:#d32603;}

/* Endorphene */
.video_entry .counter{ color:#d32603;}

#intro_main{ background:url(../themes/fire/wrap_bg.jpg) no-repeat center top; margin-top:12px; width:870px; margin-left:15px;height:62px; background-position: 50% 14%; }