/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Typography
======================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #110d09;
	font-family: 'Lato', Tahoma, Geneva, sans-serif;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1em;
}

h1 {
	font-size: 40px;
	text-transform: capitalize;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 22px;
	font-weight: 400;
}

h1 span, h2 span, h3 span,h4 span, h5 span, h6 span {
	font-weight: 400;
}

.post-detail .entry h1 {
	margin: 0 0 20px;
	padding: 0;
}

.post-detail .entry h2 {
	margin: 30px 0 20px;
}

.post-detail .entry h3 {
	margin: 20px 0;
}

.post-detail .entry h4 {
	margin: 20px 0 10px;
	font-weight: bold;
}

.post-detail .entry h5 {
	margin: 20px 0 10px;
}

.post-detail .entry h6 {
	margin: 20px 0 10px;
}

.post-detail .col h2, 
.post-detail .col h3 {
	margin: 20px 0;
}

.post-detail .col h4, 
.post-detail .col h5,
.post-detail .col h6 {
	margin: 15px 0 10px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 85%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

dfn {
	font-style: italic;
}

pre, code, kbd, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.text-red {
	color: #ff8a00;
}

.text-blue {
	color: #168dc5;
}

.text-gray {
	color: #808080;
}

.text-green {
	color: #35ae14;
}

.sidebar mark {
	background: #ffffff;
	color: #ff8a00 !important;
	display: block;
	padding: 5px;
	font-weight: normal;
	font-size: 110%;
}

.title-arrow {
	background: url(images/icons/icon_arrow_gray.png) 0 4px no-repeat;
	padding-left: 15px;
}

/* Topmenu */
/*----------------------------------------------*/
.topm_cont {
	z-index: 20;
}

/* topmenu Dropdown */
#topmenu, #topmenu-select {
	min-height: 38px;
	padding: 15px 0 35px;
	clear: both;
	border-bottom: 3px solid #0c0c0c;
	margin: 0;
	position: relative;
}

.ie7 #topmenu, .ie7 #topmenu-select {
	padding: 15px 0 0;
}

.dropdown {
	line-height: 30px;
	color: #fff;
	z-index: 1300;
	margin: 0;
	padding: 0;
	font-family: 'Lato', Tahoma, Geneva, sans-serif;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}