/* @override http://spaltet.no/wp-content/themes/spaltet/style.css */

/*
Theme Name: ALLCHRISTOPHER (as a blog)
Theme URI: http://allchristopher.com
Description: Tidenes beste blogg/onlinemagasin
Version: 1.0
Author: Ole Sandholt & Christopher Morch Husby
*/



@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* @group Utilities */
	
.post_content p{
	margin-bottom: 10px;
	}

#login {
	position: absolute;
	right: 0px;
	}
	

/* @end */

/* @group Structure */

body {
	font-family: 'Arial';
	color: #000000;
	font-size: 12px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f5f5f5;
	}

.post p {
	line-height: 150%;
	margin-bottom: 10px;
	}

/* #background_top {
	margin: auto;	
	height: 1162px;
	width: 100%;
	background-image: url(style/img/bgtop.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	position: absolute;
	top: -30px;
	} */



#outer_wrapper {
	width: 916px;
	height: auto;
	margin: auto;
	z-index: 1;
	}

#content_wrapper {
	width: 916px;
	}

#header {
	float: left;
	width: 916;
	height: 88;
	}
	
#navbar li {
	display: inline;
	}

#sidebar_left {
	float: left;
	width: 380px;
	height: 525px;
	background-image: url(/wp-content/themes/pia/style/layout/pia-left.jpg);
	}

#content {
	float: left;
	width: 420px;
	height: 480px;
	background: #ffffff;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 30px;
	}

#border-left {
	float: left;
	width: 28px;
	height: 525;
	background-image: url(/wp-content/themes/pia/style/layout/border-left.jpg);
	}

#border-right {
	float: left;
	width: 28px;
	height: 525;
	background-image: url(/wp-content/themes/pia/style/layout/border-right.jpg);
	}

#footer {
	width: 860;
	height: 28px;
	}

/* @group Layout */

h1 {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 24px;
	/*text-transform: uppercase;*/
	color: #333333;
	text-decoration: none;
	margin-bottom: 0px;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

h2 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	/*text-transform: uppercase;*/
	color: #333333;
	text-decoration: none;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 0px;
	}

h3 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	/*text-transform: uppercase;*/
	color: #333333;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 0px;
	text-transform: uppercase;
	}

/* @group Links */

a {
	text-decoration: none;
	color: #333333;
	}

.post_content a{
	font-family: Tahoma, Arial, Helvetica;
	color: black;
	}

.metaline a:hover {
	background-color: #e8e9ef;
	cursor: pointer;
	}

.read_more {
	color: #ffffff;
	background-color: #666666;
	}


/* @end */
