/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Anton Fridh
	Author Site	: 
	Style Name	: Jolie Revisited
	Style URI	: 
	Version		: 3.0
	Comments	: 
*/

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

h1, .blog-title, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

h4, h5, h6 {
	font-family: Verdana, sans-serif;
	font-color: #000;
	}

body {
	background: #fff;
	margin-top:0px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #111;
	}

#page {
	margin-top:0px;
	padding: 0 0 10px !important;
	border: 2px solid #7a7a7a;
	border-top: none;
	}

#header {
	height: 200px;
	
	}

ul.menu li a {
	background: #000;
	font-size: 2em;
	color: #FEFEFE;
	}

ul.menu li a:hover {
	background: #454545;
	color: #fff !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover{
	color: #333 !important;
	background: #FFF;
	}

.blog-title { /* H1 is the title in the header */
	letter-spacing:-2px;
	padding: 50px 35px 0;
	}

.blog-title, .blog-title a, .blog-title a:hover, .blog-title a:visited,
#header .description {
	text-align:left;
	color:#fff!important;
	}

#header .description { /* Description in header */
	margin: 0 35px;
	}

.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 3.4em;
	font-weight: normal;
	}

.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #000;
	}

.entry-title, .entry-title a, .entry-title a:hover, .entry-title a:visited,
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

h3 a:hover {
	color: #27d!important;
	text-decoration:none!important;
	}

.entry-content a[href*='#more-'] {
	display: block;
	}

.entry-content a[href*='#more-']:after {
	content: ' \00BB';
	}

.entry-content {
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: justify;
	color:#000
	}
	
.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.8em;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 10px;
	}

.secondary { /* Padding: Up right Down left */
	width: 200px;
	float: left;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000;
	padding: 10px 0px 0 10px;
	overflow: hidden;
	}
	
/* Links */

a:hover, a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #ff70b5 !important;
	}

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

.entry-content a:visited {
	color: #b41;
	}

#footer a:hover {
	color: white;
	}

.comments .commentlist li.authorcomment { /* Makes author comments look different */
	background: #ECF4FD !important;
	_background: none; /* I think this was because Internet Explorer didn't play well with backgrounds here */
	border-left: 2px solid #3388CC !important;
	border-right: 2px solid #3388CC !important;
	}

.k2download {
	display: block;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #fafeff url('download.gif') no-repeat 10px 50%;
	border: 1px solid #cfe2e5; border-top: 3px solid #cfe2e5;
	}

.k2download a {
	font-weight: bold;
	}

.k2download small {
	display: block;
	}

.alert {
	display: block; text-align: justify;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #FFF6BF url('../../images/exclamation.png') no-repeat 10px 50%;
	border: 1px solid #FFD324; border-top:3px solid #FFD324;
	}