/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

h1{
	margin:40px auto 20px auto !important;
	width:100%;
}

h1 span{
	line-height:17px;
	font-size:17px;
	text-transform:uppercase;
	color:#02a0c9;
	display:block;
	padding:10px 0 0 0;
	width:100% !important;
}

h3{
	font-size:20px;
	color:#02a0c9;
	padding-bottom:15px !important;
}

#wrap{
	
	text-align:center;
}

#admissionform{
	font-size:13px;
	margin:0 auto;
}

#admissionform input{
	font-size:22px;
	width:160px;
	display:block;
	padding:7px !important;
	font-family: 'Monda', sans-serif;
	margin:0 auto 0 auto!important;
	clear:both;
	letter-spacing:2px;
	text-align:center;
	font-weight:400;
	letter-spacing:-1px;
}

.row{
	width:100%;
	margin:0 0 8px 0;
	clear:both;
}

.row label{
	width:100%;
	font-size:11px;
}

#submit input{
	width:120px;
	text-transform:uppercase;
	font-size:18px;
	display:block;
	margin:20px 0 0 0;
}

.content{
	font-size:13px;
	width:400px;
	margin:0 auto;
	clear:both;
}
















/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		h1{
			margin:0 auto 10px auto !important;
			width:100%;
		}
		
		p{
			line-height:20px;
		}
	
	}