
body {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

h1 {
	font-size:5.0em;
	margin-bottom:2px;
	color:#555;
}

.lightblue {
	color: #bbe;
}

.bold {
	font-weight:600;
}

#top {
	text-align:left;
	padding:20px 0 20px 20px;
}

#middle {
	background-color:#ddd8ff;
	background-image:url('/static/buzzbird/media/blue-gradient-10x100.png');
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom: 0;
	min-height:200px;
	padding:15px;
	text-align:left;
}

#bottom {
	background-color:#555;
	background-image:url('/static/buzzbird/media/black-gradient-10x100.png');
	background-repeat:repeat-x;
	background-position:top;
	color:#ddd8ff;
	min-height:400px;
	padding:20px 20px 20px 40px;
	text-align:left;
}

#three-panel {
	border:0;
	padding:15px;
}

.panel-text {
	font-family:"Gill Sans", Calibri
}

.left-panel {
	border-right:1px solid #555;
	padding:10px;
	width: 33%;
}

.center-panel {
	padding:10px;
	width: 33%;
}

.right-panel {
	border-left:1px solid #555;
	padding:10px;
	width: 33%;
}

.panel-button-container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.button {
	-moz-border-radius: 8px;
	-moz-box-shadow:0px 2px 1px 0px #889;
	-webkit-border-radius: 8px;
	-webkit-box-shadow:0px 2px 1px #889;
	background-color:#bbd;
	border:1px solid #555;
	height: 75px;
	margin: 10px auto 10px auto;
	width:200px;
}

.button:hover {
	background-color:#dde;
	cursor:pointer;
	text-decoration: underline;
}

.button-image {
	float:left;
	height:64px;
	margin:4px;
	vertical-align: middle;
}

.button-text {
	height:64px;
	margin: auto 5px auto 5px;
	padding-top:28px;
	vertical-align: middle;
}

.button-link {
	color:#555;
}

h2 {
	font-size:1.6em;
	font-weight: 200;
	margin-bottom:0.4em;
	color:#ccf;
}

h3 {
	font-size:1.8em;
	font-weight: 600;
	margin-bottom:0.4em;
	color:#ccf;
}

h4 {
	font-size:1.4em;
	font-weight:200;
	color:#555;
}

#logo {
	float:left;
}

a {
	color: #ccf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	border-bottom: thin dotted #999;
	text-align: center;
	width:100%;
}

#blog-news {
	float:left;
	padding-right:20px;
	width:99%;
}

#twitter-widget {
	margin-left: auto;
	margin-right: auto;
}


#footer {
	background-color:#555;
	border-top:1px dotted #ccf;
	clear:both;
	color: #999;
	font-size: 0.8em;
	margin:40px auto 20px auto;
	padding-top: 10px;
	text-align: center;
	width: 600px;
}

#badges {
	margin-bottom:20px;
}

.badge {
	clear:none;
	height:75px;
}

.badge-img {
	margin:10px;
	height:50px;
}

#footer-menu {
	color: #667;
	margin-bottom: 20px;
}

#footer-menu a {
	color: #eee;
	margin-bottom: 10px;
}

#footer-menu a:hover {
	color: #bbe;
	margin-bottom: 10px;
}


.post {
	margin-top:20px;
}

