/*
Theme Name: Vivid Music Studios
Version: 1.0
Author: Keiran O'Leary
Author URI: http://www.lucidstudio.com.au
*/

/* Debugging styles
----------------------------------------------- */

	#wrapper, #header, #content, #sidebar, #footer {
		border2: dotted 1px red;
	}

/* Main
----------------------------------------------- */

	* {
		margin:0;
		padding:0;
	}

	html, body {
		margin: 0;
		padding: 0;
	}

	body {
		color: #666666;
		background: #000000 url("../interface/watermark.jpg") top center no-repeat;
	}

	#header {
		height: 376px;
		width: 100%;
		display: block;
		background: #000000 url("../interface/header.jpg") top center no-repeat;
	}

	#wrapper {
		cursor: default;
		width: 800px;
		text-align: left;
		margin: auto;
	}

/* Content
----------------------------------------------- */

	#feature {
	   height: 252px;
	   background: #000000 url("../interface/feature-both.jpg") top right no-repeat;
	   overflow:hidden;
	}

	#contentWrapper {
      background: #5A4623 url("../interface/content-top.jpg") top center no-repeat;
      height: 100%;
	}

	#content {
	   background: transparent url("../interface/content-bottom.jpg") bottom center no-repeat;
	   height:800px;
	}
	html>body div#content {
	  height:auto;
	  min-height: 800px;
	}

/* Sidebar
----------------------------------------------- */

	#sidebar {

	}

/* Footer
----------------------------------------------- */

	#footer {
		height2: 228px;
		height2: 330px;
		background: #000000 url("../interface/footer.jpg") top center no-repeat;
	}

/* Classes
----------------------------------------------- */

	.textonly {
		display: none;
	}


/* Clearing
----------------------------------------------- */

	.clearfix {
		clear:both;
		font-size:1px;
		margin-top:-1px;
	}

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	* html>body .clearfix {
		display: inline-block;
		width: 100%;
	}

	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}


