/* --------------------------------------------------------------
GLOBAL.CSS

author:    Alexander Kinnunen
email:     alexander.kinnunen@gmail.com
website:   http://www.inspirationking.com/

If this stylesheet isn't located on
http://www.inspirationking.com/css/global.css,
something has gone wrong.

-------------------------------------------------------------- */

/* Import structure and theme */

@import "style.css";

/* =GENERAL RULES */

* {
border:none;
list-style:none;
text-decoration:none;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


h1,h2,h3,h4,h5,h6 {
font-weight:normal;
}

/* Clear floats */
.clear {
clear:both;
}

/* Link rules */

a {
text-decoration:underline;
}

a:hover {
text-decoration:underline;
}


/* -----------------------------------------------------------------------------*/

/* Hacks */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {
display:block;
}

* html .clearfix {
height:1%;
}