/*
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:


/*---:[Clickable background image header]:---*/
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 150px; width: 850px; background: url('images/header.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


/*---:[End Clickable background image header]:---*/



/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #f3edfc; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #f3edfc; border: 0.4em solid #cc99ff; }

		.custom #page { background-color: #fff  }
		
/*---:[ end Set 1 ]:---*/


/*---:[ rotating image styles ]:---*/

#multimedia_box { width: 100%; }

	#image_box { padding: 1.1em; background: #ffffff; border-bottom: 1px solid #1a1a1a; }

		#image_box img { display: block; padding: 0.1em; background: #ffffff; border: 0.1em solid #888; }

	/*---:[ video box styles ]:---*/

	#video_box { padding: 1em; background: #ffffff; }

	/*---:[ custom box styles ]:---*/

	#custom_box { padding: 1.1em; background: #ffffff; border-bottom: 1px solid #ffffff; }