
@font-face {
    font-family: 'GandhiSansRegular';
    src: url('../fonts/GandhiSans-Regular-webfont.eot');
    src: url('../fonts/GandhiSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-Regular-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-Regular-webfont.svg#GandhiSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSansItalic';
    src: url('../fonts/GandhiSans-Italic-webfont.eot');
    src: url('../fonts/GandhiSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-Italic-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-Italic-webfont.svg#GandhiSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSansBold';
    src: url('../fonts/GandhiSans-Bold-webfont.eot');
    src: url('../fonts/GandhiSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-Bold-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-Bold-webfont.svg#GandhiSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSansBoldItalic';
    src: url('../fonts/GandhiSans-BoldItalic-webfont.eot');
    src: url('../fonts/GandhiSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GandhiSans-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/GandhiSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/GandhiSans-BoldItalic-webfont.svg#GandhiSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.guru-container{
	width:640px;
	margin-top:25px;
}

aside.side-menu{
	width:160px;
	float:left;
	background: #e9e9e9;
}

.top-side{
	width:160px;
	float:left;
	height:70px;
	background: #0072fd;
	color:#fff;
}

.top-side .guru-wrap{
	margin:25px;
	text-align: center;
}

.top-side .switch-container, .top-side span{
	float:left;
	text-transform: uppercase;
}

.top-side span{
	font-size:12px;
}

.top-side .switch-container{
	
	width:40px;
	background: #114078;
	height:10px;
	margin: 2px 5px;
	border-radius: 6px;
	box-shadow: 
        inset 0 3px 5px rgba(0,0,0,1),
}

.top-side .switch-container .switch{
	background: #ddd;
	border-radius: 100%;
	width:10px;
	height:10px;
	box-shadow: 
        0 3px 5px rgba(0,0,0,0.25),
        inset 0 1px 0 rgba(255,255,255,0.3),
        inset 0 -5px 5px rgba(100,100,100,0.1),
        inset 0 5px 5px rgba(255,255,255,0.3);
}

aside.side-menu{
	
	margin-top:15px;	
}

aside.side-menu ul{
	padding:0;
}

aside.side-menu ul li a{
	font-family: "GandhiSansRegular";
	color:#888;
	text-decoration: none;
	font-size:16px;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #ddd;
	padding:0 10px;
	text-shadow: -1px 1px 1px #fff;
}

aside.side-menu ul li a:hover, aside.side-menu ul li a.current{
	color:#3a3630;
	text-decoration: underline;
}

aside.side-menu ul li:last-child a{
	border-bottom-width: 0;
}

section.guru-content{
	width:460px;
	float:left;
	padding:0 10px 10px 10px;
}

.guru-container header{
	font-family: "GandhiSansBold";
	width:620px;
	float:left;
	margin:0;
	padding:0;
	height:80px;
	line-height:80px;
	color:#0072fd !important;
}

.guru-container header h2{
	background: url(../images/guru-logo.png) no-repeat;
	display: block;
	width:224px;
	height:70px;
	text-indent: -9999px;
	margin-left:5px;
}

.guru-container p.submit{
	text-align: right;
}

form#guru_settings fieldset{
	display: none;
}

form#guru_settings fieldset legend{
	font-family: "GandhiSansBold";
	font-size:25px;
	margin: 10px 0 15px 0;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 0 10px;
}


