html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:11px;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
p.error{color:#b20000;font-weight:700;}
.b{font-weight:700;}
.clear{border:medium none;clear:both!important;float:none!important;content:".";display:block;font-size:0!important;height:0!important;line-height:0!important;visibility:hidden;margin:0!important;padding:0!important;}
html,body,input,textarea{font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;}
.cright{clear:right;}
.cleft{clear:left;}
.center{text-align:center;}
img.inline{display:inline;float:none;margin:0 2px -3px 0;}
.fl,.left,.fleft{float:left;}
.fr,.right,.fright{float:right;}

body,
#content
{
    background:#f5f5f5;
}
body
{
	background:#1a1a1a;
}
h1, h2, h5
{
    font-family:"Myriad Pro","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}
h1
{
    color:#1065c4;
    font-size:27px;
    padding:0px 0px 15px 0px;
    letter-spacing:-1px;
}
h2
{
    color:#1065c4;
    font-size:20px;
    line-height:26px;
    padding:10px 0px 15px 0px;
    font-weight:normal;
}
h3
{
    
}
h4
{
    color:#666262;
    font-size:15px;
    line-height:22px;
    font-weight:bold;
}
h5
{
    color:#1065c4;
    font-size:22px;
}
p
{
    color:#646464;
    padding:5px 0px 10px 0px;
    font-size:13px;
    line-height:22px;
}

/* The tab itself */

#followTab {

  /* No bullets */
  list-style: none;
  list-style-type: none;

  /* Position and float the tab */  
  position: fixed;
  z-index: 1;
  right: 0;
  top: 180px;
  
  /* Give the tab width and padding */
  width: 29px;
  /* padding: 8px 5px;*/
  
  /* Add the curved white border */
 /* border: 3px solid #fff;
  border-right: none;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;*/
  
  /* Add the drop shadow */
 /* -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);*/
  
  /* Add the semitransparent gradient background */
/*  background: rgba(239, 91, 10, .75);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, .75), rgba(255, 255, 255, .75));
  background: -webkit-gradient( linear, left top, left bottom, from( rgba(255, 255, 255, .75) ), to( rgba(255, 255, 255, .75) ) );
  background: linear-gradient(top, rgba(255, 255, 255, .75), rgba(255, 255, 255, .75));
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr='#FFF', endColorStr='#FFF', GradientType=0 );*/
}

/* Items within the tab */

#followTab li {
  margin: 25px 0 0 0;
  line-height: 0;
}

#followTab li:first-child {
  margin-top: 0;
}

/* General style for buttons within the tab */

#followTab a {
  display: block;
  width: 29px;
  background-image: url("../img/follow-tab-buttons.png");
}

#followTab a span {
  position: absolute;
  top: -999em;
}

/* "Newsletter" button */

#followTab a.newsletter {
  height: 16px;
  background-position: 0 0;
}

#followTab a.newsletter:hover {
  background-position: 0 -16px;
}

/* "RSS" button */

#followTab a.rss {
  height: 110px;
  background-position: 0 -229px;
}



/* "Twitter" button */

#followTab a.twitter {
  height: 113px;
  background-position: 0 -116px;
}



/* "Facebook" button */

#followTab a.facebook {
  height: 116px;
  background-position: 0 0px;
}

/* The tab itself */

#followTab2 {

  /* No bullets */
  list-style: none;
  list-style-type: none;

  /* Position and float the tab */  
  position: fixed;
  z-index: 1;
  right: 0;
  top: 340px;
  
  /* Give the tab width and padding */
  width: 29px;
  /* padding: 8px 5px;*/
  
  /* Add the curved white border */
 /* border: 3px solid #fff;
  border-right: none;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;*/
  
  /* Add the drop shadow */
 /* -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .6);
  box-shadow: 0 0 7px rgba(0, 0, 0, .6);*/
  
  /* Add the semitransparent gradient background */
/*  background: rgba(239, 91, 10, .75);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, .75), rgba(255, 255, 255, .75));
  background: -webkit-gradient( linear, left top, left bottom, from( rgba(255, 255, 255, .75) ), to( rgba(255, 255, 255, .75) ) );
  background: linear-gradient(top, rgba(255, 255, 255, .75), rgba(255, 255, 255, .75));
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr='#FFF', endColorStr='#FFF', GradientType=0 );*/
}

/* Items within the tab */

#followTab2 li {
  margin: 25px 0 0 0;
  line-height: 0;
}

#followTab2 li:first-child {
  margin-top: 0;
}

/* General style for buttons within the tab */

#followTab2 a {
  display: block;
  width: 29px;
  background-image: url("../img/follow-tab-buttons.png");
}

#followTab2 a span {
  position: absolute;
  top: -999em;
}

/* "Newsletter" button */

#followTab2 a.newsletter {
  height: 16px;
  background-position: 0 0;
}

#followTab2 a.newsletter:hover {
  background-position: 0 -16px;
}

/* "RSS" button */

#followTab2 a.rss {
  height: 110px;
  background-position: 0 -229px;
}



/* "Twitter" button */

#followTab2 a.twitter {
  height: 113px;
  background-position: 0 -116px;
}



/* "Facebook" button */

#followTab2 a.facebook {
  height: 116px;
  background-position: 0 0px;
}

