body {
	background: #edeff4;
	background:-webkit-radial-gradient(24% 1%, circle closest-side, #fff, rgba(237, 239, 244, 1) 50em);
	background-image: -moz-radial-gradient(24% 1%, circle closest-side, #fff, rgba(237, 239, 244, 1) 50em);
	background-image: -webkit-radial-gradient(24% 1%, circle closest-side, #fff, rgba(237, 239, 244, 1) 50em);
	background-image: -o-radial-gradient(24% 1%, circle closest-side, #fff, rgba(237, 239, 244, 1) 50em);
	background-image: -ms-radial-gradient(24% 1%, circle closest-side, #fff, rgba(237, 239, 244, 1) 50em);
	background-image: radial-gradient(24% 1%, circle closest-side, #fff, rgba(237, 239, 244, 1) 50em);
	/*237, 239, 244, 2.1*/
	overflow-x: hidden;
}
a, a:visited { color: #0176c6; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #0094b7; }

/* to overwrite font color for hyperlink in the article */
a span {
	color: #0176c6 !important; 
}

nav h1{
	text-align: center; font-size: 1.8em; /* 21px */
	line-height: 1.9048em; /* 40px */
	margin-top: 1.9524em;
	margin-bottom: 0.9524em;
	color: #ccc;
	text-shadow: #000 0 -1px 1px;
}

nav li {
	font-size: 1.125em; /* 18px */
	  line-height: 1em; /* 18px */
	  margin-top: 1em;
	 margin-bottom: 0em;
	font-weight: bold;
	text-shadow: #000 0 -1px 1px;
}

nav li a, nav li a:visited { color: #ccc; text-decoration: none; outline: 0; }
nav li a:hover, nav li a:focus { color: #0094b7; }

.small {font-size:80%;margin:0}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-shadow: 0px 1px 1px #fff; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 3.2857em; /* 46px */
  line-height: 1.3043em; /* 60px */
  margin-top: 0.4348em;
  margin-bottom: 0em;}
h2 { 
	font-size: 2.5em; /* 35px */
  line-height: 1.1429em; /* 40px */
  margin-top: 0.5714em;
  margin-bottom: 0em; }
h3 { font-size: 2em; /* 28px */
  line-height: 1.4286em; /* 40px */
  margin-top: 0.7143em;
  margin-bottom: 0.7143em; }
h4 {  font-size: 1.5em; /* 21px */
  line-height: 1.9048em; /* 40px */
  margin-top: 0.9524em;
  margin-bottom: 0em; }
h5 {  font-size: 1.2143em; /* 17px */
  line-height: 1.1765em; /* 20px */
  margin-top: 1.1765em;
  margin-bottom: 0em; }
h6 {  font-size: 1em; /* 14px */
  line-height: 1.4286em; /* 20px */
  margin-top: 1.4286em;
  margin-bottom: 0em; }
.subheader { color: #777; }

p {
 font-size: 1em; /* 14px */
  line-height: 1.4286em; /* 20px */
  margin: 0 0 1.4286em 0;
}

p img { margin: 0; }
p.lead { font-size: 1.2143em; line-height: 1.1765em; margin-top: 1.1765em;
  margin-bottom: 0em; color: #444}

hr {
	margin: 2px 0 20px 0;
}

#cse {background: none}

.bgnavtop {
	width: auto;
	background: url('../images/bg-cat-top-edge.png') bottom repeat-x;
}

.bgnavbot {
	width: auto;
	background: url('../images/bg-cat-bot-edge.png') top repeat-x;
}

.bgnav {
	width: auto;
	background: #232a3a url('../images/bg-nav.jpg') center repeat-x;
	
	padding: 20px 0;	
}

.bgfooter {
	width: auto;
	/*background: url('../images/bg-footer.png') top repeat-x;*/
	border-top: 0px solid #a0a0a0;
	padding: 20px 0;
}


article h1 { font-size: 2em; /* 28px */
  line-height: 1.4286em; /* 40px */
  /*margin-top: 0.7143em;
  margin-bottom: 0.7143em;*/ }

article h2 {  font-size: 1.5em; /* 21px */
  line-height: 1.9048em; /* 40px */
  margin-top: 0.9524em;
  margin-bottom: 0em; }

article h3 {  font-size: 1.2143em; /* 17px */
  line-height: 1.1765em; /* 20px */
  margin-top: 1.1765em;
  margin-bottom: 1.1765em; }

aside h1 {font-size: 1.2143em; /* 17px */
  line-height: 1.1765em; /* 20px */
  margin-top: 1.1765em;
  margin-bottom: 1.1765em; 
	text-align: center;}

aside h2 {  font-size: 1em; /* 14px */
  line-height: 1.4286em; /* 20px */
  margin-top: 1.4286em;
  margin-bottom: 1.4286em;
	text-align: center;}

section:hover {
	background: #f8f8f8;
}

section img {
	float:left;
	margin: 0 10px 5px 0;
	width: 150px;
	padding:5px;
	background:#fff;
	box-shadow: 0 0 5px #888;
}

section img.smallimg {
	float:left;
	margin: 0 10px 1px 0;
	width: 75px;
	padding:5px;
	background:#fff;
}

section h1 {
	font-size: 2em; /* 28px */
	line-height: 1.4286em; /* 40px */
	margin-top: 0.7143em;
	margin-bottom: 0.7143em;
}

section h1 a, section h1 a:visited { color: #0176c6; text-decoration: none; outline: 0; }
section h1 a:hover, section h1 a:focus { color: #0094b7; text-decoration: none; outline: 0; }

aside hr {
	line-height: 1.4286em; /* 20px */
 
}
 

article img.articleimage{
	float:left;
	margin: 0 10px 5px 0;
	max-width: 250px;	
}

.disclaimer {
	padding:1.4286em;
	font-size: 80%;
	background-color: #fff;
	border: 1px dotted #444;
	border-radius: 3px;
}

#right-panel 
{
	margin-left: 1.4286em;
	width: 290px;
}

#bottom-panel 
{
	margin:30px 0;
	/*width: 290px;*/
	display:none;
}


aside.recommendation
{
	width: 100%;
	padding: 0 1.4286em;
	/*margin: 0 0 0 1.4286em;*/
	background: #fff url('../images/bg-diag3.png') repeat;
	border: 1px solid #888;
	border-radius: 3px;
}

ul.recommendation-list li 
{
	margin:0 0 20px;
}

.right 
{
	margin-left: 5px;
	float: right;
	max-width: 290px;
	width: 290px;
}

aside.imagecarousel
{
	/*margin: 0 0 1.2em 1.4286em;*/
	width: 100%;
}

#singovlogo
{
	margin-top: 40px;
}

		/*-------------
		SEARCH
		-------------*/

		.search {
			margin-top: 70px;
}

		#searchForm fieldset {
		    width:240px;
		    position:relative;
		    display:block;
			/*margin-top: 40px;*/
		}

		div.input {
		    width:150px;
		    padding:5px 0 7px 15px;
		    border-radius:10px;
		    /*border:1px solid #c6d2db;*/
		    border:1px solid #b4bdc4;
		    border-top:1px solid #b4c1cb;
		    box-shadow:inset 0 1px 2px rgba(0,0,0,0.08);
		    float:right;
		    background:#e8edf1;
		}

	    div.input.focus {
	        border:1px solid #9ecbe2;
	        box-shadow:0 0 6px #abdcff, inset 0 1px 2px rgba(0,0,0,0.08);
	    }

		input#s {
		    width:100%;
		    border:0;
		    border-radius:10px;
		    background:transparent;
		    height:20px;
		    /*color:#b4bdc4;*/
		    text-shadow:0 1px 1px #fff;
		}

		    input#s:focus {
		        outline:none
		    }

		input#searchSubmit {
		    width:19px;
		    height:19px;
		    text-indent:-9999px;
		    overflow:hidden;
		    background:url('../images/search-icon.png') no-repeat;
		    border:0;
		    position:absolute;
		    top:7px; right:13px;
		    z-index:5;
		    display:none;
		    cursor:pointer;
		}

/*
.ellipse{
	float: left;
}

.page_navigation , .alt_page_navigation{
	padding-bottom: 10px;
	margin: 20px 0 40px;
	
}

.page_navigation a, .alt_page_navigation a{
	padding:5px 8px;
	margin:2px;
	color:white;
	text-decoration:none;
	float: left;
	font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#0176c6;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.page_navigation a:hover, .alt_page_navigation a:hover, .page_navigation a:focus, .alt_page_navigation a:focus {background-color:#0094b7;}

.active_page{
	background-color:white !important;
	color:black !important;
}	
*/

.content {
	margin: 20px 0 20px;
}

.content li{
	padding: 5px 0 5px;
}

/*
.content, .alt_content{
	color: black;
}

.content li, .alt_content li, .content > p{
	padding: 5px
}
*/

#results .no_more, #recommendations .no_more{
    background-color: white;
    color: gray;
    cursor: default;
}

/*END SEARCH STYLE*/

.title {
	font-size: 1.5em;
}

.footerimage {
	height: 120px;
}

ol {
	padding-left: 35px;
}

@media print {
	#skip, #cse, nav, footer, header, .unitybar, #social, .infotalk, .imagelink, #singovlogo {
		display: none;
		visibility : hidden;
	}
	
	article, .container, .sixteen, .columns {
		width: auto;
		margin: 0 5%;
		padding: 0;
		border: 0;
		float: none !important;
		color: black;
		background: transparent none;
	}
	
	article h1 {
		text-align:center;
	}
	
	article a:after {
		content: " ("attr(href)") ";
		font-size: 80%;
		word-wrap: break-word;
	}
	
	
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	 
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) 
{
	.searchsubmit {
		top: -500px;
		left:135px;
	}
	.unitybar, {
				display: none;
				visibility : hidden;
		}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/*aside {display:none}*/

	#right-panel {display:none}
	#bottom-panel {display:block}
    
	.search {margin-top: 10px;}
	.searchsubmit {
		top: -50px;
		left:365px;
	}
	.unitybar {
			display: none;
			visibility : hidden;
		}
	#singovlogo {display:none}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	/*aside {display:none}*/

	#right-panel {display:none}
	#bottom-panel {display:block}

	section img {
		margin: 0;
		width: 300px;
	}
	article img {
		margin: 0 0 10px;
		/*width: 300px;*/
	}
	
	.search {margin-top: 10px;}
	
	.searchsubmit {
		top: -50px;
		left:255px;
	}

	.unitybar {
			display: none;
			visibility : hidden;
	}
	#singovlogo {display:none}
}

.bold {font-weight:bold}

.keyhighlight { background-color: yellow }

/*#recommendations {width: 250px;}*/

.librarian {font-size:80%;}
.mahout {font-size:80%;}

#commentResponse
{
	font-weight:bold;
	margin: 20px 0;
	text-align:center;
}

.red
{
	color: Red;
}

.infotalk {
	float: left;
	margin-bottom: 20px;
}

.commentImg {
  max-width: 16px;
  height: auto;
  margin-right: 3px; 
  margin-top: 3px;
}


/*** Overwrite bootstrap ***/
.breadcrumb 
{
	background: none !important;
	padding-left: 0 !important;
}
.modal-content 
{
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(192, 192, 192)		!important;    
	/* RGBa with 0.95 opacity */   
	background: rgba(192, 192, 192, 0.95)	!important;  
}
/*** End Overwrite bootstrap ***/




/*** Overwrite socialbookmark css ***/
ul.sb-list
{
	padding-left: 0 !important;
}
/*** End Overwrite socialbookmark css ***/

.map-image
{
	width: 50px;
	border: 0;
}

.smallimgIndexPage {	
	margin: 0 10px 1px 0 !important;		
}

.webComponetarticleimage{
	float:left !important;
	margin: 0 10px 5px 0 !important;		
}

nlb-share, [nlb-share], .nlb-share{
    float: left !important;
    margin-right: 50px !important;
}

.twitter-typeahead .tt-header.tt-cursor, 
.twitter-typeahead .tt-suggestion.tt-cursor {
                background-color: #d3d3d3!important;
}

#ulsWidget{
	-webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.ulsTabs .ulsTab{
	-webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}	

a.ui-theme-link span.ui-fa-inverse {
	color: #fff !important;
}

a.ui-theme-link span {
	color: #343a40 !important;
}	