/*
Theme Name: Pias
Description:  design for piasweb.no
Version: 1.0
Authors: Jon Kristian Nilsen
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background: url("gfx/bg.jpg") repeat;
	color: #000;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 120%;
	}
	
#page {
	background: url("gfx/pias.jpg") no-repeat;
	width: 930px;
	height: 730px;
	margin: 0 0 0 50px;
	}

#meny {
	padding: 25px 0 0 0;
}
	
/*.tittel {
	float: left;
	width: 190px;
	height: 400px;
	margin: 60px 0 0 80px;
}*/

#header {
	height: 150px;
	width: 310px;
	margin: 0 0 0 30px;
}

#tittel {
	float: left;
	padding: 55px 0 0 45px;
	margin:0; padding:0;
	overflow:hidden;
	}
#tittel span {
	display: none;
	}

#tavle {
	float: right;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 190%;
}

#content {
	float: right;
	margin: 55px 0;
	width: 390px;
	}

.post {
	width: 280px;
	margin: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	}

.post h2, .entry p {

	}

.entry {overflow: auto; height: 250px; width: 285px;}
#footer {
	color: #fff;
	text-align: right;
	font-size: .9em;
	width: 930px;
	padding: 0 10px 0 0;
	}
	
/* Typografi */
h1 {
	color: #c3761b;
	font-size: 5em;
	}

h2 {
	color: #c3761b;
	font-size: 1.8em;
margin: 10px 0;
	}

p {
	font-size: 1.1em;
	line-height: 150%;
	margin: .5em 0;
	}

a {color: #c3761b; text-decoration: none;}
a:active {color: #c3761b;}
a:visited {color: #c3761b;}

.storebokstaver {text-transform: uppercase;}
