/* Mobile specific styles */

/* Overriding Swinburne general styles */

    #navigation { display: none; }
		#container { width: auto; max-width: 768px; }
		#wrapper, #wrapper-sidebar-small { width: auto; }
		
		#skip_content { display: none; }

		div#column { background: #fff; border: none; }

	/* Special toggles */

		.mobile-view-only { display: inline; }
		div.mobile-view-only { display: block; }

	/* Banner */

		#banner-small { height: auto;
			background: #636466 url(http://m.swinburne.edu.au/images/logo-small.gif)
			no-repeat top right; padding-right: 102px; min-height: 50px; }
		#banner-small p#banner-logo { display: none; }
		#banner-small p#pagetitle { float: none; width: auto; height: auto;
			padding: 12px 8px 12px 16px; color: #fff; font-size: 1.7em;  }
		#banner-small p#pagetitle span { display: none; }

	/* Footer */

		#footer { width: auto; min-width: 0; height: auto; }
		#foot { width: auto; background: #636466; color: #fff; padding: 0; }
		#foot ul li { display: block; padding: 6px 0 6px 18px; line-height: 1.4em;
			border-bottom: 1px solid #4b4b4d; float: none; color: #fff; font-weight: bold;
			height: auto; }
		#foot a:link, #foot a:visited, #foot a:hover { color: #fff; font-weight: normal; 
			color: #fff; text-decoration: none; display: inline-block; padding-right: 12px;
			background: url(/assets/swinburneimages/footer-right-arrow.png)
			no-repeat 100% 50%; }

	/* Menu */

		#left_menu { width: auto; padding: 0; }
		#left_menu ul { border: none; padding: 0; }
		#left_menu ul li a:link, #left_menu ul li a:visited, #left_menu ul li a:hover,
			#left_menu ul li.selected a:link, #left_menu ul li.selected a:visited,
			#left_menu ul li.selected a:hover {
			color: #000; background: transparent; }
		#left_menu ul li { display: none; border: none; background: #eaebed; margin: 5px 0; }
		#left_menu ul li.selected {
			background: #dadbdd url(/assets/swinburneimages/menu-downarrow.png)
			no-repeat 100% 50%; padding-right: 50px; cursor: pointer; }
		#left_menu.show ul li.selected {
			background-image: url(/assets/swinburneimages/menu-uparrow.png); }
		#left_menu ul li.selected, #left_menu.show ul li { display: block; }
		#left_menu ul li.selected ul, #left_menu.show ul li ul { display: none; }
		#left_menu ul li.top_item { border: none; }
		#left_menu ul li a { padding: 18px 10px 15px; }
		div#navcol { float: none; width: auto; }

	/* Content "column" */

		div#content-col, #wrapper-sidebar-small div#content-col-sidebar {
			float: none; width: auto;
			margin: 0; padding: 12px 8px 40px; }

	/* "Side column" */

		#wrapper-sidebar-small div#sidecol { width: auto; float: none; 
			background: #f5f2eb; margin: 0 0 0 8px; }

/* Research bank specific styles */

	/* Search form */

		/*
		#search-form { background: #dadbde; color: #000; }
		#search-form a:link, #search-form a:visited { color: #000; }
		*/

	/* Homepage */

		#homepage_main .mainsection { padding-left: 0; }
		#homepage_main .mainsection img { display: none; }

	/* Facet sidebar */

		#layout_sidebar { display: none; } /* Todo: have a way of showing this again */

	/* Content next to facet sidebar */

		div#layout_content { margin-left: 0; }

	/* Display tables */

		table.repository, table.repository tr, table.repository thead, table.repository tbody,
			table.repository tfoot { display: block; }
		table.repository td, table.repository th {
			display: block; padding: 5px; border: none; }
		table.repository td+td, table.repository th+th { padding: 1px 5px 1px 18px;
			font-size: 0.95em; }
		table.repository td:last-child, table.repository th:last-child { padding-bottom: 5px; }

	/* Metadata display */

		dl.metadata, dl.column { padding-left: 0; margin: 1.1em 0 1em; overflow: visible }
		dl.metadata dt, dl.column dt { float: none; width: auto; margin: 5px 0;
			text-align: inherit; }
		dl.metadata dd, dl.column dd { margin: 5px 0 1em 20px; width: auto; float: none; }

		dl.metadata dd.primary_title { margin: 5px 0 1em 20px; width: auto; float: none; }

	/* Handle */

		p.handle { float: none; clear: both; text-align: right; }
