/*
File:			    Pwned Theme For Thesis
Description:	Brought to you by WPBandit.com

BASIC USAGE:

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/*--:[ Thesis Reset ]:--*/
.custom ul#tabs { border:none; }
.custom ul#tabs li { background:none; border:none; }
.custom #header { border-bottom:none; }
.custom #content_box { background:none; }
.custom #footer { border-top:none; }

body {
  background:#0f1012 url('images/wpbandit_bg-pwned.jpg') repeat-x;
}

/*--:[ Header ]:--*/

.custom #header_area .page {
  padding-top:0;
}

.custom #header #logo a {
  color:#fff;
  font-size:1.5em;
}

.custom #header #tagline {
  color:#fff;
  font-weight:bold;
  text-transform:lowercase;
}

.custom #header_area ul#tabs {
  background:#0f1012;
  padding:0.75em 0.5em;
  -moz-border-radius:7px 7px 0 0;
  -webkit-border-top-right-radius:7px;
  -webkit-border-top-left-radius:7px;
}

.custom #header_area ul#tabs li a {
  color:#fff;
  font-size:1.4em;
  font-weight:bold;
  letter-spacing:0px;
  text-transform:none;
}

.custom #header_area ul#tabs li.current_page_item a {
  color:#649a23;
}

.custom #header_area ul#tabs li.rss a {
  display:none;
}

.custom #header_area form {
  float:right;
  margin: -3.4em 1em 0 0;
}

.custom #header_area form input {
  background: #1b1b1b url('images/wpbandit_icon-pwned-search.png') no-repeat right;
  border:1px solid #232323;
  color: #fff;
  font-size:1.3em;
  font-weight:bold;
  padding: 0.318em 2.3em 0.381em 0.318em;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}


/*--:[ Content ]:--*/

.custom #pwned_content_home {
  width: 38em;
  float: left;
}

.custom #content_box, .custom .no_sidebars #content {
  background:#fff;
}

.custom .headline_area h1,
.custom .headline_area h2 {
  font-weight:bold;
}

.custom #pwned_content_home .post_box img {
  margin-bottom: 1.6em;
}

/*--:[ Sidebars ]:--*/
.custom #pwned_sidebars_home {
  width: 55.4em;
  float: right;
  padding: 2.2em 1.1em;
}

.custom #pwned_sidebars_home h3 {
  font-size:2.2em;
  font-weight:bold;
  line-height: 1.385em;
  margin-bottom: 0.615em;
}

.custom #pwned_sidebars_home ul#sponsors {
  list-style:none;
  height:125px;
  margin-bottom: 2.769em;
}

.custom #pwned_sidebars_home ul#sponsors li {
  background:#eeeeee;
  float:left;
  height:125px;
  width:125px;
  margin-right: 13.5px;
}

.custom #pwned_sidebars_home ul#sponsors li.last {
  padding-right:none;
}

.custom #image_box {
  background:none;
  border-bottom:none;
  margin-top:2.2em;
}

.custom #custom_box {
  background:none;
  border-bottom:none;
  margin-top:2.2em;
  margin-right:1.1em;
  overflow:auto;
  width:290px;
}

.custom #custom_box h3 {
  font-size:2.2em;
  font-weight:bold;
  line-height: 1.385em;
  margin-bottom: 0.615em;
}

.custom #custom_box ul#sponsors {
  list-style:none;
  height:125px;
  margin-bottom: 2.769em;
}

.custom #custom_box ul#sponsors li {
  background:#eeeeee;
  float:left;
  height:125px;
  width:125px;
  margin:0 9px 10px 9px;
}

custom #pwned_sidebars_home ul#sponsors li.last {
  padding-right:none;
}

.custom .sidebar h3 {
  color:#000;
  font-size:1.6em;
  font-variant:normal;
  font-weight:bold;
  letter-spacing:0px;
}

.custom #pwned_sidebars_home #recent_posts {
  overflow:auto;
  margin-bottom:1.769em;
}

.custom #pwned_sidebars_home .entry {
  float:left;
  margin-bottom:10px;
  width:260px;
}

.custom #pwned_sidebars_home .comments {
  background:url('images/wpbandit_bg-pwned-sidebar-comment-home.png') no-repeat;
  color:#fff;
  float:left;
  font-size: 1.3em;
  padding-top: 3px;
  height:28px;
  text-align:center;
  width:24px;
}

.custom #pwned_sidebars_home .entry-title {
  float:left;
  font-size: 1.2em;
  padding:0 5px;
  width: 225px;
}

.custom #pwned_sidebars_home .entry-title a:hover {
  color:#000;
  font-weight:bold;
}

.custom #pwned_sidebars_home .format_text {
  width:310px;
}

.custom #pwned_categories_home h3 {
  font-size:2.2em;
  font-weight:bold;
  line-height: 1.385em;
  margin-bottom: 0.615em;
}

.custom #pwned_categories_home .entry-category {
  float:left;
  margin-bottom:4em;

}

.custom #pwned_categories_home .entry-thumb {
  border:1px solid #ccc;
  float:left;
  height:100px;
  padding: 7px;
  width:100px;
}

.custom #pwned_categories_home .entry-excerpt {
  float:left;
  padding: 0 7px 0 7px;
  width:170px;
}

.custom #pwned_categories_home .entry-category h4 {
  font-size:1.5em;
  height:2.5em;
  margin-bottom:0.615em;
  width: 270px;
}

.custom #pwned_categories_home .entry-category h4 a:hover {
  color:#649a23;
}

.custom #pwned_categories_home .entry-excerpt p {
  font-size:1em;
}

.custom #pwned_categories_home ul#browse_categories {
  background:#7c7c7c;
  height:33px;
  list-style:none;
  margin-bottom:2.769em;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.custom #pwned_categories_home ul#browse_categories li {
  float:left;
  padding:0.75em 0;
  text-transform:lowercase;
}

.custom #pwned_categories_home ul#browse_categories li a {
  color:#fff;
  font-size: 1.4em;
  font-weight:bold;
  outline:none;
  padding:0.75em 0.75em;
}

.custom #pwned_categories_home ul#browse_categories li a:hover {
  background:#000;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.custom #pwned_categories_home ul#browse_categories li a.active {
  background:#000;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.custom #pwned_sidebars_home #about {
  float:left;
}

.custom #pwned_sidebars_home ul#social {
  float:right;
  list-style:none;
}

.custom #pwned_sidebars_home ul#social li {
  float:left;
  font-size:1.6em;
  font-weight:bold;
  line-height:0.7em;
  margin: -1em 3em 0 0;
  padding:70px 0 0 0;
  text-align:center;
  width:60px;
}

.custom #pwned_sidebars_home ul#social li span {
  font-size: 0.5em;
}

.custom #pwned_sidebars_home ul#social li a {
  color: #000;
}

.custom #pwned_sidebars_home ul#social li#rss {
  background:url('images/wpbandit_icon-pwned-rss.png') no-repeat;
}

.custom #pwned_sidebars_home ul#social li#twitter {
  background:url('images/wpbandit_icon-pwned-twitter.png') no-repeat;
}


/*--:[ Footer ]:--*/
.custom #footer_area .page {
  padding-bottom:6em;
}

.custom #footer {
  background:#7c7c7c;
  color:#fff;
  font-size:1.4em;
  overflow:auto;
  padding:0.75em 0.5em;
  -moz-border-radius:0 0 7px 7px;
  -webkit-border-bottom-right-radius:7px;
  -webkit-border-bottom-left-radius:7px;
}

.custom #footer a {
  border:none;
  color:#fff;
}

.custom #footer p {
  float:left;
  font-weight:bold;
}