/*  
Theme Name: UTC Blogs
Version: 1.2.14
Description: Designed by <a href="http://chrisgilligan.com/">Chris Gilligan</a>.
Author: Chris Gilligan
Author URI: http://chrisgilligan.com/
Template: strappress
Tags: slider, scroll, responsive, bootstrap, strappress child theme, child theme, UTC
        
        License: GNU General Public License v2.0
        License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*---------------------------------------------------------------------------------------------
WARNING! DO NOT EDIT THIS FILE!

This child theme of StrapPress requires the following plugins:
Bootstrap Shortcodes: included with parent theme StrapPress
RSS Feed Improvements: custom UTC plugin to add enclosures and thumbnails to feed
Custom Post Templates: for Newsletter CPT template choices
Simple Page Ordering: for Newsletter child article organization
Taxonomy Images: for Category images in News Releases

Changelog:
1.2.14  - changed numposts to 10 for headlines.xml to allow select in OU Campus
1.2.13  - change to CSS, content links include border-bottom
1.2.12  - revert size on Newsletter media object thumbnails to allow display in IE
1.2.11  - more responsive image improvements for inline Newsletter images
1.2.10  - removed img height/width attributes for better responsive images; 
          height:auto for digest & magazine thumbnails
1.2.9   - fixed a padding glitch on newsletter templates
1.2.8   - changes to constituency-nav.php
1.2.7   - remove child posts of newsletter
1.2.6   - added 580 px wide image size for full width on newsletter; included some in the image size chooser;
          removed Untitled text on child newsletter articles if no title entered
1.2.5   - revised height suggestion for header image; fixed has_thumbnail check
1.2.4   - Add Newsletter digest template
1.2.3   - Remove child stories from Newsletter archive display
1.2.2   - Add featured image support to main story in Newsletter default template
1.2.1   - Fix width problems on Newsletter default template
1.2.0   - Additional newsletter-related image sizes, plus alternative templates; 
		  Support for Custom Post Templates, tied to Newsletter CPT; 
		  Newsletter allows child posts for Magazine template; 
		  Support for Taxonomy Images on blog excerpt and single templates;		  
1.1.3   - added analytics code to single-utcblogs_newsletter template
1.1.2   - "poweredby" variable text to footer and newsletter footer, with fallback to generic UTC address info
1.1.1   - added internal stylesheet to singl-utcblogs_newsletter to allow for images, galleries, captions
1.1.0   - added Newsletter custom post type; removed from view the option to Add New User
1.0.9	- bugfix for functions.php line 38, include correct path for default header image
1.0.8	- padding for .social-icons; re-ordered stylesheet queue to fix over-rides; 
		  changed top-nav to match search box on main site
1.0.7   - restored colorbox.css & enqueue colorbox.js from CDN; CSS tweaks for top-bar menu width, 
		  <a> link color in content; updated link for UTConline
1.0.6   - fixed a regression in headlines-customfeed.php that broke RSS excerpts;
		  CSS tweak to top nav bar for 768 max screens; CSS call for local font for Sorts Mill Goudy
1.0.5   - CSS change to fix top nav bar; added www.utc.edu link to the Brand link in responsive navbar 
1.0.4   - updated constituency nav to work with OU Campus version of www.utc.edu, launched Aug. 1 2013;
          removed font-awesome-more fonts and css; font-awesome comes from CDN now; 
          CSS tweaks for landing-page.php and social icons spacing
1.0.3   - changed edit link on page, project-single and full-width page to be visible even if comments are disabled
1.0.2   - minor tweak to this stylesheet for #widget CSS
1.0.1   - Refined RSS /feed/headlines page template to shorten the content:description to excerpt or 256 char.
1.0.0   - Added /feed/headlines custom RSS; fixed blog navigation bugs and styles, navbar styles, utclogo styles; 
          moved Edit link to meta 
0.1.242 - Switched Sorts Mill Goudy to local fonts vs. Google fonts due to Firefox+Windows agony
0.1.241 - CSS tweaks: breadcrumb adjustment
0.1.240 - CSS bugfixes
0.1.239 - added UTC global header navigation; added search form labels for accessibility
0.1.238 - bug and display fixes
0.1.237 - initial release

---------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*  Import Parent Theme Style; local BootSwatch file goes in /css folder under child theme   */
/*-------------------------------------------------------------------------------------------*/
@import url(../strappress/style.css);

/* Additional Style overrides to accommodate quirks of the UTC Bootstrap import*/

.breadcrumb {
	padding: 0px 12px 0px 0px;
}

#footer {
	margin: 0;
	padding: 24px 30px 40px 30px;
	background: #e0aa0f url(img/utc-crest-faciemus.png) center 16px no-repeat;
	border-top: 1px solid #999;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
	min-height: 145px;
}
.scroll-top {
	margin: 140px 0 0 0;
}
/* style comment submit like bootstrap button, because wordpress does not */
/* have a way to assign class to comment submit, only #id #submit */
#submit {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #003361;
	background-image: -moz-linear-gradient(top, #00386b, #002b52);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00386b), to(#002b52));
	background-image: -webkit-linear-gradient(top, #00386b, #002b52);
	background-image: -o-linear-gradient(top, #00386b, #002b52);
	background-image: linear-gradient(to bottom, #00386b, #002b52);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00386b', endColorstr='#ff002b52', GradientType=0);
	border-color: #002b52 #002b52 #000305;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 2px;
}

/* make select proportional for categories/archives widget  */
#widgets .widget_archive select, .widget_categories select {
		width: 100%;
		margin: 20px 0 !important;
	}
#widgets ul li {
		margin-left: 0;
	}

.hero-unit p {
	text-align: left;
}
.hero-unit a {
		color: whitesmoke;
}

/* post styling */
.post a {
		color: #58799a;
}

.navbar-inner {-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}

.navbar.department {
    margin-bottom: 18px !important;
}

.navbar.department .navbar.frontpage {
    font-size: 1.1em;
}

@media (max-width: 979px) {
	.navbar {
		margin: 0 !important;
	}
	#footer {
		background: #e0aa0f;
		min-height: 1px;
	}
	.scroll-top {
		margin: 14px 0 0 0;
	}
	#footer .social-icons {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.navbar.navbar-fixed-top {
		margin: 0 -20px !important;
	}
	.utclogo {
		margin-left: -20px;
		margin-right: -20px;
	}
	#hero-image {
		margin: 0 0 0 10px;
	}
}

@media (max-width: 480px) {
	#hero-image {
		margin: 20px 0 0 0;
	}
	.hero-unit h1  {
		font-size: 28px !important;
		line-height: 32px !important;
	}
	.hero-unit h2  {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	.hero-unit h3  {
		font-size: 14px !important;
		line-height: 18px !important;
	}
	.hero-unit p  {
		font-size: 12px !important;
		line-height: 14px !important;
	}
	.hero-unit ul li  {
		font-size: 12px !important;
		line-height: 14px !important;
	}
}

/* compensate for regression in font awesome 3.2.1 */
.social-icons [class^="icon-"], .social-icons [class*=" icon-"] {
	padding-left: 4px;
}

/* no top margin, no top constituency nav on landing pages */
body.page-template-landing-page-php {
	padding-top: 0px;
}