/*
Theme Name: UMass Boston Default
Theme URI: http://blogs.umb.edu
Description: A new, clean, responsive, and clearly branded default theme for blogs on the UMass Boston blog network. Three columns, UMass Boston color scheme, custom headers, custom menus, flexible width layout, support for: gallery, image, video, aside, link, and quote post formats.
Author: John Brosnan
Template: yoko
Version: 0.1.0
*/


@import url("../yoko/style.css");

#content .single-entry-header h1.entry-title {
color: #005a8b;
}

#content .post p.wp-caption-text, h3, .comment-meta cite.fn {
color: #988f86;
}

/*Creates better spacing between site title and main nav*/
#site-title {
padding: 21px 0 10px;
display: block;
border-bottom: 0px solid #cccccc;
}

/*Moves main nav to the left*/
#branding #mainnav {
margin: 6px 0 0;
float: left;
}

/*Makes nav hover color UMB gold*/
#branding #mainnav ul li a:hover {
color:#c59217;
background-color: #ffffff;
}

/*Allows line break in footer text on mobile browsers*/
#colophon {
width: 50% !important;
padding:15px 0 0;
}

/*Makes nav dropdowns usable on mobile platforms*/
@media screen and (max-width: 620px) {

#branding #mainnav ul ul a {
 display: block;
}
.children {
  top: 29px;
}
}

/*Decreases header size for better mobile browsing*/
header#branding img.headerimage {
display: block;
margin-left: auto;
margin-right: auto;
width: 700px;
height: 200px;
padding-top: 5px;
}

/*Defines body background color*/
body {
background-color: #005A8b;
}

/*Adds blue UMB logo at page bottom*/
div#page.clearfix {
background-image: url(images/UMASSBOSTON_ID_blue.jpg);
background-repeat:no-repeat;
background-position: 98.7% 99.7%;
background-origin: content-box;
}

/*Resizes comment box on full width template*/
.page-template-full-width-page-php div#respond.comment-respond {
width: 75%;
}

/*Hides border that overlaps blue UMB logo*/
#wrap {
border-bottom: 0px solid #ffffff;
}

/*Hides widget borders for better mobile browsing*/
aside.widget {
border-bottom: 0px solid #ffffff;
}

/*Styles link color and hover color*/
a {
color: #005a8b;
}

a:hover {
color: #c59217 !important;
}

/*Changes page and post color on single page and post view*/
#content .page-entry-header h1.entry-title {
color: #005a8b;
}

/*Styles widget title color*/
h3.widget-title {
color: #988f86 !important;
}

/*Styles tagline color*/
h2#site-description {
color: #988f86;
}

/*Styles search widget color and hover color*/
input.searchsubmit {
background-color: #005a8b;
}

input.searchsubmit:hover {
background-color: #c59217;
}

/*Styles footer text color*/
#colophon p {
color: #988f86;
}

/*Styles post date and author*/
div.entry-details p {
color: #988f86;
}

/*Styles comment submit button*/
input#submit {
background-color: #005a8b;
}

input#submit:hover {
background-color: #c59217;
}