/*
Theme Name: TJ David Custom Theme
Description: Custom Wordpress Theme for TJ David Website
Author: widsix
*/


/* =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;
	font-size:100%;
}
.center{margin:auto;}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
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;
}

/* =Layout
-------------------------------------------------------------- */
.instapress-shortcode .instapress-shortcode-image{
	margin:0 4px 4px 0 !important;}

.instapress-shortcode {float:left;
	clear:none;
	display:inline;}

.alignright{float:right;
	margin-left:25px;
	padding:5px;}

.tubepress_thumb{float:left;
	width:125px !important;
	padding:25px;}
.page-id-8 .widget-title{display:none;}
body {
	background: white;
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;	
	color:black;
}

p {
	font-size: 14px;
	line-height: 1.4em;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
strong {
	font-weight:strong;
}
.container {
	margin:0 auto;
	width: 1024px;
}
.right-col {
	float: right;
	clear:right;
	overflow: hidden;
padding-bottom:30px;
padding-left:8px;
}
.left-col {
	overflow: hidden;
padding-bottom:30px;
}
#container {	
	margin: 0 auto;
	width: 1024px;
}
#header {
	position: relative;
}

#logo {	
	display:inline-block;
	position: relative;
	z-index:5;
}
#header-top-wrapper {
	/* float:right; */	
	background: black;
	display: block;
	height: 78px;

}
.menu {	
	display: inline-block;
	bottom: 50px;
	position: relative;
	left: 50px;
}
.menu li {	
	display: inline-block;
	font-size:13px;
	font-weight:bold;
	margin: 0 4px;
	padding-right: 12px;
	position:relative
}
.menu li a {
	text-decoration:none;
	text-transform:uppercase;
	color: #716858;
	font-size: 19px;
}
.menu li ul{
	position:absolute;
	top:18px;
	left:-10px;
	padding:0 10px;
	display:none;
	background:#000;
	z-index:9999
}
.menu li ul li{
	display:block;
	white-space:nowrap;
	width:auto;
	padding:15px 0 0px 0;
}

.menu li:hover > ul{
	display:block;
padding-bottom:20px;
}

.menu li a:hover, .menu li.current_page_item a {
	color: #139dd7;
}
div.home-header {
	background: url(images/homebg2.jpg) no-repeat;		
	width: 1024px;
	margin: 0 auto 16px;	
}
/*
.page-id-8 div.subpage-header {
	background: url(images/subpage-banner.png) no-repeat;
	display:block;		
	width: 1020px;
	height:275px;
	margin: 0 auto;	
}
.page-id-11 div.subpage-header {
	background: url(images/pic2.jpg) no-repeat;
	display:block;		
	width: 1020px;
	height:275px;
	margin: 0 auto;	
}
.page-id-21 div.subpage-header {
	background: url(images/pic4.jpg) no-repeat;
	display:block;		
	width: 1020px;
	height:275px;
	margin: 0 auto;	
}

div.subpage-header {
	background: url(images/pic3.jpg) no-repeat;
	display:block;		
	width: 1020px;
	height:275px;
	margin: 0 auto;	
}
*/
div.subpage-header {
	background: url(http://tjdavidski.com/wp-content/uploads/2015/10/TJDavid-InnerPageBanner.jpg) no-repeat;
	display:block;		
	width: 1020px;
	height:275px;
	margin: 0 auto;	
}






#footer-wrapper {	
	width:100%;
}
#footer {	
	width:100%;	
	padding: 6px 0;
	background: #139dd7;	
}
#sponsor {
	width:100%;	
	background: black;
}
.copyright {
	color:#333;
	font-size: 80%;	
}
#social {
	z-index: 5;		
	text-align: right;
	float:right;
	display:inline-block;
	padding-top:30px;
}
#social li {
	float: left;
	margin-right: 6px;
	padding-right: 6px;
}
#social a.facebook {
	background: url(images/social-sprite.png) no-repeat -2px -4px;
	display: block;
	height: 24px;
	width: 24px;
}
#social a.twitter {
	background: url(images/social-sprite.png) no-repeat -34px -4px;
	display: block;
	height: 24px;
	width: 24px;
}
#social a.rss {
	background: url(images/social-sprite.png) no-repeat -65px -4px;
	display: block;
	height: 24px;
	width: 24px;
}
#social a.facebook:hover {
	background: url(images/social-sprite.png) no-repeat -2px -34px;
}
#social a.twitter:hover {
	background: url(images/social-sprite.png) no-repeat -34px -34px;
}
#social a.rss:hover {
	background: url(images/social-sprite.png) no-repeat -65px -34px;
}
body.home #container {
	top: -25px;
	position: relative;
}
#content-wrapper {
	margin: 20px 0;
}
#sidebar {
	width:350px;
	position: relative;
	float:right;
}
.widget-title {
	color:black;
	font-weight:bold;
	padding: 8px 0px;
	font-size:24px;
	text-transform:uppercase;
	font-family:"Arial Black";
}
#aside {
	margin-bottom: 15px;
	width: 100%;	
}
#aside.widget_recent_entries, #aside.latest_news_widget {
	/* background:#bd1e46; */
	padding: 0 8px 12px;
}
#aside.widget_Twidget {
	background:#007fb6;
	padding: 0 8px 12px;
}
#bio-aside {
	background:#bd1e46;
	margin-bottom:15px;
}
.widget_archive {
	/* background:#bd1e46; */
	padding: 0 8px 12px;
}
.widget_archive ul li {
	padding: 3px 0;
	border-bottom:1px dotted black;
	font-size:14px;
	text-align:right;
}
.widget_archive ul li a {
	color:black;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;	
}
h2.page-title {	text-transform:uppercase;
	font-size:70px;
	color:#139DD7;
	font-family: 'BIRTHOFAHERORegular';
	margin-bottom:12px;
	line-height:36px;}

span.post-meta {	
	font-size:10px;
	text-style: italic;
	color:#666;	
margin: 5px 0 5px 0;
line-height:22px;
}
span.post-meta small {
	color:#666;
}
span.post-meta  a {
	text-decoration:none;
	color:#989898;
}
div.post {
	margin-bottom: 30px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #aaa;
}
#title-and-tags h2 {
	background: #139DD7;
	padding: 6px;
	font-weight: bold;
	margin-bottom: 6px;
}
#title-and-tags a {
	text-decoration:none;
	color:white;
}
#title-and-tags a:hover{
	color:#ff1382;
} 
#below-post {
	padding:18px 0 18px 0;	
margin-bottom:20px;
}
div.comment-number, div.author-time-meta {	
	/* background:url(images/comment-icon.png) no-repeat top left; */
	float:right;
	color:#139dd7;
	font-weight:bold;
	font-size: 80%;
}
div.author-time-meta {
	float: left;
	color:#333;
font-size:12px;
}
div.author-time-meta a {
	text-decoration:none;
	color:#139dd7;
}
#follow-tweet {
	margin-top: 8px;	
	padding:4px 0 4px 28px;
	background: url(images/tweet.png) no-repeat top left;
	
}
#twitter_div {
	padding: 0 6px; 
	font-size:12px;
}
#twitter_div ul li {
	padding:6px 0;
	border-bottom:1px dotted black;
	color:black;
	line-height:1.2em;
}
#twitter_div ul li a{
	color:white;
	text-decoration:none;
}
#twitter_div ul li a:hover{
	color:#062a39;
	text-decoration:underline;
}
#follow-tweet a {
	font-weight:bold;
	color: white;
}
#navigation {
	
}
#navigation .prevPosts, 
#navigation .nextPosts,
#navigation .prevPosts span, 
#navigation .nextPosts span{
	display: block;
	height: 76px;	
}
#navigation .prevPosts span {
	background: url(images/nav-sprite.png) no-repeat 0 0;
	width: 325px;
}
#navigation .nextPosts span {
	background: url(images/nav-sprite.png) no-repeat -325px 0;
	width: 325px;
}
#navigation .prevPosts span:hover {
	background: url(images/nav-sprite.png) no-repeat 0 -76px;
	width: 325px;
}
#navigation .nextPosts span:hover {
	background: url(images/nav-sprite.png) no-repeat -325px -76px;
	width: 325px;
}
#navigation .prevPosts {
	background: url(images/nav-sprite.png) no-repeat -0 -152px;
	float:left;
	width: 325px;
}
#navigation .nextPosts {
	background: url(images/nav-sprite.png) no-repeat -325px -152px;
	float:right;
	width: 325px;
}
#navigation .prevPosts a, #navigation .nextPosts  a {
	text-decoration: none;
}
#aside.latest_news_widget ul li {
	padding: 6px 0;
}
.read-more {
	text-decoration:none;
	color:white;	
}
.read-more:hover {
	text-decoration:none;
	color:#e5e4e4;	
}
.latest-date {
	font-size:12px;
	text-style: italic;
	color:black;	
}
#latest-title {
	margin: 4px 0;
}
#latest-title a {
	text-decoration:none;
	font-weight:bold;
	color:#e5e4e4;
}
#latest-title a:hover {
	color: blue;
	text-decoration:underline;
}
#home-widget-area {	
	padding-top: 380px;
	padding-left: 12px;
}
#home-widget-area img {
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'BIRTHOFAHERORegular';
    src: url('birth_of_a_hero-webfont.eot');
    src: url('birth_of_a_hero-webfont.eot?#iefix') format('embedded-opentype'),
         url('birth_of_a_hero-webfont.woff') format('woff'),
         url('birth_of_a_hero-webfont.ttf') format('truetype'),
         url('birth_of_a_hero-webfont.svg#BIRTHOFAHERORegular') format('svg');
    font-weight: normal;
    font-style: normal;

}