* {
	margin: 0;
	padding: 0;
}
html{
	zoom: 1;
	-webkit-text-size-adjust: none;
}
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #fff;
}

article,aside,figure,footer,header,hgroup,nav,section{
	display: block;
}

/* all */

.view{
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

a, a:link, a:visited, a:active{
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 18px;
	font-weight: bold;
}
h2 {
	margin: 1.5em 0 1em 0;
	font-size: 14px;
}
p{
	margin: 1em 0;
}

.gray{
	color: gray;
}

/* header */

header{
	margin-top: 2em;
	padding-bottom: 2em;
	line-height: 28px;
}
.iod{
	font-family: Helvetica, Arial;
	font-size: 24px;
	letter-spacing: -1px;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
}
.iod-i{
}
.iod-o{
	font-weight: bold;
	letter-spacing: -2px;
}
.iod-d{
}

nav{
	float: right;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.10);
}

header ul{
	list-style-type: none;
}
header li{
	float: right;
}

.follow{
	width: 171px;
	height: 28px;
	overflow: hidden;
	display: inline-block;
}

.download:link, .download:visited {
	font-size: 12px;
	padding: 0em 1em;
	border: 1px solid #870202;
	border-radius: 6px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px #330202;
	background-image: -webkit-linear-gradient(top, #ff0202, #a30202);
	background-image: -moz-linear-gradient(top, #bbbbbb, #222222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#222222', GradientType=0);	
	display: inline-block;
}

.donate {
}

/* content */

.content{
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.5em;
}

.content a{
	color: #06F;
}
.content ul, .content ol{
	padding-left: 1.5em;
}
.content li{
	margin-top: .5em;
	margin-bottom: .5em;
}

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

a.project-type-link {
	color: inherit;
}

.flow{
	width: 540px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	background-color: #f3f3f3;
	margin-top: 1em;
	margin-bottom: 1em;
}
.flow-header{
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 10px #000;
	padding: 0.5em 0;
	background-image: -webkit-linear-gradient(top, #bbbbbb, #222222);
	background-image: -moz-linear-gradient(top, #bbbbbb, #222222);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#222222', GradientType=0);
}

.flow-images{
	height: auto;
	overflow: hidden;
	text-align: center;
}

.flow ul{
	padding: .75em 0;
	list-style: none;
}
.flow li{
	display: inline;
}

.flow figure{
	display: inline-block;
	color: #777;
	margin-left:6px;
	margin-right:6px;
}
.flow img{
	width: 48px;
}
.flow figcaption{
	font-size: 10px;
	line-height: 1.1em;
}

@-webkit-keyframes wiggleleft {
    0% {
    -webkit-transform : rotate(-3deg);
    }
    50% {
    -webkit-transform : rotate(3deg);
    }
    100% {
    -webkit-transform : rotate(-3deg);
    }
}
@-webkit-keyframes wiggleright {
    0% {
    -webkit-transform : rotate(3deg);
    }
    50% {
    -webkit-transform : rotate(-3deg);
   }
    100% {
    -webkit-transform : rotate(3deg);
    }
}
.flow img:hover{
	-webkit-animation : wiggleright 220ms linear infinite;
}
.flow img:nth-child(even):hover{
	-webkit-animation : wiggleleft 180ms linear infinite;
}

.flow-text{
	text-align: center;
	padding: 0.5em;
	color: #222;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	background-color: #f1f1f1;
	background-image: -webkit-linear-gradient(top, #f1f1f1, #bbbbbb);
	background-image: -moz-linear-gradient(top, #f1f1f1, #bbbbbb);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#bbbbbb', GradientType=0);
	font-size: 12px;
}

div.arrow-down{
	height: 20px;
	background-image: url(../image/arrow-down.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px;
}

/* footer */

footer{
	margin-top: 2em;
	margin-bottom: 2em;
	
	color: #888;
	font-size: 10px;
	line-height: 1.2;
}
footer .view{
	padding-top: 10px;
	border-top: 1px solid #ccc;
}