html {
  background: #000 url(../images/tile-bg.png) 50% 0;
  height: 100%;
}

body {
  background-color: #fefefe;
  background: transparent url(../images/grad-bg.png) repeat-y 50% 0;
  color: #fefefe;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  min-height: 100%;
  padding-top: 32px;
}

#content p a {
    color: #d20030;
    text-decoration: none;
}

#content p a:hover {
    color: #000;
    background-color: #d20030;
}

p {
    font-size: 14px;
}

h1.logo { margin: 0; }

h1.logo a {
    display: block;
    width: 179px;
    height: 178px;
    background: transparent url(../images/logo.png) no-repeat 0 0;
    text-indent: -999px;
    line-height: 0;
    font-size: 0;
    margin: 0 0 0 4px;
}

#feature img {
    
}

#navigation, h1, h2, h3, 
.gallery-list a, input[type=submit], .follow li, 
.boxes a.more, .pager a, .pager span, .four04-text {
    color: #fefefe;
    font-family: "BlackoutMidnight", Verdana, Helvetica, Arial, sans-serif;
}

#content h3 {
    font-size: 22px;
}

input[type=submit] {
    color: #000;
    background-color: #fff;
    border: 0;
    padding: 2px 8px;
    font-size: 18px;
}

input[type=submit]:hover {
    background-color: #d20030;
    cursor: pointer;
}

.boxes {
    margin-top: 70px;    
    
}


.boxes p {
    font-size: 12px;
    color: #797979;
}

.dripbox {
   
}

.dripbox h2 {    
    margin: 0 0 -4px 0;
    padding: 0 0 0 5px;
    line-height: 1;
}

.dripbox .drip1 {    
    background: transparent url(../images/drip1.png) no-repeat 96% top;    
}

.dripbox .drip2 {    
    background: transparent url(../images/drip2.png) no-repeat 92% top;    
}

.dripbox .drip3 {    
    background: transparent url(../images/drip3.png) no-repeat 94% top;    
}

.dripbox .drip4 {    
    background: transparent url(../images/drip4.png) no-repeat 8px top;    
}

.dripbox .drip5 {    
    background: transparent url(../images/drip1.png) no-repeat 16px top;    
}

.dripbox .drip6 {    
    background: transparent url(../images/drip3.png) no-repeat 6px top;    
}

.dripbox .content {
    border-top: 6px solid #fefefe;
    padding-top: 28px;
}

.follow-interior {
    margin-top: 90px;
}

.follow h2, .follow .content {
    width: 172px;
    margin-left: 30px;
}

#navigation {
    margin: 0;
}

#navigation a {
    background-color: #fefefe;
    color: #000;
    padding: 2px 1px;
    text-decoration: none;
    font-size: 26px;
    margin: 0;
    line-height: 1.1;
}

#navigation a:hover {
    background-color: #d20030;
}

#navigation li.selected {
    background: transparent url(../images/icons.png) no-repeat 0 top;    
}

#navigation a.selected {
    background-color: transparent;
    color: #d20030;
    font-size: 30px;
    line-height: 1;
    padding: 0;
    margin-bottom: -2px;
    display: block;
}

#navigation li.push-down {
    margin-top: 40px;
}

#navigation li.sml-nav a {
    font-size: 22px;
}

#navigation li.sml-nav.selected {
    background: transparent url(../images/icons.png) no-repeat 0 -4px;    
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navigation ul li  {
    margin: 0;
    padding: 0 0 0 30px;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
    
}

div.gallery img {
    padding: 16px;
    background-color: #000;
  margin: 0 0 12px 11px;
  float: left;
  display: inline;
  border: 1px solid #353535;
}

div.gallery img:hover {
    background-color: #d20030;
}

div.gallery { 
  overflow: hidden;
  margin-bottom: 1em;
  margin-left: -10px;
  width: 720px;
  margin-top: 20px;
}
.pager {
    text-align: center;
}
.pager a, .pager span {
  color: #000;
  margin: 3px;
  font-size: 18px;
  background-color: #fefefe;
  padding: 0 20px;
  text-decoration: none;
}
.pager span {
  color: #000;
  background-color: #666;
  border-color: #666;
}

.pager .prev {
    float: left;
    display: inline;
}

.pager .next {
    float: right;
    display: inline;
}

img.align-right {
    float: right;
    display: inline;
    clear: right;
}

img.align-left {
    float: left;
    display: inline;
    clear: left;
    margin: 0 26px 16px 0;
}

h2.page-title {
    font-size: 48px;
    margin-bottom: -8px;
    margin-top: 36px;
}

div.gallery-list {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    margin: 10px 0 30px 0;
    padding: 0;
    text-align: justify;
    height: 33px;
    
}

div.ender {    
    display: inline-block; 
    width: 100%; 
    font-size: 0; 
    height: 0;
    line-height: 0;
      
}


div.gallery-list a {
    font-size: 18px;
    text-decoration: none;
    margin: 0;    
    padding: 3px;
    display: inline-block;
    
}

div.gallery-list a:hover {
    color: #000;
    background-color: #d20030;
}

div.gallery-list a.current, div.gallery-list a.current:hover {
    background-color: transparent;
    color: #d20030;
}

#contact h3 {
    margin: 0 0 0 6px;
}

.form-item {
    margin-bottom: 20px;
}

textarea, input[type=text] {
    padding: 4px;
    background-color: #000;
    border: 2px solid #434343;
    width: 430px !important;
    color: #fefefe;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.follow ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.follow li {
    margin: 0;
    padding-left: 32px;
    margin-bottom: 4px;
    background: transparent url(../images/icons.png) no-repeat 0 0;  
}

.follow li.twitter {
    background-position: 0 -90px;
}

.follow li.facebook {
    background-position: 0 -60px;
}

.follow li.myspace {
    background-position: 0 -30px;
}

.follow li.flickr {
    background-position: 0 -120px;
}

.follow li.wiki {
    background: transparent url(../images/wiki.png) no-repeat 4px 7px;  
}

.follow li a {
    color: #000;
    background-color: #a9a9a9;
    padding: 2px 1px;
    text-decoration: none;
    font-size: 20px;
}

.follow li a:hover, .boxes a.more:hover, .pager a:hover {
    background-color: #d20030;
}

.boxes .twitter ul {
    list-style-type: none;
    padding: 0;
}

.boxes .twitter ul li {
    margin-bottom: 22px;
}

.boxes .twitter ul li p {
    margin: 0;
}
.boxes .twitter ul li small {
    text-align: right;
    display: block;
    color: #999;
}

.boxes .about img {
    display: block;
    margin-bottom: 20px;
}

.boxes a.more {
    font-size: 16px;
    text-decoration: none;
    background-color: #797979;
    color: #000;
    padding: 1px 10px;
}

.boxes .store img {
    display: block;
    margin-bottom: 30px;
}

.boxes .store .store-link img {
    display: inline;
    margin: 0 6px;
}

.boxes .store .store-link {
    text-align: center;
}

#footer {
    margin-top: 70px;
    border-top: 2px solid #353535;
    padding-top: 14px;
}

#footer a {
    color: inherit;
}

.copyright {
    background: transparent url(../images/red.png) no-repeat top left;
    padding-left: 46px;
    border-right: 1px solid #353535;
    letter-spacing: -0.4px;
}

#footer p, #footer a  {
 font-size: 10px;
 
 color: #797979;
 text-decoration: none;
 margin: 0;
}

#footer .tada a {
    display: block;
    padding-left: 50px;
    background: transparent url(../images/tada.png) no-repeat top left;
    line-height: 1.24;
    margin:4px 0 0 10px;
    white-space: nowrap;
}

#friends-list {
    width: 730px;
    margin-left: -10px;
}

#friends-list a img {
    float: left;
    display: inline;
    padding: 23px;
    border: 1px solid #353535;
    margin: 0 0 10px 10px;
    background-color: #000;
}

#friends-list a img:hover {
    background-color: #d20030;
}

.four04-text {
    font-size: 72px;
    line-height: 0.8;
    margin: 0 0 40px 0;
}

#content .content {
    padding-top: 40px;
}
