/*
Theme Name: Pressessentials
Theme URI: http://www.pressessentials.com
Author: Patriek Jeuriens
Author URI: http://www.pressessentials.com
Description: Community Site with integrated BuddyPress/BBPress.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: dark, theme, .post-column, fixed-width, buddypress, bbpress
*/
/* font-faces */
@font-face { 
} 

/* utility */
.float-left {
	float: left;
}
.float-center {
	margin: auto;
}
.float-right {
	float: right;
}
/* reset */
html, body, div, span, applet, object, iframe,  p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, img, ins, kbd, q, s, samp,  small, strike, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: top;
	line-height: 1.25em;
}
h1, h2, h3, h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.0em;
}

p {
	margin:  0px 0px 15px;	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.25;
	font-size: 1.1em;
}
ol, ul {
	list-style: none;
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, button {
	z-index: 2200;
	padding: 2px !important;
	background: transparent;
	font-weight:bold;	
}
textarea {
	z-index: 2200;
	border-radius: 2px;
}
select {
	z-index: 2200;
	border-radius: 2px;
}
.comment-form-comment {
	margin-top: 15px;
}
#comment {
	width: 100%;
	height: 120px;
}
/* Font style */
Body {
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	font-size: 0.95em;
	line-height: 20px;
}
a {
	color: #5079a4;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #2b4560;
}
.entry-meta {
	text-align:center;
	margin-top:5px;
	padding-bottom: 20px;		
}

/* Sidebars Style */
#sidebar-right {
	float: right;
	margin-right: 15px;
	margin-top: 10px;	
}
#primary {
	text-decoration:none;	
	width: 260px;
	min-height: 300px;
	text-align: center;
	padding: 20px;
}
#primary a {
	text-decoration:none;
}
#primary a:hover {
	text-decoration:none;
	
}	
#primary .widget-container {
	min-height: 40px;
	padding: 5px;
	border: none;	
}
/* Login Style */
#login a {
	font-weight: lighter;
	text-decoration:none;
}
#login a:hover {
	color: #806b4c;
	text-decoration:none;
}
#login img {
	margin-top: -8px;
}
/* Body Style */
Body {
	background: transparent url(images/background-tile.jpg);
	background-attachment:scroll !important;
	margin: 0px;
}
#header {
	background: transparent url(images/background-header.jpg) top center no-repeat;
	height: 182px;
	margin: auto;
}
#header-text {
	margin: auto;
	display: table;
	padding-top: 50px;
	text-align: center;
	width: 900px;
	font-size: 1.4em;
}
#wrapper {
	background: transparent url(images/background-wrapper.jpg) top center no-repeat;	
	margin:auto;
}
#container {
	width: 1051px;
	margin: auto;
}
#content {
	margin: 30px 35px;
	min-height: 500px;	
}
#main {
	min-heigth: 400px;
	margin:auto;
	padding: 0px 10px;
}
input {
	color: #5079A4;
	border: 1px solid #5079A4;
	background: url(images/transparent.png);
}
textarea {
	color: #5079A4;
	border: 1px solid #5079A4;
	background: url(images/transparent.png);
}
select {
	color: #5079A4;
	border: 1px solid #5079A4;
}
pre {
	white-space: pre-wrap;
	font-size: 0.8em;
	margin: 10px;
	padding: 5px;
	border-radius: 10px;
	color: #666;
	font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Monaco, Courier, monospace;
}
}
.menu-header {
	margin: auto;
	line-height: 30px;
	text-align: center;		
}

.entry-title {
	padding-bottom: 0px;	
	margin-top: 2px;
}

/* Structure the footer area */
#footer {
	clear: both;
	margin-bottom: 20px;
	width: 100%;		
	min-height: 227px;
	padding-top: 15px;	
}
#footer-widget-area {
	overflow: hidden;
	margin: auto;
	display: table;
	width: 980px;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 400px;	
}
#footer-widget-area #fourth {
	margin-right: 0;
}
.widget-container {
	margin-bottom: 15px;
	padding: 5px;
	border: none;
	margin-right: 10px;	
}
.widget_stray_quotes {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 5px 5px 10px 10px;
}
.widget_stray_quotes h3 {
	margin: 0px;
	padding: 0px;
}
.widget_text {
	font-style: italic;
}
/* Menu Style */
#login {
	float: right;
	margin-right: 25px;
	margin-top: 20px;
	clear: both;
	width: 350px;
	text-align:right;
}
#login #userprofile {
	line-height: 20px;
	margin-right: 55px;
}
/* menu */
.user-menu {
	float: right;
	margin-top: 1px;
	width: 350px;
	padding: 0px;
	line-height: 18px;
}
.user-menu ul {
	list-style-type:none;
	display: inline;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	padding: 0px;
	margin: 0px;
}
.user-menu li {
	height: 30px;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.user-menu li a {
	margin: 0px 10px 0px 0px;
}
.menu {
	margin: auto;
	display: table;
	padding: 0px;
	line-height: 18px;
}
.menu ul {
	list-style-type:none;
	display: inline;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	padding: 0px;
	margin: 0px;
}
.menu li {
	height: 30px;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.menu li a {
	margin: 0px 10px 0px 0px;
}
.menu li a:hover{
	margin: 0px 10px 0px 0px;
}
/* comment */
#comments {
	clear: both;
	padding-top: 25px;
}
#comments-title {
	clear: both;
	padding-bottom: 10px;
}
#comments .activity-content {
	padding: 0px 0px 25px 0px;
}
#comments .activity-avatar img {
	border: 2px solid #444 !important;
}
/* utility */
.text-top {
	vertical-align: text-top;
}
.text-bottom {
	vertical-align: text-bottom;
}
.pad-small {
	padding: 0px 5px;
}
.pad-large {
	padding: 0px 15px;
}
.pad-small-horizontal {
	padding: 5px 0px;
}
.pad-large-horizontal {
	padding: 15px 0px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.not-logged-on {
	padding-top: 20px;
}
/**
 * The following are basic CSS styles to give BuddyPress pages their absolute basic formatting.
 * You should extend/override these styles in your standard theme CSS to match your theme.
 */
/***
 * Navigation tabs
 */
.message-box {
	margin: 25px;
}
.profile-fields {
	margin: 5px;
}
div.item-list-tabs {
	margin: 10px 0px 0px;
	overflow: hidden;
	clear: both;
}
div.item-list-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 200%;
}
div.item-list-tabs ul li {
	float: left;
	margin: 15px 10px 5px 0px;
	border: 1px solid #444;
	padding: 5px;
}
div.item-list-tabs#subnav ul li a {
	border: none;
	padding: 0;
}
div.item-list-tabs ul li.last {
	float: right;
margin-right: 0px;
margin-top: 7px;	
}
/***
 * Object Lists (groups/members/forums/blogs)
 */
ul.item-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul.item-list li {
	position: relative;
	clear: left;
}
#activity-stream .activity,#activity-stream .groups,#activity-stream .info, #activity-stream .xprofile, #activity-stream .blogs, #activity-stream .profile  {
	margin: 10px 0px;
	padding: 20px 20px 10px 30px !important;
}
.activity #activity-stream li {
	position: relative;
	clear: left;
	padding-bottom: 0px;
	padding-top: 15px;
}
.activity-header, .activity-inner {
}
.activity-meta  {
	margin: 5px 0px 15px 0px;
	padding-top: 10px;
}
.activity-meta a {
	border: 1px solid #444;
	padding: 5px;
	font-size: 0.8em;
}
ul.item-list div.item-avatar {
	float: left;
}
ul.item-list div.item {
	margin-left: 65px;
}
ul.item-list div.action {
	position: absolute;
	top: 0;
	right: 15px;
	text-align: right;
}
ul.group-details {
	padding-bottom: 15px;
}
/***
 * Content Object Headers
 */
div#item-header {
}
div#item-header img {
	border: 2px solid #444;
}
div#item-header div#item-header-avatar {
	float: left;
	margin-right: 15px;
}
div#item-header div#item-header-content {
	float: left;
}
/***
 * Activity Stream Post Form
 */
	form#whats-new-form {
	overflow: hidden;
}
form#whats-new-form #whats-new-avatar {
	float: left;
}
form#whats-new-form h5 {
	clear: none;
}
form#whats-new-form #whats-new-content {
}
form#whats-new-form #whats-new-textarea {
	padding: 8px;
}
form#whats-new-form textarea {
	opacity: 0.5;
	z-index: 2200;
	border-radius: 2px;
	width: 100%;
	height: 2em;
}
form#whats-new-form #whats-new-submit {
	float: right;
	margin: 0;
}
/***
 * Activity Stream Post Form
 */
ul.activity-list {
	margin: 0;
	padding: 0;
}
ul.activity-list li {
	overflow: hidden;
}
ul.activity-list li img.avatar {
	float: left;
	width: 60px;
	height: 60px;
}
ul.activity-list li div.activity-content {
	margin-left: 75px;
	min-height: 60px;	
}
ul.activity-list li div.activity-comments {
	margin: 0px 5px 15px 50px;
}
ul.activity-list li div.activity-comments ul {
	margin-left: 75px;
}
ul.activity-list li div.activity-comments ul li {
	padding: 5px 0;	
}
.acomment-options {
	margin: 10px;			
}
.acomment-options a {
	border: 1px solid #444;
	padding: 5px;
	font-size: 0.8em;			
}
ul.activity-list li div.activity-comments img.avatar {
	width: 25px;
	height: 25px;
}
ul.activity-list li div.acomment-content, ul.activity-list li div.acomment-meta {
	margin-left: 35px;
}
ul.activity-list li div.activity-inreplyto {
	margin: 15px 0 0 75px;
}
.load-more {
	border: 1px solid #444;
	padding: 5px;
	font-size: 0.8em;	
	width: 200px;
	margin: auto;
	text-align: center;
	padding: 5px !important;
}
/***
 * Input Forms
 */
/* Activity comment forms */
form.ac-form {
	display: none;
} /* JS will show this */
div.activity-comments form {
	display: none;
	margin: 10px 0 10px 33px;
	padding: 8px;
}
div.activity-comments div#message {
	margin-top: 15px;
	margin-bottom: 0;
}
div.activity-comments form.loading {
	background-image: url( ../images/ajax-loader.gif );
	background-position: 2% 95%;
	background-repeat: no-repeat;
}
div.activity-comments form .ac-textarea {
	margin-bottom: 10px;
}
div.activity-comments form textarea {
	width: 100%;
	height: 60px;
	padding: 0;
}
div.activity-comments form input {
	margin-top: 5px;
}
div.activity-comments form div.ac-reply-avatar {
	float: left;
}
div.activity-comments form div.ac-reply-content {
	margin-left: 25px;
	padding-left: 15px;
}
/* Standard Input Forms */
form.standard-form label, form.standard-form span.label {
	display: block;
	margin: 15px 0 5px 0;
}
form.standard-form div.checkbox label,  form.standard-form div.radio label {
	font-weight: normal;
	margin: 5px 0 0 0;
}
form.standard-form textarea {
	width: 100%;
	height: 120px;
}
/* Send Invites Form */
form#send-invite-form {
	margin-top: 20px;
}
div#invite-list {
	height: 400px;
	overflow: scroll;
	padding: 5px;
	width: 160px;
	margin: 10px 0;
}
/* Directory search forms */
form.dir-form div.dir-search {
	float: right;
	margin: 0 0 25px 0;
}
/* Forums */
.zebra {
	width: 100%;
	margin: 25px 0px;
}
.zebra TD {
	padding: 1px 15px 1px 0px;
}
.zebra IMG {
	vertical-align:sub;
}
.zebra TH {
	text-align: left;
	padding-bottom: 2px;
}
/* Headers */
#item-header-avatar {
	margin-top: 5px;
}
#item-header-content {
	width: 800px;
}
#item-actions {
	clear: both;
}
.item-meta, .item-desc, .meta {
}
.poster-meta {
	text-align: center;
	width: 100px;
	float:left;
	margin-right: 10px;
	margin-top: 8px;
	margin-right: 25px;
}
.poster-meta IMG {
	border: 2px solid #675437;
	margin: 10px;
}
.poster-since, .poster-count {
	padding-bottom: 5px;
}
.poster-signature {
	border-top: 1px solid #675437;
	margin: 20px 0px;
	color: #7C705D;
}
.post {
	min-height: 50px;
	margin-bottom: 10px;	
}

.post-wrapper {
	border-top: 1px solid #675437;
	min-height: 50px;
	margin-bottom: 15px;
}
.post-title {
	margin-top: 4px;
	margin-bottom: 5px;
}
.post-content {
	margin-left: 110px;
	padding: 5px;
}
.post-content IMG {
	max-width: 95%;
	padding: 20px;
}
.topic-meta {
	clear: both;
}
#template-notices {
	clear: both;
}
.admin-links {
	float: right;
	margin-top: 4px;
}
.spoiler-wrapper {
	max-width: 95%;
	margin: 25px auto;
	margin-bottom: 30px;
	text-align: center;
	display: table;
}
.spoiler-wrapper input {
	width: 200px;
	margin: 15px;
	padding: 5px;
}
.spoiler-window {
	border: 1px solid #444;
	padding: 5px;
	background: #222;
	text-align: left;
	min-width: 550px;	
}
#bbcode_bb_bar a {
	opacity: 0.5;
	z-index: 2200;
	border-radius: 2px;
	border-left: 1px solid #675437;
	border-top: 1px solid #675437;
	border-right: 1px solid #675437;
	margin: 0px 5px;
	padding: 2px 5px 2px 5px;
}
#bbcode_container {
	margin-top: 15px;
}
blockquote {
	margin: 15px;
	padding: 10px;
	font-style: italic;
}
.pagination {
	clear: both
}
/* Profile */
.profile-header {
	margin-top: 15px;
	font-weight:bold;
	width: 400px;
}
.profile-fields tr td:first-child {
	width: 10em;
}
.editfield {
	margin: 15px;
}
/* register */
.register-section label {
	display: block !important;
}
#signup_submit {
	margin-top:20px;
}
#group-selector {
	float: right;
}
.avatar-block .item-avatar {
	float: left;
}
#respond {
	clear: both;
}
.kk-ratings {
	margin-top: 5px !important;
}
.large-textarea {
	height: 300px !important;
}
.pss-media-tags {
	text-align:center;
}
/* Polls */
.wp-polls {
	margin-top: 25px;
}
.pollbar {
	margin: 9px !important;
}
.wp-polls-ans {
	width: 90% !important;
}
.wp-polls p {
	color: #aaa;
}
.wp-polls-ul {
}
.wp-polls-ul li {
	margin-top: 3px;
}
#build-error {
	text-align:center;
}
.build-header {
	font-weight: bold;
	margin-top: 15px;
	display: block;
	border-bottom: 2px solid #444;
	margin-bottom: 7px;
}
.video-icon {
	background-image: url(images/video.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 120px;
	height: 80px;
	z-index: 100;
	position: absolute;
}
.search-result .video-icon {
	background-image: url(images/video.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 65px;
	height: 55px;
	z-index: 100;
	position: absolute;
}
.casting-desc {
	color: #cbbb9a !important;
}
#author-post {
	border: 2px solid #444 !important;
	width: 50%;
	float: right;
	clear: both;
	margin-top: 20px;	
}
#author-avatar {
	border: 2px solid #444 !important;
	margin: 8px;
	float: left;
	clear: both;
}
#author-name {
	font-weight: bold;
	margin: 8px 0px 0px 0px;
}
#author-description {
	margin: 0px 0px;
}
.post-post .entry-content {
	min-height: 200px;
}
/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
 #tabs {
	 display:table;
	 width: 980px;
 }
.ui-tabs {
	position: relative;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
}
.ui-tabs .ui-tabs-nav ul {
	display:table-row;	 
	width: 950px; 
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	display: table-cell;
	padding: 0;
	width: 450px;	
	padding-top: 10px;
	padding-bottom: 10px;	
	text-align:center;
	background: url(images/tab-shade.png);	
}
.ui-tabs .ui-tabs-nav li a {
	padding: .5em .5em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
	background: transparent !important;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 0em;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-state-active {
	background: url(images/tab-shade.png) center no-repeat;
	border-top: 2px solid #444;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	border-bottom: 0px solid #444 !important;
	background: transparent !important;	
}
.ui-state-default {
	border-bottom: 2px solid #444;
}
.error {
	color:red;
}
#register-page {
	text-align:center;
}
#register-page h4 {
	border-bottom: 2px solid #444;
}
.register-section {
	width: 600px;
	margin: auto;
}
#media-search {
	margin: auto;
	text-align: center;
}
.post UL {
	list-style: disc inside;
}
.post LI {
	list-style: disc inside;
}
.search-result {
	min-height: 35px;
}
.page-template-page-media-php .search-result {
	min-height: 85px;
}
.search-result . {
	border-bottom: 2px solid #5079A4;
	margin-bottom: 5px;
	color: #5079A4;
}
.search-content {
	margin: 20px;
}
#unified-search {
	float: right;
	margin-top: 160px;
	opacity: 1;
	
	margin-right: 133px;
}
#unified-search input{
	opacity: 1;
	font-weight: bold;
	color: #f45728;	
	background: transparent;
}
.blog-search-result {
	padding-top: 15px;
}
#members-list li {
	padding-left: 20px;
}
.search-title {
	font-weight:bold;
}
.search-thumb {
	float: left;
margin-right: 15px;
}
.search-text {
	width: 700px;
	margin-left: 115px;
}
.search-date {
	float: right;
}
.search-rating {
	float: right;
}
#item-body form {
	margin: 10px;
}
#item-body form #file  {
	margin: 10px;
}
.notification-settings {
	margin-top: 15px;
	text-align: left;
}

a.external {
    background: url(images/link-icon.png) center left no-repeat;
    padding-left: 13px;
}
.padder {
	padding: 15px 10px;	
}
.nav-previous { 
	float: left;
}
.nav-next { 
	float: right;
}

/* Contact Form 7 */
.wpcf7 {
text-align: center;
}
