/*
* 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
================================================== */

.sectionSep {
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
    padding-top: 10px;
}

.sectionSepNoHeader {
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
    padding-top: 20px;
}

.radioLabel {
	text-align:left;
}

h1 {
	font-size:4em;
	padding:20px 0 0 0;
	letter-spacing:-0.05em;
	font-weight:bold;
}

h1 a {
	text-decoration:none;	
}

h1 a:hover {
	color:#666;
	text-decoration:overline;
}

h1 sup {
	letter-spacing:-0.05em;
	font-weight:normal;
	font-size:0.4em;
	vertical-align: super;
	color:#999;
}

h1.main-title {
	margin-bottom:0px;
}


label {
	margin:4px 0 0 0;
}

.clean-label {
	margin:0;
}

.change-label {
	margin-left: 5px;
	font-weight:normal;
	text-align:left;
	display:inline;
	vertical-align:bottom;
}

#acct-wrapper {
	text-align:right;
	height:90px;
	line-height:115px;
}


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

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

	/* 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) {
		h1.main-title {
			text-align:center;
		}
		
		.button,
		button,
		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		input[type="text"],
		input[type="password"],
		input[type="email"],
		textarea,
		select {
			width: 100%;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
		}
		
		#acct-wrapper {
			text-align:center;
			border-bottom: 1px solid #CCCCCC;
			height:40px;
			line-height:40px;
		}
		
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		label,
		legend {
			text-align:left;	
		}
	}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		label,
		legend {
			text-align:left;	
		}	
	}


/* #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; }
*/