/* -----------------------------------*/
/* ---- SITE: www.strandhuset.nu ---*/
/* ---------- CSS Author: F ----------*/
/* ---------- (c) ShopSetup ----------*/
/* -----------------------------------*/


/* -----------------------------------*/
/* ----------->>> GENERAL <<<---------*/
/* -----------------------------------*/

body { margin: 0; padding: 0; background: #fff; font: 14px/1.5em Georgia, "Times New Roman", Times, serif; }
a { text-decoration: none; outline: none; color: #333; }
img {border: none; outline:none;}

/* -----------------------------------*/
/* --------->>> TYPOGRAPHY <<<--------*/
/* -----------------------------------*/
h1, h2, h3 {font-family: times, "Times New Roman", georgia, serif; margin:0; padding: 0; color:#fff; clear:both}
h1 { font-size: 2.0em; line-height: 40px; font-weight:normal; font-style:oblique;}
h2 { font-size: 1.6em; line-height: 40px; font-weight:lighter;font-style: oblique; padding:0;}
h3 { font-size: 1.4em; line-height: 40px; font-weight:normal; font-style: oblique; color:#eee; padding:0 0 0 10px; }
h4 { font-family: times, "Times New Roman", times-roman, georgia, serif; font-size: 18px; margin:0; padding: 0; font-weight: 700;}
h5 { font-family: times, "Times New Roman", times-roman, georgia, serif; font-size: 22px; margin:0 0 0 10px; padding: 0; font-weight:100;  }
p {font-family:  georgia, "Times New Roman",times, times-roman, serif;color:#fff; font-weight: normal; line-height:130%; font-size:16px; color:#ccc; padding-bottom:15px}
/* -----------------------------------*/
/* --------->>> PLACEMENT <<<---------*/
/* -----------------------------------*/

/* ----- CONTENT ----- */
#mainContainer { width:960px; margin:0 auto; padding:0;}

/* Header */
#header {background: #fff; height:130px;}

/* Body */
#body {}

#body div.messageBoard {width:650px; margin:0 auto; padding-bottom:50px;}
	#body div.messageBoard img {display:block; margin:0 auto; padding:0 0 35px;}
	#body div.messageBoard p {font-size: 2em; color:#666}
		#body div.messageBoard p span {color: #3b9cb4}

/* Footer */
#footer ul.contactbar {margin:0 auto}
#footer ul.contactbar li {width:960px; text-align:center; font-size:0.9em; color:#999; float:left}
	#footer ul.contactbar li span {font-size: 1.2em; color:#3b9cb4}
	#footer ul.contactbar li a {color:#3b9cb4;}

/* -----------------------------------*/
/* ----->>> GENERELLA .CLASS <<<------*/
/* -----------------------------------*/

.fLeft { float:left; }
.fRight { float:right; }
.mLeft {margin-left:10px;}
.mRight {margin-right:10px;}
.pLeft {margin-left:10px;}
.pRight {margin-right:10px;}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 