/*
 *	STYLESHEET FOR NOBEL SIDEBARS
 * 
 */

/*--------------------------------------------------------------------------------------------------- SIDE BAR STRUCTURE */
#primary, div.sidebar-nav  {
	padding: 1.4em 0 0 0;
	float: left;
}
div.sidebar-nav {
	width: 20%;
	margin-right: 5%;
}

div.sidebar-nav .sub-pages {
	margin-bottom:20px;
}


/*--------------------------------------------------------------------------------------------------- SIDE BAR LINKS CSS */

div.sidebar-nav,
div.sidebar-nav a {
	color: #0099cc;
}
div.sidebar-nav ul {
	list-style: none;
	margin: 0 0 0 0;
}
div.sidebar-nav ul.children {
	margin: 0 0 0 15px;
}

div.sidebar-nav ul li {
	margin: 0 0 .75rem 0;
}
div.sidebar-nav ul li a {
	display: inline-block;
	font-family: 'Roboto', Geneva, sans-serif;
	font-weight: 500;
	text-decoration: none;
	}
	
#ad-linkslearn {
	text-align: center;
	padding: 5px 0 0 0;
}

/*---------------------------------------------------------------------------------------------------- NEWS SEARCH BOX */

.sidebar-search form {
	height:50px;
}

.sidebar-search input.search-field {
	width:115px;
	float:left;
	height:28px;
	font-size:11px;
    margin:1px 0 0 0;
    padding: 0px 0px 0px 7px;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CBCACA;
    box-shadow: 0px 8px 10px -6px #CDCDCD inset;
    font: 11px 'Roboto', Geneva,sans-serif;
    border-radius: 5px;
}

.sidebar-search input.search-submit {
	padding: 0px 5px;
	background: #0099cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0,0,0, .5);
	text-align: center;
	height: 28px;
	vertical-align: middle;
	margin: 2px 0 0 8px;
	float:right;
}
.sidebar-search input.search-submit {
	border:none;
	border-radius: 5px;
}	
.sidebar-search input.search-submit {
	background: -webkit-gradient(linear, left top, left bottom, from(#529df0), to(#1870cd));
	background: -moz-linear-gradient(top, #529df0, #1870cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#529df0', endColorstr='#1870cd');
	background-image: linear-gradient(#529df0, #1870cd);}
}
.sidebar-search input.search-submit:hover {
	cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------- NEWS ARCHIVE */
#sidebar-nav ul.monthly-archives,
#sidebar-nav ul.yearly-archives li.article {
	margin: 5px 0 0 10px;
	cursor: pointer;
}
#sidebar-nav ul li.monthly-archive {
	margin: 0 0 5px 0;
}

div.sidebar-nav ul.articles {
	margin-bottom:1.5em;
}

#sidebar-nav ul li.yearly-archive, #sidebar-nav ul li.monthly-archive {
	cursor: pointer;
}

#sidebar-nav h3 {
	clear:left;
	font: 500 14px/16px 'Roboto', Geneva, sans-serif;
	color: #013877;
	padding-bottom:10px;
}

#sidebar-nav h3 a {
	text-decoration:none;
}

#sidebar-nav h3 a:hover, #sidebar-nav h3 a:active {
	color:#DC661E;
}

#sidebar-nav .yearly-archive .fa {
	font-size: 1em;
	color: #b2b2b2;
	padding-right: .5em;
}

div.sidebar-nav ul.yearly-archives li,
div.sidebar-nav ul.monthly-archives li {
	margin-bottom:.25em;
}

li.yearly-archive span, li.monthly-archive span {
	display:inline-block;
	padding-bottom:.3em;
}

.article a:hover, .article a:active {
	color: #dd6826!important;
	text-decoration:underline!important;
}
