/* Custom Stylesheet */



/* Tabs Demo 1 */

.tabs input[type=radio] {

    position: absolute;

    top: 0;

    left: 0;

	opacity:0;

}

.tabs {

  width: 100%;

  float: none;

  list-style: none;

  position: relative;

  padding: 0;

  margin:0;

 

}

.tabs li{

  float: left;

}

.tabs label {

    display: block;

    padding: 0;

    

    cursor: pointer;

    position: relative;

    top: 0;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

	opacity:0.2;

	

}

.tabs label:hover {

  

}



[id^=tab]:checked + label {

  opacity:1;

  

}



[id^=tab]:checked ~ [id^=tab-content] {

    display: block;

}

.tab-content{

  z-index: 2;

  display: none;

 padding-top:10px;

  position: absolute;

  /*top: 35px;*/

  left: 0;

}



#twitter_div {

	background-image: url('img/twitterBG.html');

	background-repeat: no-repeat;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	border-bottom-color: #5AA5BC;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 0.9em;

	margin-top:10px;

	padding-top: 30px;

	padding-right: 5px;

	padding-left: 5px;

}

 

#twitter_div ul li {

	color: #0C93BA;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	border-bottom-color: #A1E8F7;

}

 

#twitter_div ul li a {

	text-decoration: none;

	color: #DDA84E;

}

 

#twitter_div ul li a:hover {

	text-decoration: none;

	color: #D78E42;

}

 

#twitter_div p {

	text-align: right;

	padding-right: 6px;

	padding-bottom: 10px;

}