/*
Theme Name: Peter Vazan theme
Theme URI: http://petervazan.sk
Description: My Child theme
Author: 3zTAN
Author URI:
Template: infinitythemetrust
Version: 0.1







*/
/* Tento @import papa z nfinitythemetrust*/
@import url("../infinitythemetrust/style.css");

/* General tweak ;) */

#container {	
	max-width: 90em;
	margin: 0 auto;	
}

#main {
	margin: 0 0 30px 0;	
	width: 80%;	
}


/* Portfolio tweak ;) */


#content .project.small{	
	margin: 0;

}



/* CONTACT FORM STUFF */

input[type="email"], textarea {
	background-color: #fafafa;	
	padding: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;	
	border: 1px solid rgba(0,0,0,.05);
	border-bottom: 2px solid rgba(0,0,0,.1);
	background:	#f7f7f7;
	font-size: .9em;
	-webkit-appearance: none;
}