/*   
Theme Name: thessia
Theme URI: 
Description: This is Thessia, a child theme based on the Thematic theme framework. It was started by Jacob Lysgaard in 2009 as a personal project. It is available freely for you, just don't use it for any nasty business please. 
Author: Jacob Lysgaard (Thessia) & Ian Stewart(Thematic)
Author URI: http://www.jacoblysgaard.com/
Template: thematic
Version: 1.0
Tags: Thematic, thessia, jacob lysgaard
.
Thematic is © Ian Stewart http://themeshaper.com/
Thessia is © Jacob Lysgaard http://www.jacoblysgaard.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/*The Thessia wordpress theme is copyright Jacob Lysgaard 2009. All rights reserved. */
/*  HERE BEGINS THESSIA   */



/* IMAGES IN THE HEADER AREA
---------------------------------------------------------------*/

#blog-title a {  /*above navigation*/
	background:url(img/header.jpg) no-repeat top center;
	z-index: -1;
}
#main {         /*below navigation*/
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
}
#primary {     /*search box*/
	background-image: url(img/search.jpg);
	background-repeat: no-repeat;
}

#tweetbadge {
/*		position: fixed;*/
		display: block;
		height: 101px;
		width: 50px;
		background-image: url(img/tweetbadge.png);
		background-repeat: no-repeat;
		padding-left: 120px;
		background-position: top left;
		z-index: 1;
	}

/* BACKGROUND COLORING
---------------------------------------------------------------*/
#wrapper {
	background-color: #f1efdd;
}
body {
	background-color: #f1efdd;
}
.menu a{
	background: #f1efdd;
}
#respond{
	background: #f1efdd;
}
/* HEADER
---------------------------------------------------------------*/

#header {
    z-index:2;
/*	background-image: url(img/header.jpg);*/ 
/*This would insert the header as a background, behind the blog title. Not clickable. */
	background-repeat: no-repeat;
}
#branding { 
    padding:88px 0 44px 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
#blog-title {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#blog-title a {
	color:#2c2725;
	text-decoration:none;
	margin-left: -10px;
	display:block;
	text-indent:-9000px;
	width: 950px;
	height: 227px;
}
#blog-title a:active,
#blog-title a:hover {
	color:#000;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
	display: none;
}

/* MENU - REMOVING THEMATIC'S DEFAULT BORDERS
----------------------------------------------------------------*/
#access {
	border-bottom:none; /*horizontal line below navigation*/
	margin-top: -32px;
}
.sf-menu a, .sf-menu { /*around navigation*/
	border: none;
}
#primary {     /*primary widget, mine contains just search*/
	border: none;
}
/* IMAGES
---------------------------------------------------------------*/
.entry-content img {
	margin-top, margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	}


/* TEXT 
---------------------------------------------------------------*/
body, input, textarea {  
    font: Georgia, Georgia, "Times New Roman", Times, serif;
}


/*regular text*/
.entry-content h2, 
entry-content h3, 
entry-content h4, 
entry-content h5, 
entry-content {
	font-family: Georgia, "Times New Roman", serif;	
	color:#2c2725;
}

.entry-content h1 {
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	color:#2c2725;	
}

a:link,
a:visited{
    color:#339999; 
	text-decoration: none;
}

a:hover,
a:active{
    color:#2c2725;
}





/*SIDEMENY OG ANNEN AUTO-LINKING: */
.aside, 
.entry-utility {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	}


.entry-utility a:active, 
.entry-utility a:hover, 
.aside a:active, 
.aside a:hover {
    color:#2c2725;	
	}

/*Page/entry Titles*/
.entry-title, 
entry-title a,
entry-title a:link, 
page-title, 
page-title a,
page-title a:link {
    font-family: Georgia, serif;
	color: #2c2725;
	display:block;
}

.entry-title a:hover, 
.page-title a:hover {
    color:#339999; 	
    font-family: Georgia, serif;
	}
.entry-title a:active, 
.page-title a:active {
	color: #2c2725;
	}


/* COMMENTS
---------------------------------------------------------------*/
#comments-list, li.postbyauthor, postbyauthor {
	background: #f1efdd !important;
	}


/* WP-PAGENAVI
---------------------------------------------------------------*/
/*.wp-pagenavi {
	margin-left: 20px;	
}
.wp-pagenavi span.pages, 
.wp-pagenavi a, 
.wp-pagenavi a:link, 
.wp-pagenavi a:visited, 
.wp-pagenavi a:hover, 
.wp-pagenavi a:active, 
.wp-pagenavi span.pages, 
.wp-pagenavi span.current, 
.wp-pagenavi span.extend {
	background-color: #f1efdd !important; 
	color: #2c2725 !important; 
}
.wp-pagenavi span.pages {
margin-right: 10px !important;

}
}
.wp-pagenavi span.nextpostslink {
background-color: #2c2725 !important;

}*/



/*  HERE ENDS THESSIA   */
/*-------------------------------------------------------------- */
/*
Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/
