/*
	Style Name	: Baumi Special
	Style URI	: http://getk2.com/
	Comments	: Sidebar on the left
*/

body {
	font-size: 70%; /* Resets 1em to 12px */
	color: #444;
	background: #eee;
	text-align: center;
	}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px */
	}

body.columns-two #primary {
        margin-left: 210px; /* Position Start Text */

}

body.columns-two #sidebar-1 {
        left: -535px;      /* Position Start Sidebar */
        margin-left: -195px; /*-195*/

}



ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1.4em; /* original 1 magnifies the Menue */
	color: white;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}
	
