/*
Theme Name: Vibe BSNX Theme
Theme URI: http://bsnx.net
Description: Special Theme for BSNX.
Version: 1.0
Author: Björn R. Salgert
Author URI: http://bsnx.net/~bjoern/
*/
@IMPORT url("./css/bsnx-footer.css");
@IMPORT url("./css/style.css");
@IMPORT url("./css/comments.css");
/*	SPECIAL POST TEXT CSS - This is for extra formatting content in the post section.
	Add .posttext to every style element */
.postbox h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 17pt;
	font-family:'Times New Roman',Times,serif;
	font-weight: lighter;
	font-variant:small-caps;
	letter-spacing: 3px;	
}
.postbox h1 a:link, .postbox h1 a:visited{
	color: #000;
}	
.post_meta {
	color: #666;
	font-size: 8pt;	
}	
.admin_post {
	text-align: right;
	font-size: 8pt;	
}

.bigtext {
	font-size: 1.5em;	
}	
	
.posttext p
{
	margin: 0;
	padding-bottom: 1em;
}

.posttext ol, .posttext ul 
{
	margin-left: 35px;
	margin-bottom: 12px;
	list-style-image: none;
	list-style-position: outside;
}
.postbox img {
	border: 0;
}
.postbox .aligncenter {
	text-align: center;
}
.postbox img.aligncenter {
	text-align: center;
	display: block;
	margin: auto;
}


/* Footer */
.footerline {
	font-size: 9pt;	
}	