/* Reset File as implimented by www.redinko.com */

@media all {
  
  /* For HTML5 Elements */	
  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  
  audio:not([controls]) { display: none; }

  [hidden] { display: none; }

  /* Fix for IE6&7 when body font-size is set using em units */     
  html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

  html, button, input, select, textarea { font-family: sans-serif; color: #333;}

  body { margin: 0; background: #fff; color: #333; font-size: 1em; line-height: 1.4; font-family: Helvetica, sans-serif; }  
  
  a {color: #0088cc; text-decoration: none;  }

  a:hover {  color: #005580;  text-decoration: underline;  }

 /******************************************************************************
  ** Remove text-shadow in selection highlight:                               **
  ** These selection declarations have to be separate                         **
  ** Also: hot pink! (or customize the background color to match your design) **
  ******************************************************************************/  
  
  ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
  ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 

  /* Typography */
  p { color:#333; font-size:0.8em; line-height: 1.6; font-family: Helvetica, sans-serif; padding:0 0 10px 0; margin:0;}
  
  abbr[title] { border-bottom: 1px dotted; }

  b, strong { font-weight: bold; }

  blockquote { margin: 1em 40px 0 40px; }

  dfn { font-style: italic; }

  hr { display: block; height: 1px; border: 0; border-top: 1px dashed #999999; margin: 1em 0 0 0; padding: 0 0 1em 0; }

  ins { background: #ff9; color: #000; text-decoration: none; }

  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }


  /* RSet monospace & font family */
  pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }


  /* Improve readability of pre-formatted text in all browsers */
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

  q { quotes: none; }
  q:before, q:after { content: ""; content: none; }

  small { font-size: 85%; }  

  /* Position subscript and superscript content without affecting line-height */
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; } 

  /* Reset styles for lists */
  ul, ol { margin: 1em 0; padding: 0;}
  
  li { font-size:0.75em; line-height:1.5em; color:#333; padding: 0 0 5px 0; list-style:none;}
  
  dd { margin: 0 0 0 40px; }
  

/* Reset styles for html headings*/

  h1,h2,h3,h4,h5,h6 {
	font-family:"klavika-web-condensed","Arial Narrow","Arial","Verdana",sans-serif;
	color:#333;
    letter-spacing: 0pt;
    word-spacing: 1pt;
	font-weight:normal;
	padding:0;
	margin:0;
  }

  h1 { font-size: 2em; text-transform:none;}            
  h2 { font-size: 1.5em; }   									
  h3 { font-size: 1.17em; }   									 
  h4 { font-size: 1em; }   											 
  h5 { font-size: 0.83em; }   										
  h6 { font-size: 0.75em; }   											                  


 /* Sets images to be 100% of their div */	
	
 img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  }
  
  
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   position:relative;
   }

.fade:hover {
    opacity: 0.6;
    position:relative;
}


  /* Clearfix for clearing floats */
  
  .clearfix:before {
    content:"";
	display:table;
  }
  
  .clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
	}

  .clearfix {
    zoom: 1;
  } /* IE 5.5/6/7 */
  
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
