/*   
Theme Name: SSNYC-Pixel
Theme URI: http://www.sexslavesnyc.com/
Description: A Child Theme for Pixel.
Author: Levi Ergott
Author URI: http://www.leviergott.com/
Template: pixel
Version: 1.01
Tags: pixel
.
*/

/* Apply default Pixel theme styles and colors */
@import url('../pixel/style.css');


/* Body Background */
body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #000 url(images/merch_bg.jpg) top left repeat;
  }

/* Header and wrapper */
/* Add Sex Slaves promo photo to top-center */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  background: url(images/Slaves_white400.png) top center no-repeat;
  }

/* Change header height to 150px */
#header {
  padding: 0;
  margin: 0;
  height: 150px;
}

/* Set toppress div width to 200px */
#header #toppress a {
  text-align: left;
  float: left;
  width: 200px;
  margin: 5px 0 0 0;
  color: white;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
 
  }
#header #toppress a:hover {
  color: #ff0000;
  text-decoration: none;
  }



/* Set topright div width to 900px */
#header #topright {
  text-align: right;
  float: right;
  width: 900px;
  margin: 5px 0 0 0;
}

#header #topright li a:hover {
  color: #ff0000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 350px;
  margin: 0;
  /*
  margin: 25px 0 0 0;
  */
  padding: 0;
}

/* Social Network Links */
#toprss {
  margin: 20px 15px 0 0;
  width: 300px;
  line-height: 48px;
  text-align: right;
  }

/* Top Content */

#contentwrapper {
  float:left;
  width: 560px;
  margin: 15px 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;
  margin: 15px 0 15px 0;
  padding: 0;
  }

.topPost {
  background: url(images/bg-trans.png) repeat;
  }

.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  background: transparent;
  }

.tabbed-widget {
  background: url(images/bg-trans.png) repeat;
  }

/* Welcome Block Links */

#welcome  {
  float: right;
  margin: 0 0 0 0;
  width: 320px;
/*  background: url(images/bg-trans.png) repeat; */
  }

#welcome p {
  text-align: center;
  font-family: "Arial", san-serif;
  font-size: large;
  font-weight: bold;
  text-transform: uppercase;
  color: #cdcdcd;
  }

#welcome a {
  text-decoration: none;
  color: #BB0000;
  }

#welcome a:hover {
  color: #ff9933;
  }

/* Post Title Colors */
.topPost h2.topTitle a {
  text-decoration: none;
  color: #BB0000;
  }

.topPost h2.topTitle a:hover {
  color: #ff9933;
  }

