@charset "utf-8";
/* CSS MIGK Competition */

/*  2011 Competition pages */

.migk11 {
	width: 600px;
}

.migk11 a,
.migk11 a:visited {
	color: #6180e4;
	text-decoration: none;
}

.migk11 a:hover {
	text-decoration: none;
	color: #dd268d;
}

/*  2012 Competition pages */

.migk12-bg1 {
	background:#fff url(http://www.inmotionkitesurfing.com/images/migk/Most-Influential-Girl-Kitesurfer-2012-Competition-Page.jpg) no-repeat; 
}

.migk12-bg2 {
	background:#fff url(http://www.inmotionkitesurfing.com/images/migk/Most-Influential-Girl-Kitesurfer-2012-Competition-Page-2.jpg) no-repeat; 
}

.migk12 {
	padding:30px 120px 40px 120px;
	color: #666;
	text-align: center;
}

.migk12 p {
	color:#666; 
}

.migk12 h1 {
	color:#dd268d; 
	padding-bottom: 20px;
	width: 100%;
}

.migk12 h1 img {
	position: relative;
	border: none;
	background: none;
}

.migk12 h2 {
	color:#dd268d; 
	padding-bottom: 16px;
}

.migk12 h3 {
	color:#dd268d; 
	padding-bottom: 16px;
}

.migk12 h4 {
	color:#dd268d; 
	padding-bottom: 16px;
}

.migk12 h5 {
	padding-bottom: 16px;
}

.migk12 a,
.migk12 a:visited {
	color: #6180e4;
	text-decoration: none;
}

.migk12 a:hover {
	text-decoration: none;
	color: #dd268d;
}

.migk12 #FSContact2 {
	margin-left: 50px;
}

/* -------------------------------
Sponsors Logos - Competition Page x3
----------------------------------*/

.migk12 .sponsor-logos {
	width: 100%;
	text-align: center;
}

.migk12 .sponsor-logos a {
	padding: 12px;
	display: block;
	float: left;
}

.migk12 .sponsor-logos a img {
	position: relative;
	border: none;
	background: none;
}

.migk12 .sponsor-banner {
	width: 100%;
	text-align: center;
}

.migk12 .sponsor-banner a img {
	position: relative;
	border: none;
	background: none;
}

.migk12 .notice {
	background:#fdeff8;
	font-size:12px;
	border: 1px solid #dd268d;
	text-align: left;
	margin-bottom: 20px;
	padding: 20px 20px 0px 20px;
}

/* -------------------------------
Profiles & Interviews
----------------------------------*/

.winners-notice {
	background:#f7deee;
	font-size:12px;
	border: 0px solid #dd268d;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 20px 18px 20px;
}

.winners-notice a,
.winners-notice a:visited {
	color: #dd268d;
	text-decoration: none;
}

.winners-notice a:hover {
	text-decoration: none;
	color: #6180e4;
}

.winners-notice h6 {
	color:#dd268d;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	/*  2011 Competition pages */

	.migk11 {
		background:#fff;
		width: 100%;
	}

	.blackberry .migk11 { 
		width: 92%; 
	}

	.migk11 .sponsor-logos {
		width: 100%;
		text-align: center;
	}



	.migk11 .sponsor-logos a img {
		position: relative;
		width: 100%;
		border: none;
		background: none;
	}

	.migk11 .sponsor-banner {
		width: 100%;
		text-align: center;
	}

	/*  2012 Competition pages */

	.migk12-bg1 {
		background:#fff; 
	}

	.blackberry .migk12 { 
		width: 92%; 
	}

	.migk12-bg2 {
		background:#fff; 
	}
	
	.migk12 {
		padding:20px 20px 20px 20px;
	}

	.migk12 .sponsor-logos a img {
		width: 100%;
	}
	.migk12 #FSContact2 {
		margin-left: 0px;
	}

}