/*
	Current version: 1.0
	
	Site: GASP, www.gasp.nu
	Author: Robert Hedman, robert.hedman@atrox.se
	Notes: This file contains the rules of the Globals and Editor accessible classes of the site.
	------------------------------------------------------------------
*/


/* GLOBALS */

html, body, form, fieldset, textarea, input
{
	margin: 0;
	padding: 0;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	color:#000;
}
html body
{ 

}

h1, h2, h3, h4, h5, h6 , h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#d48f2b}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color:#eeeeee}
h1{margin-top:0;font-size:24px;}
h2{margin-bottom:5px;font-size:18px;}
h3 {margin-bottom:5px;font-size:14px;}
h4, h5, h6 {margin-bottom:5px;font-size:12px;}

p {font-size: 12px;line-height:16px;padding: 0;margin-top:5px;}

a {color: #d48f2b;text-decoration: none;outline:0;cursor:pointer;}
a:hover {color: #d48f2b;}

form label {}
input, select, textarea {color:#000 !important;padding:3px;}

.submit
{
	cusror:pointer;
	float:right;
}
fieldset {border: none;}

li {margin: 0 0 .5em 0;}

img {border: 0;}


/* ETC */

.clearFix
{
	height:0;
	font-size:0;
	line-height:0;
	clear:both;
	float:none;
}


/* Styles accessed trough TinyMCE */

.footerLink
{
	font-size:12px;
	display:inline-block;
	margin:10px 20px 23px 0;
	letter-spacing:0;
}

.imgLeft
{
	float:left;
	margin:10px 30px 30px 0;
}

.imgRight
{
	float:right;
	margin:10px 0 30px 30px;
}

