/*
Theme Name: Sweet Couch Experience 
Version: 1.1
Author: hot glue media
Author URI: http://hotgluemedia.com

Built on Starkers, with many thanks to Elliot Jay Stocks: http://elliotjaystocks.com/starkers/
*/

/* CSS Reset  */
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, dl, div, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

blockquote, q {
	quotes: none;
}

body {
	line-height: 1;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General Styles */

html {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
}

body {
	background: #000;
	color: #fff;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

h1, h2, h3, h4 {
	font-weight: bold;	
}

p {
	font-size: 1.3em;
}

a:link, a:active, a:focus, a:hover, a:visited {
	color: #fff;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#header {
	height: 225px;
	width: 800px;
}

#header span {
	display: none; 
}

#post-bkg {
	background: url(img/post-bkg.png);
	height: 145px;
	width: 800px;
}

#post-bkg p {
	font-size: 1.3em;
	font-weight: bold;
	padding: 40px 225px 20px 135px;
	text-align: center;
}

#social {
	background: #ccc;
	clear: both;
	height: 190px;
	width: 800px;
}

#social img {
	float: left;
	margin: 0;
	padding: 0;
}

#social span {
	display: none; 
}

.powerpress_player { margin-left: 375px; 
}