/*
Theme Name: Widgets
Theme URI: http://www.david.nu
Description: Widgets only
Author: David Nilsson
Author URI: http://www.david.nu
Tags: white, widgets
Text Domain: david

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background-color: #fff;
	font-size: 60.0%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	height: 100%;
}
#top {
	width: 100%;
	height:70px;
	text-align: center;
}

#footer {
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 3em;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 2em;
	margin-bottom: 0px;
}

h3 {
	font-size: 1em;
}
.widget {
	background-color: #ccc;
	float: left;
	height: 300px;
	width: 200px;
	overflow: hidden;
	display: inline-block;
	margin: 1px;
	padding-left: 14px;
	padding-right: 14px;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited, a:hover, a:active  {
	text-decoration: underline;
	color: #000;
}



#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	padding: 0;
	margin: 0px;
	text-align: center;
	clear: both;
}
#sidebars{ 
}
#sidebar
{
	float: left;
	padding: 20px 0 10px 0;
	margin-left: 0px;
}