/* CSS Document */

@media (min-width: 660px) {
	.clear {
		clear:both;
	}
	
	.segment {
		float:left;
		width:46%;
		margin-right:4%;
	}
	
	.calendar {
		width:100%;
	}
	
	input[type="submit"] {
		width:50%;
	}
}

@media (min-width: 900px) {
	body {
		width:900px;
		margin:0 auto;
		background-color:background-color:rgb(229,226,219);
		background-image:url(../images/blur_bg.jpg);
		background-attachment:fixed;
	}
	
	#container {
		margin-top:40px;
	}
	
	#header {
		float:left;
		width:225px;
		border:none;
		margin:0;
		padding:20px;
		background-color:rgba(255,255,255,.75);
		box-shadow:0px 2px 8px rgba(0,0,0,.1);
	}
	
	#logo {
		overflow:visible;
	}
	
	#full_logo {
		display:block;
		position:relative;
		margin-bottom:30px;
	}
	
	#full_logo img {
		width:100%;
	}
	
	.lion {
		position:absolute;
		top:0;
		left:-70px;
		display:none;
	}
	
	#text {
		display:none;
	}
	
	#student {
		color:#fff;
		position:absolute;
		right:0;
		top:-25px;
		font-size:90%;
		padding:5px;
		background-color:transparent;
	}
	
	#student img {
		width:10px;
		margin-left:10px;
	}
	
	#student:hover {
		background-color:rgba(255,255,255,.25);
		cursor:pointer;
	}
	
	#student_options {
		top:-2px;
		right:-2px;
	}
	
	#logo {
		background-color:transparent;
	}
	
	#logo #text {
		padding:0 0 20px 0;
		width:100%;
	}
	
	#menu {
		display:none;
	}
	
	#nav {
		display:block;
		background-color:transparent;
	}
	
	#nav li a {
		background-color:rgba(255,255,255,.8);
		font-size:100%;
		color: #707070;
		padding:15px 20px;
		margin-bottom:10px;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	
	#nav li a:hover {
		background-color:#FFF;
		text-decoration:none;
		border-bottom: 1px solid rgba(0,0,0,.18);
	}
	
	#nav2 {
		list-style:none;
		margin-top:20px;
		display:block;
		background-color:transparent;
	}
	
	#nav2 li a {
		text-decoration:underline;
		line-height:150%;
		background-color:transparent;
		padding:0px;
	}
	
	#nav2 li a:hover {
		color:#115e7f;
	}
	
	#content {
		float:right;
		width:650px;
		background-color: rgba(255,255,255,.95);
		padding: 30px 40px;
		margin-top:0px;
		box-shadow:0px 2px 8px rgba(0,0,0,.1);
		position:relative;
	}
	
	.grid_right, .grid_full {
		background-color:transparent;
	}
	
	h1 {
		margin-bottom:50px;
	}
	
	.select_student {
		display:none;
	}
	
	.segment {
		float:none;
		width:100%;
		margin:0 0 35px 0;
	}
	
	.item {
		border:none;
	}
	
	.grid {
		background-color:transparent;
		border: 1px solid #ddd;
		border-bottom:none;
		border-left: none;
		border-right: none;
	}
	
	.grid_left {
		width:50%;
		background-color:transparent;
		padding:10px 0;
	}
	
	.grid_right {
		text-align:left;
		width:50%;
		padding:10px 0;
	}
	
	.grid_full {
		border:none;
		padding:10px 0;
	}
	
	.noborder {
		border:none;
	}
	
	.payment_btn {
		width:50%;
	}
	
	.payment_options li {
		width:50%;
	}
	
	input[type="submit"] {
		width:33%;
	}
	
	input[type="submit"]:hover {
		background-color:#446b15;
		cursor:pointer;
	}
}

@media print {
	#logo {
		display: none;
		visibility:hidden collapse;
	}
	
	#assistance {
		display:none;
		visibility:hidden collapse;
	}
}

