/* dark theme */
body {
	background: #282828 url(../images/dark.png);
	color: #D6D6D6;
	font-family: bubbler-one;
	font-style: normal;
	font-weight: 400;
}

h2, h6 { 
  color: #07E5F9;}

a, a:hover {
	color: #FFF;
}


#site_content { 
  background: #333;}

#left_content ul li {
	background: url(../images/dark_bullet.png) no-repeat left center;
	text-align: left;
}



nav, footer {
    background: rgba(82,80,82,1);
    background: -moz-linear-gradient(top, rgba(82,80,82,1) 0%, rgba(5,5,5,1) 53%, rgba(82,82,82,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,80,82,1)), color-stop(53%, rgba(5,5,5,1)), color-stop(100%, rgba(82,82,82,1)));
    background: -webkit-linear-gradient(top, rgba(82,80,82,1) 0%, rgba(5,5,5,1) 53%, rgba(82,82,82,1) 100%);
    background: -o-linear-gradient(top, rgba(82,80,82,1) 0%, rgba(5,5,5,1) 53%, rgba(82,82,82,1) 100%);
    background: -ms-linear-gradient(top, rgba(82,80,82,1) 0%, rgba(5,5,5,1) 53%, rgba(82,82,82,1) 100%);
    background: linear-gradient(to bottom, rgba(82,80,82,1) 0%, rgba(5,5,5,1) 53%, rgba(82,82,82,1) 100%);
















filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525052', endColorstr='#525252', GradientType=0 );




filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e021f', endColorstr='#520013', GradientType=0 );
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    border: 1px solid #444;
    font-family: "Ink Free";
    font-size: 300%;
    text-align: center;
    font-style: normal;
    font-weight: 800;
}

footer { 
  color: #AAA;
  text-shadow: 1px 1px #000;}

footer a:hover {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#slideshow-caption {
  color: #FFF;
  background: #151515;}
 
.form_settings .submit { 
  background: #444;
  text-shadow: 1px 1px #000;
  color: #FFF;}

.form_settings input, .form_settings textarea, .form_settings select { 
  border-color: #777;}

#blog_container h4.select {
  background: url(../images/dark_blog.png) no-repeat right top;}

.blog h3 {
  color: #111;}
  
#blog_text {
  background: #444;
  color: #EEE;}

ul#nav li a {
  text-shadow: 1px 1px #000;
  color: #FFF;}

ul#nav ul { 
  background: #222;}

ul#nav ul li a { 
  color: #FFF;}

ul#nav li.selected a, ul#nav li a:hover, ul#nav ul li a:hover, ul#nav ul li a:focus, ul#nav li.selected ul a:hover {
    color: #00FF00;
    font-family: "News Cycle", arial, sans-serif;
}

a.thumb, ul.thumbs li.selected a.thumb {
  background: #FFF;}
  
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
  background: #444;
  color: #AAA;}
  
div.pagination a:hover {
  background: #EEE;
  color: #111;}
  
div.pagination span.current {
  background: #444;
  color: #FFF;}

h1, h3, h4, h5, a:hover, #logo h1, #logo h1 a:hover, 
footer a, #slideshow-caption p, .form_settings input, .form_settings textarea, ul#nav li.selected ul a, div.image-title {
	color: #FFF;
	font-family: bubbler-one;
	font-style: normal;
	font-weight: 400;
}

div.navigation a.prev {
  background: url(../images/prev_arrow_white.gif) no-repeat left;}
  
div.navigation a.next {
  background: url(../images/next_arrow_white.gif) no-repeat right;}

span.sf-arrow { 
  background: url(../images/arrows-white.png) no-repeat 0 0;
}
