/* Strasa theme for Tiki 4.x , original design by Patrick Allard,
   fixed width option by luciash
   released under LGPL license. For more information, visit http://themes.tikiwiki.org. */

/* redefine the widths of *lite for col2 and col3 */
/* the shadows feature must be enable in admin->look */

/* for IE7 */
*:first-child+html
	#c1c2 {
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#c1c2
		#wrapper
			.marginleft {
				margin-left: 180px;/* change this in your stylesheet too when you change the width of #col2 */
			}
					
	#c1c2
		#wrapper
			.marginright {
				margin-right: 180px;/* change this in your stylesheet too when you change the width of #col3 */
			}
	#c1c2
		#col2 {
			width: 180px;
		}
	
	#col3 {
		margin-left: -180px;/* once more a speciality for IE to display the 3rd column; change this if you change the width too */
		width: 180px;
	}
												
	body {
		background-color: #2e3035;
		text-align: center;
	}
    
/* redefine for IE6 */
* html
	body {
		font-size: 75% !important;
	}
	
/* redefine for "modern" browsers which can resize font sizes defined in px */
html >
	body {
		font-size: 12px;
		text-align: left;
	}

/* START of DIV #main - main part of the body */
#fixedwidth {
	display: table;
	margin: auto;
	margin-top: 0px; margin-bottom: 0px;
	width: 990px;
}
#fixedwidth[id] {
	height: auto;
}
							    
#main {
	text-align: left
}

#c1c2 #col2 {
	background: url(fixed_width/box_top.gif) no-repeat 100% 0;
}

#c1c2 #col2 .content {
	margin-left: 0px;
	background: url(fixed_width/box_bottom.gif) no-repeat 100% 100%;
}
#col3 .content {
	margin-right: 0px;
}

#col2 .box {
	border-bottom: solid 0px white;
}

body { background: #214d68 url(fixed_width/body-bg.png) repeat-x !important}
#main[id] {border:1px solid #2E3035; margin-top: 18px; margin-bottom: 5px;}
html {background: #214d68;}