/* 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: 207px;/* change this in your stylesheet too when you change the width of #col3 */
			}
	#c1c2
		#col2 {
			width: 200px;
		}
	
	#col3 {
		margin-left: 0px;/* once more a speciality for IE to display the 3rd column; change this if you change the width too */
		width: 207px;
	}
												
	body {
		background-color: #000;
		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: 897px;
}
#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:0px solid #2E3035; margin-top: 18px; margin-bottom: 5px;}
html {background: #214d68;}

#header {height: 247px; border:none;}
#siteheader {background:none; border:none;}
#header-top {background:none;border:none;}

#tiki-top .cssmenu_horiz {
	width:887px;
	position: absolute;
	top:210px;
	left: 0px;
	z-index: 10;
	white-space: nowrap;
	text-align: left;
	background:#222;
	padding-top:4px;
	margin-left:0px;
	padding-left:10px;
}
.cssmenu_horiz li {
	padding: 0px;
	border: 0px;
	margin: 0 10px 0 0;
}

.cssmenu_horiz li ul li:first-child,
.cssmenu_vert li ul li:first-child {
	margin-top:9px;
	border-top: 1px solid #fff;
}

#tiki-top .cssmenu_horiz li:hover {
	background: #1b3a50;}

#tiki-top .cssmenu_horiz li.menuSection a {
	padding-right: 7px;
}
	
#tiki-top .cssmenu_horiz a,
#tiki-top .cssmenu_horiz a:visited {
	border:0px solid #fff;
	padding: 6px 7px 6px 7px;
	text-decoration: none;
	margin: 0;
	color: #5ae0ff;
	text-align: center;
	font-size:12pt;
}

#tiki-top .cssmenu_horiz .selected a {color:#000; background:#fff;}

#tiki-top .cssmenu_horiz a:hover {
	text-decoration: none;
	background: none;
	border-color: 1px solid #336699;
	color: #fff;
}