/*
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:#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;
}

/* Tech Talks Styles!! */

.badge {
position: absolute;
width: 135px;
height: 140px;
right: 240px;
top: 85px;
background: transparent url("css/images/tech-talks-badge.png") 0 -140px no-repeat;

}

.badge:hover {
background: transparent url("css/images/tech-talks-badge.png") 0 0 no-repeat;
}

.badge a {
display: block;
width: 135px;
height: 140px;
}

#header {
position:relative;
}

.navigation-element {
width:130px;
}

.techtalks h1 { /* date */
font-size: 2.3em;
margin: 20px 0 10px 0;
}

.techtalks h2 { /* speakers */
width: 560px;
margin: 7px;
padding: 8px 20px 8px 20px;
background: none 0 0 #FFEEAA;
font-weight: normal;
font-size:1.6em;
}

.techtalks h2:empty:before { /* auto fill-in empty h2s with this content */
content: "available";
}

.techtalks h2:empty { /* style empty h2s differently */
background: none 0 0 #E8E0C8;
font-style: italic;
}

.techtalks h4 { /* What are ACM tech talks? */
margin-top: 45px;
margin-bottom: 10px;
font-size: 2.2em;
}

.techtalks h3 { /* Winter Archive text */
margin-top: 40px;
font-size: 3em;
}

.techtalks h5 {
font-size: 1.7em;
background-color: yellow;
padding: 5px;
margin-top: 0;
}

.picturesLink {
color:green;font-size:16px;
}