@charset "UTF-8";
/*
Theme Name: theboxmod
Template: the-box
*/

@import url('../the-box/style.css');

.site-title {
	font-family: 'Georgia', serif !important;
	font-size: 2em; /* 28px */
    font-weight: 700;
    line-height: 1.2;
    margin: 12px 0px 18px 0px;
}

.site-title a {
	display: inline-block;
	color: #000 !important;
}

.site-title a:hover {
	text-decoration: none;
	color: #c0c0c0;
}

.entry-header h1,
.entry-header h2 {
	margin: 0.25em 0 0;
	font-weight: 400;
	color: #252525;
	font-size: 18px;
}

.entry-header h2 {
	float: left;
	width: 90%;
	max-width: 90%;
	clear: none;
}

.main-navigation {
	font-size: 14px;
}

.site-description {
	color: #000;
	color: rgba(0,0,0,0.5);
    display: inline-block;
    margin: 16;
    font-family:  'Helvetica', sans-serif !important;
    font-size: 14px; 
    font-weight: 400;
}

a {
	text-decoration: none;
	color: #0099ff; 
}

a:hover,
a:focus,
a:active {
	color: #0099ff;
	text-decoration: underline;
	outline: 0;
}

#tertiary .widget {
    width: 100%;
    padding: 0;
	margin-bottom: 1em;
	float: left;
	border: none;
	background: transparent;
	color: #000;
}

.site-footer {
	clear: both;
	color: #fff;
    padding: 2.04082%;
    background: #fff;
    font-size: 12px;
}

.site-footer a {
	color: #fff;
}
