/*=====================
Vishnu S 08mse272
VIT University

Copyright not protected :)
======================*/


html, body {
 	font-family: 'Verdana';
	  
   background: #fff ;
   text-align: center;
 }
#main {
   width: 800px;
   margin: auto;
   margin-bottom: 20px;
   background: #fff;
   margin-top: 0px;
   text-align: left;
}

#wrap {
   width: 800px;
   margin: auto;
   margin-bottom: 20px;
   margin-top: 0px;
   text-align: left;
   padding-top: 10px;
}

#logo {
   width: 200px;
   margin-left: 10px;
   
}

.clear {
 clear:both;	
}


#nav {
   
   border-width: 1px 0px 1px 0px;
   border-style: solid;
   border-color: #cccccc;
   width: 95%;
   margin-left: 20px;
   overflow: hidden;
   margin-top:5px;
}


#nav ul {
   list-style-type: none;
   padding: 0px;
   overflow: hidden;
   margin: 0px;
   
   
}

#nav li {
   display: inline;
   overflow: hidden;
   

}

#nav li a {
    width: 90px;
    text-align: center;
    padding: 4px;
    background: #FFFFFF;
    color: #333;
    font-size: 11px;
    text-decoration: none;
   margin-left: 3px; 
    float: left;
    display: block;
    text-transform: uppercase;
    


}

#nav li a:hover{
    background: #cccccc;
}

#nav .s a {

		background: #cccccc;
		text-decoration: underline;
	}


#splash {
   
    text-align: center;
    margin: 10px auto auto auto;
    
    width: 780px;
    height: 360px;
    
}

#footer {
    height: 30px;
    padding-top: 10px;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 9px;
    color: #aaaaaa; 
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ddd;
}

.line {

width: 770px;
height: 1px;
margin: auto;
background: #eeeeee;
overflow: hidden;

}

#home_content {
 width: 750px;
line-height: 20px;
 color: #717171;
 font-size: 12px;
 margin: 5px auto 10px auto;
 text-align: justify;
}

#columns {
  
   overflow: hidden;
   width: 780px;
   margin-bottom: 20px;

}



.column1 {
  overflow: hidden;
  width: 355px;
  font-size: 12px;
  line-height: 25px;
  color: #717171;
  margin: 10px auto auto 25px;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #ccc;
  float:left;
  
}




.column2 {
  overflow: hidden;
  width: 355px;
  font-size: 12px;
  line-height: 25px;
  color: #717171;
  margin: 10px auto auto 15px;
 
  float:left;
  
}





.bgg {
    background: transparent;
    text-align: center; 
}

#content {
 width: 750px;
line-height: 20px;
 color: #717171;
 font-size: 12px;
 margin: 10px auto 10px auto;
 text-align: justify;

}

#title {
 margin: 10px auto 10px auto;
 color: #717171;
 font-size: 14px;
 font-weight: bold;

}

#title1 {
 margin: 10px auto 10px auto;
 color: #717171;
 font-size: 18px;
 font-weight: normal;
 

} 

#title2 {
 margin: 10px auto 10px auto;
 color: #717171;
 font-size: 12px;
 font-weight: normal;
 

} 


#abouttext {
 width: 760px;
 margin-left: 20px;
 margin-top: 10px;
 margin-bottom: 20px;

}

#abouttext p{
 font-size: 14px;
 margin-left: 30px;
 text-align: justify;
 line-height: 22px;
 
}

#abouttext ul {
font-size: 13px;
 margin-left: 30px;
 line-height: 22px;
text-align: justify;
}

.abouthead {
 font-size: 15px;
 font-weight: bold;
 color: #666;
 margin-top: 20px;
}

#fun {
 margin-left: 20px;
}

#fun img {
 
 margin-left: 20px;
 border-width: 1px;
 border-color: #ccc;
 border-style: solid;
 padding: 10px;
 
 margin-top: 20px;
}


.event{
 margin: 20px;
 border-width: 1px;
 border-color: #eee;
 border-style: solid;
 padding: 10px;
 
}

.event .eventname {
 font-size: 14px;
 font-weight: bold;
 color: #222;
}

.event h5 {
  font-family: Verdana;
  font-weight: normal;
  margin-left: 20px;
  text-align: justify;
}

.event img {
 float: right;
  margin-left: 20px;
 border-width: 1px;
 border-color: #ccc;
 border-style: solid;
 padding: 10px;
}

.event .speaker {
 margin-top: 30px;
 font-size: 11px;
 
 margin-left: 20px;
}

