/*
Theme Name: Lucid Studio
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: A two column theme. Light and simple with greens and oranges.
Version: 2.0
Author: Keiran O'Leary
Author URI: http://lucidstudio.com.au
*/

/* Debugging styles
----------------------------------------------- */

	#wrapper, #header, #content, #sidebar, #footer {

	}
	
/* Main
----------------------------------------------- */

	* {
		margin:0;
		padding:0;
	}

	html, body {
		margin: 0;
		padding: 0;
	}

	body {
		color: #666666;
		background: #FFFFFF url("../images/body-bg-gradient.gif") top center repeat-x;
		/* width: 2600px; */
	}

	#header {
		height: 300px;
		width: 100%;
		display: block;
	}
	
	#wrapper {
		cursor: default;
		width: 900px;
		text-align: left;
		margin: auto;
		background: url("../images/wrapper-bg.gif") 50% 1px no-repeat;
	}

/* Content
----------------------------------------------- */

	#content {
		width: 562px;
		clear: left;
		float: left;
		padding-bottom: 40px;
	}

/* Sidebar
----------------------------------------------- */

	#sidebar {
		float: right;
		display: inline;
		width: 330px;
		background: url("../images/sidebar-bg.gif") 1px 280px no-repeat;
		padding-top: 28px;
	}

/* Footer
----------------------------------------------- */

	#footer {
		display: block;
		color: #999999;
		background: #EEEEEE url("../images/footer-background.gif") top center no-repeat;
		
		border-top: solid 1px #DDDDDD;
		border-bottom: dotted 1px #DDDDDD;
		
		text-align: center;
		width: 100%;
		
		cursor: default;
	}

/* 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 */
	}


