@import url('/wp-content/themes/Sportelli/assets/css/reset.css');
@import url('/wp-content/themes/Sportelli/assets/css/960.css');

/*   
Theme Name: Sportelli
Description: Theme for Micha Sportelli
Author: Tatendrang
Version: 0.8
*/

/* 
COLOR CONSTANTS
------------------

BLUE: #427793
VLIGHT GREY: #999
LIGHT GREY: #777
DARK GREY: #555
VDARK GREY: #333

*/

/* 1. LAYOUT
-----------------------------------------------------------------------
---*/
body {
	width: 1080px;
	margin: 0 auto;
	font: 15px/1.6em Georgia, serif;
	color: #777;
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	background: transparent url('/wp-content/themes/Sportelli/assets/img/bg.jpg') repeat 0 0;
}

.container {
	overflow: hidden;
}

#wrapper {
	padding: 110px 0 40px;
}

#wrapper div {
	margin-bottom: 30px;
}

.screenreader { position: absolute; left: -9999px; }


/* 2. HEADER
-----------------------------------------------------------------------
---*/
#header #gallery {
	margin: 0 auto;
	width: 940px;
	height: 270px;
}

#header #gallery img {
	position: absolute;
}

#header span.bg {
	z-index: 10;
	position: absolute;
	top: 0;
	left: auto;
	display: block;
	width: 1080px;
	height: 370px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-top.png') no-repeat 0 0;
}

#header h1 {
	z-index: 20;
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 940px;
	height: 80px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-top.png') no-repeat 0 -460px;
}

#header h1 a {
	display: block;
	height: 80px;
	text-indent: -9999px;
}


#music-player {
	z-index: 10;
	position: absolute;
	width: 1080px;
	height: 90px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-top.png') no-repeat 0 -370px;
	text-align: center;
}

#music-player #flash-mp3 {
	display: block;
	position: relative;
	margin: 0 auto;
}

#music-player.fixed {
	top: 0;
	position: fixed;
}


/* 3. H1-6
-----------------------------------------------------------------------
---*/
h1, h2, h3, h4, h5, h6 {
	padding: 14px 20px 2px 20px;
	font: 24px/1em "Courier New", Lucidatypewriter, Courier, monospace;
	text-transform: uppercase;
	color: #555;
	text-shadow: 1px 1px 2px rgba(255,255,255,.3);
}

h3, h4, h5, h6 {
	font-size: 22px;	
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #555;
}

h2 a:hover {
	color: #427793;
}

h2 a:active {
	color: #333;
}

#content h2 {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat 0 0;
}

#sidebar h3 {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat 0 -70px;
}

.post-wrap h3, .post-wrap h4, .post-wrap h5, .post-wrap h6 {
	padding-top: 10px;
	color: #555;
}

#comments h3#comments-title {
	border-top: #999 1px solid;
}


/* 4. TEXT & INLINE
-----------------------------------------------------------------------
---*/
p, small {
	padding: 15px 20px;
}

p + p, small + p, p + small, small + small {
	padding-top: 0;
}

h2 + p, h3 + p, h2 + small, h3 + small {
	padding-top: 25px;
}

.post-wrap h3 + p, .post-wrap h4 + p, .post-wrap h5 + p, .post-wrap h6 + p {
	padding-top: 15px;
}


p a:link, p a:visited, small a:link, small a:visited {
	text-decoration: none;
	color: #427793;
}

p a:hover, small a:hover {
	border-bottom: #427793 1px solid;
}

p a:active, small a:active {
	border-color: #333;
	color: #333;
}

small {
	font: 13px/1.2em Courier, monospace;
	color: #555;
	display: block;
}

small.cap-time {
	padding-bottom: 6px;
}

small.cap-comments {
	padding-top: 5px;
	float: left;
}

small.cap-follow {
	text-align: right;
}


/* 5. CONTENT
-----------------------------------------------------------------------
---*/
.post-wrap div.meta {
	padding-top: 15px;
}

.post-wrap div.meta p {
	padding-bottom: 5px;
}

.post-wrap div.meta p span {
	display: inline-block;
	width: 70px;
}

#wrapper .content-nav {
	margin: 12px 0 30px 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

#wrapper .content-nav.bottom {
	margin-top: 50px;
}

#wrapper .content-nav span {
	margin-right: 20px;
}

#wrapper .content-nav span a {
	color: #fff;
	text-decoration: none;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/black_040.png') repeat 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#wrapper .content-nav span.button-previous a {
	padding: 9px 15px 9px 13px;
}

#wrapper .content-nav span.button-next a {
	padding: 9px 13px 9px 15px;
}

#wrapper .content-nav span a:hover,
#wrapper .content-nav span a:focus {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/black_060.png') repeat 0 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}


/* 6. COMMENTS
-----------------------------------------------------------------------
---*/
#comments {
	margin-top: 50px;
}

#comments ol {
	margin-top: 30px;
}

#comments li {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/black_003.png') repeat 0 0;
	margin-bottom: 25px;
}

#comments cite {
	font-style: normal;
}

#comments #comment-form-wrapper {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/black_005.png') repeat 0 0;
}

#comments #comment-form-wrapper form {
	margin-top: 10px;
}

#comments input,
#comments textarea {  
	padding: 8px;
	border: none;
	outline: 0;
	font: 15px/1em Georgia, serif;
	color: #777;
	width: 220px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/white_040.png') repeat 0 0;
	text-shadow: 1px 1px 2px rgba(255,255,255,.6);
}

#comments textarea {  
	width: 562px;
	max-width: 562px;
	height: 150px;
	line-height: 1.6em;
}

#comments input:hover,
#comments textarea:hover,
#comments input:focus,
#comments textarea:focus {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/white_060.png') repeat 0 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
	box-shadow: 0 0 5px rgba(0,0,0,.05);
}

#comments form label {
	font: 13px/1.2em Courier, monospace;
	color: #555;
	margin-left: 15px;
}

#comments #comment-form-wrapper h3 small {
	display: inline;
}

#comments input#submit {
	width: auto;
	padding: 9px 15px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/black_040.png') repeat 0 0;
	color: #fff;
	cursor: pointer;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#comments input#submit:hover,
#comments input#submit:focus {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/black_060.png') repeat 0 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

#comments #ajax-info {
	display: none;
}



/* 7. SIDEBAR
-----------------------------------------------------------------------
---*/
#sidebar h3, #sidebar p, #sidebar small {
	padding-left: 29px;
}

#wrapper #sidebar #outnow {
	position: relative;
	height: 235px;
	margin-bottom: 15px;
}

#outnow a {
	position: absolute;
	top: -12px;
	left: 27px;
	display: block;
	width: 239px;
	height: 247px;
	text-indent: -9999px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-outnow.png') no-repeat 0 0;
}

#outnow a:hover {
	background-position: -239px 0;
}

#outnow a:active {
	background-position: -241px -2px;
}

#twitter small.cap-time {
	padding-top: 25px;
}

#twitter {
	position: relative;
}

#twitter #bird {
	z-index: 5;
	position: absolute;
	top: -30px;
	right: 30px;
	width: 36px;
	height: 34px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat -312px -73px;
}

#twitter p#tweet {
	font-style: italic;
}

#shows p, #shows small {
	line-height: 1em;
	padding: 0;
}

#shows small {
	padding-bottom: 2px;
}

#shows ul {
	padding: 17px 0 14px 9px;
}

#shows ul li a:link, #shows ul li a:visited {
	display: block;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	color: #777;
}

#shows ul li a:hover {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/black_003.png') repeat 0 0;
	color: #427793;
}

#shows ul li a:active {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/black_005.png') repeat 0 0;
	color: #427793;
}

#shows ul li a:hover small {
	color: #427793;
}

#connect {
	padding-bottom: 15px;
}

#connect #toplinks {
	padding-bottom: 45px;
}

#connect a {
	display: block;
	width: 140px;
	height: 58px;
	text-indent: -9999px;
}

#rss {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat 0 -119px;
}

#rss:hover {
	background-position: 0 -182px;
}

#rss:active {
	background-position: -4px -186px;
}

#facebook {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat -150px -119px;
}

#facebook:hover {
	background-position: -150px -182px;
}

#facebook:active {
	background-position: -154px -186px;
}

#myspace {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat -300px -119px;
}

#myspace:hover {
	background-position: -300px -182px;
}

#myspace:active {
	background-position: -304px -186px;
}

#youtube {
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat -450px -119px;
}

#youtube:hover {
	background-position: -450px -182px;
}

#youtube:active {
	background-position: -454px -186px;
}

form.newsletter { padding: 25px 20px 0 29px; }
	
	input {
		border: 1px dotted #999;
		margin: 0;
		width: 100%;
		font: 15px/1.6em Georgia, serif;
		color: #777;
		background: none;
	}
	
	input.submit {
		width: auto;
		border: none;
		cursor: pointer;
		color: #427793;
	}
	
	p.error { color: #ff0000; padding-top: 0; }


/* 8. FOOTER
-----------------------------------------------------------------------
---*/
#footer {
	position: absolute;
	padding: 20px 0 5px 0;
	left: 0;
	width: 100%;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/black_060.png') repeat 0 0;
	border-top: 1px solid #555;
	font: 13px/16px Courier, monospace;
	color: #999;
	text-shadow: 1px 1px 2px rgba(255,255,255,.05);
}

#footer h4, #footer p  {
	padding: 5px 0;
}

#footer .alpha p, #footer .alpha h4 {
	padding-left: 30px;
}

#footer p a:link, #footer p a:visited {
	text-decoration: none;
	color: #bbb;
	border-bottom: #bbb 1px solid;
}

#footer p a:hover {
	color: #fff;
	border-color: #fff;
}

#footer p a:active {
	color: #888;
	border-color: #888;
}

#footer #footer-connect a {
	border: none;
}

#footer h4 {
	font: 16px/1em "Courier New", Lucidatypewriter, Courier, monospace;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 10px;
}

#footer #sponsors p a {
	display: block;
	text-indent: -9999px;
	opacity: .5;
	margin: 5px 0;
	border-bottom: none;
}

#footer #sponsors p a:hover {
	opacity: 1.0;
}

#quiksilver {
	width: 88px;
	height: 20px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat -368px -80px;
}

#cover {
	width: 42px;
	height: 20px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat -476px -81px;
}

#remusic {
	width: 66px;
	height: 20px;
	background: transparent url('/wp-content/themes/Sportelli/assets/img/span-images-body.png') no-repeat -538px -80px;
}

#copyright {
	margin-top: 30px;
	font-size: 11px;
}

#copyright a {
	border: none;
}


/* 9. SOCIABLE
-----------------------------------------------------------------------
---*/
.post-wrap div.sociable {
	margin: 0;
	padding: 1px 20px;
	float: right;
}

#wrapper .post-wrap div {
	margin: 0;
}

.post-wrap div.sociable_tagline {
	font: 13px/16px Courier, monospace;
	color: #555;
	float: left;
	padding: 5px 10px 0 0;
	margin: 0;
}

.post-wrap .sociable img {
	width: 24px;
	height: 24px;
}

.post-wrap .sociable-hovers {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

.post-wrap .sociable-hovers:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
