
/*
Theme Name:		Hentaied
Description:	WordPress theme by Romero
Version:			1.2
Author:				Hentaied (Build by Romero)
Author URI:		
Theme URI:		
License:			GPL
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:					gray, pink, white, light, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, theme-options, threaded-comments, translation-ready
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
h1, h2, h3, h4, h5, h6, p, div, span, a, body {
	font-family: "Urbanist", sans-serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

input, select {
	vertical-align: middle;
}

:focus {
	outline: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: .001em;
}

@-webkit-keyframes fontfix {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 1;
	}
}

@-moz-keyframes fontfix {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 1;
	}
}

@-o-keyframes fontfix {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fontfix {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 1;
	}
}

body {
	-webkit-animation-delay: .1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: .1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}

.half {
	width: 25.5%;
	float: left;
	padding: 2px;
}
