/*
Theme Name: West Boca Basketball
Theme URI: http://www.westbocabasketball.com
Description: West Boca Basketball is a custom theme based upon the 'Handgloves' framework originall created by George Wiscombe & Jeremy Boyd
Version: 1.0
Author: Snap Creative Group
Author URI: http://www.snapcreativegroup.com
Tags: two columns, clean, white, grey, helvetica, jquery
*/


@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:url(images/bodybg1.jpg) top center no-repeat #000;
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;
}

.right {float:right;}
.left {float:left;}