@charset "UTF-8";

/* -----------------------------------
Site:       The Balloon Shop
CSS author: Russ Weakley
Updated:	Date here
Updated by: Date here
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li { list-style: none; }

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

/* -----------------------------------
elements
----------------------------------- */

body
{
	color: #000;
	background: #fff;
	font: 90%/1 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 .5em;
	color: #c40000;
}

h1 {
	font-size: 200%;
	text-align: center;
	color: #FFF;
}
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

p
{
	margin: 0 0 1.5em;
	line-height: 1.4;
}

a:link {
	color: #FFF;
}
a:visited { color: #04214b; }

a:focus
{
	color: #000;
	outline: thin dotted;
}

a:hover { color: #000; }
a:active {
	color: #0F3;
}

.content-gutter ol
{
	line-height: 1.4;
	padding: 0 0 1.5em 40px;
}

.content-gutter ul
{
	line-height: 1.4;
	padding: 0 0 1.5em 20px;
}

.content-gutter li { margin: 0 0 .3em; }

.content-gutter ul li
{
	padding: 0 0 0 20px;
	background: url(../_images/bullet_red8px.gif) no-repeat 0 .3em;
}

/* -----------------------------------
layout
----------------------------------- */

.container
{
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10;
	background-color: #C40000;
	clear: both;
	height: 60px;
	margin-top: 8px;
}
.primary-nav { }

.content-container
{
	clear: both;
	padding: 20px 0 0;
}

.content-gutter {
	float: left;
	width: 450px;
	margin-left: 110px;
	margin-bottom: 20px;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #89cd00;
	padding-right: 20px;
}

.section-nav
{
	float: left;
	width: 250px;
	margin-left: 30px;
	background-color: #999;
	padding-left: 50px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 15px 15px 20px 5px rgba(0,0,0,.2);
	margin-bottom: 50px;
}
.sidebar-content {
	float: left;
	width: 350px;
	margin-left: 30px;
}

.content
{
	float: left;
	width: 540px;
}

.sidebar
{
	float: left;
	width: 200px;
}

.footer {
	clear: both;
	background-color: #C40000;
	text-align: center;
	height: 30px;
	padding-top: 8px;
}
.footer p {
	font-size: 80%;
	color: #FFF;
}

/* -----------------------------------
header
----------------------------------- */

/* -----------------------------------
search-form
----------------------------------- */

/* -----------------------------------
primary-nav
----------------------------------- */

/* -----------------------------------
section-nav
----------------------------------- */

.section-nav li { display: inline; }

.section-nav a
{
	display: block;
	margin: 2px 0 0;
	color: #fff;
	text-decoration: none;
	background-color: #999;
}

.section-nav span
{
	display: block;
	padding: 7px 10px;
}

.section-nav a:hover {
	background-color: #89CD00;
}
.section-nav a:focus {
	outline: white thin dotted;
}
.section-nav ul ul a {
	background-color: #000;
}
.section-nav ul ul span {
	padding: 5px 5px 5px 25px;
}
.current a {
	background-color: #C40000;
}


/* -----------------------------------
footer
----------------------------------- */

/* -----------------------------------
box
----------------------------------- */

/* -----------------------------------
colors
----------------------------------- */

/* -----------------------------------
classes
----------------------------------- */

.structural
{
	position: absolute;
	left: -500em;
}

.gutter { margin-left: 20px; }
.container .content-gutter .punkttext {
	background-color: #E8E8E8;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.container .sidebar-content p {
}
.sagtom {
	font-size: 120%;
	font-style: italic;
	color: #C40000;
}
.citatsagtom {
	font-size: 95%;
	font-style: italic;
	color: #333;
}
.citatperson {
	font-size: 90%;
	font-style: normal;
	font-variant: normal;
	color: #333;
}
.rödversal {
	color: #C40000;
}
.container .content-gutter p a {
	color: #C40000;
}
.menybackground {
	background-color: #C40000;
}
