/*
Theme Name: Spanglish Baby
Author URI: http://kennethwhitedesign.com/

Based on:
Theme URI: http://whiteboardframework.com/
Author URI: http://perspectivebold.com/

Description: The Whiteboard Famework for Wordpress is built to speed up the process of developing a Wordpress theme. Whiteboard does so by eliminating the time spent on Wordpress' backend PHP that is common to all Wordpress powered Web site.
Version: 3.0

The Whiteboard Framework is licensed under the GPL license. Feel free to use the Whiteboard Framework for commercial and non-commercial ventures. Though it is not required, we do appreciate a link.
*/

/*-  CSS "libraries"
----------------------------------------------------------------------*/
@import url("css/reset.css");


/*-  Core, patch-free design
----------------------------------------------------------------------*/
@import url("css/core.css");


/*-  Browser-specific patches
----------------------------------------------------------------------*/
/*\*//*/
@import url("patches/mac-ie5.css");
/**/

.right, .alignright {
	float: right;
}
.left, .alignleft {
	float: left;
}
.aligncenter {margin: 0 auto; display:block;}
.clear {
	clear: both;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

.badgesbox{
width:250px;
height:330px;
float:left;
margin-left: 30px;}

.ggbox{
text-align:center;
border: 1px solid #1d96be;
width:150px;
padding:10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height:220px;
float:left;
margin: 0 20px 20px 0;}
