/* 
Theme Name: Kingpin
Theme URI: kingpin.info
Description: Kingpin default theme
Version: 1.0
Author: FREDZ
Required PivotX version: PivotX 2.0
*/ 
@font-face{
    font-family: 'royal_painnormal';
    src: url('font/royalp.ttf');
    src: url('font/royalp.woff');
}


/* some reset stuff */
body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, img, table, tr, th, td, form, fieldset, legend, div, object {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    font:normal 12px Arial, Verdana, sans-serif;
    text-align :left;
    vertical-align: top;
}

input, select, textarea, button {
    font: normal 100% Arial, Verdana, sans-serif;
}

table, td, th {
/*    border-collapse: collapse;
    border: 1px solid #E7C258;*/
vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 10px;
}

.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden; 
}

* html .clearfix {
    height: 1%;
}

/* end reset */

body {
    background-color: #000000;
 /*   background-image: url(images/snow.gif), url(images/brickbackground.png);*/
    background-image: url(images/brickbackground.png);
    background-repeat: repeat;
    background-attachment: fixed;

    font-family: 'royal_painnormal';
    color: #FFFFFF;
}

/* general styling */

p, li {
    line-height: 140%;
}

pre, 
code,
tt {
    font-family: consolas, 'courier new', courier, sans-serif;
    line-height: 140%;
}

code {
    display: block;
    padding: 5px;
    border: 1px solid #e6e6e6;
}

ol {
    list-style-type: decimal;
    padding: 0 0 0 17px;
}

ul {
    padding: 0 0 0 14px;
    margin: 0 0 10px 0;
}

a {
    color: #b3722c;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

h1 {
		font-family: 'royal_painnormal';
    font-size: 32px;
}

h2 {
		font-family: 'royal_painnormal';
    font-size: 22px;

}

h3 {
			font-family: 'royal_painnormal';
    font-size: 20px;

}

h4 {
			font-family: 'royal_painnormal';
    font-size: 16px;
}

h5 {
			font-family: 'royal_painnormal';
    font-size: 14px;
}


h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #E7C258;
    text-decoration: none;
}




/* used in entries */

.entry {
		margin-bottom:  40px;
    padding: 20px;
    	background: #121212;

}

.widget-lg ul {
    padding: 0;
}

.meta {
    font-size: 11px;
    margin: 5px 0 0 0;
}

.meta a{
    color: #E7C258;
    text-decoration: none;
}

.meta a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.pagenav {
    clear: both;
    text-align: center;
    font-size: 10px;
    line-height: 140%;
    padding: 0 0 25px 0;
}

/* layout */

#wrapper {
    margin: 0 auto 25px auto;
    width: 900px;
		background: rgba( 35,35,35,0.7 );
		margin-top: 30px;	
}

#header {
		padding: 5px;
    height: 128px;
    margin-bottom:  10px;
/*    background: url(images/logo.png) no-repeat bottom center */
		text-align:center; /* Center new images*/
}

#headerbar
{
	clear: both;
	background: #121212;
/*	border-top: 2px solid #E7C258;*/
/*	border-bottom: 2px solid #E7C258;*/
	margin-bottom:  10px;
/*	padding: 20px;*/
  
}


#main {
    float: right;
    width: 560px;
    	margin-right: 40px;
/*    border-right: 1px solid #e6e6e6;
    overflow-x: hidden;*/
}

#sidebar {
    float: left;
  width: 240px;
/*    width: auto;*/
    background: #121212;
    margin-left: 40px;
    margin-bottom: 30px;
}



.sidebar-block {
    padding: 0 25px 15px 25px;
}


#navigation ul li
{
	list-style-type: circle;
/*	font-family: 'royal_painnormal';*/
	font-size: 16px;
}
#navigation li a {
	cursor: pointer; 
	color: #E7C258; }
#navigation li a:visited { color: #E7C258; }
#navigation li a:hover { color: #FFFFFF; }
#navigation li a:active {
    color: #E7C258;
} 

/*Hide url button and dropdown menu*/
#navigation ul ul {
  display: none;
  padding-left: 10px;
}
#navigation ul ul li.has-sub {
  display: block;
}


#footer {
    clear: both;
    background: #121212;
    border-top: 2px solid #E7C258;
		text-align: right;
		padding: 20px;
		font-family: 'royal_painnormal';
		font-size: 12px;
}

/* Search bar */

.pivotx-search {
 /*   padding: 20px;*/
    
}

#search-results-list {
    padding: 25px;
}

#active {
    font-weight: bold;
}

/* Override for #pages in pivotx_essentials.ccs */
/*
#pages {
    margin-left: 100px;
}

#pages li a {
    background-color: #f4f4f4;
    border: 1px solid #5C7F07 !important;
}

#pages li a:hover {
    color: #5C7F07;
}

#pages li.current {
    background-color: #5C7F07;
}
*/
/*Fix background comment als in pivotx_essentials*/
.comment-text {
	background-color: #000000;
}