/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
@media only screen and (min-width: 1025px) {
	.short{display:none;}

	#iconcontainer {
		width: 640px;
	}
	
	#schedule_sports img.calendar_sporticon{
	width: 		40px;
	height:		40px;
	}
	
	ul.tabs li span{
		font-size: 14px;
		padding: 8px 15px 9px 15px;
	}
	
	ul.tabs li.disabled span{
		padding: 8px 15px 10px 15px;
		cursor: default;
		height: 16px;
	}
	/*
	ul.tabs li {
		padding-top: 8px;
	}
	*/
	.sportmenu_columns{
		width: 160px;
	}
	
	.data-table td, .data-table  th{
		
	}
	#matchdetail_home{float:left; width:50%;}
	#matchdetail_away{float:right; width:50%;}
	#matchdetail_allstats {width:100%;}
	
	/* 
	original md style
	-----------------------
	#matchdetail_home{float:left; width:33%;}
	#matchdetail_away{float:right; width:33%;}
	#matchdetail_allstats {width:33%; float:left; margin-left: 5px;}
	
	*/
	
	#calendar_small{display:none}
	
	div.container .participant_list_preview{
	float:left; 
	margin: 5px; 
	}
	div.container .participant_info{
		margin-top:0px; 
		width:80px; 
		height:50px; 
	}
	.participant_pasfoto img{height:75px;}
	
	#venueinfo {
		background-color: #EBEEF3;
		border: solid 1px black;
		text-align: center;
		margin: 0px 10px 10px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.short{display:none;}

	#iconcontainer {
		width: 468px;
	}
	
	#schedule_sports img.calendar_sporticon{
	width: 		40px;
	height:		40px;
	}
	
	.sportmenu_columns{
		width: 150px;
	}
	
	ul.tabs li.disabled span{
		padding: 8px 15px;
		cursor: default;
		height: 18px;
	}
	
	ul.tabs li span{
		font-size: 14px;
		padding: 8px 15px 9px 15px;
	}
	
	.data-table td, .data-table  th{
	
	}
	
	#calendar_small{display:none}
	div.container .participant_list_preview{
	float:left; 
	margin: 5px; 
	}
	div.container .participant_info{
		margin-top:0px; 
		width:80px; 
		height:50px; 
	}
	.participant_pasfoto img{height:75px;}
	
	#venueinfo {
		background-color: #EBEEF3;
		border: solid 1px black;
		text-align: center;
		margin: 0px 10px 10px 10px;
	}
}

@media only screen and (max-width: 479px) {
	.extra{display:none;}
	#iconcontainer {
		width: 320px;
	}
	
	#schedule_sports img.calendar_sporticon{
	width: 		25px;
	height:		25px;
	}
	
	ul.tabs li.disabled span{
		font-size: 11px;
		line-height: 12px;
		padding: 5px 15px 1px 15px;
		height:30px;
	}
	
	ul.tabs li span{
		font-size: 11px;
		line-height: 12px;
		padding: 5px 15px 0px 15px;
		height:30px;
	}
	
	.data-table td, .data-table  th{
	
	}
	
	#calendar{display:none}
	div.container .participant_list_preview{
	float:left; 
	margin: 5px; 
	}
	div.container .participant_info{
		margin-top:0px; 
		width:80px; 
		height:50px; 
	}
	.participant_pasfoto img{height:75px;}
	
	#venueinfo {
		background-color: #EBEEF3;
		border: solid 1px black;
		text-align: center;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.extra{display:none;}

	#iconcontainer {
		width: 320px;
	}
	
	#schedule_sports img.calendar_sporticon{
	width: 		25px;
	height:		25px;
	}
	
	
	ul.tabs li.disabled span{
		padding: 5px 15px 1px 15px;
		height:30px;
	}
	ul.tabs li span{
		font-size: 12px;
		line-height: 12px;
		padding: 5px 15px 0px 15px;
		height:30px;
	}
	
	.data-table td, .data-table  th{
	
	}
	
	#calendar{display:none}
	div.container .participant_list_preview{
	float:left; 
	margin: 5px; 
	}
	div.container .participant_info{
		margin-top:0px; 
		width:80px; 
		height:50px; 
	}
	.participant_pasfoto img{height:75px;}
	
	#venueinfo {
		background-color: #EBEEF3;
		border: solid 1px black;
		text-align: center;
	}
}


/* #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; }
*/

/* #Basic Styles
================================================== */
	body {
		background: #eeeff3;
		font: 12px/16px Arial, sans-serif;
		color: #373737;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: Arial, sans-serif;
		font-weight: normal;
		clear: both;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 16px; line-height: 35px; font-weight:bold; text-align: center;
	margin-bottom: 16px;
	background-image: url(/images/lib/event/summergames/h1_bg.png);
	background-repeat: repeat-x;

	}
	h2 { font-size: 14px; line-height: 40px; font-weight:bold;text-align: center; }
	h3 { font-size: 14px; line-height: 34px; font-weight:bold; }
	h4 { font-size: 12px; line-height: 30px; font-weight:bold; }
	h5 { font-size: 11px; line-height: 24px; }
	h6 { font-size: 10px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
	
	table{width:100%;}
	td{ padding:2px; background-color:#ebeef3;}
	td img{margin-bottom: -4px;}
	table th:first-child,table tr td:first-child{padding-left:5px;}
	
	tr{ line-height:21px}
	th{ text-align:left;}

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

		
/* #Buttons
================================================== */

	.btn,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	  margin: -3px 3px;
	  line-height: normal;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.btn:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #1489ff; /* Old browsers */
		background: #1489ff -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #1489ff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #1489ff -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #1489ff -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #1489ff -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #1489ff linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.btn.active,
	button.active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #1489ff; /* Old browsers */
		background: #1489ff -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #1489ff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #1489ff -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #1489ff -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #1489ff -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #1489ff linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.btn.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Tabs (activate in tabs.js)
==================================================  */
	ul.tabs {
		clear: left;
		float: left;
		padding: 0;
		position: relative;
		text-align: center;
		width:100%;
		margin: 0 auto;
		}
	ul.tabs li {
		display: none;
		width: 25%;
		line-height: 16px;
		/*padding-top: 8px; */
		
		/*
		border-top: 1px solid #9e9e9e;
		border-right: 1px solid #9e9e9e;
		border-bottom: 1px solid #9e9e9e;
		*/
		border-collapse: collapse;
		float:left;
		position:relative; 
		background-color: #eeeff3;
		cursor: pointer;
	}
	
	ul.tabs li.active {
		background-color: #fff;
	}
/*	
	ul.tabs li.leftborder{
		border-left: 1px solid #9e9e9e;
	}
*/	
	ul.tabs li.rightborder span {
		border-right:none;
	}

	
	ul.tabs li.disabled span{
		border-bottom: 1px solid #9e9e9e;
		border-top: none;
		border-right: solid 1px #BBB;
		border-left: none;
		background-color: #ffffff;
		margin-right:-1px;
		
	}
	
	ul.tabs-content{ clear:both; }
	
	ul.tabs li span{
		font-weight: bold;
		text-decoration: none;
		color: #8b8b8b;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
		margin: 0px 0px 0px 0px;
		display: block;
		
		text-decoration: none;
		font-weight: bold;
		border-top: 1px solid #9e9e9e;
		border-right: 1px solid #9e9e9e;
		border-bottom: 1px solid #9e9e9e;
	}
	
	
	ul.tabs li.active span{
		border-bottom: 0px none;
		background-color: #fff;
		cursor:default;
		color: #000;
	}
	/*
	ul.tabs li:first-child {
		border-left: none;
		margin: 0px 0px 0px -1px;
	}
	*/
	ul.tabs-content{ margin-top:10px;}
	
	
/*
	ul.tabs-content { margin: 0; display: block; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }

	/* Clearfixing tabs for beautiful stacking */
	/*
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: auto;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


