/*
Theme Name: MRA LAB Theme
Theme URI: http://www.iitrpr.ac.in/mralab
Author: Sameer Gupta
Author URI: http://www.sameergupta.in
Description: Theme developed for MRA Lab website
Version: 1.0
*/
html{height: 100%;}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #f0f0f0;
	margin: 0;
	padding: 0;
	color: #000;
  	height: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 100%;
	background: url('../images/dot.png')  repeat scroll 0px 0px #ffffff;	
	margin: 0 auto;
}
.header {
	background: none repeat scroll 0% 0% #6a6a6a;
}
.sidebar1 {
	font-size:17px;
	float: left;
	width: 180px;
  	height: 100%;
  	overflow: auto;
	background: none repeat scroll 0% 0% #6a6a6a;
	padding-bottom: 30px;
}
.content {
	padding: 10px 0;
	width: 65%;
	float: left;
	min-height: 650px;
}
.sidebar2 {
	font-size:smaller;
	float: right;
	width: 286px;
	background: none repeat scroll 0% 0% #6a6a6a;
	color:white;
	padding: 10px 0;
}
@media(max-width:720px){
	.sidebar2 {float: left;}  
	.content {width: 100%;}
}
.content ul, .content ol { 
	padding: 15px 15px 15px 0px;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 0px;
}
ul.nav li {
	border-bottom: 1px solid #eee;
	list-style: none;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	color:#ffffff;
	background: none repeat scroll 0% 0% #6a6a6a;
	font: 100%/1.4 TimeNewRoman;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #AEA79F;
	color: #FFF;
}
.footer {
	padding: 10px 0;
	background: #6a6a6a;
	position: relative;
	clear: both;
	color:#FFFFFF;
	text-decoration:none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#headingtext{
	position:absolute;
	margin:-85px 0px 0px 222px;
	width:65%;
	color:white;
	text-shadow:2px 2px 3px #000;
	-moz-text-shadow:2px 2px 3px #000;
	-o-text-shadow:2px 2px 3px #000;
	-webkit-text-shadow:2px 2px 3px #000;
}
@media(max-width:720px){
  #headingtext{font-size:16px;}
}
@media(max-width:480px){
  #headingtext{font-size:14px;}
}
ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.tabs li {
	float: left;
	margin: -10px -16px 0px 17px;
	display: block;
	background-color: blue;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
ul.tabs li a {
	display: block;
	padding: 5px 20px;
	color: white;
	text-decoration: none;
}
ul.tabs li a:hover {
	color: black;
	display: block;
	background-color: lightblue;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#images {
    width: 400px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}
#images img {
    width: 400px;
    height: 250px;
    position: absolute;
    top: 0;
    left: -400px;
}
#images img:first-child {
    left: 0;
}
#slider a {
    text-decoration: none;
    background: #E3F1FA;
    border: 1px solid #C6E4F2;
    padding: 4px 6px;
    color: #222;
}
#slider a:hover {
    background: #C6E4F2;
}
#images img {
    z-index: 1;
    opacity: 0;
    transition: all linear 1s;
    -o-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -webkit-transition: all linear 1s;
}
#images img:target {
    left: 0;
    z-index: 9;
    opacity: 1;
}
.projects{
	font-size: medium;
}
.projects a{
	text-decoration: none;
	color: black;
}
.projects a:hover{
	color: #888;
}
