/*
Theme Name: Ultima Verba
Theme URI: http://ultimaverba.com/
Description: Ultima Verba wordpress theme
Version: 0.1
Author: UltimaVerba
 
Ultima Verba theme by UltimaVerba || http://ultimaverba.com
 
*/

body {
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	margin:0px;
	padding:0px;
}

#wrapper {
}

#header {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 100%;
	background-color:#000;
	width: 30px;
}

#header img {
	position: absolute;
	bottom: 1%;
	left: 5px;
	width: 20px;
}

#header_fullscreen {
	width:100%;
	height:30px;
	background-color:#000;
}

#header_fullscreen img {
	position:absolute;
	height:20px;
	top:5px;
}

#main {
	position:absolute;
	width: calc(100% - 60px);
	left:60px;
	top:0;
}

#main_fullscreen {
	position:absolute;
	width:100%;
	height:calc(100% - 30px);
	top:30px;
	margin:0px;
	overflow:hidden;
}

#vault_content {
	width:100%;
	display:none;
}

#content {
	width: 100%;
	display:none;
}

#content_fullscreen {
	width: 100%;
	height:100%;
	margin:0px;
}

.page_title {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 1.3em;
	padding-left:10px;
	padding-top:30px;
	margin-bottom:30px;
	text-align: left;
	background-color: #fff;
	width:240px;
}

.post {
	width:250px;
	padding: 0px;
	background-color: #fff;
	margin-bottom: 30px;
}

.post_fullscreen {
	width:100%;
	height:100%;
	padding: 0px;
	margin:0px;
	background-color: #000;
}

.post_title {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size:.9em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
}

.post_subtitle {
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 0.6em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
}

.post_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 0.7em;
	text-align:justify;
}

.post p {
	margin-top:5px;
}

.post img {
	width:250px;
	height:auto;
}

.post_fullscreen p {
	height:100%;
	margin:0px;
}

.vault_post {
	width:250px;
	padding: 0px;
	margin-top: 30px;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size:14px;
}

.vault_post_title {
	background-color: #000;
	color:#fff;
	padding: 5px 10px 5px 10px;
}

#player_outer_container {
	display:table;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

#player_inner_container {
	display:table-cell;
	vertical-align:middle;
}

a:link, a:hover, a:visited {
	color:#000;
	border:none;
	text-decoration:none;
}

#prevslide, #nextslide {
	display:none;
}

.wp-playlist {
	margin-top:0px !important;
}

.wp-playlist-current-item {
	height:unset !important;
}

.wp-playlist-item-title, .wp-playlist-caption, .wp-playlist-item-length {
	font-size:11px !important;
}

.wp-playlist-item-meta {
	text-transform:uppercase;
}