@charset "utf-8";
/* CSS Document */

/* Color scheme:
Orange: RGB 236,96,39 HEX: #EC6027 
Grey: #666666
*/

@import url("reset.css") all;
@import url("html5.css") all;
@import url("google.css") all;

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('CartoGothicStd-Book-webfont.eot');
    src: url('CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('CartoGothicStd-Book-webfont.woff') format('woff'),
         url('CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('CartoGothicStd-Bold-webfont.eot');
    src: url('CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {          
	background: url(background.jpg) no-repeat center top fixed;          
	-webkit-background-size: cover;          
	-moz-background-size: cover;          
	-o-background-size: cover;          
	background-size: cover;  
}
body {
	/*background-color: #333333;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 1920px 1200px; /* ipad tweak to stop scaling background */
	font-family: CartoGothicStdBook, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
	line-height: 1.2em;
}
strong {
	font-weight: normal;
	font-family: CartoGothicStdBold, Arial, Helvetica, sans-serif;
}

#floatingBox {
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-top: 10px; */
	border: 1px solid #999;
	box-shadow: 1px 1px 7px #999;
	-moz-box-shadow: 1px 1px 7px #999;
	-webkit-box-shadow: 1px 1px 7px #999;
	margin-bottom: 20px;
	width: 992px;
	position: relative;
	height: 828px;
}
header #left{
	background-image: url(sylvi-fosso.png);
	height: 180px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 457px;
	float: left;
	/* [disabled]border-top-style: none; */
	/* [disabled]border-right-style: none; */
	/* [disabled]border-bottom-style: none; */
	/* [disabled]border-left-style: none; */
	text-align: right;
	font-style: italic;
	padding-right: 30px;
	padding-top: 60px;
	line-height: 1.7em;
	/* [disabled]padding-bottom: 54px; */
	font-family: Arial, Helvetica, sans-serif;
}
header #right {
	background-color: #FFFFFF;
	height: 185px;
	float: left;
	width: 235px;
	/* [disabled]border-top-style: none; */
	/* [disabled]border-right-style: none; */
	/* [disabled]border-bottom-style: none; */
	/* [disabled]border-left-style: none; */
	text-transform: uppercase;
	color: #EC6027;
	font-family: CartoGothicStdBold, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	background-image: url(sylvi-fosso.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 270px;
	padding-top: 55px;
	line-height: 1.8em;
}
header #right h1 {
	font-family: CartoGothicStdBold, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

header #right img {
	padding-top: 10px;
	padding-left: 10px;
}


#divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	clear: both;
}
nav {
	height: 588px;
	width: 487px;
	background-color: #EC6027;
	font-family: CartoGothicStdBold, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/* [disabled]line-height: 1em; */
	position: relative;
	float: left;
}
nav ul {
	text-align: center;
	padding-top: 20px;
	letter-spacing: 0.1em;
}
nav ul li{
	display: inline;
}
#hjem nav ul li .mmhide_hjem{
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor: default;
}
#priser nav ul li .mmhide_priser {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor: default;
}
#bestilling nav ul li .mmhide_bestilling {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor: default;
}
#kart nav ul li .mmhide_kart {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor: default;
}


nav ul li a:link , nav ul li a:visited{
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}

nav ul li a:hover , nav ul li a:active, nav ul li a:focus{
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
nav footer {
	color: #FFFFFF;
	text-align: right;
	line-height: 1.7em;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 45px;
	padding-left: 30px;
	letter-spacing: 0.1em;
}
nav footer a:link , nav footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
nav footer a:hover {
	/* [disabled]color: #FFFFFF; */
	text-decoration: underline;
}

section {
	background-image: url(semi-transp-background.png);
	height: 523px;
	width: 445px;
	float: left;
	/* [disabled]background-color: #FFFFFF; */
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 45px;
	padding-left: 30px;
}
section #colOne {
	width: 220px;
	float: left;
	/* [disabled]padding-right: 15px; */
}
section #colTwo {
	width: 225px;
	float: left;
	/* [disabled]padding-right: 15px; */
}
section a:link , section a:visited{
	color: #666666;
	text-decoration: underline;
}
section a:hover , section a:active, section a:focus{
	text-decoration: none;
	color: #EC6027;
}


.overskriftOransje {
	font-family: CartoGothicStdBold, Arial, Helvetica, sans-serif;
	color: #EC6027;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.overskriftGrey {
	font-family: CartoGothicStdBold, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.mmhide_signatur {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
