 
 .toggle  h4   {float: left; width: 100%; border-top: none; padding: 20px 0;}
 .toggle  h4 img {float: left; margin: 0 10px 0 0;width: 20px; height: 20px;}
.toggle h3 span {float: left; width: 15px; font-size: 13px;}
.toggle {float: left; width: 100%; margin: 0px 0 20px 0;} 


/* twitter */ 
.twitter {float: left; width: 100%; margin: 0 0 20px 0;}
.twitter ul li a.tweet_avatar {float: left; margin:  10px 10px 0 0; width: 20px; padding: 0; overflow: visible; }
.twitter ul li a.tweet_avatar img {float: left; width: 20px; height: 20px;} 
.twitter ul li span.tweet_time a { float: left; font-weight: normal; font-size: 9px; margin : 0px 0 0 0; 
padding-bottom: 0;}
.twitter ul li span.tweet_text {float: left; margin: -10px -30px 0  30px;width: 100%; padding: 0; font-weight: normal; font-size: 11px; }
.twitter ul li {float: left; width: 100%; margin: 0 0 10px 0;}

/* RAW */
p.raw {float: left; margin: 0 0 0px 0;  font-size: 11px; cursor: auto;
font-family: Courier New, Courier, monotype; line-height: 22px; font-weight: bold;
color: #000F55;} 


/* separator */
.separator {float: left; width: 100%; border-bottom: 1px solid #e9e9e9; margin: 20px 0;}

 
/* ------- Fluid Columns ------- */
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,
.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ overflow: hidden; float:left;
 margin-right:4%; margin-bottom: 20px;}
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.last{float: left; margin-right:0 !important; clear:right; padding: 0;}
.clearboth {clear: both;}
 
/* button */
a.button, input#submit { -webkit-transition: all 250ms linear;  
-moz-transition: all 250ms linear;
-ms-transition: all 250ms linear;
-o-transition: all 250ms linear;
transition: all 250ms linear; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter: alpha(opacity=100); 
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  opacity: 1; font-weight: normal;

}
a.button:hover, input#submit:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
  filter: alpha(opacity=50); 
  -moz-opacity: 0.5; 
  -khtml-opacity: 0.5; 
  opacity: 0.5;
text-decoration: none;
}








/* SLOGAN*/

p.slogan {color: #00B4FF; float: left; font-size: 18px; border-bottom: 1px solid #eee; border-top: 1px solid #eee;
 line-height: 24px; font-style: italic; width: 100%; 
text-align: center; margin: 0 0 0px 0; padding: 20px 0 ;}





