/*
______________________________________________________________________
Global CSS for www.url.com
Version 0.1 / 01.01.07
(c) 2007
-
All imported stylesheets were developed by the author below unless 
stated otherwise.
___________________________________
Author: Henrik Rypkema
Email:  hello@heliosyn.net
Web:    www.heliosyn.net
-

*/

/* import stylesheets */
@import "core.css";
@import "custom.css";
@import "layout.css";
@import "forms.css";

/*links and colours*/
a, a:visited{text-decoration:underline;}
a:hover, a:active{text-decoration:none;}

  /* dark grey */
  .colour01, 
  .link01 a, .link01 a:visited     {color:#393939;}
  .link01 a:hover, .link01 a:active{color:#191919;}
  
  /* grey */
  .colour02,
  .link02 a, .link02 a:visited{color:#898989;}
  .link02 a:hover, .link02 a:active{color:#555555;}
  
  /* light grey */
  .colour03,
  .link03 a, .link03 a:visited{color:#aaaaa9;}
  .link03 a:hover, .link03 a:active{color:#e5e5e5;}
  
  /* red */
  .colour04,
  .link04 a, .link04 a:visited{color:#d11111;}
  .link04 a:hover, .link04 a:active{color:#990000;}
  

/* underlined links */
.dot-uline a, .dot-uline a:visited {text-decoration:none; border-bottom:1px dotted;}
.dot-uline a:hover, .dot-uline a:active{border-bottom:1px solid;}

.no-uline a, .no-uline a:visited {text-decoration:none; border:0 none;}
.no-uline a:hover, .no-uline a:active {text-decoration:underline;}

/* dissapearing text ie bug fix */
*html p, h1, h2, h3, h4, h5, h6 {position: relative;}