/**
 * Stylesheet for Blog
 *
 * Part of BlueSpice for MediaWiki
 *
 * @author     Markus Glaser <glaser@hallowelt.biz>

 * @package    BlueSpice_Extensions
 * @subpackage Blog
 * @copyright  Copyright (C) 2011 Hallo Welt! - Medienwerkstatt GmbH, All rights reserved.
 * @license    http://www.gnu.org/copyleft/gpl.html GNU Public License v2 or later
 * @filesource
 */
 
#bodyContent .nosec a[href^="https://"], .nosec .link-https {
    background: none;
    padding-right: 0px;
}

#bs-blog-newentryform {
    background-color: #F3F3F3;
    border: 2px solid #DDDDDD;
    padding: 5px;
}

.bs-blog-newentry-input {
    width: 67% !important;
    margin: 0 4px 0 10px;
}

#bs-blog-newentryform h4 {
    padding: 0px;
}

div.bs-blog-item {
	clear: both;
}

.bs-blog-item-info {
    margin: 5px 0 5px 0;
	font-size: 12px;
	color: #999;
	line-height: 12px;
}

.bs-blog-item-actions {
    margin: 10px 0 20px 0;
}

h2.bs-blog-header {
    font: Arial, Helvetica, sans-serif;
    font-weight:bold !important;
    font-size: 18px !important;
    color: #c2c1c1 !important;
    line-height: 1em !important;
    padding: 10px 0 10px 10px;
    border:none;
	margin: 0px !important;
}
	
.bs-blog-wrapper {
	font-family: Arial, Helvetica, sans-serif;
	height: 75px;
	width: auto;
	padding-top: 10px;
}
.bs-blog-form-center {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	float: none;
	height: 75px;
	width: auto;
	margin: 0;
	border-radius: 10px;
}
#content #bs-blog-form-center input.bs-blog-newentry-input {
  width: 45%;
  height: 16px;
  font-size: 16px;
}
div.bs-blog-item-actions{
	font-size: 12px;
}