<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* $Id: custom.css,v 1.2 2010/04/24 13:19:56 antsin Exp $ */

/*
+----------------------------------------------------------------+
|   BlogBuzz for Dupal 6.x - Version 2.0                         |
|   Copyright (C) 2010 Antsin.com All Rights Reserved.           |
|   @license - GNU GENERAL PUBLIC LICENSE                        |
|----------------------------------------------------------------|
|   Theme Name: BlogBuzz                                         |
|   Description: BlogBuzz by Antsin                              |
|   Author: Antsin.com                                           |
|   Website: http://www.antsin.com/                              |
|----------------------------------------------------------------+
*/ 

tr.odd td {
	background: #edf5fa;
}

tr.even td {
	background: #E7F2F9;
}

#content-bottom {
	width: 960px !important;
}

#home-blocks {
	text-align: center;
	width: 920px !important;
}

.coaching, .podcast, .lifeed, .thrive {
	padding: 0 20px 0 20px !important;
}

.learn-more {
	float: right;
}

#home-blocks tbody {
    border-top: 1px dashed #207BA7;
	} 

.view-retailers h2 {
	color: #1A5D95 !important;
    font-size: 150% !important;
	border-bottom: 1px dashed #207BA7 !important;
}

.view-retailers {
	width: 920px !important;
}

#footer h2 {
    border-bottom: 1px solid #fff !important;
    color: #FFFFFF !important;
}

.donate-button {
	background-color: #DDAF3D;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	border: 1px solid #F0AB52;
	border-radius: 10px;
		}

.donate-button a:hover {
	text-decoration: none !important;
	background-color: #F0AB52;
}</pre></body></html>