/*  
Theme Name: Unstandard Dark
Theme URI: http://themetie.com/theunstandard
Description: This darker child theme requires the Unstandard theme.
Version: 1.0
Author: Derek Punsalan
Author URI: http://themetie.com/
Template: unstandard
*/

@import url("../unstandard/style.css");

.gallery-caption {
    display: none !important;
}

body {
	background: #222;
	color: #aaa;
}
a {
	color: #ddd;
}
a:hover {
	color: #0096bf;
}
#main .container-12 {
	background: #333;
	border-color: #111;
}

/*	-----------------------------------------------------------------------------
	HEADER 
	----------------------------------------------------------------------------- */
.masthead {
	background-color: #333;
	border-bottom: 1px solid #111;
	-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: #ccc;
}
.masthead a:hover {
	color: #fff;
}

/*	-----------------------------------------------------------------------------
	HEADER MENU 
	----------------------------------------------------------------------------- */
.masthead ul.menu,
.masthead ul.menu > li {
	border-color: #444;
}
ul.menu a {
	color: #ccc;
}
ul.menu ul a {
	color: #555;
}
ul.menu a:hover,
ul.menu li:hover,
ul.menu li:hover > a {
	background-color: #0087ac;
}
li.menu-children > a,
li.menu-children > a:hover {
	background-position: right -37px;
}

/*	-----------------------------------------------------------------------------
	POSTS 
	----------------------------------------------------------------------------- */
.single-entry h2 {
	color: #eee;
}
.post-meta {
	border-color: #111;
}
.post-meta .sub-title {
	color: #777;
}
.post a {
	color: #fff;
	text-decoration: underline;
}
.post a:hover {
	color: #0096bf;
	text-decoration: none;
}

/*	-----------------------------------------------------------------------------
	SEARCH 
	----------------------------------------------------------------------------- */
.search-form {
	background-color: #444;
}

/*	-----------------------------------------------------------------------------
	ARCHIVE PAGE INFO 
	----------------------------------------------------------------------------- */
.search-results-info {
	background-color: #111;
}

/*	-----------------------------------------------------------------------------
	MISC BUTTON / LINK HOVER 
	----------------------------------------------------------------------------- */
.loop-paging a,
.form-submit input[type="submit"],
.paginate-posts a {
	background-color: #444;
	border-color: #111;
}
.loop-paging a:hover,
.form-submit input[type="submit"]:hover,
.paginate-posts a:hover {
	background-color: #0087ac;
	border-color: #006b88;
}
.paginate-posts .newer a {
	border-left: 1px solid #333;
}

/*	-----------------------------------------------------------------------------
	COMMENTS 
	----------------------------------------------------------------------------- */
li.comment .comment-body,
.comments-title,
#reply-title {
	border-color: #111;
}

/*	-----------------------------------------------------------------------------
	WIDGETS 
	----------------------------------------------------------------------------- */
.widget .widgettitle {
	border-color: #111;
}

/*	-----------------------------------------------------------------------------
	FOOTER 
	----------------------------------------------------------------------------- */
#footer .grid-12 {
	border-color: #111;
}

/*	-----------------------------------------------------------------------------
	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");
}
.widget_pages .widgettitle,
.widget_links .widgettitle,
.widget_meta .widgettitle,
.widget_categories .widgettitle,
.widget_recent_entries .widgettitle,
.widget_search .widgettitle,
.widget_text .widgettitle,
.widget_tag_cloud .widgettitle,
.widget_archive .widgettitle,
.widget_calendar .widgettitle,
.widget_recent_comments .widgettitle,
.widget_rss .widgettitle {
	background-image: url("images/widgets-titles-sprite.png");
}
.single-entry .post li,
.widget ul.blogroll li,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget #recentcomments li,
#bottom .widget_categories li,
.widget_archive li,
.widget_rss li {
	background-image: url("images/icn-bullet.png");
}