.custom #header 
{
background: 
#ffffff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 
0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom:
 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom:
 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:1030px;
height:200px;
background:url(http://downtown-runner.com/wp-content/themes/thesis_16/custom/images/DR-Banner.jpg)
 center no-repeat;
outline:none;
color: #000000;
text-indent: 
-9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 
0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom:
 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom:
 0em;
margin-left: 0em;
}

.custom #header #tagline 
{
color:#000000;
text-indent:
 -9999px;
}


.custom .sidebar h3 {font-weight:bold;}

.custom #footer { text-align: left; }

/*=============================================== */
/* ROTATING IMAGES GALLERY                        */
/* Version 1.0                                    */
/* Written by Mike Nichols December 20, 2009      */
/* Website: http://thesisthemetools.com/          */
/* Copyright (c) 2009 by Michael L Nichols        */
/* License: Creative Commons Share-Alike 3.0      */
/* http://creativecommons.org/licenses/by-sa/3.0/ */
/*=============================================== */
/* image gallery in a widget */
#image_gallery_widget {
	/* width and height must be the same size as images */
	width:220px;
	height:138px;
	/* border if desired */
	border:2px solid #999;
	/* font size */
	font-size: .7em;
	/* font family if desired */
	font-family: Georgia, serif;
	/* bold or not */
	font-weight: bold;
	/* do not change these! */
	overflow:scroll;
	margin: 0;
	padding: 0;
}

