@charset "utf-8";

/* ---------- RESET ---------- */
/* ---------- Based upon 'reset.css' in the
Yahoo! User Interface Library:
http://developer.yahoo.com/yui ---------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4,
h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {	border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

q:before, q:after { content: ''; }

strong { font-weight: bold; }

em { font-style: italic; }

a img {	border: none; } /* Gets rid of IE's blue borders */

body { font-size: 1em; /* Prevents an IE bug where em's scale out of proportion */ }


/* ----- General ----- */

a {
	padding:0;
	margin:0;
	font-size: 14px;
	color: #FF4B64;
}

.about-author {
    padding: 1em 0px;
}

.about-author > h3, .entry-meta h3 {
    font-size: 14px;
    font-weight: 900;
    color: #666;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.latest-news {
    padding: 10px 0px;
}

.latest-news > h3, .entry-meta h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.author-bio {
    padding: 1.4em 0px;
    border-width: 1px 0px;
    border-style: solid none;
    border-color: #EAEEEF;
}

.news-bio {
    padding: 1.4em 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid none;
    border-color: #EAEEEF;
}

.news-info .news-name {
    font-weight: 800;
    margin-bottom: 10px;
	color: #666;
}

.news-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.author-info .author-name {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}

.author-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.author-img {
    width: 140px;
    float: left;
}

.mail-img {
	width: 60px;
	float: left;
}

aside {
	display: block;
}

blockquote {
    position: relative;
    margin: 2em 0px;
    padding: 0.3em 2em 1em;
    font-size: 18px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: 300;
    font-style: italic;
    border-left: 5px solid #FF4B64;
}

blockquote cite {
    display: block;
    font-size: 16px;
    text-align: right;
    padding-right: 1em;
    margin-top: 12px;
    font-style: normal;
    font-weight: 400;
    color: #B7C6C9;
}

comments {
    text-align: left;
    text-transform: none;
	color: #787878;
	font-style: italic;
	font-size: 10px;
}


/* ---------- Content styles ---------- */
.wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 240px;
}

.readable-content {
    width: 90%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 150px;
}

.readable-content h2 {
	font-size: 28px;
    color: #333;
	margin: 20px 0px 16px;
	line-height: 1.5;
    font-weight: bold;
}

.readable-content h4 {
	font-size: 16px;
    color: #669;
	line-height: 1.5;
    font-weight: bold;
}

.blog-single p {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}

.entry-title {
    margin: 6px 0px 0px;
    font-size: 22px;
    text-align: left;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.blog-element {
    padding: 1em 0px;
}

.blog-element > h3, .entry-meta h3 {
    font-size: 20px;
    font-weight: 900;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog-bio {
    padding: 1.4em 0px;
    border-top: 2px solid #EAEEEF;
    margin-bottom: 50px;
}

.elements-blog-bio {
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
}

.blog-info .blog-name {
	padding: 1.4em 0px;
    margin-bottom: 40px;
}

.blog-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.blog-img {
    width: 240px;
    float: left;
}


/* ---------- Articles styles ---------- */

.additional-info {
	display: block;
	margin-bottom: 20px;
}

.article-single {
	margin-bottom: 70px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}

.article-single p {
    line-height: 1.5;
    margin-bottom: 14px;
}

.article-single li {
    line-height: 1.5;
    font-size: 15px;
}

.article-single h3 {
    font-size: 1.2em;
    line-height: 2.4;
    font-weight: 600;
    color: #333;
}

.tagline h3 {
    font-size: 1.5em;
    padding: 20px;
    line-height: 1.4;
    font-weight: 300;
    color: #666699;
}

.wp-caption {
    color: #777;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 10px 10px 0px;
    text-align: center;
}

.wp-caption.alignleft {
    margin: 0px 20px 0px 0px;
    float: left;
}

.wp-caption.alignright {
    margin: 0px 0px 0px 20px;
    float: right;
}

.wp-caption-text {
	text-align: center;
    text-transform: none;
	color: #5a5a5a;
	font-style: italic;
	font-size: 12px;
	margin-top: 10px;
}

.alignright {
    float: right;
    margin: 0.3em 0px 2em 2em;
}

.article-single a {
	color: #FF4B64;
	font-size: 26px;
}

.article-single a:hover {
	color: #333;
}

.articles-image {
    position: relative;
}

.articles-image img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.article-single .blog-meta {
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
    color: #999;
    margin: 0px 0px 10px;
    font-size: 14px;
}

.blog-meta {
	padding: 0px 0px;

}

.blog-meta a {
	color: #aaa;
	font-size: 13px;
}


/* ---------- Additional elements ---------- */

.tags {

}

.tags a {
    height:28px;
	font-size:13px;
	line-height:28px;
	color:#90979f;
	background:#e6edf2;
	padding:0px 12px;
	margin-right:8px;
	margin-bottom:8px;
	float:left;
    text-decoration: none;
}

.tags a:hover {
    background-color: #666;
    color: #fff;
}

.alert {
  background: #e6edf2 url('http://heapup.info/images/icons/message-boxes/note.png') no-repeat 0.833em center;
  margin-bottom: 10px;
  padding: 20px 50px;
  color: #789ab9;
  border: 1px solid #ccc;
  text-shadow: none !important;
  font-size: 13px;
}

.alert-warning {
  background: #eae9b9 url('http://heapup.info/images/icons/message-boxes/warning.png') no-repeat 0.833em center;
  color:#7f7e00;
}

.page-nav {

}

.page-numbers {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.page-nav ul {
	padding: 0;
}

.page-nav ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

.page-nav ul li a {
	color: #333;
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	display: table;
	text-decoration: none;
}

.page-nav ul li a i {
	font-size: 11px;
}

.page-nav ul .active a,.page-nav ul li a:hover {
	background: #FF4B64;
	color: #fff;
	border-color: #FF4B64;
}

.page-nav p {
	text-align: right;
	font-size: 14px;
	color: #444;
	margin-top: 10px;
}


/* ---------- Typography ---------- */
body, form {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, .button, form input, li ul, table, .information-box, .confirmation-box, .error-box, .warning-box, ol {
	font-size: 15px;
	color: #333;
}

label {
	font-size: 13px;
}

form p input[type="text"], form p input[type="password"], form p input[type="checkbox"], form p input[type="radio"] {
	font-size: 12px;
}


/* ----- Navigation and UI ----- */

.header_container {
	background: none repeat scroll 0% 0% #1F2223;
    z-index: 2;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 220px;
	width: 100%;
}

#nav {
    display: block;
}

#nav ul {
	overflow: hidden;
    margin-bottom: 0px;
    padding: 0px 0px;
    list-style-type: none;
}

#nav li {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 10px;
}

#nav li.rightInfo {
	float: right;
	margin-top: 10px;
}

#nav .nav_current {
    color: #ff9900;
}

#nav .nav_links {
    color: #666699;
}

#nav a {
    color: #FFF;
    text-align: center;
    line-height: 2;
    text-decoration: none;
}

.gray {
    background-color: #1F2223;
}

.gray:hover {
    background-color: #333;
}


/* ----- Buttons ----- */
.button {
	padding: 10px;

	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
}

.round {
	border-radius: 1px;
}

.blue {
	background-color: #5d6677;
	color: white;
}

.blue:hover {
	background-color: #FF4B64;
	color: white;
}


/* ----- Media queries ----- */

@media (min-width: 768px) {

	.wrapper {
		position: relative;
	    display: block;
	    overflow: hidden;
	    width: 100%;
	    margin-top: 90px;
	}

	.header_container {
	    background: none repeat scroll 0% 0% #1F2223;
	    z-index: 2;
		position: fixed;
		top: 0px;
		left: 0px;
		height: 70px;
		width: 100%;
	}

	#nav ul {
	    overflow: hidden;
	    margin-bottom: 0px;
	    padding: 0px 50px;
	    list-style-type: none;
	}

	#nav li {
		font-size: 14px;
		display: inline-block;
		text-transform: uppercase;
		white-space: nowrap;
		padding: 20px 10px;
	}

}
