/*
Theme Name: The BIRN Theme
Theme URI: http://www.thebirn.com
Author: Luis Augusto
Author URI: http://www.luisbaugusto.com
Description: BIRN Theme for the Site.
Version: 2.0.6
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,700italic,300italic,400italic);

body {
	background: rgb(233,233,233);
  position: relative;
  font-family: "Lato";
}

body, html {
	min-width: 1024px;
}

a {
  text-decoration: none;
}

/* =Structure*/
#page {
	position: relative;
	margin: 0 auto 0 auto;
	width: 1000px;
}

.item.tumblr {
	overflow: hidden;
	float: left;
}

.item:not(.tumblr) {
	clear: both;
}

.tumblr {
	float: left;
	margin: 1%;
	width: 48%;
	box-sizing: border-box;
}

.tumblr img {
	max-width: 100%;
}

.content-info {
	overflow: hidden;
	clear: both;
}

input[type=text] {
	width: 90%;
	margin-bottom: 3px;
	border:2px solid #777;
	border-radius: 5px;
	font-size: 1.1em;
}
.join {
	border: 2px solid #999;
	width: 56%;
	margin: 0 auto 15px auto;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	box-shadow: -10px 10px 10px 0 #777;
	overflow: hidden;
}
.join input[type="text"] {
	width: 30%;
}
.input-info {
	display: inline-block;
	width: 14%;
	padding-left: 1%;
	text-align: left;
	font-weight: bold;
}
.join textarea {
	width: 98%;
	border: 2px solid #777;
	border-radius: 5px;
	font-size: 1.1em;
}
.join button {
	float: right;
	background: #aaa;
	padding: 5px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
.join button:hover, .join button:focus {
	background: #aaf;
	cursor: pointer;
}

/*Show Pages*/
.show-djs {
	float: left;
	width: 100%;
	clear: left;
	text-align: center;
}
.show-options {
	text-align: center;
	margin-bottom: 5px;
}
.show-options button {
	border-radius: 0;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	background: #eee;
	margin: 0;
	font-size: 1.3em;
	color: #975;
	border-left: none;
	border-right: none;
}
.show-options button span {
	display: inline-block;
	width: 80px;
	text-align: center;
}
.show-options button:hover {
	background: #ede;
	cursor: pointer;
}
.show-options button.left-option {
	border-left: 2px solid #999;
}
.show-options button.right-option {
	border-right: 2px solid #999;
}
.show-options button.middle-option {
	border-left: 2px dotted #999;
	border-right: 2px dotted #999;
}
.show-options button.active {
	background: #eff;
}
.show-info {
	float: right;
	width: 73%;
}
.dj-photo {
	max-width: 140px;
	border-radius: 10px;
}
.dj-desc {
	text-align: justify;
}
#show-about > img {
	max-width: 280px;
	float: left;
	margin: 0 1.5em 1em 0;
	border-radius: 10px;
}
.show-desc {
	font-size: 1.1em;
}
.show-desc img {
	display:none;
}
#event-about img {
	max-width: 100%;
}
.recently-played {
	clear: both;
	text-align: center;
}
.recently-played .tr:hover, .playlist-archive .tr:hover, .playlist-entries tr:hover {
	background: #eff;
}
.post {
	border: 1px solid #999;
	margin-bottom: 5px;
	border-radius: 5px;
	background: #eff;
	padding: 7px;
}
#album-section {
	clear: both;
}
#album-section h2 {
	font-size: 1.5em;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	margin: 3px 0 5px 0;
}
#albums {
	margin: 0 3px 0 3px;
}
/*Footer*/
#filters span:hover {
	cursor: pointer;
	opacity: .3;
}

/*=Tables*/
.table {
	border-collapse: collapse;
}
table td {
	max-width: 150px;
}
.table th, .table td {
	padding: 0;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
}
.table th {
	font-weight: bold;
	border-bottom: 1px dashed #999;
}
.table td img {
	padding: 0 2px 0 2px;
}
.table td img:hover {
	opacity: .5;
}
/*=Font-Style*/
em, i, .i {font-style: italic;}
strong, b, .b {font-weight: bold;}
u, .u {text-decoration:underline;}
o, .o {text-decoration:overline}
strike, .strike {text-decoration:line-through}
center, left, right, justify,
.center, .left, .right, .justify {
	display: block;
}
center, .center {text-align:center}
left, .left {text-align:left}
right, .right {text-align:right}
justify, .justify {text-align:justify}
small, .small {font-size:x-small}
medium, .medium {font-size:medium}
large, .large, big, .big {font-size:x-large}
smaller, .smaller {font-size:smaller}
bigger, larger, .bigger, .larger {font-size: larger}
indent, .indent {text-indent:1cm}
upper, .upper {text-transform:uppercase}
lower, .lower {text-transform:lowercase}
capitalize, .capitalize {text-transform:capitalize}

/*=Colors*/
white, .white {color:white}
black, .black {color:black}
blue, .blue {color:blue}
aqua, .aqua {color:aqua}
fuchsia, .fuchsia {color:fuchsia}
gray, .gray, grey, .grey {color:gray}
green, .green {color:green}
lime, .lime {color:lime}
maroon, .maroon {color:maroon}
navy, .navy {color:navy}
olive, .olive {color:olive}
purple, .purple {color:purple}
red, .red {color:red}
silver, .silver {color:silver}
teal, .teal {color:teal}
yellow, .yellow {color:yellow}

/*=Positions*/
.tp, .btm, .rgt, .lft, .tp0, .btm0, .rgt0, .lft0 {position: absolute;}
.tp {top:5px;} .rgt {right:5px;} .btm {bottom:5px;} .lft {left:5px;}
.tp0 {top:0} .rgt0 {right:0} .btm0 {bottom:0} .lft0 {left:0}
.fr {float:right;} .fl {float:left;}
.cl {clear:left;} .cr {clear:right;} .cb {clear:both}
.w25 {width: 25%} .w30 {width: 30%} .w40 {width: 40%} .w50 {width: 50%} .w60 {width: 60%} .w70 {width: 70%} .w75 {width: 75%} .w100 {width:100%}
section.center {
	text-align: inherit;
	position:relative;
	margin: 5px auto 5px auto;
}

.mejs-audio {
	display: none!important;
}
