/*
	XETRIX09 theme by XETRIX
	version 200908 (1.0)
	copyright: 2009, XETRIX & laMaga
	author: laMaga - http://lamaga.cat
	coder: Josepmaria Roca @ XETRIX - http://xetrix.com
	contact: jmroca@xetrix.com

	Layout structure:
		wrapper
			header-region
				top-left
				top-right
					search-box
				.container
					header-static
						logo
					header (primary links)
			center-region
				.container
					sidebar-left
					center
						content-top
							...
						content-bottom
					sidebar-right
			footer-region
				.container
					subfooter
*/

/* Main layout
-------------------------------------------------|-------------------------------------------------------------------------*/

body                                             { margin: 0px; }
.container                                       { position: relative; width: 800px; left: 50%; margin-left: -400px; }

.toolbox                                         { position: fixed; z-index: 1; top: 11px; display: none; }
#header-static                                   { height: 210px; }
#logo                                            { width: 876px; margin-left: -438px; }
#header                                          { }

#center-region                                   { margin: .5em 0px; }
#center-region .without                          { width: 800px; }
#center-region .withone                          { width: 548px; }
#center-region .withboth                         { width: 298px; }
#sidebar-right                                   { padding: 0px 0px 0px 8px; margin: 0px 0px 0px 8px;}
#sidebar-left                                    { padding: 0px 8px 0px 0px; margin: 0px 8px 0px 0px;}
.sidebar                                         { width: 234px; float: left; min-height: 300px; margin: 0px; }

#center                                          { float: left; min-height: 300px; }



