/*
------------------------------------------
Theme Name: Light Blue Template
Theme Version: 1.0 
Author: Haavard Aurstad
Author URL: http://www.haavardaurstad.com
License: All Rights Reserved
--------------------------------------------
*/

/* Resets
--------------------------------------------*/
@import url("css/reset.css");
@import url("css/text.css");
@import url("css/960.css");

/* Basic
--------------------------------------------*/
body, html {
	height: 100%;
	line-height: 1.5;
	font-family: Helvetica Neue, Arial, Helvetica ,Verdana, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#504444;
}
body > #main {height: auto; min-height: 100%;}

/* Headings
--------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
	font-family: Tahoma, Georgia, Verdana, sans-serif; 
	line-height: 1.2; 
	font-weight:normal;
	}
h1 { 
	font-size: 2.0em; 
	margin: 0 0 .6em 0; 
	letter-spacing: -0.5px;
	}
h2 {	
	font-size: 1.6em; 
	margin: 0 0 .6em 0;
	}
h3 { 
	font-size: 1.4em; 
	margin: 1.9em 0 0.6em 0;
	}
h4 { 
	font-size: 1.1em;
	margin: 0 0 .6em 0;
	}
h5 { 
	font-size: 1.0em;
	margin: 0 0 .6em 0;
	}
h6 { 
	font-size: 0.9em;
	margin: 0 0 .6em 0;
	}

/* Misc: Links
--------------------------------------------*/
a {
	color:#fff; 
	text-decoration: none;
	}
#content a {
	color:#3da9ef; 
	text-decoration: none;
	}
#content a:hover {
	color:#bf511f; 
	text-decoration: underline;
	}
#content h1 a {
	color: #333;
}
#footer a { 
	color:#3da9ef; 
	text-decoration: underline;
	}
#footer a:hover { 
	color:#bf511f; 
	text-decoration: underline; 
	}


/* Header
--------------------------------------------*/
#top { 
	height: 50px; 
	background: #333;
	}
#top #nav {
	padding: 15px 0; 
	float: right;
	}

#nav ul {
	display:inline;
	}

	
/* Front Page
--------------------------------------------*/
.frontpage { font-size: 14px; }
.frontpage ul { margin: 10px 0; }
.frontpage ul li { margin: 0 0 9px 0; padding: 4px; background: #f1f1f1; }
	
/* Main
--------------------------------------------*/
#main { 
	background: #3da9ef;
	border-top: 1px solid #57b9f2;
	border-bottom: 1px solid #57b9f2;
	padding-bottom: 200px;
	}
#intro { 
	padding: 50px 0 140px 0; 
	color: #fff;
	}
#intro #site-title { 
	height: 74px; 
	width: 300px;
	}
#intro p {
	font-size: 1.5em;
	}
	
/* Content
--------------------------------------------*/
#content{
	padding: 0px;
	padding-bottom: 10px;
	overflow: hidden;
}
#content .title { 
	font-size: 1.5em;
	}
.post, .page, #sidebar {
	border: 1px solid #3490cc;
	background: #fff;
	padding:15px;
	margin-bottom: 20px;
}
.post h1 { margin:0 0 5px 0; padding:0 0 5px 0; font-size: 27px; border-bottom: 1px dashed #dcdcdc; }

	
/* Sidebar
--------------------------------------------*/
#sidebar { 
	padding-left: 10px;
	}

/* Footer
--------------------------------------------*/
#footer {
	color: #fff;
	border-top: 1px solid #202020;
	background: #333;
	padding: 20px 0;
	position: absolute;
	width: 100%;
	height: 150px;
	margin-top: -150px; /* negative value of footer height */
	clear:both;
}

/* Menu & Lists
--------------------------------------------*/
ul li {
	list-style-type: none; 
	margin-left:15px;
}
#nav ul li { 
	display: inline; 
	color: #fff;
	padding:0;
	margin:0;
}
#nav ul li a {
	padding: 15px 15px;
}
#nav ul li a:hover {
	background: #fff;
	color: #333;
	padding: 15px 15px;
}

/* Content
--------------------------------------------*/
.entry-meta, .post-metadata { 
	padding: 5px 0; 
	font-size: 12px; 
	font-style: italic;
	}
.entry-content { 
	padding: 5px 0; 
	margin: 0; 
	}
.entry-content ul li {
	list-style-type:square; 
	margin: 1em 3em;
	}
.entry-content ol li {
	list-style-type:decimal;
	margin: 1em 3.5em;
	}


/* Search Form
--------------------------------------------*/
#cse-search-box { text-align:center; }
#cse-search-box input.text { width: 100%; padding: 5px 5px; }
#cse-search-box input.search {
	margin-top:5px;
	padding: 2px 8px;
	font-weight: bold;
	background: #3da9ef;
	color: #fff;
	border: 1px solid #3490cc;
}

/* Language
--------------------------------------------*/
.qtrans_language_chooser { list-style-type:none;  padding: 15px 0; font-transformation: upper; }
.qtrans_language_chooser li { float: left; margin:0; padding-right: 15px;  }
.qtrans_language_chooser li a { color: #fff; }
.qtrans_language_chooser li.active a { 
	background: #3da9ef;
	color: #fff;
	padding: 3px 8px;
	border: 1px solid #3490cc;
}

/* Widget
--------------------------------------------*/
.widget { margin-bottom: 20px; }
.widget .title { 
	font-size: 1.5em;
	}
	
/* Misc.
--------------------------------------------*/
blockquote {
	width: 650px;
	margin: 1em 20px;
	border-left: 1px dashed #222222;
	padding-left: 1em;
	}
pre {
	background: #333; 
	border: 1px dotted #ececec;
	color: #fff;
	padding: 10px;
	margin: 17px;
}

/* Image
--------------------------------------------*/
.alignright { float: right;}
.alignleft { float: left;}
.wp-caption {
	text-align: center;
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	}
.wp-caption.alignright, .alignright {
	display: inline; 
	margin-left: 15px;
	}
.wp-caption.alignleft, .alignleft  {
	display: inline; 
	margin-right: 10px;
	}
.wp-caption.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.wp-caption-text {
	font-size: 11px; 
	margin: 0; 
	padding: 0;
	}

/* Footer fix
--------------------------------------------*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac 
--------------------------------------------*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac 
--------------------------------------------*/
