/*----------------------------------------------
= reset
================================================ */
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{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus {outline:0;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
/*----------------------------------------------
= lifters
================================================ */
/* self-clear floats */
.group:after { 
  clear: both; 
  content: "\0020"; 
  display: block; 
  height: 0; 
  overflow: hidden; 
  visibility: hidden; 
}

/* IE 7 self-clear floats */
*:first-child+html .group,
*:first-child+html div.article-body,
*:first-child+html #wrap {
  min-height: 1px;
}


/* Image Floating */
.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }
.center {text-align: center;}

/* Image floating without padding/margin */
.left-noPad { float: left; }
.right-noPad { float: right; }

.centered { display: block; margin: 0 auto; }

a, img a { border: none; }

.framed { border: 1px solid #999; }

.hide { display: none; }

.clear { clear:both; }

.brclear { 
  clear:both; 
  height:0; 
  margin:0; 
  font-size: 1px; 
  line-height: 0;
} 

/* Dropcap effect */
.dropcap {
  float:left;
  /*color:#0c796a;*/
  font-size:80px;
  line-height:50px;
  padding: 2px 0 2px 0;
  font-family: "Times New Roman", Times, serif;
} 

.rc { 
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.shadow {
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
  -o-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
  box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}

/* nav access
============================ */
ul#nav-access{position:absolute;left:-9999px;top:-9999px;}

/* site search 
============================ */
/*form#siteSearch{}*/

/* forms
============================ */
fieldset.hidden-fields { border: 0; padding: 0; margin: 0; }
