﻿/*
Theme Name: Clear Blue
Theme URI: http://www.valutakurserne.dk/clearblue.zip
Description: Clear Blue WordPress theme, two-columns, fixed-width, conservative, widget-ready sidebar, widget-ready footer,custom menus, custom header, 
Version: 1.0
Author: Jimmy Sigenstroem
Author URI: http://w3blog.dk/?p=23
Tags: blue, two-columns, fixed-width, custom-header, custom-menu, threaded-comments 

License: GNU General Public License v2.0
License URI: license.txt

*/
/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}
body
{
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #fff;
    background-image: url(design/background.png);
	background-repeat:repeat-x;
	background-color: #39424b;
}
.alignright { text-align:right;}
.alignleft { text-align:left;}
.aligncenter  { text-align:center;}
/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Georgia,sans-serif;}
h2 {font: normal 2.1em Georgia,sans-serif;}
h3 {font: normal 1.6em Georgia,sans-serif;}
h4 {font: normal 1.4em Georgia,sans-serif; color:#fff;}
h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}
/*Header - Banner - Title*/
.banner
{
	
}
#header 
{
	height:100px;
	padding-top: 0px;
}
#titel h1
{
	color:#474747;
	font-size : 2.1em;
	padding-top: 25px;
	padding-left:50px;
	font-weight:bold;
	margin-bottom: 0.1em;
}
#titel h2
{
	color:#fff;
	font-size : 1.1em;
	padding-left:80px;
}
#titel 
{
	color: #998;
	padding: 0 16px;
}
#titel a 
{
	color: #474747;
	text-decoration:none;
}
#titel a:hover 
{
	color: #fff;
}
/*Navi*/
#navigation
{
	padding-top:0px;
}
#menu
{
	padding-left:100px;
}
#navigation ul, #navigation li 
{
	display: inline;
}
#navigation li 
{
	display: inline;
}
#navigation a 
{
	color: #fff;
	float: left;
	font: 1.0em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 18px 14px;
	text-align: center;
	text-decoration: none;
}
#navigation li:last-child a 
{
	padding: 18px 10px;
}
#navigation a:hover,#navigation li.current_page_item a 
{
	color: #fff;
	background-color:#0f1923;
}
.navi_wrapper 
{
	height:80px;
}
/*Body*/
#primaryContent, .wp-caption-text
{
	padding-top:20px;
	margin: 0 auto;
	width: 952px;
	background-color: #121212;
	margin-bottom:15px;
}
.left_front_column, .entry-title, .page-title 
{
    width: 607px;
    float:left;
    padding-left:25px;
    padding-right:35px;
    border-right:solid 1px #fff
}
.right_front_column
{
    width: 234px;
    float:right;
    padding-left:25px;
    padding-right:25px;
    
}
.center_wrapper 
{
	margin: 0 auto;
	width: 953px;

}
.clear,.clearer {clear: both;}
#primaryContent a:hover
{
	color:#fff;
	text-decoration:underline;
}
#primaryContent a
{
	color:#39424b;
	text-decoration:none;
}
.commentlist li
{
	padding-left:15px;
	
}
textarea#comment{width: 96%; padding: 0; margin: 0; }
/*Footer*/
#footer
{
    height: 150px;
    background-image: url(design/footer.png);
    border-bottom: 2px solid #000000;
}
#content-footer
{
	height:150px;
}
#footer a:hover
{
	color:#fff;
	text-decoration:underline;
}
#footer a
{
	color:#39424b;
	text-decoration:none;
}
#footer-sidebar1
{
	padding-left:25px;
	float:left;
	width:273px;
	min-height:120px;
	padding-right:35px;
}
#footer-sidebar3
{
    width: 234px;
    float:right;
    padding-left:25px;
    padding-right:25px;
	min-height:120px;
}
#footer-sidebar2
{
	float:right;
	width:310px;
	min-height:120px;
	
}
#footer ul 
{
	display: inline;
}
#footer li
{
	list-style: none;
	
	
}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.commentlist .bypostauthor 
{
	
}
	.home .sticky {
		border: none;
	}