/*
Theme Name: JKW
Theme URI: http://www.jonaswestin.se/
Description: Built on Thematic Theme
Author: Jonas Westin
Author URI: http://www.jonaswestin.se/
Template: thematic
Version: 0.5
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Apply thematic basic style */
@import url("../thematic/style.css");
/* All DONE */
/* 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 */
/*NOT(2c-r-fixed)@import url('../thematic/library/layouts/3c-r-fixed.css');*/
/* Apply basic image styles */
/*@import url('../thematic/library/styles/images.css');*/
/* Apply default theme styles and colors */
/*@import url('default.css');*/
/* Prepare theme for plugins */
/*@import url('../thematic/library/styles/plugins.css');*/

/* Plugin Specific */
/*@import url('extra.css');*/

/* ********************************************** */
/* Main  */
/* ********************************************** */

body {
	background:url(images/body_bg.jpg) top left repeat #808085;
}
#wrapper {
	width: 960px;	margin: auto;
}
#main {
	background:url(images/main_bg.jpg) top left repeat-y;
}

/* ********************************************** */
/* Text  */
/* ********************************************** */
a:link, a:visited, a:active {
    color:#000;    text-decoration:none;
}
a:hover {
    color:#000;    text-decoration:underline;
}
.entry-title a:active, .entry-title a:hover, .entry-meta a:active, .entry-meta a:hover, .entry-utility a:active, .entry-utility a:hover {
	color:#666666;
}
.page-title {
	font-family:Arial,sans-serif;
	font-size:26px;
	font-weight:bold;
	line-height:26px;
}

/* ********************************************** */
/* Header  */
/* ********************************************** */
#header {
	/*background:url(images/header_img.jpg) top no-repeat;*/
}
#header_img {
	width:960px;height:220px; 
	position:absolute;
}
#header_img div{
	background-color:#ffffff;
	width:960px;height:200px;
	margin: 20px 0 0 0;
}
#header_img div div{
	width:956px;height:196px;
	margin: 0;
	border: 2px solid #ffffff;
	background-color:#000;
	/*background:url(images/header_img.jpg) center center no-repeat;*/
	background:url(rotator.php) center center no-repeat;	
}
#branding {
	height:188px;
	padding: 0;
}
#blog-title h1{
	position:absolute;left:80px;top:80px;
	display:block; font-size:60px; font-family:sans-serif; font-weight:bold;
}
#blog-title  h1 a, #blog-title  a:link, #blog-title  a:visited, #blog-title  a:active {
	text-decoration:none;color: #ffffff;
}
#blog-title  h1 a:hover {
	text-decoration:underline;
}
#blog-description {
	position:absolute;left:90px;top:130px;
	color: #ffffff; font-size:16px; font-family:cursive; font-weight:normal;
}

/* ********************************************** */
/* Footer  */
/* ********************************************** */
#footer {
	margin-top:0px;	margin-bottom:20px;
	border: 0px;
	background:url(images/main_bg.jpg) top left repeat-y;
}
#siteinfo {
	background:url(images/copyleft.png) center no-repeat;
	padding:22px 0 22px 0;
	text-align:center;
}
#siteinfo span{
	color: #ffffff;
	filter: alpha(opacity=15);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
	-moz-opacity: 0.15; opacity:0.15;
}
#siteinfo a{
	color: #ffffff;
}

/* ********************************************** */
/* Content  */
/* ********************************************** */
#content {
	margin:0 0 0 30px;
	width:590px;
}
.post {
	background:url(images/post_bg.png) top left no-repeat;
}
#content .aside {
	border:0px;
}
.single #container {
	width:740px;
}
.single #content {
    width:710px;
}


/* ********************************************** */
/* Sidebar  */
/* ********************************************** */
#primary {
	margin-right: 10px;
	width:290px;
}
#secondary {
	margin-right: 30px;
	width:180px;
}
.aside a:active, .aside a:hover {
	color:#666666;
}

/* ********************************************** */
/* Menu  */
/* ********************************************** */
.menu li {
	margin: 0 2px 0 0;
}
.menu ul {
	border: 0;
}

/*.menu ul li ul {
	display: none;
}
.menu ul li:hover ul { display:block; }*/

#header{
	z-index:99; /* IE7 z-index bug */
}

/* ********************************************** */
/* Top Search  */
/* ********************************************** */
#top_search {
	position: relative;
	float: right;
	top: 30px;
	right: 10px;
	z-index: 1;
}
#searchsubmit {
	display: none;
}
#searchform div input {
	width: 200px;
}

/* ********************************************** */
/* Top Ad  */
/* ********************************************** */
#top_ad {
	background:url(images/main_bg.jpg) top left repeat-y;
}
#inner_top_ad {
	margin:auto;
	width: 730px;
	padding: 10px 0 0 0;
}
/* ********************************************** */
/* Facebook like  */
/* ********************************************** */
.entry-meta {
	float:left;
}
.entry-facebook {
	float:left;
	margin-left: 25px;
}
