/**
 * Pronto Marketing Theme 001 -- Contact Widget CSS
 *
 * One collection of styles for each container a widget can reside in:
 * - content sidebar
 */

/**
 * CONTENT SIDEBAR
 * div#content_container div.sidebarwidget
 */

div#content_container div.sidebarwidget div.contact {
  position: relative;
  padding-top: 9px;
}

div#content_container div.sidebarwidget div.contact div.text{
  float: left;
  width: 190px;
  font-size: 11px;
  margin-bottom: 9px;
}

div#content_container div.sidebarwidget div.contact div.text span a{
  text-decoration: none;
  color: #333333;
}

div#content_container div.sidebarwidget div.contact h3{
  font-family: "Helvetica Neue", helvetica, sans-serif;
  font-size: 18px;
  color: #1c3768;
  font-weight: bold;
}

div#content_container div.sidebarwidget div.contact h3 a{
  text-decoration: none;
  color: #1c3768;
}