/* Footer */

.layout-full #colophon {
padding-bottom: 10px !important;
padding-top: 10px !important;
}

/* Vantage set menu font family and weight */

.main-navigation a {
font-family: "Arial Narrow", Arial, Helvetica, "Lucida Grande", sans-serif;
font-weight: bold;
font-size: 16px;
}

/* Menu Padding Horizontal */

.main-navigation ul li a {
padding-right: 15px !important;
padding-left: 15px !important;
}

/* Remove link underlines */

.entry-content a {
    color: #248CC8;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

/* Hide Sidebar on Single Posts */

.single #secondary { display: none; }
.single #primary { width: 100% !important; }

/* Hide category archives heading */

.archive .page-header #page-title { 
	display: none;
}

/* Center footer widget */

#footer-widgets .widget {
    text-align: center;
}

/* Define caption div callout */

#caption {
font-family: Arial, Helvetica,  "Lucida Grande", sans-serif;
font-size: 13px;
line-height: 100%;
margin-top: -10px;
}

/* Define small image div callout */

#right200 {
float: right;
width: 200px;
margin-left: 20px;
font-family: Arial, Helvetica,  "Lucida Grande", sans-serif;
font-size: 13px;
line-height: 135%;
}

/* Change indent for lists */

ul {
margin: 0 !important; 
}