/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 91px; width: 998px; background: url('/images/wg/blog_header.png') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

.hackadelic-sliderPanel {
	border: 1px solid #03A2DE;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 2px solid #005E7F;
	color: #379AFF;
	background-color: #005E7F;
	padding: 0 3px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
a.hackadelic-sliderButton:hover {
	border: 2px solid #005E7F;
	background-color: #005E7F;
}
.entry .hackadelic-sliderPanel {
	background-color: #005E7F;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #005E7F;
}

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

.custom #sidebars  {
    background-color:#003344;
}

.custom .format_text .to_comments span.bracket {
    color: #888888;
}

.custom .format_text .to_comments span {
    color: #888888;
}

.custom #header #logo a {
	color: #F8D23D;
}

.custom #header #logo a:hover {
	color: #F8D23D;
}

.custom #header #tagline {
	font-weight: bold; color: #fff;
}

.custom .menu a {
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: lowercase;
}

.custom #image_box, .custom #video_box, .custom #custom_box {
	background: none; border: 0px none #ddd;
        padding:0;
}

.custom #image_box img.four_by_three {
    height:177px;
    margin:0 auto;
    width:236px;
}

.custom #image_box img.three_by_two {
    height:157px;
    margin:0 auto;
    width:236px;
}

.custom #image_box img.sixteen_by_nine {
    height:133px;
    margin:0 auto;
    width:236px;
}

.custom #image_box img {
    border-width: 0;
    padding: 0;
}

.custom .code {
    background: #FFFBCC; padding: 10px; border: 0px none #fff;
    color: #02008F;
    font: 12px/3ex "Courier New", Courier, mono;

}

.custom .sidebar h3 {
	background-color: #005E7F;
	padding-left: 0.5em;
	border: 1px solid #005E7F;
	color: #fff;
}

.custom li.widget {
	background-color: none;
	padding-bottom: 0.5ex;
}

.custom li.widget ul li {
	margin-bottom: 0.6ex;
	padding-left: 0.5em;
	border-left: 8px solid #03A2DE;
}

.custom li.widget li ul {
	margin:0 0 0 0em;
}

.custom .headline_area h1, .headline_area h2, .teaser h2 {
	background-color: #005E7F;
	padding: 4px;
	border: 1px solid #005E7F;
}

.custom .post_tags {
    color: #888888;
}

.custom #respond_intro p {
    color: #888888;
}

.custom .format_text .to_comments a:hover {
    color: #DDDDDD;
}

.custom .post_box {
    padding-top: 0.7em;
}

.custom .comments_intro span {
    color: #888888;
}

.custom dl#trackback_list dt a {
    color: #AAAAAA;
}

.custom dl#trackback_list dt a:hover {
    color: #DDDDDD;
}

.custom .rss a, .rss a:hover {
    color: #FF9C2A;
}

.custom .wp-caption {
    background-color:#111111;
    border-color:#444444;
}

