/*
Theme Name: Sytematic
Theme URI: 
Description: 
Version: 2.0
Author: 
Author URI: 
Tags: 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* end of reset */

html, body {
	height: 100%;
}
body {
	background: #fff;
	font-size: 62.5%;
	font-family: Georgia, serif;
}
a {
	color: #ad2525;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	float: left;
	padding: 30px 0px;
}
#site-name {
	float: left;
	width: 200px;
}
#site-name h1 {
	font-size: 40px;
	font-family: Georgia, serif;
}
#site-name h1 a {
	color: #222;
	text-decoration: none;
}

#site-name h2 {
	color: #222;
	font-size: 16px;
	font-family: Georgia, serif;

}

abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

.smallcap {
	font-size: smaller;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation,
div.menu {
	float: left;
	width: 760px;
	margin: 15px 0px 0px 0px;
}
div.menu ul {
	float: right;
}
.menu ul li {
	float: left;
	margin: 0px 0px 0px 20px;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.menu ul li a {
	color: #444;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #222;
	text-decoration: underline;
}
#slogan {
	width: 960px;
	float: left;
	border-top: 3px double #e5e5e5;
	border-bottom: 3px double #e5e5e5;
	text-align: center;
	padding: 20px 0px;
	margin: 20px 0px;
}
#slogan p {
	font-size: 34px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #444;
}
#top-content {
	float: left;
	width: 960px;
	height: 200px;
	margin: 30px 0px;
}

/* top image */
#page-image {
	background: #eee;
	width: 640px;
	height: 200px;
	float: left;
	position: relative;
}
.image_quote {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 600px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

/* contact box */
#contact-box {
	background: #c4271e;
	width: 320px;
	height: 200px;
	float: left;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
}
.box-wrap {
	margin: 20px;
}
#contact-box h2 {
	font-size: 20px;
	color: #fff;
	margin: 0px 0px 10px 0px;
}
#contact-box p,
#demo-button p{
	font-size: 14px;
	line-height: 19px;
	color: #ffecec;
}
#contact-box .button,
#demo-button .button {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	padding: 15px;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	margin: 30px 0px 0px 0px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
#contact-box .button:hover ,
#demo-button .button:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

#demo-button .button {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 200px;
}

/* page */
#page-wrap {
	float: left;
	width: 960px;
	margin: 10px 0px 45px 0px;
}
.pagetitle {
	font-size: 25px;
	font-family: Georgia, serif;
	color: #222;
	margin: 0px 0px 10px 0px;
}
.column_size1 {
	float: left;
	width: 320px;
	min-height: 200px;
}
.column_size2 {
	float: left;
	width: 640px;
}
.column_size2 .entry p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
	color: #444;
}

.column_size2 .entry .notification p {
	color: #ffecec;
}

.column_size2 .entry .notification p a {
	color: #fff;
	text-decoration: underline;

}

div.notification {
	background-color: #C4271E;
	padding: 10px;
	border: 1px solid #333;
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);	
    background: -moz-linear-gradient(center top , #ED1C24, #AA1317) repeat scroll 0 0 transparent;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
    border: 1px solid #980C10;
    color: #FADDDE;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

}

.column_size2 .entry ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 15px 0px;
}
.column_size2 .entry ul li {
	font-size: 14px;
	line-height: 20px;
}
.column_size2 .entry ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0px 0px 15px 0px;
}
.column_size2 .entry ol li {
	font-size: 14px;
	line-height: 20px;
}
.column_size2 .entry h4 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;	
}
ul#softwarebouw-list li {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

.textwidget ul {
	margin-left: 15px;
	margin-top: -15px;
}
.textwidget li {
	list-style-type: circle;

}

/* frontpage widgets */
#front-widgets {
	float: left;
	width: 960px;
	margin: 10px 0px 20px 0px;
}
#front-widgets .front-column {
	width: 290px;
	float: left;
	margin: 15px 15px;
}

#sidebar .textwidget p,
#front-widgets .front-column p,
#front-widgets .column ul
{
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
	color: #444;
}

#sidebar .textwidget p {
	width: 300px;

}


/*
#front-widgets  .left-column p {
	color: #444;
}

#front-widgets  .mid-column p {

	color: #555;
}

#front-widgets .right-column p {
	color: #666;
}
*/



.front-column .widget_recent_entries {
	border: 3px double #E5E5E5;
	padding-top: 10px;
	margin-left: -8px;
	padding-left: 4px;
	background-color: #FFECEC;
}


#front-widgets .front-column h2 {
	font-size: 25px;
	font-family: Georgia, serif;
	color: #222;
	margin: 0px 0px 10px 0px;
}
#front-widgets .front-column .read-more {
	font-size: 15px;
}

/* werk */
.phase {
	display: block;
	padding: 15px;
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 180px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.arrowdown {
	color: #aaa;
	font-size: 60px;
	text-align: center;
	width: 180px;
	display: block;
	margin: -11px 0px 4px 0px;
	padding: 0px 15px;
}

/* news */
.posttitle {
	font-size: 25px;
	margin: 0px 0px 8px 0px;
}
.news-post {
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.news-post small {
	font-size: 12px;
	color: #888;
	margin: 0px 0px 20px 0px;
	display: block;
}

.socialmedia {

}

/* news sidebar */
.column_size1 h2.widgettitle,
#sidebar h2 {
	font-size: 20px;
	color: #444;
	margin: 0px 0px 8px 0px;
}
#sidebar ul li {
	margin: 0px 0px 25px 0px;
}
#sidebar ul li ul li {
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	line-height: 20px;
}
.screen-reader-text {
	display: none;
}
#searchform input#s {
	border: 1px solid #e5e5e5;
	padding: 7px;
	background: #fff;
	width: 170px;
}
#searchform #searchsubmit
{
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	margin: 0px 0px 0px 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

/* twitter */
#twitter {
	float: left;
	width: 960px;
	border-top: 3px double #e5e5e5;
	border-bottom: 3px double #e5e5e5;
	text-align: center;
	padding: 30px 0px;
}
#twitter p {
	font-size: 16px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #888;
}

/* footer */
#footer {
	float: left;
	width: 960px;
	padding: 45px 0px 40px 0px;
}
#footer p {
	color: #888;
	font-size: 12px;
}
#footer .bullet {
	margin: 0px 4px;
}

/* aligns */
.alignleft { float: left; }
.alignright { float: right; }

/* clear*/
.clear { clear: both; }

.nocomments { display: none; }

.IN-widget {
	margin-bottom: 14px;

}

.twitter-share-button, .IN-widget {
	float:left;
	margin-right: 5px;
}

/* Blog-cycle stuff */
.blog-cycle {
	float: left;
	margin-bottom: 10px;
	height: 465px;
	width: 648px;
}
.blog-image-container {
	border: 0px solid black;


}
.blog-image {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	width: 648px;
	height: 440px;	
}

.blog-image-caption {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: center;

}


