/* Enter Your Custom CSS Here */#logo {
background-image:url('http://sites.duke.edu/tcths/files/2013/06/tcthslogo2-900w.png');
width: 900px;
height: 202px;
}

.title {
	width: 400px;
	height: 100px;
}

.menu li a {
	color: #235F9C;
}

.menu li a:hover {
	color: #666666;
}

.widget a {
    color: #3b8dbd;
    font-weight: bold;
}

.textwidget .sidebar-top {
  overflow: hidden;
  padding: 15px;
}

.textwidget .sidebar-top a {
    color: white;
}

.textwidget .sidebar-top a:hover {
    text-decoration: underline;
}

.textwidget .sidebar-top p {
  margin-bottom: 0;
  color: white;
}

.textwidget .sidebar-top .callout-widget-image {
  max-width: 100px;
  padding-right: 10px;
}

.textwidget .sidebar-top .callout-widget-text {
  max-width: 59%;
}

.textwidget .sidebar-top h3 {
 color: rgba(255, 255, 255, 0.8); 
}

.entry img.alignleft {
    margin-top: 8px;
}