@charset "UTF-8";
/* CSS Document */

body{
	max-width: 768px;
}


*{
	max-width: 768px;
}

article, h1, h2, h3, h4, h5, h6, p{
	max-width: 768px;
	font-size: 14px;
	line-height: 1.4;
}

#header, #content, #footer{
	-webkit-box-sizing: border-box;
}

#header{
	height: 100px;
	max-width: 768px;
}

#logo, #navigation a{
	margin-top: 0px;
}

#logo{
	/*
	-webkit-transform: rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	-moz-transform: rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	-o-transform: rotate(-5deg) scale(1,1) skew(-15deg,-5deg);
	transform: rotate(-5deg) scale(1,1) skew(-15deg,-5deg); */
}

#navigation{
	float: right;
}

#navigation a{
	width: auto;
	padding: 25px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#logo{
	display: block;
	width: auto;
	margin: 0;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="password"]{
	border-radius: 4px;
}