/*
* 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
================================================== */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background:#EDEDED;
	
}
p, li, strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:36px;
	font-weight: bold;
	color:#323232;
}
h3 { 
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:21px;
	font-weight: bold;
	color:#323232;
	
}
h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:24px;
	font-weight: bold;
	color:#323232;
}
.container {
	background:#FFF;
}
.bottom {
	padding:20px 25px 0px 25px;
	background:#E4E4E4;
	font-size:11px;
}
.bottom li {
	font-size:11px;
	list-style:circle;
	color:#515050;
}
.info {
	background:url(../images/sprite.png) 0px 0px no-repeat;
	padding-left:40px
}
.warnning {
	background:url(../images/sprite.png) 0px -104px no-repeat;
	padding-left:40px
}
.container {
	margin: 20px auto;
}
.red-text {
	color:#D60000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:36px;
	font-weight: bold;
}
.icann {
	background:url(../images/icann-logo-960.png) no-repeat right;
	height:142px;
	position:relative;
	top:-5px;
}
    @media only screen and (min-width: 480px) and (max-width: 767px) {
	.icann { background:url(../images/icann-logo-480.png) no-repeat center; }
	}
	
    @media only screen and (min-width: 320px) and (max-width: 480px) {
	.icann { background:url(../images/icann-logo-320.png) no-repeat center; }
	}

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

	/* 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) {}


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