/*

Theme Name: SuperbTees
Theme URI: http://superbtees.com
Description: Custom WordPress Theme
Version: 1.0
Author: Derek Herman
Author URI: http://valendesigns.com

*/


/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0px none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

:focus {
	outline: 0;
}

body {
	color: #535353;
	background: #212121;
	font: 11px/15px Helvetica, Arial, sans-serif;
}

ol, ul {
	list-style: none;
}

p {
	padding-bottom: 12px;
}

form p {
	padding-bottom: 0px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	
}

blockquote, q {
	
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Link Styles */
a:link, a:visited {
	color: #0865ea;
	text-decoration: none;
}

a:hover {
	color: #0865ea;
	text-decoration: underline;
}

a:active {
	color: #0865ea;
	text-decoration: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Helvetica, Arial, serif;
	color: #616161;
}

h1 {
	font-size: 34px;
	line-height: 39px;
}

h2 {
	font-size: 22px;
	line-height: 26px;
}

h3 {
	font-size: 19px;
	line-height: 23px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

/* Wraps */
#content_wrap {
	position: relative;
	background: url('images/backgrounds/repeat_background.jpg');; padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0
}

* html body #content_wrap {
	height: auto;
	width: 100%;
}

#footer_wrap {
	position: relative;
	background: url('images/footer/footer_background.png') repeat-x 0 0;
	min-height: 100px; padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0
}

/* Header */
#header {
	position: relative;
	width: 930px;
	margin: 0 auto;
	height: 225px;
	max-height: 225px;
}

html #header {
	z-index: 99999 !important;
}

#logo {
	position: absolute;
	top: 40px;
	left: 45px;
}

#paperclip {
	position: absolute;
	top: -4px;
	left: 271px;
}

#searchform {
	position: absolute;
	top: 140px;
	right: 80px;
	width: 251px;
}

#s {
	border: 4px solid #0a5abc;
	padding: 4px 10px;
}

#searchsubmit {
	width: 55px;
	background: url('images/search/search_button.gif') no-repeat 0 0;
	border: medium none;
	text-indent: -9999px;
	color: #fff;
	letter-spacing: -5px;
	margin-left: 15px;
	cursor: pointer
}

/* Latest Tees */
#thumbwrapper {
background: #FFFFFF none repeat scroll 0 0;
width:100%;
float:left;
margin-top:20px;
}

/* Intro */
#intro {
	background: #FFFFFF none repeat scroll 0 0;
	width: 540px;
	float: left;
}

#toprated {
	background: #FFFFFF none repeat scroll 0 0;
	width: 540px;
	float: left;
	margin-top: 20px;
}

/* Adverts */
#adverts {
	background: #FFFFFF none repeat scroll 0 0;
	width: 330px;
	float: right;
}

#adverts a {
//	display:block;
	padding: 4px;
//	float:left;
//	background: #e6e6e6;
	height: 140px;
}

#adverts a:hover {
	background: #5caaec;
}

#adverts img {
	border: none;
	margin: 0;
	padding: 0;
}

/* Navigation */
#navigation {
	position: absolute;
	right: 70px;
	top: 95px;
	z-index: 998;
	font-weight: bold;
}

.cat_nav {
	background: url('images/header/cat_nav.gif') no-repeat 50% 0;
}

.submit_nav {
	background: url('images/header/submit_nav.gif') no-repeat 50% 0;
}

.about_nav {
	background: url('images/header/about_nav.gif') no-repeat 50% 0;
}

.rss_nav {
	background: url('images/header/rss_nav.gif') no-repeat 50% 0;
}

.cat_nav:hover {
	background-position: 50% -30px;
}

.submit_nav:hover, .submit_nav.sfhover {
	background-position: 50% -30px;
}

.about_nav:hover, .rss_nav:hover, .current_page_item, .about_nav.sfhover, .rss_nav.sfhover {
	background-position: 50% -30px;
}

.sf-menu li {
	display: block;
	float: left;
	width: 120px;
	text-indent: -9999px;
	position: relative;
}

.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li a {
	display: block;
	padding: 0px 10px;
	height: 30px;
	color:#fff
}

.sf-menu a, 

.sf-menu a:visited {
	color:#fff
	position: relative;
}

.sf-menu a:hover {
	color:#2b99f1 !important;
	text-decoration: none;
}

.sf-menu ul {
	clear: left;
  	position: absolute;
  	left: -999em;
	z-index: 999;
	width: 160px;
	background:#3b3b3b url('images/header/navigation_ul.jpg') repeat-x 0 0;
	border: 1px solid #808080
}

.sf-menu li:hover ul,

.sf-menu li.sfhover ul{
   left: 0;
   z-index: 999;
}

.sf-menu ul li {
	text-indent: 0px;
	z-index: 999;
}

.sf-menu ul li a {
	width: 140px;
	padding: 8px 10px;
	height: 15px;
}

.sf-menu ul li a:hover {
	background:#3b3b3b url('images/header/navigation_li.jpg') repeat-x 0 50%;
}



/* Content */
#content {
	position: relative;
	top:100;
	width: 888px;
	margin: 0 auto;
	background: #e6e6e6 url('images/backgrounds/content_background.jpg') no-repeat 0 100%;
	padding-bottom: 75px;
	z-index:2; padding-left:21px; padding-right:21px; padding-top:0
}

/* Page */
.page_wrap {
	padding-top: 40px;
}

.page {
	padding: 20px;
	background: #fff;
	border: 1px solid #cfcfcf;
}

/* Post Thumbnail */
.post_thumb a {
//	display:block;
	padding: 4px;
//	float:left;
//	background: #e6e6e6;
	height: 140px;
}

.post_thumb a:hover {
	background: #5caaec;
}

/* Post Image */
.post_image {
	float: left;
	margin-right: 16px;
}

/* Post Content */
.post_content {
	float: left;
	width: 400px;
	padding-top: 30px;
	font-size: 14px;
	line-height: 19px;
	color: #434343;
}

/* Post */
.post {
	padding: 4px;
	padding-top: 32px;
	margin-bottom: 25px;
}

/* Sociable */
div.sociable { 
	position: absolute;
	bottom: 33px;
	left: 25px;
}

.sociable_tagline { 
	display: none; 
}

.sociable span {
	display: block;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before {  }

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0px none;
	margin: 0;
	padding: 0
}

/* Comments */
ol.commentlist {
	list-style: none;
	margin: 25px 4px;
}

ol.commentlist li {
	list-style: none;
	background: #fff;
	border: 1px solid #cfcfcf;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li .com_left {
	float: left;
	width: 27%;
}

ol.commentlist li .com_left .commentmetadata {
	font-weight: bold;
	padding-top: 15px;
}

ol.commentlist li .com_left .commentmetadata span {
	font-weight: normal;
	font-size: 9px;
}

ol.commentlist li .com_left img {
	float: left;
	margin-right: 10px;
}

ol.commentlist li .com_right {
	float: right;
	width: 73%;
}

/* Comments Form */

#comment_form {
	background: #fff;
	border: 1px solid #cfcfcf;
	padding: 10px;
	width: 399px;
	margin: 4px;
}

#comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	padding-top: 5px;
}

#comment_form .reqiured {
	color: #0865ea;
}

#add_comment {
	background: #1277ec url('images/form/add_comment.jpg') 50% 50%;
	border: medium none;
	margin-left: 133px;
	width: 148px;
	color: #fff;
	letter-spacing: -5px;
	text-indent: -9999px;
	cursor: pointer; padding-left:5px; padding-right:5px; padding-top:7px; padding-bottom:7px
}

#submit {
	background: #1277ec url('images/form/submit.jpg') 50% 50%;
	border: medium none;
	margin-left: 133px;
	width: 148px;
	color: #fff;
	letter-spacing: -5px;
	text-indent: -9999px;
	cursor: pointer; padding-left:5px; padding-right:5px; padding-top:7px; padding-bottom:7px
}

#comment_form .input {
	padding: 7px 5px;
	width: 270px;
	background: #e5e5e5;
	border: 1px solid #cfcfcf;
	color: #535353;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-bottom: 10px;
	max-width: 281px;
	max-height: 200px;
}

.form_header {
	margin-bottom: 10px;
}

/* Form Wrap */
.form_image {
	float: right;
	padding-right: 30px;
}

/* Pagination */
.wp-pagenavi {
	position: absolute;
	bottom: 25px;
	right: 25px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
	line-height: 30px;
}

.wp-pagenavi a,

.wp-pagenavi .current {
	background: #5d5d5d url('images/pagination/pagination_background.jpg') no-repeat 0 0;
	margin-left: 3px;
	border: 1px solid #949494;
	color: #b3b3b3;
	text-decoration: none; padding-left:7px; padding-right:7px; padding-top:5px; padding-bottom:5px
}

.wp-pagenavi a:hover,

.wp-pagenavi .current {
	background: #fff;
	color: #0865ea;
}

.wp-pagenavi .pages {
	float: left;
	display: none;
}

/* Footer */

#footer {
	position: relative;
	width: 930px;
	margin: 0 auto;
}

#footer p {
	width: 330px;
	float: left;
	padding: 20px;
	color: #fff;
	font-size: 10px;
}

#footer ul {
	position: absolute;
	left: 20px;
	top: 40px;
}

#footer li {
	display: inline;
	padding-right: 15px;
}

#footer img {
	float: right;
	margin-bottom: 25px;
}

.roundedcornr_box_602573 {
   background: #ffffff;
}
.roundedcornr_top_602573 div {
   background: url('images/roundedcornr_602573_tl.png') no-repeat top left;
}
.roundedcornr_top_602573 {
   background: url('images/roundedcornr_602573_tr.png') no-repeat top right;
}
.roundedcornr_bottom_602573 div {
   background: url('images/roundedcornr_602573_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_602573 {
   background: url('images/roundedcornr_602573_br.png') no-repeat bottom right;
}

.roundedcornr_top_602573 div, .roundedcornr_top_602573, 
.roundedcornr_bottom_602573 div, .roundedcornr_bottom_602573 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_602573 { 
margin-top:-20px;
margin-left:15px;
margin-right:15px;
}
