/*
Theme Name: True Vibenation v1
Theme URI: 
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Jacob Brett
Author URI: http://loserx.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Typography & Colors */
@font-face {
font-family: 'IngrataRegularRegular';
src: url('fonts/ingrata/ingrata-webfont.eot');
src: local('☺'), url('fonts/ingrata/ingrata-webfont.woff') format('woff'), url('fonts/ingrata/ingrata-webfont.ttf') format('truetype'), url('fonts/ingrata/ingrata-webfont.svg#webfontIxTAG0Ut') format('svg');
font-weight: normal;
font-style: normal;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
color:#333;
margin:0;
font-size:0.8em;
background-attachment:fixed;
background-image:url("http://truevibenation.com/wp-content/themes/truevibenation_v1/images/side.gif");
background-position:10px bottom;
background-repeat:no-repeat;
}

#header,#content,#sidebar,#footer {
margin:10px;
padding:0;
/*background-color:#DDDDDD*/
}

#container {
margin:0 auto;
width:720px;
padding:10px 0;
background-color:#FFF;
}
h1,h2,h3{
font-family: 'IngrataRegularRegular', Georgia, "Times New Roman", Times, serif;
/*font-size-adjust: 0.7;*/
letter-spacing:0.05em;
text-shadow:0.1em 0.1em 0 #EEE;
}
h1 a,h2 a{
text-decoration:none;
}
h1 a,h2 a,h1 a:hover,h2 a:hover,h3 a, h3 a:hover {
color:inherit
}
h1{
font-size:2.5em;
}
.h1-alt{
font-size:6em;
margin-bottom:0;
text-align:right;
}
h2{
font-size:1.5em;
}
h3 {
font-size: 1.3em;
}
	
a {
color:#a2753e
}
a:hover {
color: #653c20;
text-decoration: underline;
}

li li,.entry {
line-height:1.5em
}

ul,ul ul{
list-style-type:none;
padding-left:1em;
}


.button{
font-weight: bold;
text-align:center;
}

.button a{
background-color: #EEE;
border-radius:1em;
padding:0.5em 1em;
text-decoration:none;
}

/* Header */
#header {
background-image: url(images/header.jpg);
height:478px;
width:700px;
position:relative;
margin-top:0;
}

#header,#header a,#header a:hover {
color:#FFFFFF;
text-decoration: none
}
#header h2 {
text-shadow:0 0 12px #FFFFBE;
}

#header ul {
/*background-image: url(images/menu.png);*/
float:left;
right:24px;
list-style-type:none;
margin:0;
padding:0;
position:absolute;
top:44px;
width:129px;
height:184px;
font-size:0
}
#header li {
padding:0px;
}
#header li a{
color:transparent;
display:block;
width:129px;
background: url(images/menu.png) 129px 0;
}
#header li a:hover {
color:transparent
}

#header li.page-item-3 a {
background-position: 0 0;
height:30px
}
#header li.page-item-2 a {
background-position: 0 -30px;
height:31px
}
#header li.page-item-22 a {
background-position: 0 -61px;
height:28px
}
#header li.page-item-7 a {
background-position: 0 -89px;
height:31px
}
#header li.page-item-24 a {
background-position: 0 -120px;
height:27px
}
#header li.page-item-9 a {
background-position: 0 -147px;
height:40px
}

#header li.page-item-3 a:hover {
background-position: 129px 0;
}
#header li.page-item-2 a:hover {
background-position: 129px -30px;
}
#header li.page-item-22 a:hover {
background-position: 129px -61px;
}
#header li.page-item-7 a:hover {
background-position: 129px -89px;
}
#header li.page-item-24 a:hover {
background-position: 129px -120px;
}
#header li.page-item-9 a:hover {
background-position: 129px -147px;
}

#header #music-player {
bottom:8px;
height:150px;
left:0;
position:absolute;
width:155px;
background: url(images/music-player.png) -10000px -10000px no-repeat; // pre-loads hover image
}
#header #music-player h2 {
left:150px;
position:relative;
top:20px;
display:none
}
#header #music-player:hover {
background: url(images/music-player.png) no-repeat top left;
}

#header #search {
bottom:0;
display:block;
height:87px;
position:absolute;
right:154px;
width:76px;
background: url(images/search.png) -10000px -10000px no-repeat; // pre-loads hover image
}
#header #search h2 {
display:none;
position:absolute;
right:-44px;
top:5px;
}
#header #search:hover {
background:url(images/search.png) no-repeat top left;
}
#header #searchform {
border-radius:6px;
background-color:#191919;/* for IE (ewwww) */
background-color:rgba(0, 0, 0, 0.7);
padding:6px;
position:relative;
right:186px;
top:30px;
width:179px;
margin:0;
display:none;
}
#header #search:hover #searchform {
display:block
}
#header #searchform #s {
background-color:#111111;/* for IE (ewwww) */
background:rgba(0, 0, 0, 0.5);
border:none;
padding:2px;
width:140px;
color:#FFFFFF
}
#header #searchsubmit {
background-color:#111111;/* for IE (ewwww) */
background-color:rgba(0, 0, 0, 0.5);
border:none;
height:24px;
padding:1px;
width:32px;
color:#FFFFFF
}

#header:hover #music-player h2,#header:hover #search h2 {
display:inline-block;
font-size:1em
}
#header #big-village-logo{
position:absolute;
bottom:10px;
right:10px;
}

/* Content */
#content {
width:460px;
float:left;
}
#content h1 {
margin-top:0;
}

/* Side Bar */
#sidebar {
width:220px;
float:right
}

#sidebar h2, .music-header {
border-bottom:1px solid #CCCCCC;
padding-bottom:0.1em;
}
#sidebar h2:first-child {
margin-top: 0
}

#sidebar ul {
margin:0;
padding:0
}
#sidebar ul li {
list-style-type:none;
margin:1em 0;
}
#sidebar ul li:first-child {
margin-top:0
}

#sidebar .artwork-220 img:hover {
box-shadow:0 0 12px #A2753E
}
/* Facebook */
#content .FB_SERVER_IFRAME {
height:960px !important /* To display all news, until Facebook updates the app to allow a flexible No of posts and auto-height */
}
#sidebar .FB_SERVER_IFRAME {
height: 398px !important
}

/* Footer */
#footer {
width:700px;
float:left;
font-size:0.8em;
text-align:center;
margin-bottom:0;
}

#footer ul {
list-style-type:none;
margin:0;
padding:0;
text-align:center
}
#footer ul li {
display:inline
}


/* Music Player */
.music-header{
margin: 1em;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, /*#sidebar ul ul li, #sidebar ul ol li,*/ .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post hr {
	display: block;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;

	}

.entry ul li:before, /*#sidebar ul ul li:before*/ {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/* Begin Form Elements */
#searchform {
	margin: 0 auto 10px;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
    display:none
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#overlay-blanket{
background-color:rgba(255, 255, 255, 0.8);
height:100%;
position:fixed;
width:100%;
}
#overlay-container{
margin:0 auto;
width:720px;
}
#overlay{
margin:0 auto;
padding:10px;
position:absolute;
width:700px;
z-index:999;
background-color:#CCC;
border-radius:10px;
}
#overlay a{
color:#FFF;
display:block;
font-size:2.5em;
position:relative;
font-family:'IngrataRegularRegular', Georgia, "Times New Roman", Times, serif;
letter-spacing:0.05em;
text-shadow:0 0 0.1em #000;
text-decoration:none;
}	
#overlay a span{
bottom:0;
left:0;
padding:1em 1em 0.5em;
position:absolute;
}
#overlay a span:hover {
text-shadow:0 0 1em #FFF;
}
#overlay-close{
background-color:#CCC;
border-radius:10px;
margin:0 0 0 700px;
padding:10px;
position:fixed;
width:24px;
height:24px;
}
#overlay-close:hover{
cursor:pointer;
color:#EA9E0A;
background-color:#000;
border-radius:0 10px 10px 0;
}

#links{
background-color:#FFF;
border-radius:10px;
margin:0 0 0 -58px;
padding:10px;
position:fixed;
}
#links li img{
display:block;
margin-bottom:10px;
}
#links li:last-child img{
margin-bottom:0;
}

