/*
Theme Name: 2 Column Fixed - Menu Right
Theme URI: http://www.tomorrows-laundry.com
Description: This is a blank Wordpress theme with a fixed width, laid out in 2 columns with the menu on the right
Author: Will Healey
Author URI: http://www.tomorrows-laundry.com
*/



/*-----------Block Level Elements--------------*/

Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: url(images/bg-body-home.jpg) no-repeat 50% 0;
	}

#page {
	/*width: 750px;*/
	width: 940px;
	margin: 0 auto;
	/*border: 1px solid yellow;*/
	}

/*-------------Header-------------*/
#header {
	width: 100%;	
	height: 475px;
	position: relative;
	}

#headerimg {
	background: none;
	height: 475px;
	}
	
#headerimg h1 {
	background: url(images/logo-home.jpg) no-repeat;
	height: 139px;
	margin: 0;
	padding: 0;
	width: 200px;
	text-indent: -999em;
	}	
	
.description {
	display: none;
}	
	
/*-------------Page structure-------------*/	

#wrapper {
	/*width: 100%;*/
	width: 880px;
	float: left;
	padding: 0 30px;
	}

#content {
	float: left;
	/*width: 70%;*/
	width: 880px;
	/*border: 1px solid red;*/
	padding-bottom: 30px;
	}	
	
/*-------------Main Nav-------------*/

#globalnav {
	float: left;
	/*width: 70%;*/
	width: 200px;
	/*border: 1px solid blue;*/
	background: url(images/bg-main-nav.jpg) repeat-y 0 0;
	margin-top: -336px;
	position: relative; /* fixes negative margin bug in IE6 */
	}		
	
/*-------------Pages - content area-------------*/	
	
#content-text {
	float: right;
	/*width: 70%;*/
	width: 650px;
	}	
	
/*-------------Sidebar-------------*/
#sidebar {
	/*width: 28%;*/
	width: 650px;
	/*margin-left: 70%;*/
	float: left;
	/*background: orange;*/
	margin: 20px 0 30px 30px;
	display: inline; /* fixes double float margin bug in IE6 */
	
	}	
	
#sidebar ul h2 {
	color: #49A285;
	}	
	
#sidebar ul li {
	float: left;
	width: 195px;
	/*border: 1px solid red;*/
	margin:0 30px 0 0; /* margin causing problems in ie6 need to fix */
	font-size: 1.1em;
	display: inline;
	padding: 0;
	}
	
#sidebar ul li.last {
	margin-right: 0;
}
	
#sidebar ul li ul li {
	font-size: 105%;
	padding: 0;
	margin: 0; 
	padding-bottom: 10px;
	line-height: 1.4;
	}
	
#sidebar ul li ul li a:link, 
#sidebar ul li ul li a:visited {
	color: #2fa0c0;
	text-decoration: none;
	}
	
#sidebar ul li ul li a:hover {
	color: #2fa0c0;
	text-decoration: underline;
	}
	

/* gigpress styles */
#sidebar ul li ul.gigpress-listing {

}

#sidebar ul li ul.gigpress-listing span.gigpress-date {
	color: #999999;
	font-weight: normal;
}