/*
Theme Name: Handgloves
Theme URI: http://handgloves.co.uk/
Description: A clean theme that uses whites, greys & helvetica.
Version: 0.9
Author: George Wiscombe
Tags: two columns, clean, white, grey, helvetica, jquery

Handgloves is a clean theme that uses whites, greys & helvetica. It is built ready for Flickr & Twitter and uses jQuery to make the magic happen.

*/


@import url('css/structure.css');
@import url('css/header.css');
@import url('css/navigation.css');
@import url('css/post.css');
@import url('css/sidebar.css');
@import url('css/comments.css');


body {
background:#eceae8 url(css/images/background.png) top center;
font-family:Helvetica, Arial, sans-serif;
color:#2a2a2a;
font-size: 62.5%; /* Resets 1em to 10px */
margin:0;
}

.download-handgloves {
width: 250px;
height: 100px;
margin: 40px 180px 50px 180px;
float: left;
background: #fff url(css/images/download.png) top left no-repeat;
}

.post img {
border:0px;
}

.newnav {
position: absolute;
margin-left: 600px;
}

#ph-nav ul {
display: inline;
}

#ph-nav li {
padding: 0px 8px 0px 0px;
line-height: 30px;
}

#ph-nav li a {
font-family:Arial, Helvetica, sans-serif;
color: #333333;
font-size: 12px;
text-decoration: none;
}

#ph-nav li a:hover {
font-family:Arial, Helvetica, sans-serif;
color: #999999;
font-size: 12px;
text-decoration: none;
}


