
/* header & footer*/
header {
	width: 100%;
	height: 280px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	background: url('../images/green_cup/green_cup.png') repeat;
	}

.header2 {
	width: 100%;
	height: 200px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	background: url('../images/green_cup/green_cup.png') repeat;
	}
	
a,
.uk-link {
	color: #ef4723;
 	text-decoration: none;
  	cursor: pointer;
}
a:hover,
.uk-link:hover {
  	color: #555;
  	text-decoration: underline;
}
	
h1 {
	color: #ef4723;
	/*background: #232a15;*/
	padding: 20px;
	font-family: "industry-inc-stencil",sans-serif;
}

h3 {
	color: #ef4723;
	/*background: #232a15;*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top:20px;
	padding-bottom:none;
	font-family: "industry-inc-stencil",sans-serif;
}

ul{
	text-align:left;
	text-decoration:none;
	list-style:square;
}

.bg20{
	background: url('../images/green_cup/green_cup_20.jpg') repeat;
	padding: 30px;
}

.bg60{
	background: url('../images/green_cup/green_cup_60.jpg') repeat;
	padding: 30px;
}

li{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-weight: normal;
  	color: #555;
  	text-transform: none;
	padding: 10px;
}

p {
	color: #232a15;
	background: url('../images/green_cup/green_cup_20.jpg') repeat;
	padding: 10px;
}

.transparency1 {
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
	}
	
.border{
	border: solid 1pt #232a15;
}

.center{
	text-align: center;
	matgin: 0 auto;
}

.shadow1 {
	-moz-box-shadow: 5px 5px 5px #555;
	-webkit-box-shadow: 5px 5px 5px #555;
	box-shadow: 5px 5px 5px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#555');
}

#home {
	background: url('../images/green_cup/green_cup_80.jpg') repeat;
}

#thanks {
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0;
    width: 100%;
	background: url('../images/green_cup/green_cup_60.jpg') repeat;
}

#slides {
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0;
    width: 100%;
	background: url('../images/green_cup/green_cup_60.jpg') repeat;
}

#info {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url('../images/green_cup/green_cup_80.jpg') repeat;
}

#schedule, #register {
	padding-top: 0px;
	padding-bottom: 0px;
}
	
#about {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url('../images/green_cup/green_cup_60.jpg') repeat;
}

#logshow {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url('../images/green_cup/green_cup_40.jpg') repeat;
}

#contact {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url('../images/green_cup/green_cup_80.jpg') repeat;
}


	
@media screen and (max-width: 814px) {
	
	
}

@media screen and (max-width: 400px) {
	
	
	
}