/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide.

Colors:
	Blue link #164C90 !changed
	Lime #B3C700
	DSpace green #cccc00
	Yellow #ffcc33
	Pale orange--ffcc99
	Soft brown: #cc9933
	Menu bkgd: #45491F
	Heading background #F7F9E3;
	Heading text color: #AC4B0E;
	Lt gray border: #DCDCDC and ECEDED;
	Lt tan: #FAFBF7 (highlighted row #FFFEEE)
	Gray: #999999
*/

/* Site specific tags */

h1 {
	margin-bottom: 10px;
	font-size: 1.3em;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em !important;
}

a:link, a:visited {
  /*color: #164C90;*/
  color: #45491F;
}

a:hover {
  color: #B3C700;
}

p.red, span.red {
	color: red;
	font-weight: bold;
}

/* title */

h1#page-title {
	padding: 2px 10px;
	background-color: #cc9933;
	color: #FFFFFF;
}

h2#page-title, h3.title {
	background-color: #FFFFFF;
	color: #cc9933;
}

h2.block-title {
	margin: 10px auto 5px;
    padding: 6px;
    border-bottom: 1px solid #CCCCCC;
	background: none repeat scroll 0 0 #cc9933;
	color: #FFFFFF;
    font-size: 1.1em !important;
    font-weight: bold;
}

/* table */
th, td {
	padding: 8px;
}

thead th, th {
	background-color: #CC9933;
	color: #FFFFFF;
	font-weight: bold;
}

/* User Bar */

.logo-img {
	margin-bottom: 10px;
	width: 100px;
	clear: both;
}

.logo-img img {
	max-width: 100%;
}

#block-views-subpage-headers-block .field-content {
	display: none
}

/* Social icons */

.social-icons {
	text-align: left;
}

/* Search box */

.block-search-form {
	padding: 10px 0;
	width: 280px;
	height: 30px;
	text-align: left;
	clear: both;
}

#search-block-form {
}

/* Site Menu */

#zone-menu-wrapper {
	text-align: center;
}

.region-menu-inner {
	width: 320px;
	/* background-color: #45491F; */
	background-color: #999999;
}

.region-menu-inner ul li  {
	margin: 0;
	padding: 0;
	border: none;
}

ul.nice-menu-down li.menuparent {
	width: 100%;
	background-color: #999999;
	background-image: none;
	border: none;
}

ul.nice-menu-down li.menuparent a {
	padding: 5px 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

ul.nice-menu-down li.menuparent a:hover {
	background-color: #ffcc33;
	border-top: 1px solid #B3C700;
	border-bottom: 1px solid #B3C700;
	color: #999999;
	text-decoration: underline;
	border: none;
}

ul.nice-menu ul li {
	padding: 1px;
}

ul.nice-menu ul li a {
	background-color: #cc9933;
}

ul.nice-menu ul li a:hover {
	background-color: #cc9933;
	text-decoration: none;
}

/* CONTENT */

/* Preface */

/* Front slideshow */

.block-front-slideshow-block {
	margin-top: 4px;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 320px;
	background-color: #cc9933;
	text-align: center;
	color: #FFFFFF;
}

.block-front-slideshow-block p {
	margin: 3px auto;
}

.block-front-slideshow-block a {
	color: #FFFFFF;
}

.block-front-slideshow-block li {
	margin-left: 0;
}

/* DSpace intro text block */

.front-page-text-block {
	color:#cc9933;
	line-height: 1.5em;
}

.front-page-text-block a {
	text-decoration: none;
	color: #cc9933;
}

.front-page-text-block div#title-color {
	background-color:#cc9933;
	margin-top: 4px;
	margin-bottom: 10px;
	height: 20px;
}

.front-page-text-block span#title-text {
	font-size: 1.2em;
	letter-spacing: .1em;
	font-weight: bold;
}

.front-page-text-block span#content-text {
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: 500;
}

.front-page-text-block ol {
	padding-left: 30px;
	font-size: 1.1em;
}

/* Event Highlight - Frontpage */

div.event-highlight {
	margin: 20px 0;
}

div.event-highlight-image img {
	position: absolute;
	padding-left: 10px;
	z-index: 20;
}

div.event-highlight-body {
	padding: 15px 15px 10px;
	background-color: #CCCC9A;   
	-webkit-box-shadow: 0 1px 4px #666666;   
	-moz-box-shadow: 0 1px 4px #666666;  
	font-size: .8em;
	z-index: 0;
}

div.event-highlight-body p {
	padding-left: 190px;
	height: 140px;
}

div.event-highlight-body a {
	font-weight: bold;
}

span.event-highlight-edit a {
	float: right;
	text-align: right;
}

/* Members page */

.members {
	border-top: 1px solid #669999;
}

.members table {
	width: 100%;
	padding: 10px;
	border: 0;
}

.members table tr {
	border: 0;
}

/* Video styles */

.media-youtube-video, .media-vimeo-video {
	margin: 0 auto;
	text-align: center;
}

/* New User view on Front page */

div#new-user {
	padding: 5px;
	width: 300px;
}

div#new-user div {
	float: left;
	margin: 10px;
	width: 110px;
	text-align: center;
	clear: none;
}

div#new-user div p {
	margin-bottom: 0;
}

div#new-user div p a {
	font-size: .9em;
	text-decoration: none;
}

div#new-user div img {
	margin: 0 auto;
	max-width: 100%;
}

/* DuraSpace Digest View */
.block-duraspace-digest-block-2 h2.block-title {
	padding: 2px 6px 1px;
	font-size: .8em;
	font-weight: 500;
}

.view-duraspace-digest .views-row,
.block-duraspace-digest-block .views-row, 
.block-duraspace-digest-block-1 .views-row {
	padding: 10px 0 0 5px;
	font-size: .85em;
}


/* Table view styles */

table.views-table {
	border: 1px solid #ECEDED;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: #F7F9E3;
}

th.views-field {
	background-color: #FAFBF7;
}

tr.even td {
}

td.views-field-field-body img, {
	float: left;
	text-align: left;
}

/* Registered Service Providers */

td.views-field-field-body {
	width: 60%;
}

td.views-field-field-contact-name,
td.views-field-field-services {
	width: 20%;
	padding-top: 10px;
}

div.view-registered-service-providers td {
	vertical-align: top;
}

div.view-registered-service-providers td p {
	margin-bottom: 10px;
}

div.view-registered-service-providers td img {
	padding-bottom: 10px;
}

div.view-display-id-rsp_block {
	margin: 5px auto;
	width: 280px;
	height: 150px;
	text-align: center;
	font-size: .9em;
}

div.view-display-id-rsp_block .field-content {
	width: 100%;
}

div.view-display-id-rsp_block img {
	padding: 10px 0;
}


/* Taxonomy Repo Type Use cases */

div.view-grouping-header {
	padding: 4px 6px;
	background-color: #F7F9E3;
	font-size: 1.2em;
	color: #AC4B0E;
}

div.view-grouping-content div.view-grouping-header {
	background-color: #FFFFFF;
	font-size: 1em;
}

.view-taxonomy-term-rewrite div.views-field-body {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FAFBF7;
}

.view-taxonomy-term-rewrite div.views-field-body p {
	margin: 10px 0;
}

.view-taxonomy-term-rewrite div.views-field-body img {
	float: left;
	margin: 0 10px;
	text-align: left;
}

.view-taxonomy-term-rewrite div.view-field-body {

}

/* Use Case Views */

td.use-case, 
tr.use-case-table td {
	padding: 0;
	vertical-align: text-top;
}

td.use-case div h4 {
	width: 98%;
	margin: 1%;
	padding: 3px;
	text-align: center;
	vertical-align: text-top;
	background-color: #B3C700;
	font-size: .85em;
}

tr.use-case-table td h4 {
	margin: 0 0 5px 0;
	padding: 4px 5px;
	background-color: #FAFBF7;
	font-size: 1.1em;
}

tr.use-case-table td p {
	margin-bottom: 3px !important;
}

tr.use-case-table td h6 {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 1em;
	font-weight: 500;
	text-align: right;
	color: #222222;
}

td.use-case div h4 a {
	color: #000;
	text-decoration: none;
}

td.use-case div h4 a:hover {
	color: #164C90;
	text-decoration: underline;
}

td.use-case div.field-content {
	text-align: center;
}

td.use-case img, div.view-use-cases img {
	float: left;
	margin: 5px 10px;
	text-align: center;
}

/* Sidebar */

/* Subpages menu */

.block-menu-starter-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}

.block-menu-starter-menu ul li.leaf {
	margin: 10px auto;
	list-style: none;
	height: 40px;
}

.block-menu-starter-menu ul li.leaf a {
	display: block;
	padding: 10px 0 15px 45px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 40px 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #999999;
}

.block-menu-starter-menu ul li.leaf a#menu-tour {
	background-image: url('../images/menu/menu_tour.png');
}

.block-menu-starter-menu ul li.leaf a#menu-download {
	background-image: url('../images/menu/menu_download.png');
}

.block-menu-starter-menu ul li.leaf a#menu-registry {
	background-image: url('../images/menu/menu_registry.png');
}

.block-menu-starter-menu ul li.leaf a#menu-direct {
	background-image: url('../images/menu/menu_direct.png');
}

.block-menu-starter-menu ul li.leaf a:hover {
	color: #FFCC33;
}

/* Quicklinks in right sidemenu */

.block-menu-community h2.block-title,
.block-menu-developers h2.block-title,
.block-menu-organization h2.block-title,
.block-menu-release-information h2.block-title,
.block-menu-training-materials h2.block-title {
	padding: 3px 0 3px 10px;
	background-color: #cccc00;
}

.block-menu-community ul li,
.block-menu-developers ul li,
.block-menu-organization ul li,
.block-menu-release-information ul li,
.block-menu-training-materials ul li {
    padding-left: 1em; 
    list-style: none;
    text-indent: -.7em;
}

.block-menu-community li:before,
.block-menu-developers li:before,
.block-menu-organization li:before,
.block-menu-release-information li:before,
.block-menu-training-materials li:before {
    content: "• ";
    color: #cccc00;
}

/* REGISTRY Tags Pages */

.view-registry div.views-field {
	margin: 4px auto;
}

.view-registry span.views-label {
	font-weight: 600;
}

.registry-tags .views-row {
	margin-top: 10px;
	padding: 2px 0 10px 0;
	border-bottom: 1px dotted #999999;	
}

.registry-tags .views-row-1 {
	margin-top: 20px;
	border-top: 1px dotted #999999;	
}

.registry-tags .views-field {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #339999;
}

.registry-tags .views-field-field-institution {
	padding-left: 0;
	border: none;
}


/* SECTION FOOTER */

#section-footer {
	margin-top: 10px;
	background-color: #ECEDED;
}

.zone-footer p {
	margin: 10px auto;
	text-align: left;
}

.zone-footer img {
	margin-top: 10px;
}