@charset "UTF-8";
/* -----==== Apps.no Styles, Copyright Apps AS 2010, espen@apps.no ====---- */


/* -----==== Reset all spacing ====---- */

* {
	margin: 0;
	padding: 0;
}
/* -----==== HTML tags ====---- */

body {
	background-image: url(../gfx/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ddd;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
/* -----==== Structure ====---- */

#Forsiden {
	background-image: url(../gfx/works/filmweb_stor.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#Selskapet {
	background-image: url(../gfx/company_body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrap {
	width: 942px;
	margin: 0 auto;
}
#wrap #content {
	padding-right: 3px;
	padding-left: 3px;
}
/* -----==== Campaign frontpage ====---- */

#wrap #frontpage-campaign {
	height: 404px;
	position: relative;
}
#frontpage-campaign h1 {
	font-size: 4em;
	font-weight: normal;
	color: #fff;
	text-shadow:#000 0px -1px 1px;
	position: absolute;
	left: 500px;
	top: 40px;
}
#frontpage-campaign div.campaign-content {
	position: absolute;
	top: 100px;
	left: 640px;
	width: 275px;
}
#frontpage-campaign p {
	color: #FFF;
	font-size: 1.6em;
	padding-bottom: 20px;
}
#frontpage-campaign a.read-more {
	font-size: 1.4em;
	color: #FFF;
	margin-left: 15px;
}
#frontpage-campaign a.appstore {
	display: block;
	height: 55px;
	width: 159px;
	background-image: url(../gfx/appstore.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	margin-top: 20px;
}
#frontpage-campaign a.appstore:hover {
	background-position: left bottom;
}
/* -----==== Main navigation ====---- */

#navbar {
	background-image: url(../gfx/navbar_bg.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	height: 66px;
}
#navbar #main-nav {
	list-style-type: none;
	margin-left: 125px;
}
#navbar #main-nav li {
	display: inline;
	margin-right: 0px;
}
#navbar #main-nav li a {
	color: #999;
	text-decoration: none;
	font-size: 1.4em;
	display: block;
	height: 39px;
	margin-top: 3px;
	float: left;
	padding-top: 21px;
	margin-right: 30px;
	text-shadow:#000 0px -1px 1px;
	font-weight: normal;
}
#navbar #main-nav li a:hover {
	color: #fff;
}
#navbar #main-nav li.current_page_item a, li.current_page_parent a {
	color: #fff;
	background-image: url(../gfx/mainnav_active_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navbar #main-nav .nav-external a {
	color: #595959;
	font-size: 1.2em;
	height: 40px;
	margin-top: 3px;
	padding-top: 23px;
	margin-right: 30px;
	font-weight: normal;
}
#navbar #main-nav .nav-external a:hover {
	color: #ccc;
}
#navbar #main-nav .nav-external.first a {
	background-image: url(../gfx/navbar_divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
/* -----==== Section header ====---- */

#section-header {
	margin-top: 30px;
}
#section-header h1 {
	font-size: 3.6em;
	color: #161616;
	font-weight: normal;
	padding-left: 10px;
	text-shadow:#fff 0px 1px 0px;
}
#Selskapet #section-header h1 {
	text-shadow:#60CEFF 0px 1px 0px;
}
#section-header h1 a {
	text-decoration: none;
	color: #161616;
}
#section-header h1 a:hover {
	text-decoration: underline;
}
#section-header .filter-nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	margin-top: 15px;
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
}
#section-header .filter-nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#section-header .filter-nav li a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#section-header .filter-nav li a:hover {
	background-color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#section-header .filter-nav li.active a {
	color: #fff;
	background-color: #161616;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#section-header .filter-nav li.current_page_item a {
	color: #fff;
	background-color: #161616;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

}


/* -----==== The real content ====---- */

#page-content {
	margin-top: 30px;
}
#page-content h1.punchline {
	font-size: 6em;
	font-weight: normal;
	text-align: center;
	color: #161616;
	text-shadow:#fff 0px 1px 0px;
}
#page-content .widgets {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#page-content .widgets div.widget {
	float: left;
	width: 292px;
	padding: 10px;
}
#page-content a.pice-of-work {
	float: left;
	height: 285px;
	width: 226px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color:#eee;
	display: block;
	text-decoration: none;
}
#page-content a.pice-of-work:hover {
	background-color:#161616;
}
#page-content a.pice-of-work:hover h2 {
	color:#fff;
	text-shadow:#000 0px -1px 1px;
}
#page-content a.pice-of-work:hover p {
	color:#fff;
}
#page-content a.pice-of-work.last {
	margin-right: 0;
}
#page-content .pice-of-work img {
	background-color: #CBCBCB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 170px;
	width: 226px;
}
#page-content .pice-of-work h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #161616;
	padding: 10px;
	text-shadow:#fff 0px -1px 1px;
}
#page-content .pice-of-work p {
	padding-left: 10px;
	padding-top: 50px;
	color: #666;
}
#page-content #left {
	width: 580px;
	float: left;
}
#page-content #right {
	width: 312px;
	float: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6c6c6;
}
/* -----==== Blog posts ====---- */

#entries .entry {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6c6c6;
	padding-top: 35px;
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 0px;
}
#entries .entry h2 {
	font-size: 3em;
	color: #161616;
	padding-bottom: 5px;
	font-weight: normal;
	text-shadow:#fff 0px 1px 0px;
	padding-left: 10px;
}
#entries .entry h2 a {
	color: #161616;
	text-decoration: none;
	font-weight: normal;
}
#entries .entry h2 a:hover {
	text-decoration: underline;
}
#entries .entry p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333;
	padding-bottom: 20px;
	padding-left: 10px;
}
#entries .entry img, object, embed {
	width: 560px;
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #c6c6c6;
}
#entries .entry a {
	text-decoration: none;
	font-weight: bold;
	color: #327cbb;
}
#entries .entry a:hover {
	text-decoration: underline;
	color: #000;
}
#entries .entry ul {
	margin-left: 40px;
	margin-bottom: 15px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333;
}
#entries .entry ol {
	margin-left: 40px;
	margin-bottom: 15px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333;
}
#entries .entry blockquote {
	margin-left: 20px;
	font-size: 1.6em;
	line-height: 1.5em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c6c6c6;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-right: 50px;
}
#entries .entry p.post-meta {
	font-size: 1.2em;
	color: #000;
	padding-bottom: 10px;
	padding-left: 10px;
}
#entries .entry .post-meta a {
	text-decoration: none;
	color: #666;
	padding-top: 2px;
	padding-right: 5px;
	-webkit-border-radius:5px;
	font-weight: normal;
	padding-left: 10px;
}
#entries .entry .post-meta a:hover {
	text-decoration: none;
	color: #327cbb;
}
#entries .entry h3 {
	font-size: 1.8em;
	padding-bottom: 10px;
}
/* -----==== Right col ====---- */

#right h3 {
	font-size: 1.8em;
	margin-top: 35px;
}
#right {
	font-size: 1.2em;
	margin-bottom: 5px;
}
#page-content #right ul.categories {
	list-style-type: none;
	margin-top: 20px;
	display: block;
	margin-right: 10px;
}
#page-content #right ul.categories li a em {
	font-style: normal;
	padding-left: 10px;
	font-size: 0.9em;
}
#page-content #right ul.categories li a {
	padding: 10px;
	display:block;
	text-decoration: none;
	font-size: 1.2em;
	color: #161616;
	text-shadow:#ddd 0px -1px 1px;
}
#page-content #right ul.categories li a:hover {
	background-color: #c6c6c6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#page-content #right ul.categories li.active a {
	background-color: #161616;
	padding: 10px;
	margin-bottom: 5px;
	display:block;
	color: #FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow:#000 0px -1px 1px;
}
/* -----==== Projects ====---- */

#project-header {
	background-color: #161616;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0b7ffe;
}
#project-header #project-header-content {
	width: 272px;
	float: right;
	color: #FFF;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#project-header #project-header-content h1 {
	font-size: 2.6em;
	padding-bottom: 20px;
	text-shadow:#000 0px -1px 1px;
}
#project-header #project-header-content h2 {
	font-size: 2em;
	padding-bottom: 20px;
	text-shadow:#000 0px -1px 1px;
}
#project-header #project-header-content .project-label {
	color: #999;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-shadow:#000 0px -1px 1px;
}
#project-header img {
	float: left;
	width: 624px;
}
#project-header a.appstore {
	display: block;
	height: 55px;
	width: 159px;
	background-image: url(../gfx/appstore.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	margin-top: 20px;
}
#project-header a.appstore:hover {
	background-position: left bottom;
}

/* -----==== Contact ====---- */

div.contact-board {
	background-color: #161616;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0b7ffe;
}
div.contact-board #project-header-content {
	width: 272px;
	float: right;
	color: #FFF;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
div.contact-board #project-header-content h1 {
	font-size: 2.6em;
	padding-bottom: 20px;
	text-shadow:#000 0px -1px 1px;
}
div.contact-board #project-header-content h2 {
	font-size: 2em;
	padding-bottom: 20px;
	text-shadow:#000 0px -1px 1px;
}
div.contact-board #project-header-content .project-label {
	color: #999;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-shadow:#000 0px -1px 1px;
}
div.contact-board img {
	float: left;
	width: 624px;
}
div.contact-board a.appstore {
	display: block;
	height: 55px;
	width: 159px;
	background-image: url(../gfx/appstore.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	margin-top: 20px;
}
div.contact-board a.appstore:hover {
	background-position: left bottom;
}


/* -----==== Kommentarer ====---- */

#comments {
	margin:0 0 0 10px;
}
ol.commentlist {
	margin:20px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;
}
ol.commentlist li {
	margin: 0;
	line-height:18px;
	padding:10px 0 10px 0;
}
ol.commentlist li .comment-author {
}
ol.commentlist li .comment-author .fn {
	color:#000;
}
ol.commentlist li .comment-author .avatar {
	float:right;
	border:1px solid #dddddd;
	background:#ededed;
	padding:3px;
}
ol.commentlist li .comment-meta {
	font-size:10px;
}
ol.commentlist li .comment-meta a {
	color: #327cbb;
	text-decoration:none;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	font-size: 1.4em;
	color: #161616;
}
ol.commentlist li .reply {
}
ol.commentlist li .reply a {
	background:#327cbb;
	color:#fff;
	text-decoration:none;
	padding:5px 10px;
}
ol.commentlist li .reply a:hover {
	background:#000;
	color:#fff;
}
ol.commentlist li.odd {
	border-top:1px solid #c6c6c6;
}
ol.commentlist li.even {
	border-top:1px solid #c6c6c6;
}
#comment-form {
	margin-top:20px;
}
#comment-form #respond {
}
#comment-form #respond h3 {
	font-size:24px;
}
#comment-form #respond #commentform {
	margin:0;
}
#comment-form #respond #commentform label {
	margin-left:10px;
	display:inline;
}
#comment-form #respond #commentform label small {
	font-size:10px;
	color:#a0a0a0;
}
#comment-form #respond #commentform textarea, #comment-form #respond #commentform input {
	margin-bottom:10px;
	padding:5px;
	margin:0 10px 10px 0;
	background:#f8f8f5;
	border-left:1px solid #d1cec6;
	border-top:1px solid #d1cec6;
	border-right:1px solid #edede8;
	border-bottom:1px solid #edede8;
}
#comment-form #respond #commentform input {
	width:400px;
}
#comment-form #respond #commentform textarea {
	width:560px;
}
#comment-form #respond #commentform input#commentSubmit {
	background-color: #161616;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px 15px 5px 15px;;
	width: auto;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow:#000 0px -1px 1px;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
}
#comment-form #respond #commentform input#commentSubmit:hover {
	background-color: #327cbb;
	color: #000;
	text-shadow:#327cbb 0px -1px 1px;
}
.comment-nav {
	clear:both;
	font-size:11px;
	overflow:hidden;
}
.alignleft, .alignright, .alignright, .alignleft {
	width:49%;
	overflow:hidden;
	padding:10px 0;
}
.alignright, .alignright {
	text-align:right;
}
/* -----==== Pagination ====---- */

.wp-paginate {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c6c6c6;
	border-bottom-color: #c6c6c6;
	margin-top: 15px;
	list-style-type: none;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.wp-paginate li {
	display: inline;
	padding-right: 25px;
	padding-left: 5px;
}
.wp-paginate li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.wp-paginate li a:hover {
	background-color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.wp-paginate li span.current {
	color: #fff;
	background-color: #161616;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
/* -----==== Footer ====---- */

#wrap #content #footer {
	margin-bottom: 50px;
	border: 1px solid #c6c6c6;
	background-color: #ddd;
	margin-top: 30px;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	color: #000;
}
#wrap #content #footer .footer-path {
	height: 28px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
}
#wrap #content #footer .footer-path a {
	color: #333;
	font-size: 1.2em;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
}
#wrap #content #footer .footer-path a:hover {
	text-decoration: underline;
}
#wrap #content #footer .footer-content dl {
	width: 170px;
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c6c6c6;
	padding-left: 10px;
	font-size: 1.2em;
	color: #333;
}
#wrap #content #footer .footer-content dl dt {
	font-weight: bold;
	padding-bottom: 5px;
}
#wrap #content #footer .footer-content dl dd {
	padding-bottom: 3px;
}
#wrap #content #footer .footer-content dl dd.basecamp a {
	background-color: #c6c6c6;
	padding: 8px 10px 8px 10px;
	color: #161616;
	margin-top: 5px;
	margin-bottom: 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width: 125px;
	display: block;
	font-weight: bold;
}
#wrap #content #footer .footer-content dl dd.basecamp a:hover {
	background-color: #161616;
	color: #fff;
}
#wrap #content #footer .footer-content .first {
	padding-left: 0px;
	border-left-style: none;
}
#wrap #content #footer .footer-content {
	padding: 15px;
}
#wrap #content #footer .copyright {
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6c6c6;
	font-size: 1.1em;
	color: #333;
}
/* -----==== Get Satisfaction ====---- */

div#gsfn_list_widget img {
	border: none;
}
div#gsfn_list_widget {
}
div#gsfn_list_widget a.widget_title {
	margin-bottom: 10px;
	font-weight: bold;
}
div#gsfn_list_widget .powered_by {
}
div#gsfn_list_widget .powered_by a {
	color: #333;
	font-size: 90%;
}
div#gsfn_list_widget div#gsfn_content ul {
	list-style-type: none;
	margin: 0;
}
div#gsfn_list_widget div#gsfn_content li {
	border-top-color: #c6c6c6;
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom:15px;
}
div#gsfn_list_widget div#gsfn_content li a {
	color: black;
	text-decoration: none;
}
327cbb
div#gsfn_list_widget div#gsfn_content li a:hover {
	color: black;
	text-decoration: underline;
}
div#gsfn_list_widget div#gsfn_content a.gsfn_link {
	line-height: 1;
}
div#gsfn_list_widget div#gsfn_content span.time {
	font-size: 90%;
	padding-left: 3px;
}
div#gsfn_list_widget div#gsfn_content p.gsfn_summary {
	margin-top: 2px
}
/* -----==== Misc. ====---- */

.clearboth {
	clear: both;
}