/*
File:			custom_backgrounds.css
Description:	CSS template for customizing your Thesis background

USAGE: Please do not use this file directly! Instead, copy the appropriate set of CSS you want 
to use and paste it into your custom stylesheet, custom.css. You can find this file at: 
wp-content/themes/thesis/custom/custom.css

NOTE: If you want to prevent your background from scrolling with the rest of the page, simply 
add "background-attachment: fixed;" to your body.custom declaration. For example, if you would 
like to use the example cloud background but keep it fixed, your body.custom declaration 
should look like this:

body.custom { background: #394f5c url('images/bg-clouds.jpg') 50% 0 no-repeat; background-attachment: fixed; }

*/


/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #44443f; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: ##fffff0; border: 0.4em solid ##adff2f; }

		.custom #page { background: #fff; }
		
/*---:[ end Set 1 ]:---*/



/*---:[ Set 2: repeating background grid pattern ]:---*/

body.custom { background: #f9f5db url('images/bg-grid.gif'); }

		.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #b5b198; border-top: 0; }

/*---:[ end Set 2 ]:---*/



/*---:[ Set 3: ornate, repeating background pattern ]:---*/

body.custom { background: #93cabc url('images/bg-ornate.gif'); }

		.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #629084; border-top: 0; }

/*---:[ end Set 3 ]:---*/



/*---:[ Set 4: image of clouds that gently slides into a steely blue background color ]:---*/

body.custom { background: #394f5c url('images/bg-clouds.jpg') 50% 0 no-repeat; }

	.custom #container { margin-top: 2em; margin-bottom: 2em; }

		.custom #page { background: #fff; }

/*---:[ end Set 4 ]:---*/



/*---:[ Set 5: image of gray rocks that slides into a dark gray background ]:---*/

body.custom { background: #33383a url('images/bg-rock.jpg') 50% 0 no-repeat; }

.custom #container { margin-top: 2em; margin-bottom: 2em; }

	.custom #page { background: #fff; }
	
/*---:[ end Set 5 ]:---*/



/*---:[ Set 6: image of ocean water that slides into a tranquil blue-green color ]:---*/

body.custom { background: #8db6b6 url('http://www.lacccenter.org/wp-content/uploads/2009/06/background.jpg') 50% 0 no-repeat; }

.custom #container { margin-top: 2em; margin-bottom: 2em; }

	.custom #page { background: #fff; }
	
/*---[ end Set 6 ]:---*/

.custom #header { border-bottom:none;
width:959px;
height: 180px;
padding-top:0;
padding-bottom:0;
background:url('http://www.lacccenter.org/wp-content/uploads/2009/06/background1.jpg')
center left no-repeat; }