/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('screen.css');

body {
  color:#FFF;
  padding:10px 30px 0 30px;
  background:url('../../uploads/treebranches_bkg2.gif') #000;
}

h1, h2, h3, h4, h5, a {
  color:#fff;
}

.alignleft {
  float:left;
} 

a:active, a:hover {
  color:#FFF;
}
.skip-link {
  display:none;
}

ul.xoxo {
  list-style-type:none;
}

h3.widgettitle {
  padding:0px 0px 5px 0;
  margin:0px;
}

#newsletter p {
  padding:0px;
  margin:0px;
}

#menu ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
}

#menu li {
  display:inline;
  font-size:16px;
  font-weight:bold;
  padding:5px 10px 5px 10px;
}

#menu a {
  text-decoration:none;
}

#menu a:hover {
  color: #000;
}

#container {
  margin:0 -220px 0 0;
  width:975px;
  float:left;
}

#content {
  float:left;
  width:710px;
  padding:10px;
  margin:0 220px 0 0;
  min-height:550px;
}

.sidebar {
  position:absolute;
  top:150px;
  left:740px;
  width:230px;
}

#secondary {
  top:470px;
}

li.widget {
  padding-bottom:30px;
}

#container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background:url("images/background_75p_black.png");
}
#footer {
  clear:both;
  width:100%;
}

.page .entry-title {
  display:none;
}
