/*
Theme Name: Dropholio Wordpress
Theme URI: http://themes.iki-bir.com/dropholiowp
Author: elemis
Author URI: http://themeforest.net/user/elemis/portfolio
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.4
Tags: dark, light
Description: Wordpress Portfolio & Blog theme
*/



/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clear:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

br {
	line-height: 10px;
}

    input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}

    input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

/*-----------------------------------------------------------------------------------*/
/*	FONT-FACE
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('style/type/bebas/bebasneue-webfont.eot');
    src: url('style/type/bebas/bebasneue-webfont.eot?iefix') format('eot'),
         url('style/type/bebas/bebasneue-webfont.woff') format('woff'),
         url('style/type/bebas/bebasneue-webfont.ttf') format('truetype'),
         url('style/type/bebas/bebasneue-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonRoman';
    src: url('style/type/crimson/Crimson-Roman-webfont.eot');
    src: url('style/type/crimson/Crimson-Roman-webfont.eot?iefix') format('eot'),
         url('style/type/crimson/Crimson-Roman-webfont.woff') format('woff'),
         url('style/type/crimson/Crimson-Roman-webfont.ttf') format('truetype'),
         url('style/type/crimson/Crimson-Roman-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CrimsonItalic';
    src: url('style/type/crimson/Crimson-Italic-webfont.eot');
    src: url('style/type/crimson/Crimson-Italic-webfont.eot?iefix') format('eot'),
         url('style/type/crimson/Crimson-Italic-webfont.woff') format('woff'),
         url('style/type/crimson/Crimson-Italic-webfont.ttf') format('truetype'),
         url('style/type/crimson/Crimson-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}