/*
Theme Name: Self Taut
Theme URI: http://selftaut.com/
Description: Based on a stripped down Default WP theme
Version: 1.0
Author: Ruairi Murphy
Author URI: http://ruairimurphy.com/
Tags: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html{
	height:100%;
	background-color:#0e2e31;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

a img{
border:0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica Neue',Helvetica, Arial, sans-serif;
	background-color:#0e2e31;
	color: #fff;
	text-align: center;
	}

#page{
text-align: left;
margin:0 auto;
width:960px;
}

#header{
height:140px;
background-image:url(images/headerbackground.png);
background-repeat:repeat-x;
position:relative;
}

#headerimg{
position:absolute;
bottom:50px;
}

#sidebar{
width:100px;
float:left;
text-align:right;
font-size:1.4em;
}

#sidebar li, #sub_sidebar li{
list-style-type:none;
}

#sidebar a{
color:#fff;
text-decoration:none;
text-transform:lowercase;
}

#sidebar .current_page_item, #sidebar .current_page_parent{
font-weight:bold;
}

#sub_sidebar{
width:200px;
float:left;
text-align:right;
font-size:1.4em;
text-transform:lowercase;
}

#sub_sidebar ul{
margin:0;
}

#sub_sidebar a{
color:#01e9ed;
text-decoration:none;
}

#content{
width:620px;
float:left;
margin-left:20px;
margin-top:0;
padding:0;
}

#content p{
font-size:1.5em;
line-height:1.5em;
margin-bottom:1.5em;
margin-top:0;
}

#content h2{
margin:0;
}

#footer{
clear:both;
}

.invisibletext{
color:#0e2e31;
}

#content a img{
/*float:left;*/
padding:0px 10px 10px 0px;
}