@charset "UTF-8";

/**********************************************************/
/**********************************************************/
/************* adam danielsson, slide.nu ******************/
/**********************************************************/
/**********************************************************/




/***************************************/
/************* COMMON ******************/
/***************************************/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #88B732;
	background: #afb732;
}
#container {
	width: 100%;
	background-color: #FFF;
}
#containerInner {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 50px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background: url(../media/img/body_bg.png) repeat-y;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#content {
	width: 955px;
	margin: 0 0 0 48px;
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
#content h1, #content h2, #content p {
	padding: 0 25px 0 25px;	
}
#content h2 {
	font-weight: 500;	
	margin-top: 0;
	color: #88B732;	
}
#mainContent {
	width: 640px;
	margin-left: 300px;
	padding-top: 5px;
}
#mainContent h3 {
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 0.2em;
	color: #4c4c4c;
}
#mainContent h3 a {
	color: #4c4c4c;	
}
#mainContent h4 {
	font-size: 0.9em;
	font-weight: 500;
	font-style: italic;
	margin: 0 0 2em 0;
	color: #333;
}
#mainContent h5 {
	font-size: 0.85em;
	font-weight: 600;
	color: #616161;
	margin-top: 1.9em;
	margin-bottom: 1em;
	padding: 0 0 0 0.4em;
}
#mainContent p {
	font-size: 0.8em;
	padding: 0 0 0 0.4em;
	color: #333;
	color: #474747;
	line-height: 1.5em;
}
#mainContent ul, #mainContent ol {
	padding: 0 0 0 0.4em;	
}

#mainContent a {
	color: #0099ff;
}
#mainContent a:hover {
	text-decoration: underline;	
}
#mainContent ul {
	list-style: none;
	font-size: 0.8em;
	color: #333;
	margin: 0 0 1em 0;
}
#mainContentInnerStd {
	width: 400px;
	float: left;
}
#mainContentInnerRight {
	width: 200px;
	float: left;
	padding-left: 40px;
}
#mainContentInnerRight ul li {
	display: inline;
	margin-right: 12px;
}
#breadcrumb {
	width: 955px;
	position: absolute;
	margin-top: -50px;
	
	text-align: right;
}
#breadcrumb p {
	font-size: 0.7em;	
}
ul#print {
	list-style: inside url(../media/img/printer.gif);	
}
strong {
	font-weight: 900;
	
}
strong.price {
	font-weight: 900;	
}
address {
	font-size: 0.75em;
	padding: 0 0 0 0.4em;
}
#mainContentInnerSuper {
	width: 600px;
}
#mainContentSuper {
	width: 905px;	
}
#mainContentSuper table {
	width: 905px;
	margin-left: 25px;
	padding: 0;
	border-collapse: collapse;
}	
#mainContentSuper table tbody {
	
}
#mainContentSuper table tbody.odd {
	
}
#mainContentSuper table tr {
	margin: 0;
	height: 3em;
}
#mainContentSuper table th {
	margin: 0;
	font-size: 1.2em;
	font-weight: 500;
	padding: 15px 30px 5px 15px;
	color: #88B732;
	color: #333;
}
#mainContentSuper table th.normal {
	background: #fff;	
}
#mainContentSuper table th.hth {
	font-size: 1em;	
	color: #333;
}
#mainContentSuper table tr td {
	padding: 15px 30px 5px 15px;
	margin: 0;
	font-size: 0.9em;
}
#categoryContent {
	width: 200px;
}

#mainNav  {
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: 48px;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul li {
	display: inline;
}

/* Makes browser preloading hover images to avoid flicker */
#mainNav ul li.recept {
	background-image: url(../media/img/menu/recept_hover.gif);
}
#mainNav ul li.blogg {
	background-image: url(../media/img/menu/blogg_hover.gif);
}
#mainNav ul li.drycker {
	background-image: url(../media/img/menu/drycker_hover.gif);
}
#mainNav ul li.sortiment {
	background-image: url(../media/img/menu/sortiment_hover.gif);
}
#mainNav ul li.tillfallen {
	background-image: url(../media/img/menu/tillfallen_hover.gif);
}
#mainNav ul li.medlem {
	background-image: url(../media/img/menu/medlem_hover.gif);
}
#mainNav ul li.om {
	background-image: url(../media/img/menu/om_hover.gif);
}
#mainNav ul li.styrelsen {
	background-image: url(../media/img/menu/styrelsen_hover.gif);
}
#mainNav ul li.kontakt {
	background-image: url(../media/img/menu/kontakt_hover.gif);
}

#mainNav a {
	margin-right: 5px;
	width: 95px;
	height: 60px;
	display: block;
	float: left;
}
#mainNav a#recept {
	background-image: url(../media/img/menu/recept.gif);
}
#mainNav a#recept.active {
	background-image: url(../media/img/menu/recept_active.gif);
}
#mainNav a#recept:hover {
	background-image: url(../media/img/menu/recept_hover.gif);	
}
#mainNav a#blogg {
	background-image: url(../media/img/menu/blogg.gif);
}
#mainNav a#blogg.active {
	background-image: url(../media/img/menu/blogg_active.gif);
}
#mainNav a#blogg:hover {
	background-image: url(../media/img/menu/blogg_hover.gif);	
}
#mainNav a#drycker {
	background-image: url(../media/img/menu/drycker.gif);
}
#mainNav a#drycker.active {
	background-image: url(../media/img/menu/drycker_active.gif);
}
#mainNav a#drycker:hover {
	background-image: url(../media/img/menu/drycker_hover.gif);	
}
#mainNav a#sortiment {
	background-image: url(../media/img/menu/sortiment.gif);
}
#mainNav a#sortiment.active {
	background-image: url(../media/img/menu/sortiment_active.gif);
}
#mainNav a#sortiment:hover {
	background-image: url(../media/img/menu/sortiment_hover.gif);	
}
#mainNav a#tillfallen {
	background-image: url(../media/img/menu/tillfallen.gif);
}
#mainNav a#tillfallen.active {
	background-image: url(../media/img/menu/tillfallen_active.gif);
}
#mainNav a#tillfallen:hover {
	background-image: url(../media/img/menu/tillfallen_hover.gif);	
}
#mainNav a#medlem {
	background-image: url(../media/img/menu/medlem.gif);
}
#mainNav a#medlem.active {
	background-image: url(../media/img/menu/medlem_active.gif);
}
#mainNav a#medlem:hover {
	background-image: url(../media/img/menu/medlem_hover.gif);	
}
#mainNav a#om {
	background-image: url(../media/img/menu/om.gif);
}
#mainNav a#om.active {
	background-image: url(../media/img/menu/om_active.gif);
}
#mainNav a#om:hover {
	background-image: url(../media/img/menu/om_hover.gif);	
}
#mainNav a#styrelsen {
	background-image: url(../media/img/menu/styrelsen.gif);
}
#mainNav a#styrelsen.active {
	background-image: url(../media/img/menu/styrelsen_active.gif);
}
#mainNav a#styrelsen:hover {
	background-image: url(../media/img/menu/styrelsen_hover.gif);	
}
#mainNav a#kontakt {
	background-image: url(../media/img/menu/kontakt.gif);
}
#mainNav a#kontakt.active {
	background-image: url(../media/img/menu/kontakt_active.gif);
}
#mainNav a#kontakt:hover {
	background-image: url(../media/img/menu/kontakt_hover.gif);	
}
#mainNav a span {
	display: none;	
}

#secondNav {
	width: 185px;
	margin: 10px 0 0 36px;	
	float: left;
}
#secondNav ul.normal {
	list-style: none;
}
#secondNav ul.normal li {
	font-size: 0.9em;
	padding: 0 0 8px 5px;
	margin: 8px 0 0 0;
	border-bottom: 1px solid #88B732;
	border-bottom: 1px solid #eaf7d1;
}
#secondNav ul.normal li ul li {
	padding: 0 0 0 5px;
	margin: 8px 0 0 0;
	border: none;
	font-size: 0.8em;
}
#footer {
	width: 100%;
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 3px solid gray;
	color: #fff;
	background: url(../media/img/footer_bg.gif) repeat-x;
}
#footer a {
	color: #fff;	
}
#footer a:hover {
	color: #333;	
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.7em;
}
#footerLogos {
	display: block;
	margin-top: 5px;
	margin-bottom: -14px;
}
.clear {
	clear: both;	
}

img {
	border: none;
	outline: none;
}

ul {
	margin: 0; 
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
a {
	outline: none;	
}
a, a:active, a:visited {
	text-decoration: none;
	color: #4c4c4c;
}
a:hover {
	color: #0099ff;
}
/***************************************/





/***************************************/
/************* START PAGE **************/
/***************************************/
#start #header {
	padding: 0 0 0 0px;
	margin: 0;
	height: 522px;
}
#start #bodyBgLeft {
	width: 50%;
	height: 522px;
	margin: 0;
	padding: 0;
	position: absolute;
	background: url(../media/img/header_bg_start2_left.jpg) repeat-x;
}
#start #bodyBgRight {
	width: 50%;
	height: 522px;
	margin-left: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	background: url(../media/img/header_bg_start2_right.jpg) repeat-x;
}
#memberBadge {
	position: absolute;	
	top: 381px;
	left: 5px;
}
#memberBadge2 {
	margin-top: 40px;	
}
#startProducts ul {
	list-style: none;
}
#startProducts ul a {
	
}
#startProducts ul li {
	display: inline;
	float: left;
	margin:0; 
	width: 237px;
}
#startProducts ul li ul {
}
#startProducts ul li ul li {
	clear: both;
	text-align: center;
	font-size: 0.8em;
}

#startBox {
	width: 955px;
	background: url(../media/img/start_entries_bg.jpg) no-repeat;
	background-color: #88B732;
	margin-top: 40px;
	padding: 30px 0 30px 0;
	float: left;
	color: #fff;
}
#startBox h2 {
	margin-top: 0;
	color: #fff;
}
#startBox p {
	margin-bottom: 0.4em;	
}
#startBox a {
	color: #fff;	
}
#startBox a:hover {
	color: #000;
}
#startBox p.author {
	font-size: 0.7em;
	margin-bottom: -1.2em;
	color: #333;
}
#startBox p {
	margin-bottom: 1em;
}

#startEntries {
	width: 475px;
	float: left;
}

#startRecipes {
	width: 475px;
	text-align: right;
	float: left;
}
/***************************************/



/***************************************/
/************* STANDARD PAGE ***********/
/***************************************/
#standard #bodyBgLeft {
	width: 50%;
	height: 350px;
	margin: 0;
	padding: 0;
	position: absolute;
	background: url(../media/img/header_bg_standard2_left.jpg) repeat-x;
}

#standard #bodyBgRight {
	width: 50%;
	height: 350px;
	margin-left: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	background: url(../media/img/header_bg_standard2_right.jpg) repeat-x;
}
/***************************************/






/***************************************/
/************* BLOG PAGE *************/
/***************************************/
#blogContent {
	margin: 0;
	padding: 0 0 0 0.4em;
}

#blogContent ul {
	list-style: url(../media/img/bullet_gray.gif);
	margin-left: 1.7em;
}
#blogContent ul li {
	margin-bottom: 0.2em;	
}
#blogContent ol {
	font-size: 0.8em;
	color: #474747;
	margin-left: 2.5em;
}
#blogContent ol li {
	margin-bottom: 0.2em;	
}
.blogHeader {
	margin-left: -0.3em;	
}
#blogContent p {
	padding: 0;	
}
#blogContent h3 {
	
}
#blogContent img {
	margin-top: 1em;
}
#blogContent .postAuthor {
	margin: 10px 0 20px 0;
	padding: 0;
	height: 60px;
}

#blogContent .postAuthor img, #blogContent .postAuthor p {
	float: left;
	
}
#blogContent .postAuthor p {
	margin: 5px 0 0 5px;
}
#blogContent .postAuthor p .author {
	color: #88B732;
}
#blogContent .postAuthor p .date {
	color: #9f9f9f;
	font-size: 0.9em;
	font-style: italic;
}
#blogContent .postAuthor img.author {
	border: 3px solid #ccc;	
	margin-top: 0;
	margin-left: 3px;
}
#blogContent .postAuthor img.authorArrow {
	padding-top: 10px;
	margin-top: 0;
	margin-left: -2px;
}
#blogContent .blogFooter {
	background-color: #5c4f4f;
	background: #f5f5f5;
	margin-top: 1em;
	margin-bottom: 2.5em;
	width: 600px;
}
#blogContent .blogFooter img {
	float: left;
	margin: 5px 0 5px 5px;
}
#blogContent .blogFooter p {
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 0.7em;
}
#comments {
	margin-bottom: 2em;	
}
#comments .comment {
	width: 390px;
	background: #f5f5f5;
	margin-bottom: 1em;
	padding: 5px;
}
#comments .comment p.commentAuthor {
	margin-bottom: 0;
}
#comments .comment p.commentDate {
	font-size: 0.6em;
	margin-bottom: 0.6em;
}
#comments .comment p.content {
	font-size: 0.75em;	
}
#comments .comment .name {
	font-weight: 600;	
}
.comment .date {
	font-size: 0.8em;
	margin-bottom: 2em;
}
.comment p {
	margin: 0 0 0.8em 0;	
}

p.caption {
	font-size: 0.7em;
	font-style: italic;
	margin-top: -1.2em;
}
h6 {
	font-size: 0.7em;
	font-style: italic;
	margin-top: -1.2em;
	font-weight: normal;
}
.blogPost {
	margin-bottom: 6em;
}
.blogPost ul li {
	margin-bottom: 0.2em;	
}

/***************************************/





/***************************************/
/************* TEASER BOXES *************/
/***************************************/
#mainContent .latestEntriesBox a, 
#mainContent .latestEntriesBox a:active,
#mainContent .latestEntriesBox a:visited {
	color: #4c4c4c;	
}
#mainContent .latestEntriesBox a:hover {
	text-decoration: none;	
	color: #0099ff;
}
#mainContent .latestEntriesBox H5 {
	margin: 50px 0 1em 0;
}
#mainContent .latestEntriesBox ul {
	list-style: none;
}	
#mainContent .latestEntriesBox ul li {
	margin: 0;
	margin: 5px 0 5px 0;
	padding: 2px 2px 2px 5px;
	background: #a0d201;
	background: #f5f5f5;
	border-bottom: 1px inset #333;
	border-bottom: 1px solid #eaf7d1;
	display: list-item;
}
/***************************************/







/***************************************/
/************* PRODUCTS PAGE *************/
/***************************************/
#allProducts {
	width: 600px;
}
#allProducts h4 {
	margin: 80px 0 0 20px;	
}
#allProductsul a {
	font-size: 0.8em;	
}
#allProducts ul {
	list-style: none;
	
	padding: 0;
}
#allProducts ul li {
	display: inline;
	padding: 0;
	margin:0; 
	margin-bottom: 120px;
	margin-right: 20px;
	width: 124px;
	float: left;
}
#allProducts ul li ul {
	height: 100px;
	padding: 0;
	float: left;
}
#allProducts ul li ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
}
#productDetails img#product {
	float: left;	
}
#productDetails ul.clock {
	padding-top: 40px;
}
#productDetails ul.clock li {
	font-size: 0.9em;
	padding-left: 0;
	padding-top: 10px;
	height: 25px;
}
#productDetails ul.clock li img {
	float: left;
	margin-top: -6px;
	margin-right: 4px;
}
#productDetails ul.symbol li {
	display: inline;	
}
#mainContent ul.abstract {
	list-style: url(../media/img/bullet_gray.gif);
	margin-left: 1em;
}
#mainContent ul.abstract li {
	margin-bottom: 0.2em;	
}
#mainContent ul.details {
}
#mainContent ul.details li {
	margin-bottom: 0.2em;
}
/***************************************/








/***************************************/
/************* BOARD PAGE *************/
/***************************************/
#boardContactH {
	width: 600px;
	height: 200px;
	margin: 0;
}
#boardContact table {
	margin: 20px 0 0 0;	
	width: 600px;
}
#boardContact table th {
	text-align: right;	
	width: 170px;
	padding-right: 20px;
	font-size: 0.9em;
}
#boardContact table td {
	padding-bottom: 20px;
	font-size: 0.9em;
}
#boardContact table th, #boardContact table td {
	vertical-align: top;	
}
#boardContact img {
	float: left;
	margin-left: 5px;
}
#boardContact h3 {
	padding: 160px 0 0 193px;
}
/***************************************/








/***************************************/
/************* FORM ********************/
/***************************************/
#contactForm h5 {
	margin: 2em 0 -0.5em 0;	
}

fieldset {	
	width: 100%;
	margin: 0 0 0 -10px;
	padding: 0;
	border: none;
	font-size: 0.8em;
}
legend {
	margin-left: 2px;
	padding: 0 0 0 0;
}
#contactForm fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	margin: 15px 0 0 0;
	font-size: 1em;
}
#contactForm fieldset li {
	width: 100%;
	margin: 0;
	padding-bottom: 1em;
}
fieldset.submit {
	float: none;
	border-style: none;
	margin: 0;
	outline: none;
}

/* preload hover image to avoid flicker */
fieldset.submit {
	background: url(../media/img/formbutton_send_hover.gif) no-repeat center left;
}

#contactForm input#submit {
	float: left;
	background: transparent url(../media/img/formbutton_send.gif) no-repeat center left;
	border: none;
	width: 89px;
	height: 36px;
	outline: none;
	cursor: pointer;
	text-indent: -10000px;
	font-size: 0;
	display: block;
	line-height: 0;
}
#contactForm input#submit:hover {
	background: url(../media/img/formbutton_send_hover.gif) no-repeat center left;	
}
label {
	float: left;
}
.attention {
	color: #AF364F;	
}
.mailfeedback {
	color: #AF364F;
	margin-top: 50px;
}
fieldset input.text, fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#3c3c3c;
	width: 300px;
	border: 2px solid #eaf7d1;
}
p#mailresult {
	margin-top: 2em;
	color: #88B732;
	font-size: 1.1em;
}
/***************************************/
