@charset "utf-8";
/**
* Cascading Style Sheet for Sugarmood Home
*
* @author	Johan Steen
* @date		15 September 2009
* @contact	http://www.artstorm.net/
*/

/* Reset Elements */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, a, fieldset, table, td, th, tr {
	margin: 0; padding: 0; border: 0; outline: none;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ul, ol { list-style: none; }
img { border: 0; }

/* Init the Common Elements */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fffdee;
	font-size: 14px;
	line-height: 1;
	color: #bf311a;
}

/* Clearfix */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
} 
* html .clearfix {
	height: 1%;
}

/* 02 - MAIN STRUCTURE
/* ----------------------------------------------*/
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0 0 20px 0;
	background-color: #141914;
}
#flashcontent {
	width: 800px;
	height: 470px;
	margin: 0;
}
#textarea {
	width: 460px;
	float: left;
	margin: 0px 0px 0 20px;
	padding: 10px 20px 0px 0px;
	border-right: 1px solid #bf311a;
}
#nya_produkter {
	margin: 20px 0 0 0;
	padding: 0;
}
#sidobar {
	width: 255px;
	margin: 0;
	padding: 0 15px 0 20px;
	float: right;
}
p {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}
#sidobar p {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 7px 0;
}
#textarea p a {
	font-size: 16px;
}
.latestblog {
	margin: 0 0 20px 0;
	padding: 0;
}
a {
	color: #bf311a;
	text-decoration: none;
}
a:hover {
	color: #bf311a;
	text-decoration: underline;
}
#sockerrabatt {
	float: right;
}	

/* =h1 Gör alla huvudrubriker röda, feta och kursiverade i Georgia.
-------------------------------------------------------------------- */
h1, h1 a, h1 a:hover {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}


h2 {
	margin: 0;
	paddding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

h3 {
	margin: 20px 0 8px 0;
	paddding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}


h2 a { text-decoration: underline; }

/* Bilderna på senaste varorna
-------------------------------------------------------------------- */
a img {
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #fff;
}

/* =clear Used when floats needs to be cleared. With IE fix.
-------------------------------------------------------- */
.clear {
	clear: both;
	line-height: 0px;
}

/* Inställningar för den nedre menyn
-------------------------------------------------------------------- */
#nedremeny {
	color: #bf311a;
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	margin: 50px 0 0 20px;
}

#nedremeny a {
	color: #bf311a;
	text-decoration: none;
}

#nedremeny a:hover {
	color: #bf311a;
	text-decoration: underline;
}
