/*  
Theme Name: Unstandard Orange
Theme URI: http://themetie.com/theunstandard
Description: This orange child theme requires the Unstandard theme.
Version: 1.0
Author: Derek Punsalan
Author URI: http://themetie.com/
Template: unstandard
*/

@import url("../unstandard/style.css");

a:hover {
	color: #D98A02;
}

/*	-----------------------------------------------------------------------------
	HEADER 
	----------------------------------------------------------------------------- */
.masthead {
	background-color: #ed9e15;
	border-bottom: 1px solid #ef883a;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	     -o-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.masthead a {
	color: #eee;
}
.masthead a:hover {
	color: #fff;
}

/*	-----------------------------------------------------------------------------
	HEADER MENU 
	----------------------------------------------------------------------------- */
.masthead ul.menu,
.masthead ul.menu > li {
	border-color: #ef883a;
}
ul.menu a {
	color: #eee;
}
ul.menu ul a {
	color: #555;
}
ul.menu a:hover,
ul.menu li:hover,
ul.menu li:hover > a {
	background-color: #ef883a;
}
li.menu-children > a,
li.menu-children > a:hover {
	background-position: right -37px;
}

/*	-----------------------------------------------------------------------------
	POSTS LINKS 
	----------------------------------------------------------------------------- */
.post a {
	color: #D98A02;
	text-decoration: underline;
}
.post a:hover {
	text-decoration: none;
}

/*	-----------------------------------------------------------------------------
	ARCHIVE PAGE INFO 
	----------------------------------------------------------------------------- */
.search-results-info {
	background-color: #ed9e15;
}

/*	-----------------------------------------------------------------------------
	MISC BUTTON / LINK HOVER 
	----------------------------------------------------------------------------- */
.loop-paging a:hover,
.form-submit input[type="submit"]:hover,
.paginate-posts a:hover {
	background-color: #ed9e15;
	border-color: #ef883a;
}

/*	-----------------------------------------------------------------------------
	IE7 NOT SUPPORTING @IMPORT IMAGES 
	----------------------------------------------------------------------------- */
.ie7 body {
	background-image: url("../theunstandard/images/bg.png");
}
.ie7 li.menu-children > a,
.ie7 li.menu-children > a:hover,
.ie7 .sub-menu .menu-children > a,
.ie7 .sub-menu .menu-children > a:hover {
	background-image: url("../theunstandard/images/icn-expand.png");
}
.ie7 .widget_pages .widgettitle,
.ie7 .widget_links .widgettitle,
.ie7 .widget_meta .widgettitle,
.ie7 .widget_categories .widgettitle,
.ie7 .widget_recent_entries .widgettitle,
.ie7 .widget_search .widgettitle,
.ie7 .widget_text .widgettitle,
.ie7 .widget_tag_cloud .widgettitle,
.ie7 .widget_archive .widgettitle,
.ie7 .widget_calendar .widgettitle,
.ie7 .widget_recent_comments .widgettitle,
.ie7 .widget_rss .widgettitle {
	background-image: url("../theunstandard/images/widgets-titles-sprite.png");
}