/*
Theme Name: SweetApple
Theme URI: http://wordpress.org/
Description: The 2010 Wordpress theme for SweetApple
Author: Clive Sweeting, Sweet-Apple
Version: 0.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
.
The Sweet-Apple Theme is copyright Clive Sweeting http://sweet-apple.co.uk/

Colours:
orange      #f75828
dark blue   #859da8
h1,h2 blue  #6d8599
light blue  #
grey        #e5e5e5
medium grey #d2d5d7


*/

@import url('css/reset.css');
@import url('css/tags.css');
@import url('css/typography.css');
@import url('css/layout.css');
@import url('css/navigation.css');
@import url('css/sidebar.css');
@import url('css/content.css');
@import url('css/post.css');
@import url('css/comments.css');
@import url('css/footer.css');
@import url('css/scrollpane.css');

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#wrapper {
    position: relative;
    font-size: 1.2em;
    line-height: 1.75em;
}


/* =Header
-------------------------------------------------------------- */

#header {
    position:relative;
	min-height: 260px;
    height: 260px;
    height: auto !important;
    z-index: 100;
	background: url(./images/header-background.jpg) no-repeat top center;
}
#branding {
    position: absolute;
    display: block;
    z-index: 600;
}
#branding #logo{
    position: relative;
    margin: 20px 0 0 0;
}

#screwdriver {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    z-index: 600;
}
#site-title, #site-description {
/*    text-indent: -999em;*/
}
#site-title a {
	display: block;
	width: 300px;
	height: 65px;
}
#site-description{
	height: 9px;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

#main {
    position: relative;
    z-index: 10;
    
}
* html #main {
    top: 260px;
}