/**** DESKTOP STYLESHEET ****/
	@media only screen and (min-width: 960px) {
	
	/* HIDE THESE ITEMS FOR DESKTOP */
	
	#menu_toggle {  }
	
	#masthead_top {
		
		}
	
	#menu, #admin_forms {
		/* ADDING TOP_GAP MADE THIS UNNECESSARY
		display: block;
		position: relative;
		top: auto;
		left: auto;
		*/
		float: left;
		}
		
	#menu {
		width: 20%;
		display: block;
		}
		
	#admin_forms { /* Main body area where forms appear */
		width: 80%;
		}
		
	/* BROWSE PAGE TABLE */
	
	.filter_label { 
		width: 15%;
		width: 15%;
		} /* Label for every filter */
	#limiter input, #limiter select {  
		width: 85%;
		width: 35%; 
		} /* Input for every filter */
	
	#browse_table .thumbnail:hover .thumb_zoom { /* This is a SPAN */
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		background-color: #FFF;
		padding: 4px;
		z-index: 100;
		border: 1px solid #adadad;
		}
	/*#browse_table .thumbnail:hover span img { width: 150px; }*/
	#browse_table .thumbnail:hover .imagezoom {  } /* This is the image itself */
		.imagezoom_caption { font-size: .75em; }
	
	/* EDIT PAGES */
	
	.quick_links_wrapper a {
		display: inline;
		width: auto;
		text-align: left;
		background-color: transparent;
		padding: 0px;
		margin-top: 0px;
		color: #afbd21;
		font-weight: 700;
		}
	.divider { display: inline; }
	
	}

	/* HIDE ON DESKTOPS @ 1024px - 1119px */
	/* @media only screen and (min-width: 960px) AND (max-width: 1119px) { .d_hide { display: none !important; visibility: hidden !important; } } */ /* IF LARGE */
	@media only screen and (min-width: 960px) AND (max-width: 1599px) { .d_hide { display: none !important; visibility: hidden !important; } } /* IF NO LARGE */
	
	@media only screen and (min-width: 1600px) {
	
	#menu { width: 15%; }
	#admin_forms { width: 85%; }
	#form_table .line_title { width: 15%; }
	#form_table .line_input { width: 85%; }

	.line_filter_wrapper { display: block; }
	#hide_filters { display: inline-block; }
	#show_filters { display: none; }

	.filter_label { width: 8%; } /* Label for every filter */
	#limiter input, #limiter select { width: 25%; } /* Input for every filter */
	.l_hide { display: none !important; visibility: hidden !important; }
		
	}
