@charset "UTF-8";
/*------------------------------------*\
	STYLE.CSS
\*------------------------------------*/
/*
Author:             Harry Roberts
Twitter:            @csswizardry
Author URL:         csswizardry.com





/*------------------------------------*\
	CONTENTS
\*------------------------------------*/
/*
SHARED
MAIN
ISLANDS
HEADER
TYPE
*/





/*------------------------------------*\
	$SHARED
\*------------------------------------*/





/*------------------------------------*\
	$MAIN
\*------------------------------------*/
html{
	font-family:helvetica, sans-serif;
}





/*------------------------------------*\
	$ISLANDS
\*------------------------------------*/






/*------------------------------------*\
	$HEADER
\*------------------------------------*/
header{
	padding:2em 0 0.1em;
}






/*------------------------------------*\
	$FOOTER
\*------------------------------------*/
footer{
	margin:1px 0 0 -20px;
	padding-top:1.5em;
	color:#999;
	clear: both;
	background: url(data:image/gif;base64,R0lGODlhAgAEAIABAAAAAP///yH5BAEAAAEALAAAAAACAAQAAAIEBBJmBQA7) repeat-x;
	text-align: center;
	height: 70px;
}


/*------------------------------------*\
	$TYPE
\*------------------------------------*/
a{
	color: #690;
	outline: none;
}

pre{
	padding:10px;
}
pre code,
pre mark{
	background:none;
}





/*------------------------------------*\
	$MISC
\*------------------------------------*/
::selection		{ background-color:#4a8ec2; color:#fff; }
::-moz-selection{ background-color:#4a8ec2; color:#fff; }
hr{
	padding:0;
	border:none;
	height:1px;
	background-color:#ccc;
}

.sp_bot{
	margin: 22px 320px 30px;
}

.vcard{
	list-style: none;
}
.vcard li{
	margin-bottom: 0;
}
li.country-name,
.vcard .last{
	margin-bottom: 15px;
}