/*
Theme Name: mattisaas3
Theme URI: http://mattisaas.no/
Description: Tredje versjon av mattisaas.no.
Author: Mattis Hovden Aas
Version: 1.0
*/

@charset "utf-8";

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;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
blockquote {
	quotes: none;
	background:url(images/blockquote.png) no-repeat;
	margin:25px 0px;
	padding:0px 50px;
	color:#787878;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

p {
	margin-bottom:20px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* BODY */

body {
	line-height:1;
	background:url(http://mattisaas.no/wp-content/themes/mattisaas3/images/top-border.png) repeat-x, url(http://mattisaas.no/wp-content/themes/mattisaas3/images/bg.png);
	-pie-background:url(http://mattisaas.no/wp-content/themes/mattisaas3/images/top-border.png) repeat-x, url(http://mattisaas.no/wp-content/themes/mattisaas3/images/bg.png);
	behavior:url(http://mattisaas.no/wp-content/themes/mattisaas3/css3pie/PIE.htc);
}

/* PAGE */

#wrapper {
	margin:0px auto;
	width:800px;
	background:url(images/wrapper-bg.png) repeat-y;
	text-align:center;
}

a.logo {
	margin-top:22px;
	opacity:0.3;
	float:right;
	-o-transition-delay: 0;
	-o-transition-duration: 0.2s;
	-o-transition-property: opacity;
	-o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	-moz-transition-delay: 0;
	-moz-transition-duration: 0.2s;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition-delay: 0;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

a.logo:hover {
	opacity:1;
}

#content {
	float:left;
	width:510px;
	margin:60px 0px 75px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#525252;
	line-height:19px;
}

#content .entry-content {
	clear:both;
	margin-bottom:30px;
}

#content .entry-content a {
	color:#3e3e3e;
	text-decoration:underline;
}

#content .entry-content a:hover {
	color:#7b911b;
	text-decoration:none;
}

hr {
	float:left;
	height:2px;
	width:510px;
	background:url(images/hr.png) #ffffff;
	border:0px;
	margin:50px 0px 50px 0px;
}

#content .comments-bubble a {
	color:#7b911b;
	text-decoration:none;
}

#content .comments-bubble a:hover {
	color:#525252;
}

#content .comments-bubble {
	float:right;
}

#content .comments-icon {
	float:left;
	border:0px;
}

#content .comments-number {
	margin-left:2px;
	line-height:15px;
	font-size:14px;
	font-weight:bold;
	color:#7b911b;
}

#content .read-more {
	float:left;
	font-weight:bold;
}

#content .read-more a {
	color:#3e3e3e;
	text-decoration:none;
}

#content .read-more a:hover {
	color:#7b911b;
}

#content .date {
	float:right;
	font-size:11px;
	color:#999999;
	text-shadow:#ffffff 0px 1px 0px;
}

#content .entry-meta {
	float:left;
	width:500px;
	padding:5px;
	margin-bottom:10px;
	background:#fafafa;
	border-top:solid 3px #efefef;
	border-bottom:solid 3px #efefef;
	color:#999999;
	font-size:11px;
	text-transform:uppercase;
}

#content .entry-meta a {
	color:#999999;
	text-decoration:underline;
}

#content .entry-meta a:hover {
	color:#999999;
	text-decoration:none;
}

#content .entry-social {
	float:left;
	width:500px;
	padding:5px;
	margin-bottom:10px;
	background:#dee3c6;
	border-top:solid 3px #7b911b;
	border-bottom:solid 3px #7b911b;
	font-size:10px;
	margin-bottom:30px;
}

#content .entry-social a {
	text-decoration:none;
	font-weight:bold;
	color:#525252;
}

#content .entry-social a:hover {
	color:#7b911b;
}

#content table td {
	padding:3px 5px 3px 5px;
	border:solid 2px #b2b2b2;
	background:#ffffff;
}

#content img {
	border:solid #efefef 5px;
}

#content ul li {
	margin:0px 0px 5px 13px;
	list-style:circle;
}

#content ol {
	margin-bottom:20px;
}

#entry ol li {
	margin:0px 0px 5px 20px;
	color:#3e3e3e;
}

#comments ol li {
	list-style:none;
}

.archive-content {
	clear:both;
	font-size:15px;
}

.archive-content ul li {
	list-style:square;
}

.archive-content a {
	color:#525252;
	text-decoration:none;
}

.archive-content a:hover {
	color:#7b911b;
	text-decoration:underline;
}


/* SIDEBAR */

#sidebar {
	float:left;
	width:225px;
	margin:50px 0px 0px 65px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
	font-size:14px;
}

#sidebar ul {
	margin-bottom:33px;
	line-height:22px;
}

#sidebar ul li {
	list-style:none;
}

#sidebar .about {
	line-height:22px;
	margin-bottom:33px;
}

#sidebar a {
	color:#7b911b;
	text-decoration:none;
}

#sidebar a:hover {
	color:#525252;
}


/* HEADERS */

h1 {
	float:left;
	font-size:29px;
	color:#525252;
	margin-bottom:15px;
}

h2 {
	font-size:20px;
	color:#7b911b;
	letter-spacing:-1px;
	margin-bottom:8px;
}

h3 {
	font-size:18px;
	color:#3e3e3e;
	letter-spacing:-1px;
	margin-bottom:5px;
}


h1 a, h2 a {
	color:#7b911b;
	text-decoration:none;
}

h1 a:hover, h2 a:hover {
	opacity:0.85;
}

#sidebar h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}


/* MENU */

#menu {
	margin-top:22px;
	float:left;
}

#menu ul li {
	list-style:none;
	float:left;
	margin-right:25px;
}

#menu a {
	color:#cdd5a8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:#ffffff 0px 1px 0px;
}

#menu a:hover {
	color:#7b911b;
}


/* SEARCHFORM */

#searchform .s {
	background:#fafafa;
	width:175px;
	padding:5px;
	border:solid 1px #d2d2d2;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior:url(http://mattisaas.no/wp-content/themes/mattisaas3/css3pie/PIE.htc);
	color:#688036;
	margin-bottom:33px;
}

#searchform .s:focus {
	background:#ffffff;
	font-weight:bold;
	color:#435222;
}


/* COMMENTS */

#comments {
	margin-top:30px;
}

#comments .author {
	margin-top:30px;
	background:#dee3c6;
	border-top:solid 3px #7b911b;
	border-bottom:solid 3px #7b911b;
}

#comments ol li {
	padding:5px;
	margin-bottom:25px;
	background:#fafafa;
	border-top:solid 3px #efefef;
	border-bottom:solid 3px #efefef;
	color:#525252;
	font-size:14px;
	box-shadow:1px 1px 3px #6e6e6e;
	-moz-box-shadow:1px 1px 3px #6e6e6e;
	-webkit-box-shadow:1px 1px 3px #6e6e6e;
	behavior:url(http://mattisaas.no/wp-content/themes/mattisaas3/css3pie/PIE.htc);
}

#comments .text {
	float:left;
	width:400px;
}

#comments p {
	margin-bottom:10px;
}

#comments .avatar {
	float:right;
}

#comments .name {
	clear:both;
	font-size:12px;
	font-weight:bold;
}

#comments a {
	color:#525252;
	text-decoration:underline;
}

#comments a:hover {
	color:#7b911b;
	text-decoration:none;
}

#comments form input, #comments form textarea {
	padding:6px;
	margin:5px 5px 5px 0px;
	border:solid 1px #999999;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2f2f2f;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior:url(http://mattisaas.no/wp-content/themes/mattisaas3/css3pie/PIE.htc);
}

#comments form input:focus, #comments form textarea:focus {
	font-weight:bold;
	border:solid 1px #7b911b;
}

#comments #submit {
	background:#dee3c6;
}

#comments #submit:hover {
	cursor:pointer;
	border:solid 1px #7b911b;
}

#comments #comment {
	width:496px;
}


/* PAGINATION */

#pagination {
	clear:both;
}

#pagination a.current {
	background:#cdd5a8;
}

#pagination a {
	text-align:center;
	padding:5px 10px;
	background:#fafafa;
	border:solid 1px #d2d2d2;
	text-decoration:none;
	color:#7b911b;
	margin:5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior:url(http://mattisaas.no/wp-content/themes/mattisaas3/css3pie/PIE.htc);
}

#pagination a:hover {
	background:#cdd5a8;
	border:solid 1px #7b911b;
}

/* FOOTER */

#footer {
	clear:both;
	background:url(http://mattisaas.no/wp-content/themes/mattisaas3/images/footer-pattern.png), url(http://mattisaas.no/wp-content/themes/mattisaas3/images/footer.png) repeat-x;
	-pie-background:url(http://mattisaas.no/wp-content/themes/mattisaas3/images/footer-pattern.png), url(http://mattisaas.no/wp-content/themes/mattisaas3/images/footer.png) repeat-x;
	behavior:url(http://mattisaas.no/wp-content/themes/mattisaas3/css3pie/PIE.htc);
	height:170px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#272e08;
	text-shadow:#98b325 0px 1px 0px;
	line-height:22px;
	letter-spacing:-1px;
}

#footer-content {
	margin:0px auto;
	width:800px;
	text-align:left;
}

#footer-content .footer-box-1 {
	float:left;
	width:270px;
	padding-left:10px;
	margin-top:20px;
}

#footer-content .footer-box-2 {
	float:left;
	width:290px;
	margin-top:20px;
	padding-right:30px;
}

#footer-content .footer-box-3 {
	float:left;
	width:200px;
	margin-top:20px;
	/*background:url(http://mattisaas.no/wp-content/themes/mattisaas3/images/footer-content-bg.png);*/
}

#footer-content ul li {
	color:#39440c;
	list-style:square;
}

#footer a {
	color:#39440c;
	text-decoration:none;
}

#footer a:hover {
	color:#272e08;
}
