/*   
Theme Name: Smiley
Theme URI: http://nullnullsju.net
Description: Theme for nullnullsju.net
Author: Jonas Knutsen
Author URI: http://jonasknutsen.com
Version: 1
*/

@media screen {

/*
Reset
*****
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	font-weight: normal;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*
Hovedstil
*********
*/


.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { 
	background:#fff;	
}

html {
	text-align:center;
}

body { 
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:left;
	font-family: 'Ubuntu', Arial,"libra sans",sans-serif;
	font-size:14px;
	font-weight: 300;
	background:#DBDAAA;
}

#header {
	background:#785B4C;
	position:relative;
	z-index:2;
	clear:both;
	width: 100%;
	height:100px;
	background-image:url('images/nullnullsju-header-background.png');
	padding: 0px;
	margin: 0px;
	box-shadow:5px 5px 20px #000;
	-webkit-box-shadow:5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	/*box-shadow:inset 0 0 20px #000;
	-webkit-box-shadow: inset 0 0 20px #000;
	-moz-box-shadow: inset 0 0 20px #000;*/
}

#header #logo img{
	float:left;
}

#hovedmeny ul {
	margin-top: 0px;
}

#hovedmeny li {
	display: inline; 
	font-size: 1.3em;
}

#hovedmeny ul li a {
	text-decoration:none;  
	margin: 4px;
	padding: 5px 20px 5px 20px;
	/*background: #D9A975;*/
	background: #fff;
	box-shadow:-5px 5px 10px #905102;
	-webkit-box-shadow:-5px 5px 10px #905102;
	-moz-box-shadow: -5px 5px 10px #905102;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	color:#905102;
}

#hovedmeny ul li a:hover {
	color: #fff;
	background: #905102; 

}

#content {
	width: 980px;
	padding: 10px;
}

#footer {
	clear:both;
	background:#785B4C;
	/*position:relative;*/
	/*z-index:2;*/
	width: 994px;
	/*height:150px;*/
	/*background-image:url('/sirkus/wp-content/uploads/2012/01/From-Russia-with-Love-banner1.png');*/
	padding: 0px;
	margin: 0px;
	box-shadow:5px 5px 20px #000;
	-webkit-box-shadow:5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	padding: 3px;
}

#footer-sidebar {
	margin-left: 35px;
}

#footer-sidebar a {
	color: #FFF5B3;
}

#footer-sidebar1 {
	float:left;
	width:220px;
	margin-right: 10px;
}

#footer-sidebar2 {
	float:left;
	width:220px;
	margin-right: 10px;
}

#footer-sidebar3 {
	float:left;
	width:220px;
	margin-right: 10px;
}

#footer-sidebar4 {
	float:left;
	width:220px;
}

#copyright {
	clear:both;
	text-align: center;
}

#copyright a{
	color:#FFF5B3;
}

#sidebar {
	background-color: #8A5124;
	padding: 5px;
	box-shadow:5px 5px 20px #000;
	-webkit-box-shadow:5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
}

#sidebar a {
	color: #FFF5B3;
}

.widget {
	margin-bottom: 10px;
}

#twitter-2 li{
	margin-bottom: 10px;
}

#blog_subscription-2 {
	border: 1px solid black;
	padding: 2px;
}

h1 { 
	font-size: 2em;
	padding-top: .5em;
	padding-bottom: .5em;
	/*background: linear-gradient(#ae4e1e 0%, #ae4e1e 45%, #fff 46%, #fff 54%, #ae4e1e 54%, #ae4e1e 100%);*/
}

h1 span {
	background; #ae4e1e;
	padding: 0 20px;
}

h1.liste-h1 {
	padding-top: 0em;
}
h2 { 
	font-size: 1.5em;
}
h3 { 
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	}
h4 { }

p { 
	margin-bottom: 1em;
}
p.breadcrumb { 
	margin-bottom: .1em;
}
a {
	color:#785B4C;
	text-decoration:none;
}
a:hover { 
	text-decoration:underline;
} 

strong {
	font-weight:bold;
}

blockquote { }
blockquote p { }

ul, ol { }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

.alignleft {
	float:left;
	margin:3px;
}

.alignright {
	float:right;
	margin:3px;
}

.aligncenter {
	margin:0 auto;
	display: block;
}

.wp-caption-text {
	font-size:.8em;
	font-style: italic;
}

.clear {
	clear: both;
}

.endret {
	font-style: italic;
	font-size: .8em;
	margin-top: -1em;
}
.endret-arkiv {
	font-style: italic;
	font-size: .8em;
}

ul.sidekart-innrykk {
	margin-left:20px;
}

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { 
	float:right;
	width:200px;
}

#single-main {
	float:left;
	width:750px;
}

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

#forside_wrapper {
	margin-left:9px;
}

.boxgrid
{ 
	width: 240px; 
	height: 120px; 
	margin:2px; 
	float:left; 
	background:#161613; 
	border: solid 1px #8399AF; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p
{ 
	padding: 0 10px; 
	color:#FFF;  
	/*font:1em "Lucida Grande", Arial, sans-serif; */
}
.boxgrid a:link, .boxgrid a:visited, .boxgrid a:active, .boxgrid a:hover
{
	color:#FFF;
}
.boxgrid h3
{ 
	margin: 2px 2px -2px 2px; 
	color:#FFF; 
	font-size:1.1em; 
	letter-spacing:-1px; 
	font-weight: bold;  
}
.boxgrid-large
{ 
	width: 240px; 
	height: 240px; 
	margin:2px; 
	float:left; 
	background:#fff; 
	border: solid 1px #8399AF; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid-large img
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid-large p
{ 
	padding: 0 10px; 
	color:#000;  
	/*font:1em "Lucida Grande", Arial, sans-serif; */
}

.boxgrid-large h3
{ 
	margin: 122px 10px -12px 10px; 
	color:#000; 
	font-size:1.1em; 
	letter-spacing:-1px; 
	font-weight: bold !important;  
	text-align:left;
}
.boxgrid-large a:link, .boxgrid-large a:visited, .boxgrid-large a:active, .boxgrid-large a:hover
{
	color:#000;
}
.boxcaption
{ 
	float: left; 
	position: absolute; 
	background: #666;
	height: 120px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption 
{
	top:120px;
	left:0px;
}

.postgrid
{ 
	width: 240px; 
	height: 120px; 
	margin:2px; 
	float:left; 
	background:#fff; 
	border: solid 1px #8399AF; 
	overflow: hidden; 
	position: relative; 
}
.postgrid p
{ 
	padding: 0 10px; 
	color:#000;  
	/*font:1em "Lucida Grande", Arial, sans-serif; */
	margin: 0;
	font-size:1em;
}
.postgrid a:link, .postgrid a:visited, .postgrid a:active, .postgrid a:hover
{
	color:#000;
	font-weight: bold;
	margin-bottom: 2px;
}
.postgrid h3
{ 
	margin: 2px 2px -2px 2px; 
	color:#000; 
	font-size:1.1em; 
	letter-spacing:-1px; 
	font-weight: bold;  
}


.postgriddate {
	font-size: 0.8em !important;
}

.forsideoverskrift {
	margin-top: 10px;
}

#tegneserieindeks-infokolonne {
	float:left;
	width:150px;
	border: solid 1px #8399AF;
	padding:3px;
}

#tegneserieindeks-hovedramme {
	float:right;
	width:800px;
}

#bok-infokolonne {
	float:left;
	width:250px;
	border: solid 1px #8399AF;
	padding:3px;
}

#bok-hovedramme {
	float:right;
	width:700px;
}

#bok-navigasjon {
	clear:both;
	width:100%;
	height:1000px;
	margin-left:45px;
}

.bok-cover-nav{
	padding:2px;
	width:95px;
	height:200px;
	font-size:.8em;
	float:left;
}

h1.sidetittel {
        visibility: hidden;
}

#sidenytt {
	width:80%;
	text-align: center;
	border: 5px solid red;
	margin: 0 auto;
	display: block;
	padding: 3px;
}

.spill-cover-nav{
	padding:2px;
	width:190px;
	height:170px;
	font-size:.8em;
	float:left;
}

#dataspill-navigasjon {
	clear:both;
	width:100%;
	height:1000px;
	margin-left:10px;
}

#brettspill-navigasjon {
	clear:both;
	width:100%;
	height:750px;
	margin-left:10px;
}

/* Twitter
--------------------------------------------------- */
.twitt
{
	float:left;
	font-family:"Courier New", Courier, monospace;
	word-wrap:break-word;
	width:155px;
	height:150px;
	margin-left: 1em;
	margin-right: 1em;
}
.twitt a:link, .twitt a:active, .twitt a:visited
{
color:#333;
text-decoration:none;
}
.twitt a:hover
{
color:#F00;
text-decoration:underline;
}
.twitt_tittel
{
	font-family:"Courier New", Courier, monospace;
	font-size: 2em;
	letter-spacing: -.1em;
	font-variant: small-caps;
	padding-top:1em;
	padding-bottom:.3em;
	margin-bottom: .2em;
}
.twitt_lenke
{
	text-align:right;
	position:relative;
	left:-100px;
	font-family:"Courier New", Courier, monospace;
	color:#333;
	font-weight:bolder;
	font-size:1.5em;
	letter-spacing: -.1em;
	font-variant: small-caps;
}
.twitt_lenke a
{
	color:#333;
}

#twitter-feed {
	clear:both;
	margin-left: 60px;
}

/* Filmer
--------------------------------------------------- */

#film-infokolonne {
	float:left;
	width:180px;
}

#film-infokolonne img {
	margin-left:10px;
}

#film-fakta {
	width:100%;
	border: 1px solid #666;
	padding:5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#film-hovedramme {
	float:right;
	width:750px;
}

#film-infokolonne dd {
	font-weight: bold;
}

#film-infokolonne h4 {
	font-weight: bold;
	text-align: center;
}

#filmmeny li
{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#filmtittel {
	text-align:center;
}

#film-navigasjon {
	clear:both;
	float:left;
	width:100%;
	/*height:1000px;*/
	margin-left:5px;
}

.film-poster-nav{
	padding:2px;
	width:125px;
	height:130px;
	font-size:.8em;
	float:left;
}

.film9000{
	float:left;
}

.film120h {
	margin-right: 130px;
}

.oss117-poster {
	width:247px;
	vertical-align:bottom;
	float:left;
	height:470px;
	padding:1px;
	text-align:center;
}
.a077-poster {
	width:247px;
	vertical-align:bottom;
	float:left;
	height:450px;
	padding:1px;
	text-align:center;
}

.coplan-poster {
	width:247px;
	vertical-align:bottom;
	float:left;
	height:460px;
	padding:1px;
	text-align:center;
}

.a3s3-poster {
	width:247px;
	vertical-align:bottom;
	float:left;
	height:480px;
	padding:1px;
	text-align:center;
}
.monocle-poster {
	width:247px;
	vertical-align:bottom;
	float:left;
	height:410px;
	padding:1px;
	text-align:center;
}
table.tabell, table.tabell th, table.tabell td {
	border: 1px solid black;
	padding: 3px;
}

#previous_posts_link{
	float: right;
	margin:10px;
	font-size: 2em;
	font-weight: bold;
}

#next_posts_link{
	float: left;
	margin:10px;
	font-size: 2em;
	font-weight: bold;
}

#next_posts_link a {
	color: #785B4C;
}

#post_navigasjon{
	width:100%;
	border: 1px solid #785B4C;
}

#next_post_link {
	float: right;
	width:400;
}

#previous_post_link {
	float:left;
	width:400px;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #785B4C;
	height: 1px;
	width: 80%;
	text-align: center;
}

iframe {
    display: block;
    margin: 0 auto;
    border: 0;
}

#gamlenyheter {
	border: 1px solid #785B4C;
	padding-top: 10px;
	text-align: center;
	width: 500px;
	margin: 3px auto;
}

#tegneseriehistorier-navigasjon {
	clear:both;
	float:left;
	width:100%;
	/*height:1000px;*/
	margin-left:5px;
}

.tegneseriehistorier-bilde-nav{
	padding:2px;
	width:125px;
	height:170px;
	font-size:.8em;
	float:left;
}

.tucked-corners {
	background: #fbfbfb;
	position: relative;
	box-shadow: 0 1px 25px hula(0,0%,0%,.2);
}

.tucked-corners:before, tucked-corners:after {
	background: #2d2d2d;
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	top: -25px;
	box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
}

.tucked-corners:before {
	left: -50px;
	transform: rotate(-45deg);
}

.tucked-corners:after {
	right: -50px;
	tranform: rotate(45deg):
}

#blogg-reklamebanner {
	margin: 0 auto;
	width: 730px;
	padding: 10px 0;
	border-top: 1px solid #785B4C;
	border-bottom: 1px solid #785B4C;
}

#blogg-reklamebanner-topp {
	margin: 0 auto;
	width: 730px;
	padding: 10px 0;
}

#blogg-reklamebanner-hoyre {
	margin: 0 auto;
	width: 190px;
	padding: 10px 0;
}

h4.annonse {
	font-style: italic;
}

.post p {
	font-size: 1em;
}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */