/* @override 
	http://nannestad.name/english/wp-content/themes/nannestadtheme/style.css
	http://nannestad.name/english/wp-content/themes/nannestad_take2/style.css
*/

/*
Theme Name: Nannestad USS Take 2
Author: Ole Sandholt
*/



/*  
CSS for Nannestad Upper Secondary Schools English Webpage
Copyright (C) Ole Sandholt 2008
ole_sandholt(at)mac.com
*/





/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */



/* GENERAL */


body {
	background: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-color: white;
	font-family: Lucida Grande, Myriad, Arial;
	font-size: 12px;
	color: #797C80;
	}


/* UTILITY */

.clear {
	clear: both;
	}

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

.alignright {
	float: right;
	padding-left: 10px;
	}
	
.alignleft {
	float: left;
	padding-right: 10px;
}	


.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


/* End utility */


/* STRUCTURE */

#page_wrap {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	}

#push {
	height: 140px;
	}


#curriculum_sidebar {
	width: 205px;
	float: right;
	margin-right: 30px;
	background-color: #F5F5F5;
	}

#curriculum_footer {
	background-color: #f5f5f5;
	width: 930px;
	padding: 12px;
	margin: auto;
	font-size: 11px;
	}

	#curriculum_footer li{
		display: inline;
		margin-right: 15px;
		}
	
	#curriculum_footer a {
		color: #7b7e82;
		}


#main_col {
	width: 450px;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	overflow: hidden;
	}

#recent_col {
	width: 400px;
	float: left;
	margin-left: 20px;
	padding-left: 40px;
	border-left: 1px solid #eeeeee;	
	}

#link_sidebar {
	width: 203px;
	float: right;
	margin-right: 17px;
	background-color: #F5F5F5;
	display: none;
	}

/* ^ Endring! display none */

.sidebar_padding {
	margin: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	}

ul {
	margin-bottom: 10px;
	}

#footer {
	height: 40px;
	padding-top: 20px;
	text-align: center;
	}

#footer_banner {
	background-image: url(images/footer_banner.png);
	width: 900px;
	height: 140px;
	margin: 0px auto;
	}

/* End structure */

/* RECENT POSTS */

.recent_posts_wrapper {
	margin-bottom: 10px;
	height: 100px;
	}

.recent_posts_img {
	float: left;
	margin-right: 20px;
	}

.recent_posts_content {
	float: ;
	}

.recent_posts_title a{
	font-size: 18px;
	color: #000000;
	}

.recent_posts_author {
	color: #000000;
	}

/* HEADER */

#top_banner {
	width: 1000px;
	height: 272px;
	background-image: url(images/top_banner.png);
	background-repeat: no-repeat;
	}

#logo {
	display: none;
	}
	

#blog_description {
	display: none;
	}

#menu_bar {
	width: 1000px;
	height: 45px;
	background-image: url(images/menu_bar.png);
	}

#menu_bar_padding {
	padding: 16px 30px 0 30px;
	}

#homebutton {
	float: left;
	margin-right: 15px;
	}

#menuitems {
	float: left;
	display: inline;
	}

#menuitems li {
	list-style: none;
	display: inline;
	margin-right: 15px;
	}

/* End header */


/* TYPOGRAPHY */


h1 {
	font-weight: normal;
	font-size: 18px;
	color: #252525;
	}

h2 {
	color: #252525;
	}

.widgettitle{
	list-style-position: outside;
}


h3 {
	color: #333333;
}

a {
	color: #1D88CC;
	}

a:hover {
	text-decoration: underline;
	}

.subtitle {
	margin-bottom: 10px;
	}
	
ol {
	text-indent: 0px;
	margin-left: 0px;
	}

p {
	margin-bottom: 8px;
	}



/* End typography */


/* CONTENT */

#content_wrapper {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-bottom: 10px;
	}

#content_wrapper_bottom {
	background-image: url(images/content_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 1000px;
	height: 8px;
}



/* End content */



/* PAGE */

#page {
	margin: 0 27px 20px 30px;
	width: 940px;
	}


/* End page */



/* SINGLE PAGE */

#single_page {
	padding: 0px 0px 20px 30px;
	width: 700px;
	float: left;
	}
	
#postmetadata{
	display: none;
	}

#comments {
	margin-top: 20px;
	}

/* End Single Page *(


/* BLOG ENTRIES */

.post {
	padding-bottom: 20px;
	}

.post h1 a {
	color: #252525;
	}

.byline {
	color: #333333;
	}

.entry p {
	margin-bottom: 10px;
	}

.entry {
	color: #797C80;
	}

.comments_bubble {
	padding-top: 4px;
	padding-left: 8px;
	width: 16px;
	height: 20px;
	background-image: url(images/comments_bubble.png);
	float: right;
	color: white;
	}

.comments_bubble a, .comments_bubble a:hover{
	color: white;
	text-decoration: none;
	}

.postmetadata {
	color: #333333;
	margin-top: 15px;
	}

p img {
	max-width: 100%;
	padding-bottom: 5px;
	padding-top: 2px;
	}
ol {
	margin-bottom:10px;
	}


.entry ol li{
	list-style: decimal;
	margin-left: 20px;
	}

/* End blog entries */


/* COMMENTS */

.commentlist li {
	background-color: #F5F5F5;
	padding: 10px;
	color: #252525;
	margin-bottom: 10px;
	}

.commentmetadata {
	font-size: 9px;
	margin-bottom: 5px;
	}
	
.comment_author {
	font-weight: bold;
	}

/* End comments */




