/* @override http://localhost:8888/wp-content/themes/mlf/style.css */

/*
Theme Name: Sigarett Publish
Theme URI: http://www.sigarett.com/
Description: Sigarett Publish pakke tilpasset kunde. Dette temaet ser ut som Wordpress default inntil man begynner &aring; jobbe p&aring; det
Version: 1.0
Author: Eivind Figenschau Skjellum
*/


/* Begin Typography & Colors */

html {

}

body {
	font-family: myriad, "myriad pro", tahoma, lucida, arial, sans-serif;
	font-size: 62,5%;
	background: url(images/bg-tile.jpg) top center;
}


/* --------------------- TYPOGRAPHY STYLING -------------------------- */

p {
	font-size: 1.1em;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

h1#logo {
	width: 360px;
	height: 157px;
	overflow: hidden;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	text-transform: uppercase;
}

p {
	margin-bottom: 0.7em;
	line-height: 1.3em;
}

a {
	color: #007ac2;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: #f15d2f;
}

#navigation a:hover {
	color: #007AC2 !important;
}

/* -------------------- MAIN STRUCTURAL ELEMENTS --------------------- */

#outerwrap {
	width: 960px;
	margin: 0 auto;
}

#bgwrap {
	background: url(images/mainbg.jpg) top center no-repeat;
	height: 1100px;
}

#content {
	clear: left;
	float: left;
	margin-top: 15px;
}

.forside #content {
	margin-top: 10px;
}

#bottom-section {
	float:  left;
	clear:  left;
	margin-top: 10px;
}

.left-col {
	background: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 4px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0, 0.1);
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0, 0.1);
	float: left;
	width: 330px;
	padding: 25px;
	clear: left;
	margin: 0 0 15px 0;
}

.right-col {
	background: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 4px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0, 0.1);
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0, 0.1);
	float: right;
	width: 520px;
	margin: 0 0 10px 10px;
	padding: 25px;
}

.box {
	margin-bottom: 0.6em !important;
}

#footer {
	float: left;
	clear: left;
	height: 80px;
}

#header {
	position: relative;
}



/* --------------------- HEADER STYLING -------------------------- */

#logo img {
	margin: 20px 0 0 34px;
	float: left;
}



/* --------------------- FOOTER STYLING -------------------------- */

#footer {
	font-size: 10px;
	color: gray;
	font-family: tahoma, sans-serif;
	background: white;
	height:15px;
	margin: -5px 0 100px 390px;
	padding:10px 0 10px 30px;
	width:541px;
	box-shadow: 3px 3px 4px #ddd;
	-webkit-box-shadow: 3px 3px 4px #ddd;
	-moz-box-shadow: 3px 3px 4px #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

#footer .logo {
	position: absolute;
	right: 20px;
	top: 10px;
}

#footer .siggfooter {
	margin: 30px 3px 0 0;
	text-align: center;
}

#footer .siggfooter .sep {
	margin: 0 8px;
}

#footer .siggfooter a {
	color: gray;
}

#footer .siggfooter a:hover {
	text-decoration: underline;
}


/* --------------------- NAVIGATION STYLING -------------------------- */

a:hover {
	text-decoration: none;
}

a img {
	text-decoration: none;
}


a.readmore {
	text-decoration: none;
}

a.readmore:hover {
	text-decoration: underline;
}


#navigation {
	position: absolute;
	top: 100px;
	left: 415px;
	width: 560px;
}

#smallmenu {
	margin:  0 12px 0 4px;
	padding: 0 0 20px 0;
}

#smallmenu li {
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	color: #999;
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	border-left: 1px solid silver;
}

#smallmenu li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

#smallmenu li a {
	color: #484848;
	text-decoration: none;
}

#smallmenu li.current-menu-item a {
	font-weight: bold;
	color: black;
}

#smallmenu li a:hover {
	color: #a02701;
}


#smallmenu li.sep {
	margin: 0 10px;
}

#mainmenu {
	float: left;
	clear: left;
	margin:4px 12px 0 0;
	width: 100%;
}

#mainmenu li {
	float:  left;
	display: block;
	padding: 8px 14px;
	margin:  0 10px 6px 0;
	background: white;
	box-shadow: 3px 3px 4px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0, 0.1);
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0, 0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#mainmenu li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#mainmenu li a:hover {
	color: #a02701;
}

#mainmenu li.current-menu-item a {
	color: #007AC2;
}



/* --------------------- TYPOGRAPHY STYLING -------------------------- */

h2 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dotted #b5b5b5;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

h2 em {
	font-weight: 200;
}



/* ------------------------ LIST STYLING ----------------------------- */

#content li {
	list-style: url(images/dash.png) outside;
	line-height: 1.4em;
	margin:0 0 0.1em 20px;
	color: #666;
}



/* --------------------- MAIN SECTION STYLING ------------------------ */

#maler-hvordan {
	padding:26px 25px 27px;
	margin-bottom: 0;
}

#maler-hvordan h2 {
	padding-bottom: 7px;
	margin-bottom: 1em;
	text-align: center;
	padding: 0 0 0.2em 0;
}

#maler-hvordan h3 {
	border-top: 1px dashed silver;
	padding-top: 1em;
	margin-top: 1em;
	text-align: right;
	font-size: 14px;
}

#maler-hvordan h3 a {
	color: gray;
}

#maler-hvordan h3 a:hover {
	color: #007AC2;
}


#maler-hvordan img {
	margin: 0 auto;
	display: block;
}

#maler-hvordan li {
	border-bottom: 1px dotted #b5b5b5;
	padding: 20px 0 50px 0;
	list-style: none;
	float: left;
	clear: left;
	display: block;
	height: 16px;
	width: 215px;
	background-repeat: no-repeat;
	background-position: 7px 6px;
	margin: 0;
	font-size: 15px !important;
}


#content #maler-hvordan ul {
	margin: 0 !important;
}

#maler-hvordan h2 {
	margin-bottom: 0;
	text-align: left;
}

#maler-hvordan li {
	padding-left: 2%;
	background: none;
	clear: left;
	width: 98%;
	margin: 0 !important;
}

#maler-hvordan li p {
	line-height: 3.5em;
	font-size: 1em;
	color: #333;
}

#maler-hvordan span {
	background: url(images/gray-arrow.png) no-repeat;
	width: 28ffpx;
	height: 15px;
	display: block;
	color: white;
	float: left;
	font-size: 11px;
	padding-left: 7px;
	line-height: 17px;
	margin: 17px 13px 0 0;
	width: 28px;
}

#maler-hvordan img {
	float: left;
	margin: 0 15px 0 0;
}


#maler-hvordan a h2 {
	color: black;
}

#maler-hvordan a:hover h2 {
	color: #007AC2;
}

#maler-hvordan a:hover .readmore {
	text-decoration: underline;
}


/*
#maler-hvordan li.stage1 {
	background-image: url(images/malespann-1.png);
	}

#maler-hvordan li.stage2 {
	background-image: url(images/malespann-2.png);
	}

#maler-hvordan li.stage3 {
	background-image: url(images/malespann-3.png);
	background-position: 0 10px;
	padding: 48px 0 48px 115px;
	}
	*/

#mainvideo {
	width: 522px;
	height: 312px;
	display: block;
}

#videobox {
	margin-bottom: 0;
}



/* - HVA GJØR EN MALER? - */

#maler-hva {
	padding-bottom: 20px;
}

#maler-hva h2 {
	margin-bottom: 0;
}

#maler-hva .video {
	float:  left;
	clear: left;
	border-bottom: 1px dotted #b5b5b5;
	width: 100%;
}

#maler-hva .video a {
	padding: 15px 0;
	display: block;
	text-decoration: none;
}

#maler-hva .video a:hover {
	background: #f2f2f2 url("images/video-bg-hover.png") bottom right;
}

#maler-hva .video a:hover .title {
	color: #a02701;
}

#maler-hva .video-thumbnail {
	float: left;
	margin-right: 20px;
}

#maler-hva .video .title {
	font-size: 17px;
	margin-top: 30px;
	font-weight: normal;
	float: left;
	color: black;
	width: 300px;
	line-height: 1.3em;
}

#maler-hva .video.longtitle .title {
	margin-top: 23px;
}


#maler-hva .video a .button {
	background: url(images/btn-arrow.png) 0 31px;
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin: 27px 10px 0 0;
}

#maler-hva .video a:hover .button {
	background-position: 0 0;
}

#maler-hva .video.last {
	border-bottom: none;
}




/* - HVORFOR BLI MALER? - */

#maler-hvorfor li {
	margin-left: 17px;
}


/* ------------------------ GENERAL STYLING -------------------------- */

a.readmore, p.readmore {
	color: #8d8d8d;
	font-size: 12px;
	float: right;
	margin: 10px 0 0 0;
}



/* ------------------------- REMEMBER LIST --------------------------- */
/*                                                                     */
/*              Create reset.css, subpage.css, core.css                */
/*                                                                     */
/* ------------------------- REMEMBER LIST --------------------------- */
