/* @override http://olesandholt.com/blog/wp-content/themes/ole/style.css */

/* @override http://olesandholt.com/blog/wp-content/themes/ole/style.css */


/*
Theme Name: Ole Sandholt - blog
Description: Ole Sandholts personlige blogg
Version: 0.2
Author: Ole Sandholt
*/

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

/* @group Structure */

.post ol {
	border: none;
}

body {
	background: url(style/images/bodybg.jpg) no-repeat ;
	font-family: 'Myriad Pro';
	font-size: 13px;
	color: #444444;
	}

#header {
	margin-top: 60px;
	background-image: url(style/images/olesandholt.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	margin-bottom: 12px;
	float: right;
	}
	
#outer_wrapper {
	width: 960px;
	margin: auto;
	}

#twitter_bar {
	width: 170px;
	float: left;
	height: 445px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
	}
	
	#twitter_bar span {
	background-image: url(style/images/fadefooter.png);
	width: 190px;
	height: 26px;
	display: block;
	position: absolute;
	bottom: 0px;	
	}


	#followme {
	width: 169px;
	height: 56px;
	background-image: url(style/images/followme.png);
	margin-bottom: 10px;
	}

#content_area {
	width: 760px;
	min-height: 445px;
	float: right;
	background-image: url(style/images/wallhole.png);
	background-repeat: no-repeat;
	margin-bottom: 40px;
	}

#recent_posts {
	height: 80px;
	position: relative;
	top: -25px;
	margin-left: 200px;
	
	}

	#recent_posts li {
		display: inline;
		height: 80px;
		}

	#recent_posts img {
		opacity: 0.5;
		}
	
	#recent_posts img:hover {
		opacity: 1;
		}




/* @end */

/* @group Posts
 */

.post {
	width: 760px;
	}

/*
.post img {
	margin-bottom: 60px;
	padding: 42px 0px 0px 56px;	
	}
*/

.post .size-medium {
	padding: 42px 0px 46px 56px;	

	}

.post p {
	margin-bottom: 8px;
	}

.frontimg {
	margin: 42px 0 0 56px;
}


/* .imagelink img:hover {
	position: relative;
	}

.imagelink span:hover {
	width: 100px;
	height: 100px;
	background-color: green;
	position: absolute;
	top: 10px;
	left: 10px;
	}

*/

.date {
	font-weight: normal;
	float: right;
	}



/* @end */

/* @group Links */

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

a:hover {
	text-decoration: underline;
	}

/* @end */

/* @group Twitter */

ul.twitter li {
	padding-bottom: 6px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 6px;
	}

#twitter_bar a {
	color: #787474;
}



/* @end */

/* @group Comments */

#comment_wrapper {
	margin-top: 20px;
	display: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	}

#comment_area {
	float: left;
	width: 400px;
	}

#add_comment_area {
	float: right;
	width: 320px;
	overflow: hidden;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	}

.comments_link {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	}

.submit_comment {
	border: 1px solid #c1c1c1;
	padding: 5px;
	background-color: white;
	margin-top: 10px;
	}

#comment_area li {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	}

.comment_author {
	text-transform: uppercase;
	font-weight: bold;
	}

.comment_date {
	font-size: 10px;
	}

/* @end */

/* @group Diverse */

.div_slide {
	display: none;
	}

.carousel-gallery {
	margin-left: 56px;
	margin-top: 42px;
	}

.ie-error {
	width: 440px;
	background-color: red;
	color: wheat;
	padding: 10px;
	position: absolute;
	top: 260px;
	left: 350px;
	z-index: 10;
	}

/* @end */





