/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

/* General Node Stuff */

.page-node .node{
	max-width: 940px;
}

.page-node #content{
	max-width: 618px;
}

.articleimage{
	max-width: 618px;
	position: relative;
}

.articleimage img{
	display: block;
	border: 1px #fff solid;
}

.page-node .field-tagline{
	position: absolute;
	bottom:0;
	left: 0;
	padding: 10px;
	width: 100%;
	background: rgb(0,0,0);
	background: rgba(9,0,0,0.7);
	color: #fff;
	font-size: 18px;
	max-width: 596px;
	margin: 1px;
}

.node-type-video .field-tagline{
	position: static;
	margin-top: -5px;
	font-size: 14px;
}

.page-node .whatever{
	margin-top: 10px;
}

.whatever, .view-bakitcast .view-content{
	background: #fff;
	margin: 0 0 10px 0;
	padding: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.node-title{
	font-size: 25px;
	color: #000;
	font-family: "Enriqueta", serif;
	padding-bottom: 0.5em;
}

.auth{
	font-weight: 600;
}

.user-picture{
	display: block;
	float: left;
	margin-right: 10px;
	width: 40px;
}

.subright{
	float: left;
	font-size: 12px;
}

.greenarrow{
	width: 9px;
	height: 10px;
	background: url(../images/greenarrow.png) no-repeat top left;
	float: left;
	cursor: pointer;
	margin-top: 4px;
	margin-left: 8px;
}

.greenarrow.active{
	background-position: -10px 0;
}

.submenu{
	display: none;
	float: left;
	position: relative;
	margin-top: 25px;
	margin-left: 8px;
}

.submenu ul{
	position: absolute;
	z-index: 200;
	top: -20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu ul a{
	display: table-cell;
	vertical-align: middle;
	background: url('../images/selectback.png') no-repeat center center;
	font-size: 12px;
	height: 28px;
	width: 73px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 0 11px;
}

.submenu .flag-throbber{
	display: none;
}

.body{
	clear: both;
	padding-top: 1px;
}

/* Related Posts */

.relatedposts .inner{
	max-width: 148px;
	padding-right: 4px;
	position: relative;
}
	
a.relsheen{
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
	background: url('../images/relsheen.png') no-repeat top left;
	width: 146px;
	height: 82px;
	z-index: 500;
}

.relatedposts{
	background: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px 0;
}

.relatedposts h2{
	font-family: "Enriqueta", serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0 8px 8px 8px;
}

.relatedposts table{
	margin: 0;
}

.relatedposts img{
	display: block;
	border: 1px #fff solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.relatedposts .caption{
	position: absolute;
	top: 0;
	font-size: 12px;
	display: none;
	padding: 4px 8px;
	line-height: 1em;
	z-index: 550;
}

.relatedposts .caption a{
	color: #fff;
}

.relatedposts td:hover .caption, .relatedposts td:hover a.relsheen{
	display: block;
}

/* Comments */

.comments{
	background: #fff;
}

.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

/*  Node Edit Forms */

.node-form{
	background: #fff;
}

.node-form h3, #edit-profile-user-profile-form h2{
	color: #121212;
	text-align: center;
	text-transform: uppercase;
	font-family: "Enriqueta", serif;
}

.node-form h4, #edit-profile-user-profile-form h4{
	background: #ccc;
	text-align: center;
	color: #444;
	font-style: normal;
}

.node-form input.form-text{
	width: 99%;
}

.form-field-name-field-section, .form-field-name-field-tagline{
	float: left; 
	margin-right: 10px;
}

.form-field-name-field-tags{
	clear: both;
}

.node-form .left{
	float: left;
	width: 46% !important;
	padding-right: 2%;
}

.node-form .right{
	float: left;
	width: 46% !important;
}

.node-form .admin, .node-form .controls{
	clear: both;
}

#field-bwreferences-values input{
	max-width: 265px;
}

#field-bwreferences-add-more-wrapper .tabledrag-toggle-weight-wrapper, .form-item-path-alias .description{
	display: none;
}

.node-form input.at-term-entry{
	width: 82%;
}

/* Events Page */

.eventimage{
	max-width: 250px;
	float: left;
	margin: 0 10px 10px 0;
}

.eventinfo{
	clear: both;
}

.node-event header{
	float: right;
	max-width: 330px;
}

.eventinfo, .eventloc{
	border: 1px #333 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;	
	margin: 4px 0;
}

.eventloc h3{
	display: none;
}

/* Discussions */

.node-type-discussion #content{
	background: #fff;
}

.node-type-discussion .node-discussion{
	position: relative;
}

.respondbutton{
	position: absolute;
	top: 52px;
	right: 9px;
	z-index: 100;
	text-transform: uppercase;
}

.node-discussion .field-body{
	clear: both;
}

.node-type-discussion .popcomment h4{
	margin: 0;
	font-size: 16px;
	color: #333;
}

.node-type-discussion .comment-form{
	display: none;
}

#cboxLoadedContent .followlinks, #cboxLoadedContent .respondbutton, #cboxLoadedContent .popcomment{
	display: none;
}

#cboxLoadedContent .comment-form{
	display: block;
}

/* Blogs */

.refcontent{
	clear: both;
	border: 1px #ccc solid;
	padding: 4px;
	margin: 8px 0;
}

.refcontent h6{
	margin: 0;
}

#block-block-29 img{
	float: right;
	margin: 0 4px 0 4px;
}

/* Author Info */

.authorinfo{
	color: #999;
	font-style: italic;	
	font-size: 11px;
	border-top: 1px #ccc solid;
}

.authorinfo h4{
	margin: 0.75em 0;
	color: #121212;
	font-size: 14px;
}

/* TEAM PAGE */

.view-team-bakitwhy .views-row{
	float: left;
	position: relative;
	padding: 4px;
}

.view-team-bakitwhy .views-row img{
	z-index: 100;
}

.view-team-bakitwhy .views-row .tinfo{
	display: none;
	position: absolute;
	z-index: 400;
	top: -10px;
	left: 40px;
	width: 320px;
	background: #fff;
	padding: 8px;
	border: 1px #666 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.view-team-bakitwhy .views-row:hover .tinfo{
	display: block;
}

.tinfo .left{
	float: left;
	margin-right: 10px;
}

.tinfo .right{
	float: left;
}

.view-team-bakitwhy .controls{
	margin-top: 8px;
}

.view-team-bakitwhy .controls a{
	background: #efefef;
	padding: 4px 8px;
	border: 1px #aaa solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;	
}

.view-team-bakitwhy .field-fullname{
	font-weight: 600;
}