/*
Theme Name: Handgloves
Theme URI: http://handgloves.co.uk/
Description: A clean theme that uses whites, greys & helvetica. Now with theme options in a back-end admin panel. V1.1 co-developed with the super talented <a href="http://jeremy.infinicastonline.com/">Jeremy Boyd</a>
Version: 1.1
Author: George Wiscombe
Author URI: http://www.georgewiscombe.com
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: white;
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-header h2 {
  font-size: 25px;
}

#elaloo { text-align: center; }

#content-wrap {
  margin:0px;
}

.post p {
font-size: 1.4em;
line-height: 1.4em;
}

.post img {
float: none;
border: 15px solid #DFDEDE;
}
.post h2 { line-height: 24px; }

#sidebar h2 { width: 160px; }

#sidebar ul.wp-tag-cloud li { 
  display: inline; 
  border: none;
  float: none;
  margin-left: -15px;
}
#sidebar ul.wp-tag-cloud li a {
  font-weight: normal;
  line-height: 15px;
}
ul.blogroll li img {
  width: 140px;
}

#pre-header { border: none; }

.single-entry img {
float:center;
min-width:560px;
max-width:560px;
max-height:260px;
min-height:260px;
padding : 10px;
line-height : 2em;
margin: 0 auto 10px auto;
clear: both;
}


