@media print
{
	
	#category
	{
		display: none;
	}
	
	#searchBar
	{
		display: none;
	}
	
	#results #record
	{
		width: 190px;
		height: auto;
		margin: 10px;
		padding: 0 10px 10px 10px;

		overflow: normal;
		float: left;
		display: block;
		vertical-align: top;
	}
	
	a
	{
		text-decoration: none;
	}
	
	#results
	{
		height: 420mm;
	}
}

@media screen
{
	html, body
	{
		height: 100%;
		background-color: #1F1F32;
	}

	h3
	{
		margin-top: 15px;
	}

	#searchBar, #searchBarPush
	{
		height: 49px;
		width: 100%;
		font-size: 14px;
	}

	#searchBar
	{
		position: fixed;
		z-index: 1;
		background-color: #55555B;
		margin: 0;
		border: none;
		padding: 0;
		z-index: 100;
	}

	#searchBar input[type=text]
	{
		border: #DDF5FF 1px solid;
		padding: 3px;
		margin: 12px;
	}

	#searchBar p, #searchBar label
	{
		float: right;
		color: #FFF;
		margin: 16px;
	}

	#searchBar button {
		float: right;
		margin: 12px;
		margin-left: 0px;
	}

	a:hover #record
	{
		background-color: #F7FDFF;
	}

	a:hover h3
	{
		text-decoration: underline;
	}

	#results #record
	{
		width: 190px;
		height: 250px;
		margin: 10px;
		padding: 0 10px 10px 10px;
		float:left;
		overflow: hidden;
		position: relative; /* to position fade out correctly */
	}

	#results #record h3.outOfDate.veryOutOfDate {
		color: #F00;
		background-color: #FCC;
	} #results #record h3.outOfDate {
		color: #A77;
		background-color: #DDD;
	}



	#fadeOut
	{
		position:absolute;
		bottom: 0;
		left:0;
		width: 100%;
		height: 80px;
		background: url('../img/bottom-fade-small.png') repeat-x center bottom transparent;
	}

	#record
	{
		-moz-border-radius: 15px;
		border-radius: 15px;
	}

	#record, input[type=text], textarea
	{
		background-color: #FAFAFA;
		color: #007ACC;
	}

	div#popup #record
	{
		padding: 5px 20px 20px 20px;
		margin: 10px;
		height: auto;
	}

	#popup #record label {
		width:10%;
		text-align: right;
		display: inline-block;
	}

	#popup #record input, #popup #record textarea {
		width: 85%;
		margin: 5px;
	}

	#popup #record .half input, #popup #record .half textarea {
		width: 30%;
	}

	/* Categories */

	#category
	{
		color: #FFF;
		padding: 1px 3px;
	}

	.UoE
	{
		background-color: #DB2F21;
	}

	.Napier
	{
		background-color: #863400;
	}

	.HeriotWatt
	{
		background-color: #B0000F;
	}

	.QueenMargaret
	{
		background-color: #9F5D30;
	}

	.EdinburghCollege
	{
		background-color: #DF5A30;
	}

	.Health
	{
		background-color: #005500;
	}

	.SexualHealthPregnancy
	{
		background-color: #00A150;
	}

	.EatingDisordersSelfHarm
	{
		background-color: #006363;
	}

	.SuicideDepression
	{
		background-color: #5F9900;
	}

	.AlcoholDrugs
	{
		background-color: #259433;
	}

	.Bereavement
	{
		background-color: #1D7373;
	}

	.Sexuality
	{
		background-color: #7EB12C;
	}

	.Rape
	{
		background-color: #00A618;
	}

	.DomesticViolence
	{
		background-color: #009999;
	}

	.ChildAbuse
	{
		background-color: #529C00;
	}

	.Miscellaneous
	{
		background-color: #005500;
	}

	.EdinburghCityServices
	{
		background-color: #3F046F;
	}

	.Transport
	{
		background-color: #7C1F7C;
	}

	.Housing
	{
		background-color: #3E13AF;
	}

	.Late-NightFood
	{
		background-color: #6F47A7;
	}

	.Support
	{
		background-color: #6F47A7;
	}

	.WestLothianCollege
	{
		background-color: #B00000;
	}
	
}

