﻿/*   
Theme Name: Child Theme
Theme URI: 
Description: Child theme om de Stabiplan Jobsite te gebruiken
Author: Bob de Graaf
Author URI: http://strictlyprohibited.nl/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');


/* Widget titels */
.aside h3 {
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	line-height:50px;
	color:#bc001b;
}

/* Widget tekst */
.aside div {
	font-size:14px;
	letter-spacing:0px;
	line-height:18px;
	color:#bc001b;
	}

/* Blog titel */
blog-title {
    font-family:Arial,sans-serif;
    font-size:20px;
    font-weight:bold;
    line-height:40px;
	padding:0px 0;
}	

/* Header */

#branding {
    padding:0px 0;
	margin-left:0;
	
}


#blog-title a {
    background:url(images/kubus350.png) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 350px;
	height: 350px;
	padding:0px	0;
	margin-left:0;
}

#blog-title a:active,
#blog-title a:hover {
    color: #ff8a00;
}
#blog-description {
    color:#ff8a00;
    font-size:13px;
    font-style:normal;
}

/* Links algemeen (over alles) */
a:link {
    color:#bc001b;
}

a:visited {
    color:#bc001b;
}

a:active{
    color:#000;
}

a:hover {
    color:#000;
}

/* Auteur link hover */
.entry-meta a:active,
.entry-meta a:hover {
    color: #000;
}

/* 'Door' voor auteurnaam */
.meta-prep.meta-prep-author
{
	margin-right:4px;
}

/* Menu links hover */
.sf-menu ul a:hover {
    color: #000;
}

/* Titel blog post */
.entry-title {
    font-family: Verdana, Tahoma, Helvetica, Arial;
    font-size:24px;
    font-weight:bold;
    line-height:26px;
    padding:11px 0 7px 0;
	color:#bc001b;
}
.entry-title a {
    color:#bc001b;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #000;
}


/* breedte van een post */

#container
{
	width:640px;
}

#content
{
	width:619px;
}

/* afstand tussen titel,auteur,datum tot afbeelding,inhoud post (hoogte) */
.entry-content
{
	padding-top:10px;
}

/* sticky posts */
.home #content .sticky 
{
	border: 1px solid #bc001b;
	margin: 0 0 20px 0;
	padding: 0px 0px 0 20px;
}

/* opsommingstekens in vacatures */
.entry-content ul
{
	list-style-type: disc;
	color:#000;
}


/* META onder een post (links details)*/

.entry-utility
{
    color: #999;
	font-size:10px;
	text-decoration:none;
	height:45px;
	margin-bottom:0px;
}



.entry-utility a
{
    color: #bc001b;
	text-decoration:none;
	font-style:normal;
}

.entry-utility a:active, .entry-utility a:hover 
{
    color: #000;
	text-decoration:underline;
}


/* eventuele aanpassingen per link */
.cat-links a
{
	font-style:normal;
	margin-left:4px;
}

.tag-links a
{
	font-style:normal;
}

.edit a
{
	color: #999;
	font-style:italic;
}


/* links in asides */
.aside .current_page_item a {
    color: #bc001b;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
}
.aside .current_page_item .page_item a {
    color:#bc001b;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
}
.aside .current_page_item  a:hover,
.aside .current_page_item  a:active {
    color: #000;
	font-size:12px;
	line-height:18px;
	text-decoration:underline;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #000;
	font-size:12px;
	line-height:18px;
	text-decoration:underline;
}
.aside {
    color:#bc001b;
	font-size:12px;
	line-height:18px;
}
.aside a {
    color:#bc001b;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
}
.aside a:active,
.aside a:hover {
    color: #000;
	font-size:12px;
	line-height:18px;
	text-decoration:underline;
}

/* marge onder tagcloud */
.styletagcloud
{
	margin-bottom:18px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:0px solid #ff0000;
	background:url(images/footer.png) no-repeat top center; 
    margin-top:22px;
}
#siteinfo {
    color:#000;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {

	color:#bc001b;
	text-decoration:none;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #000;
	text-decoration:underline;
}


/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Aanpassingen typografie */

input, textarea {
    font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
	color: #000;
    line-height:21px;
	/* background-color:#fff; */
}

body {
    font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
	color: #000;
    line-height:21px;
	background:url(images/back.jpg) no-repeat top center;
	background-color:#d3d8de;
}


p, ol, dd, pre {
    margin-bottom:21px;
}
ul {
   margin-bottom:21px;
   list-style: none;
}
pre, code {
	font:13px Monaco, monospace;
	line-height:21px;
}



/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#menu {
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
    margin:0;
    list-style:none;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding-top:0px;
	
}
.hentry {
    padding-bottom:18px;
}
.page-link {
    margin-bottom:18px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:20px 0 18px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
.nav-previous a {
	float: left;
	width:50%;
	font-style:normal;
}
.nav-next a {
	float: right;
	width:50%;
	text-align:right;
	font-style:normal;	
}
.nav-previous a:active, .nav-previous a:hover {
	float: left;
	width:50%;
	font-style:normal;
	color: #000;
}
.nav-next a:active, .nav-next a:hover {
	float: right;
	width:50%;
	text-align:right;
	font-style:normal;	
	color: #000;
}
#nav-above,#nav-below {
	width: 100%;
}



/* =Comments
-------------------------------------------------------------- */

#respond
	{
	background-color:transparent;
	}

div.formcontainer
{
	width:350px;
}

#comment-notes
{
	width:540px;
	/* color: #999; */
	font-size:10px;
}

div.form-label
{
	font-weight:bold;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

#primary {
    border:0px solid #ccc;
    padding:0 0 0 0;
    margin-bottom:22px;
	margin-left:0;
}

.aside ul {
    list-style:none;
    margin-left:0;
}
/* haalt bullets weg uit categories */
.aside ul ul {
    list-style:none;
    margin-top:0;
	margin-right:0;
	margin-bottom:21px;
	margin-left:0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:18px;
}

/* Search ding */

.aside #searchsubmit {
	display:none;
}

input#s{
background:#fbfbfb;
}
input#s:focus{
background:#fff;
}
input#searchsubmit{
background:#f5f5f5;
color:#fff;
}
input#searchsubmit:hover{
background:#fff;
cursor:pointer;
}

/* Widget in de header */

#header_box {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 980px;
	float: center;
	height:350px;
}


/* Moves blog name & description to the left */
  #branding {
  float: left;
  width: 400px;
  margin: 0 0 0 0px;
}


/* Moves the new widgetized area to the right and levels it with #branding */
  #header-aside {
  float: right;
  width: 170px;
  height:365px;
  padding: 0 0 0 0;
}

/* linkjes in header widget (en de rest van de widget) */
.headerlink
	{
	padding-right:30px;
	font-size:12px;	
	line-height:18px;
	text-align:right;
	}

.headerlink  a:link,
.headerlink  a:visited
	{
	color:#fff;
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	}

.headerlink  a:hover,
.headerlink  a:active
	{
	color:#000;
	line-height:18px;
	font-weight:normal;
	text-decoration:underline;
	}

	
	
/* Weg (verstopt) met het header menu */
#access {
    display:none
}

/* about text */
li.styleabout div.textwidget
{
	font-family: Verdana, Tahoma, Helvetica, Arial;
	color: #bc001b;
	font-size:12px;	
	line-height:18px;
}


/* Vacatures highlight rood */

.highlight
	{
	background-color:#bc001b;
	padding-left:10px;
	padding-bottom:1px;
	}

.highlight a:link,
.highlight a:visited
	{
	color:#fff;
	}

.highlight a:hover,
.highlight a:active
	{
	color:#000;
	}

.hltitle h3 {
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	line-height:50px;
	color:#fff;
}
	

/* TWITTER TOOLS */

/* ruimte tussen tweets */
div.aktt_tweets ul li
{
	margin-bottom:21px;
}

/* text in tweets */
div.aktt_tweets
{
	color: #bc001b;
	font-size:12px;	
	line-height:14px;
	font-weight:bold;
}

/* links in tweets */
div.aktt_tweets a
{
	color: #666;
	font-size:12px;	
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
}

div.aktt_tweets a:hover, div.aktt_tweets a:active
{
	color: #666;
	font-size:12px;	
	line-height:14px;
	font-weight:normal;
	text-decoration:underline;
}

/* datum/tijd in tweets */
div.aktt_tweets ul li .aktt_tweet_time
{
	font-size:10px;
	font-weight:normal;
	color: #bc001b;
}

/* usernames in tweets */
div.aktt_tweets ul li .aktt_username
{
	font-weight:normal;
	color: #666;
}

/* eventueel verbergen of aanpassen 'more updates' */
div.aktt_tweets ul li .aktt_more_updates
{
	margin-top:0;
	margin-bottom:0;
}


/* Author Information Widget */

/* Avatar */
div.author-avatar
{
	width: 40px;
}

/* Naam */
div.author-name
{
	font-weight: bold;
	margin-top: 0px;
	float: right;
}

/* Beschrijving */
p.author-description
{
	margin-top: -20px;
	width: 200px;
	text-align: right;
	float: right;
}


/* Link naar posts */

li.author-posts-link a
{
	color: #999;
	text-decoration: none;
	font-size: 10px;
}

li.author-posts-link a:hover
{
	color: #000;
	text-decoration: underline;
	font-size: 10px;
}

