/* -------------------------------------------------------------- 
-----------------------------------------------------------------

	DEFINITIONS:	Layout
	AUTHOR:			The Cupcake Shoppe
	VERSION:		11.08.2009
	
	CONTENTS:
		
	1				Essentials 	
	2				Basic layout 	
	3				Header layout 	
	4				Content layout 	
	5				Footer layout 	

-----------------------------------------------------------------
-------------------------------------------------------------- */



/* 1	Essentials
=============================================================== */
html {background:#fde9ea url("../images/bg/page.gif");}
body {font:13px Arial; color:#8a5b3d;}


/* 2	Basic layout
=============================================================== */
#wrapper {margin:20px auto; padding:0; width:941px;}
	#wtop {display:block; width:941px; height:180px; background: url(../images/bg/wrap_top.png) no-repeat 0 35px;}
	#wmiddle {display:block; width:841px; background: url(../images/bg/wrap_middle.png) repeat-y; padding:0 50px;}
	#wbottom {display:block; width:941px; height:47px; background: url(../images/bg/wrap_bottom.png) no-repeat bottom;}
	
/* middle bg equality */	
body#menu #wmiddle {padding-bottom:7px;}
body#aboutus #wmiddle {padding-bottom:20px;}
body#events #wmiddle {padding-bottom:5px;}
body#press #wmiddle {padding-bottom:19px;}
body#contact #wmiddle {padding-bottom:24px;}
	


/* 3	Header layout
=============================================================== */


/* 4	Content layout
=============================================================== */
body#home #sidebar, body#faq #sidebar {float:left; width:420px;}
body#home #content, body#faq #content {float:right; width:400px; padding:0;}

body#events #sidebar, body#contact #sidebar {float:left; width:205px; margin-right:25px;}

body#gallery #sidebar {float:left; width:320px;}

body#aboutus #sidebar {float:left; width:420px; margin:0 20px 10px 0;}
body#aboutus #content {float:right; width:400px;}


/* 5	Footer layout
=============================================================== */
#footer_text {padding:10px 0 0;}