/*
	Current version: 1.0
	
	Site: Anonyma Alkoholister
	www: www.aa.se
	Author: Robert Hedman, robert.hedman@atrox.se
	Notes: This file contains the rules of the basic structure and navigation of the site.
	------------------------------------------------------------------
*/



html, body, form, fieldset, textarea, input
{
	margin: 0;
	padding: 0;
	font: 100%/1.3 trebuchet ms, tahoma, Arial, Helvetica, sans-serif;
}
select, textarea, input
{
	
}
html body
{ 
	font-size: 76%;
}

h1, h2, h3, h4, h5, h6 {font-family: trebuchet ms, tahoma, Arial, helvetica, Sans-Serif;margin: .4em 0 .5em 0;}
h1 {font-size: 2.4em;margin: 0.2em 0 .2em 0;}
h2 {font-size: 1.6em;margin:.4em 0 .5em 0;}
	h2:first-letter{text-transform:uppercase;}
h3 {font-size: 1.2em;margin:.2em 0 0  0;} 
h4{font-size: 1.1em;font-weight: bold;}
h5{font-size: 1em;font-weight: bold;}
h6 {font-size: 1em;font-weight: bold;font-style:italic}

p {padding: 0;margin: 0 0 1.1em 0;}

a {color: #b11b00;text-decoration: none;outline:transparent;}
	a:hover {text-decoration: underline;}

form label {font-size: .916em;}
input, select, textarea {font-size: 100%;padding: 2px;}
fieldset {border: none;}
hr {
	border: 0;
	height: 0;
	border-top:1px solid #d9cac0;
	clear:both;
	float:none;
}

li {margin: 0 0 .5em 0;}

img {border: 0;}

blockquote {margin: 0;padding: 0 0 0 0;font-size: 1.3em;font-weight:normal;}

/* Styles accessed trough TinyMCE */
.imgLeft
{
	margin: 0 15px 15px 0;
	display: block;
	float: left;
}
.imgRight
{
	margin: 0 0 15px 15px;
	display: block;
	float: right;
}

.pdf
{
	background:url(../images/common/pdf.gif) no-repeat;
	padding:0 0 0 20px;
}
