/* 
Reset CSS --------- thanks to Eric Meyer (http://meyerweb.com/eric/tools/css/reset/index.html)
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------- Floris */


.floris-wrap {
	width: 92%;
	min-width: 300px;
	max-width: 1800px;
	margin: 0 auto;
	padding: 1% 4%;
}

.floris-card {
	width: 100%;
	height: auto;
}

.floris-card img {
	width: 100%;
	height: auto;
}


/* ______________________________

	Dutchwrestling layout styles
   ______________________________ */


/* ------------- Overall styles */

html{
	background: #ffffff;
}


@-webkit-keyframes borderanim {
	0%   { border-color: #7496b9; }
	20%   { border-color: #74b9a5; }
	40%   { border-color: #a0b974; }
	60%   { border-color: #b974a0; }
	80%   { border-color: #b97474; }
	100% { border-color: #7496b9; }
}
@-moz-keyframes borderanim {
	0%   { border-color: #7496b9; }
	20%   { border-color: #74b9a5; }
	40%   { border-color: #a0b974; }
	60%   { border-color: #b974a0; }
	80%   { border-color: #b97474; }
	100% { border-color: #7496b9; }
}
@-ms-keyframes borderanim {
	0%   { border-color: #7496b9; }
	20%   { border-color: #74b9a5; }
	40%   { border-color: #a0b974; }
	60%   { border-color: #b974a0; }
	80%   { border-color: #b97474; }
	100% { border-color: #7496b9; }
}


body{
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	background: transparent;
	text-align: left;
	color: #555555;
	border-top: 4px solid #7496b9;
	padding-top: 38px;
	-webkit-animation: borderanim 35s infinite;
	-moz-animation: borderanim 35s infinite;
	-ms-animation: borderanim 35s infinite;
}


#container{
	position: relative;
	overflow: hidden;
	min-width: 320px;
	max-width: 1200px;
	font-size: 0.875em;
	line-height: 1.357em;
	color: #666666;
	padding-bottom: 20px;
}

.hide, .skiplinks a{
	position: absolute;
	top: -99999px;
}

a:focus{
	outline: 1px dotted #666666;
}

a:active{
	outline: none;
}

.skiplinks a{
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skiplinks a:focus{
	top: 6px;
	width: auto;
	height: auto;
	color: #000000;
	padding: 3px;
	margin: auto;
}

/* ------------- Grid */

#hello{
	width: 28.61%;
	float: left;
	margin-left: 18px;
}

#tweets{
	width: 21%;
	float: left;
	margin-left: 3.4%;
	padding-left: 3.4%;
	border-left: 1px solid #e4e4e5;
}

#pinterest{
	width: 16%;
	float: left;
	margin-left: 3.4%;
	padding-left: 3.4%;
	border-left: 1px solid #e4e4e5;
}

#lastfm{
	width: 11%;
	float: left;
	margin-left: 3.4%;
	padding-left: 3.4%;
	border-left: 1px solid #e4e4e5;
}


#aboutdw{
	display: none;
	clear: left;
}

#contact{
	clear: both;
	width: 100%;
}

#footer{
}

.content{
}

#contact p{
}

#contact li a{
	display: block;
	overflow: hidden;
	width: 21px;
	height: 21px;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	text-align: center;
	margin: 1.5em 5% 1.5em 0%;
	text-decoration: none;
	border: 0;
}

#contact .dwinfo a{
	background: url(../img/icon_grey_help.png) 50% 50% no-repeat;
}

#contact .twitter a{
	background: url(../img/icon_grey_twit.png) 50% 50% no-repeat;
}

#contact .book a{
	background: url(../img/icon_grey_book.png) 50% 50% no-repeat;
}

#contact .linked a{
	background: url(../img/icon_grey_in.png) 50% 50% no-repeat;
}


/* ------------- Text */

p{
	margin-bottom: 1em;
}

#siteintro{
}

#hello p{
}

#sohello p{
}

#tweets p{
}

#tweets p.date{
	color: #c9cacb;
}

#pinterest p{
}

#lastfm p{
}

#aboutdw p{
}

#contact p{
}

#footer p{
}

/* ------------- Links */


#container a{
	border-bottom: 1px solid #d7d7d7;
	color: #646464;
	text-decoration: none;
}

#hello a.more{
	color: #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-decoration: none;
}

#pinterest a, #lastfm a{
	border: 0;
}

#pinterest a.more, #lastfm a.more{
	border-bottom: 1px solid #d7d7d7;
}




/* ------------- Headings */

h1, h2{
	letter-spacing: -1px;
}

h1{
	color: #979797;
	font-size: 2.4em;
	line-height: 100%;
	font-weight: 500;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin-bottom: 37px;
}

h1 span{
	color: #545454;
}

h2{
	color: #c9cacb;
	font-size: 2em;
	line-height: 100%;
	letter-spacing: -1px;
	font-weight: 500;
	text-transform: lowercase;
	margin-bottom: 37px;
}


/* ------------- Hovers */

#tweets p, #pinterest img, #pinterest p, #lastfm img, #lastfm p{
	opacity: 0.7;
	-moz-transition: opacity 1s ease-in-out 0s;
	-webkit-transition: opacity 1s ease-in-out 0s;
	-o-transition: opacity 1s ease-in-out 0s;
	-ms-transition: opacity 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

#tweets:hover p, #pinterest:hover img, #pinterest:hover p, #lastfm:hover img, #lastfm:hover p{
	opacity: 1;
}

/* ------------- Twitter */

p.tweet{
	margin: 2.25em 0em 0.75em 0em;
}

.retweet{
	display: block;
	margin-bottom: 0.25em;
	font-size: 0.83em;
	color: #999;
	font-weight: normal;
}

/* ------------- Pinterest */

#pinterest img{
	width: 100%;
	border: 1px solid #c9cacb;
}

#pinterest .pin{
	margin-bottom: 2.5em;
}

#pinterest .pin p{
	margin-bottom: 0.25em;
}



/* ------------- Last.fm */

#lastfm p{
	color: #979797;
	margin-bottom: 0.25em;
}

#lastfm p strong{
	color: #545454;
}

#lastfm .track{
	margin-bottom: 2.5em;
}

#lastfm img{
	width: 100%;
	border: 1px solid #c9cacb;
}
/* ------------- Media query magic */

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

}

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

	#container{
		padding: 2%;
	}
	
	#hello{
		width: 100%;
		float: none;
		margin-left: 0%;
		position: relative;
		overflow: hidden;
	}
	
	#tweets{
		width: 100%;
		float: none;
		margin-left: 0%;
		padding-left: 0%;
		padding-top: 37px;
		border: 0;
		border-top: 1px solid #e4e4e5;
	}
	
	#pinterest{
		width: 100%;
		float: none;
		margin-left: 0%;
		padding-left: 0%;
		padding-top: 37px;
		border: 0;
		border-top: 1px solid #e4e4e5;
	}
	
	#lastfm{
		width: 100%;
		float: none;
		margin-left: 0%;
		padding-left: 0%;
		padding-top: 37px;
		border: 0;
		border-top: 1px solid #e4e4e5;
	}
	
	#tweets p, #pinterest img, #pinterest p, #lastfm img, #lastfm p{
		opacity: 1;
	}
	
	#pinterest, #lastfm{
		position: relative;
		overflow: hidden;
	}
	
	#pinterest .pin{
		width: 28%;
		float: left;
		margin-right: 5%;
	}
	
	#lastfm .track{
		width: 15%;
		float: left;
		margin-right: 5%;
	}
	
	#container a.more{
		display: block;
		clear: both;
		border: 0 !important;
		text-decoration: underline;
	}

}



}

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


}

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

	#container{
		padding: 5%;
	}
	
	#lastfm .track img{
		width: 100%;
		height: 60px;
	}


}

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

	#container{
		padding: 5% 10%;
		min-width: 240px;
	}
	
		#pinterest .pin{
		width: 95%;
		float: none;
		margin-right: 0%;
	}
	
	#lastfm .track{
		width: 95%;
		float: none;
		margin-right: 0%;
	}
	
	#lastfm .track img{
		height: auto;
	}


}