/*
 * Buzzr.com blog CSS
 * Created by Steve Rude <steve@slantview.com>
 */

/* General Styles */
h1 { color: #a3cd39; font-size: 24px; }
h2 { color: #a3cd39; font-size: 22px; }
h3 { color: #bc92c6; font-size: 18px; }

a, a:link, a:visited, a:link { color: #bc92c6; text-decoration: none; }
a:hover { text-decoration: underline; }

.comment .new { color: #FFC600; font-weight: bold; }
.comment .links { text-align: right; }

div.comment { padding: 20px; background-color: #f1f3ec; margin-bottom: 20px; }
div.comment-unpublished { background-color:#e9f3d5; }
div.comment-by-author { background: transparent none repeat scroll 0 0; }

#container { min-height: 500px; }

#header #logo { background: #fff url(../img/logo.png) no-repeat 0% 0%; height: 175px; }
#header #logo h1 span { display: none; }
#header #logo a { display: block; height: 175px; }
#header #login { background: #fff; height: 175px; float: right; }

#main { background: #fff; }

#main #nav { background: #535353; height: 35px; margin-bottom: 0; }
#main #nav ul { height: 29px; margin: 6px 0 0 10px; padding: 0; }
#main #nav ul li { display: inline; margin: 0 30px 0 0; }
#main #nav ul li a,
#main #nav ul li a:link,
#main #nav ul li a:hover,
#main #nav ul li a:visited { color: #bc92c6; text-transform: lowercase; font-size: 18px; text-decoration: none; }
#main #nav ul li a:hover { color: #fff; text-decoration: underline; }

#main #search { height: 29px; float: right; padding-top: 6px; }
#main #search label { display: none; }
#main #search #edit-search-block-form-1 { width: 210px; margin-left: -10px; }

#main #content { background: #fff url(../img/bkg-content.png) repeat-y 0% 0%; clear: both; margin-bottom: 0; padding-bottom: 20px; }

#main #content-main { }
#main #content-main h1 { color: #a3cd39; margin: 10px 0 5px 0; font-size: 24px; }
#main #content-main .node { border-bottom: 1px solid #535353; margin-top: 10px; }
#main #content-main .node a { color: #bc92c6; text-decoration: none; }
#main #content-main .node a:hover { text-decoration: underline; }
#main #content-main .node div.posted-by { color: #a8a8a8; }
#main #content-main .node div.tags { color: #a8a8a8; }
#main #content-main .node h2 { color: #a3cd39; margin-bottom: 5px; font-size: 24px; }
#main #content-main .node h2 a { color: #a3cd39; text-decoration: none; }
#main #content-main .node h2 a:hover { text-decoration: underline; } 
#main #content-main .node .node-body { font: 14px/19px "Myriad Pro", "Myriad", Helvetica, Arial, Sans-serif; color: #535353; margin-top: 10px; }
#main #content-main .node .read-more { text-align: right; }

#main #content-secondary { margin-left: 10px; }

#footer { font: 16px "Myriad Pro", "Myriad", Helvetica, Arial, Sans-serif; color: #bc92c6; text-align: center; background: #535353; height: 25px; margin-bottom: 0; padding-top: 10px; }
