/*   
Theme Name: Ovepove
Theme URI: 
Description: 
Author: Ove Jansson
Author URI: 
Template: thematic
Version:
Tags:
.
Thematic Site is © Ian Stewart http://themeshaper.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('2c-r-fixed-1100px.css');

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

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

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


/* =Global Elements
-------------------------------------------------------------- */


a {
	color: #5f5f5f;
}

img {
	border: 0;
}


/* =Page
-------------------------------------------------------------- */

body {
	background: #fcfaf9;
	font: 16px Fanwood, serif;
	line-height:20px;
    color: #777;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    width:1400px;
	height:0;
    margin:40px 0 32px 0; /* top left bottom right */
	margin-left:380px;
	border:0;
}


#nav {
    float:right;
}


/* =Content
-------------------------------------------------------------- */

.search .page-title {
    display:none;
}

.entry-title {
    font-family:john-doe, serif;
    font-size:26px;
}

.entry-meta abbr {
    font-family:john-doe, serif;
    font-size:14px;
    text-transform:none;
}


.aside {
    font-family:john-doe, serif;
    font-size:11px;
}

.aside h3 {
    font-size:13px;
    font-weight:700;
	font-style:normal;
    line-height:22px;
}


/* =Leader and Front Page Styles
-------------------------------------------------------------- */

#leader {
    height:152px;
	background: #ccc;
	background: url(images/wall.jpg) no-repeat center top;
	border-top:thin solid #ccc;
	border-bottom:2px solid #333;
}
#leader-container {
    margin:0 auto;
	width:1400px;
	position:relative;
}
#logo {
    margin:-10px 0 0 0; /* top left bottom right */
	position:absolute;
}
#leader .entry-title {
    font-family:john-doe, serif;
    font-size:40px;
    line-height:45px;
    margin-left:300px;
	margin-top:65px;
	color: #fff;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

#primary {
    border-left:0px;
    border-right:0px;
    border-top:0px;
    border-bottom:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}


