/* 
BIGNEWS CUSTOM STYLESHEET
--------------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 	ASSIGN BODY BACKGROUND COLOR/IMAGE */

body                                    { font: 11px/18px "Arial",  Helvetica; 
										  background-image:url('../img/theme/defaultbg.jpg');
										  background-repeat: no-repeat;
										  background-position: 0px 160px;
										  background-color: #d3e0e6;
}


/* 	ASSIGN CUSTOM FONT FOR HEADING */

.sf-menu a, .sf-menu ul ul li a, #qcFooterNav ul li a, .blog-meta .pf-heading, .slides h4, .widget h4, .qcTitleModule h4, #qcAside-1, #qcAside-1 .widget h4, .widget .tabs li a, h1, h2, h3, h4, h5 {
	font: UScoreRGHRegular, sans-serif;
}

/* 	ASSIGN CUSTOM FONT FOR CONTENT */

body, p {
	font-family: 'Arial', Helvetica;
}

/* 	ASSIGN CUSTOM PRIMARY HIGHLIGHT COLOR */

#qcPriNav, .blog-meta, .slides span, .qcList li:hover span, .qcTagList li a:hover {
	background-color: #FF8300;
}

.sf-menu li.current { background: #458cba }

.sf-menu li:hover                       { background: #f4c718;
                                          /* only transition out, not in */
                                          -webkit-transition: none;
                                          transition: none;
                                        }

#qcPriHeader                            { background: #fff url(https://nagle.rocks/thelegacy/img/qcHeaderBgcopy.png) no-repeat;
                                          padding: 15px 0;
                                        }

a, a:hover, .qcList li:hover a, .qcPostList li a:hover, .slides h4 a:hover, .qcPostCol li a:hover, #qcCopyright a:hover, #qcFooterNav ul li a:hover, #qcGlobalSite li a:hover, #qcBreadCrumb li a:hover, .qcPostSingleList h4 a:hover, .qcPostSingleList .qcCommentCount a:hover, .pagination ul li a:hover, .sf-menu li ul li a:hover {
	color: #239E5D;
}

#qcNewsTicker a, a:hover, a:visited {
	color: #FFFFFF;
}

/*Boxes */
.box-content, .box-note {
	margin: 5px 0;
	padding: 3px 3px 3px 20px;
	text-align: justify; 
}

.box-info,
.box-warning,
.box-hint,
.box-download { 
	margin: 5px 0;
	text-align: justify;
	padding: 3px 3px 3px 20px;
	color:#FFF;
	border: 1px solid;
}

.box-note{
	background-color:#FFF;
	border:1px solid #F60;
	color:#333;
	font: 18px UScoreRGHRegular, sans-serif;
	text-transform: uppercase;
}

.box-info { 
	background:#3B659C;
	border-color:#355782; 
	font: 18px UScoreRGHRegular, sans-serif;
	text-transform: uppercase;
}

.box-warning { 
	background:#C33;
	border-color:#9E1818;
	font: 18px UScoreRGHRegular, sans-serif;
	text-transform: uppercase;
}

.box-hint {
	background: #E85D00;
	border-color: #D15604;
	font: 18px UScoreRGHRegular, sans-serif;
	text-transform: uppercase;
}

.box-download {
	background: #668000; 
	border-color: #4B5E00;
	font: 18px UScoreRGHRegular, sans-serif;
	text-transform: uppercase;
}

.box-content{
	background:#555;
	color:#FFF;
	font: 18px UScoreRGHRegular, sans-serif;
	text-transform: uppercase;
}

.boxcontainer{
margin: 0 auto;
width: 380px;
}

.floatright {
float: right; 
}

.floatleft {
float: left; 
}

.headerbackgrounding {
	background-image: url(../img/teambg.png);
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
}

.bigstory {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 15px;
}
