/**
 * Your Inspiration Themes
 * 
 * In this files the framework register default metaboxes.
 * 
 * @package WordPress
 * @subpackage Your Inspiration Themes
 * @author Your Inspiration Themes Team <info@yourinspirationthemes.com>
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */

/********************************************

In this file you can add your custom CSS.
It will always override rules in style.css.
Good work... and good luck! :)

********************************************/

/* ===== TOP BAR ===== */
#topbar {
	margin-top: 0;
	background-color: #ffffff;
	height: 34px;
	overflow: hidden;
	padding: 0;
}
	#topbar h3, #topbar #follow-twitter { display: none }
	#topbar ul { list-style: none; padding: 0; margin: 0;}
	#topbar li { display: none; }
	#topbar li, #topbar p { color: #767676 }
	#topbar a { color: #f5b00c; font-size: 11px; }
	#topbar a:hover { color: #AB5705 }
	
	#topbar .last-tweets > h3 + div { height: 33px; margin: 0; padding-left: 30px; background: url('images/icons/last_tweets.png') no-repeat left center }
	#topbar .last-tweets p { margin-top: 6px; padding-bottom: 1px; line-height: 22px; }
	#topbar .last-tweets p.meta{ display: inline; }

	#topbar .widget-last > div { float: right; margin-right: 10px; padding-top: 6px }
/* =================== */

                              
/* ===== ARCHIVE ===== */
.content .archive-list ul { border-top:1px solid #CFCFCF; clear:both; margin:0 0 5px; list-style:none; } 
.content .archive-list ul li { border-bottom:1px solid #CFCFCF; } 
.content .archive-list ul li a span { display:block; text-align:right; } 


.table-responsive tr td:first-child {
position: absolute;
background: white;
}
.table-responsive tr th:first-child {
position: absolute;
background: white;
}