/*
Theme Name: Theme
Theme URI:
Description: 
Author: Jorel Arrozal Yabut
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, Orange, Blue, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(images/bg.png) no-repeat #2d75ab top;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	line-height: 1.3;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
p, h1, h2, h3, h4, h5, h6 {
	padding:8px 0;
}
ul {
	list-style-type: disc;
	padding: 5px 0 5px 20px;
}
ol {
        list-style-type: decimal;
	padding: 5px 0 5px 20px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.left {
	float:left;
}
.right {
	float:right;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	width: 1010px; 
	margin: 0 auto; 
	text-align: left;
	font-size:12px;
	background:#fff;  
}
header {
	padding:10px 10px 0 10px;
}
header .right {
	padding:40px 0 0 0;
}
header h1 {
	margin: 0; 
	padding: 10px 0 0 0; 
}
header .logo {
	float:left;
	width:auto;
	position:relative;
}
header .title-info {
	background:url(images/no-hype-rfl.png) no-repeat;
	width:358px;
	height:29px;
	float:left;
	position:relative;
	top:70px;
	left:30px;
}
#head-bg {
	background:url(images/subheader.png) no-repeat;
	position:relative;
	left:-34px;
	top:10px;
	width:1027px;
	height:380px;
	padding:0 30px;
}
#head-bg .infusion-form {
	float:left;
	border:2px dashed #fff;
	padding:10px 6px 0 12px;
	position:relative;
	left:580px;
	top: 22px;
	width:18%;
}
#head-bg .ebook {
	float:left;
	margin-top:-280px;
	margin-bottom:10px;
	position:relative;
	left:190px;
}
#main {
	padding:0;
	font-size:16px;
}
#homeContent {
	width:100%;
	font-size:18px;
}
#homeContent .contleft {
	float:left;
	width:44%;
}
#homeContent .contright {
	float:right;
	width:44%;
}
#mainContent {
	float:left;
	width:70%;
}
#sidebar {
	float:right;
	width:30%;
	position: relative;
	left: 39px;
	padding-top: 20px;
}
.cleared {
	clear:both;
}
footer {
	padding:20px 0 0 0;
	color:#fff;
	background:#181818;
	text-align:center;
}
footer a:link, footer a:visited {
	color:#fff;
}
footer p {
	margin: 0;
	padding: 10px 0; 
}
footer #first {
	float:left;
	width:24%;
}
footer #second {
	float:left;
	width:24%;
}
footer #third {
	float:left;
	width:24%;
}
footer #fourth {
	float:right;
	width:24%;
}
/* =Header
-------------------------------------------------------------- */
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	position: relative;
	top: -10px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	font-style: italic;
	padding:15px 0 18px 0;
}

/* This is the custom header image */
#custom-header img {
	margin:20px 0;
	box-shadow: 0px 0 15px #333;
	-moz-box-shadow: 0px 0 15px #333;
	-webkit-box-shadow: 0px 0 15px #333;
}
/* =Menu
-------------------------------------------------------------- */
#nav {
	/*background: url(images/nav.png) no-repeat;*/
	display: block;
	float: left;
	width:980px;
	/*padding:0 0 20px 0;*/
	background:#000;
}
#nav .menu-header,
div.menu {
	font-size: 16px;
}
#nav .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#nav .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#nav a {
	color: #fff;
	display: block;
	padding:12px 10px;
	text-decoration: none;
	border-right:1px solid #fff;
}
#nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	background: #372413;
}
#nav ul ul li {
	min-width: 180px;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul ul a {
	background: #372413;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #f89735;
}
#nav li:hover > a,
#nav ul ul :hover > a {
	background: #ff4704;
	color: #fff;
}
#nav ul li:hover > ul {
	display: block;
}
#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {
	color: #fff;;
	background: #ff4704;
}
* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover {
	color: #fff;
}

/* Content link style
--------------------------------------------------------------- */
a {
	text-decoration: underline;
 	color: #0d66ba;
}
a:link {
	text-decoration: underline;
 	color: #0d66ba;
}
a:visited, a.visited {
	color: #0d66ba;
	text-decoration:underline;
}
a:hover, a.hover {
	text-decoration: none;
	color: #ff4704;
}
/* =Content
-------------------------------------------------------------- */
#mainContent {
	margin-bottom: 36px;
	color: #333;
	font-size: 16px;
	padding-top: 20px;
}
/*#mainContent,
#mainContent input,
#mainContent textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding-top: 20px;
}*/
#mainContent p,
#mainContent ul,
#mainContent ol,
#mainContent dd,
#mainContent pre,
#mainContent hr {
	margin-bottom: 4px;
}
#mainContent ul ul,
#mainContent ol ol,
#mainContent ul ol,
#mainContent ol ul {
	margin-bottom: 0;
}
#mainContent pre,
#mainContent kbd,
#mainContent tt,
#mainContent var {
	font-size: 15px;
	line-height: 21px;
}
#mainContent code {
	font-size: 13px;
}
#mainContent dt,
#mainContent th {
	color: #000;
}
#mainContent h1,
#mainContent h2,
#mainContent h3,
#mainContent h4,
#mainContent h5,
#mainContent h6 {
	color: #000;
}
#mainContent table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#mainContent tr th,
#mainContent thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#mainContent tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#mainContent tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entries {
	background:#f0f0f0;
	padding-bottom:30px;
	border-right:1px solid #adadad;
	border-bottom:1px solid #adadad;
}
#mainContent .entry-title {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	background:url(images/entry-title.png);
	padding:15px 15px 15px 40px;
	position:relative;
	left:-21px;
	width:673px;
	z-index:999;
}
.bar-left {
	width:23px;
	height:24px;
	background:url(images/tri-left.png) no-repeat;
	position:relative;
	left:-23px;
	top:-1px;
}
.bar-right {
	width:19px;
	height:20px;
	background:url(images/tri-right.png) no-repeat;
	position:relative;
	left:264px;
	top:-1px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #fff;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-meta {
	color: #888;
	font-size: 16px;
	padding: 10px 20px 20px 20px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 20px;
}
.entry-content h2 {
	font-weight:bold;
}
.entry-content p {
	line-height:1.6;
}
#mainContent .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 16px;
	line-height: 18px;
	padding:0 20px;
	float: right;
	top: -24px;
	position: relative;
}
.entry-meta a,
.entry-utility a {
	color:#0D66BA;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#mainContent .video-player {
	padding: 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	padding-left:30px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #fff;
	background:url(images/buttons.png) repeat-x;
	padding:8px 5px;
	height:auto;
	border:1px solid #000;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
	padding: 8px 2px;
}
#respond textarea {
	width: 98%;
	padding: 0 2px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
	color:#fff;
	padding:4px 15px;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 66%;
	padding:7px 0;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #fff;
	font-weight: bold;
	background:url(images/widget-title.png);
	padding:10px 15px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0 30px 0 0;
}

.wp-pagenavi {
  clear:both;
  margin: 0 0 30px 0;
  padding-top:10px;
  float:right;
}
 
.wp-pagenavi span.pages {
  border:none;
  margin-right:5px;
  padding:10px;
  background:#181818;
  color:white;
  text-decoration:none;
}
 
.wp-pagenavi a.page,
.wp-pagenavi .page-numbers,
.wp-pagenavi span.extend,
.wp-pagenavi a.first,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.last {
  border:none;
  margin-right:0px;
  padding:10px;
  background:#181818;
  color:white;
  text-decoration:none;
}
 
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  border:none;
  margin-right:0;
  padding:10px;
  background:#ff4704;
  color:#fff;
  text-decoration:none;
}
 
.navigation {
  padding-top:10px;
}
 
.nav-previous {
	float: left;
	text-align:left;
        font-weight: bolder;
	padding-left: 20px;

}
.nav-next {
	float: left;
	text-align:left;
        font-weight: bold;
	padding-left: 20px;
}

.navigation a {
  padding:10px;
  background:#181818;
  text-decoration:none;
  color:white;
}
 
.navigation a:hover {
  padding:10px;
  background:#093f6c;
  text-decoration:none;
  color:white;
}

.fan_box .full_widget {
	width:250px;
}
.optn-bottom {
	background:url(images/optn-bottom.png) no-repeat;
	width:653px;
	position:relative;
	left:30px;
}
.optn-bottom .inner {
	padding:175px 0 100px 55px;
}
.optn-bottom .intxt {
	background:url(images/intxt-bottom.png) no-repeat;
	text-align:center;
	width:344px;
	height:auto;
	padding:7px 0;
	font-size:18px;
	border:none;
	margin-left:7px;
}
.wp-post-image {
	border:1px solid #333;
}