/*
Theme Name: StefM
Theme URI: http://www.stefm.nl/
Description: StefM custom wordpress theme
Version: 1.2
Author: Stef Maree
Author URI: http://www.stefm.nl/
*/

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, verdana, arial, 'sans serif';
	background: #ff8127;
	text-align: center; /* IE center hack */
	}
	
#page {
	width: 740px;
	background: #323232 url('images/pagebg.png') repeat-x;
	border: solid 10px #000;
	margin:0 auto;
	padding: 5px;
	text-align: left; /* undo IE center hack */
}

#footer {
	font-weight: bold; 
	font-size: smaller;
	margin-bottom: 40px;
	}

	
/* header */
#superheader {
	width: 100%;
	height: 147px;
	background: black;
	}

.toprss {
	position: relative;
	float:right;
	margin-top: -68px;
	}

#header {
	background: #ff8127 url('images/menubar.png') repeat-x;
	width:100%;
	height: 75px;
	margin-bottom: 40px;
	}
	
#centerheader {
	width: 780px;
	height: 75px;
	overflow:hidden;
	margin: 0 auto;
	}
	
/* Topmenu */
	
ul.topmenu { 
	padding: 0; 
	margin: 0 0 0 270px; /* oude setting: 0 0 0 160px; */
	list-style-type:none;
	}
	
ul.topmenu li { 
	display:inline; 
	}

ul.topmenu li a { 
	display:block; 
	width: 110px; 
	color:#ff8127;
	font-size: 20px; 
	position:relative; 
	float:left; 
	line-height: 50px; 
	text-decoration: none;
	}
	
ul.topmenu li a.active,ul.topmenu li a.active:hover { 
	background: #ff8127 url('images/menubutton.png') no-repeat;
	height: 75px;
	color: black;
	}
	
ul.topmenu li a:hover { 
	/* background: url('images/menudingetje.png') no-repeat;
	height: 75px;
	color: #ff8127; */
	color: black;
	}
	

/* blog-title */
h1 {
	margin: 0 auto -147px;
	padding: 0;
	height: 147px;
	overflow: hidden;
	}

h1 a img {
	}

h1 a { 
	}

/* page title */
h2 { 
	margin: 0 10px 10px 5px;
	padding: 0;
	font-size: 30px;
	color: #ff8127;
	text-align:right;
	}

h2 a {
	text-decoration:none;
	color: #ff8127;
	}

/* box title */
h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #555;
	}

	
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #555;
	text-decoration: none;
	}
	
h4 { color: #ff8127; font-size: 20px; margin-bottom: 0;}
h5 { color: #ff8127; font-size: 14px; margin-bottom: 0; font-weight:bold;}

h1, h2, h3, h4, h5, h6 { font-family: Tahoma, Verdana, sans-serif; }

/*fake-box position */
.nobox {
	padding: 10px;
	margin: 20px 10px;
	text-align: justify;
	}	
	
	
/* box styling */

.halfbox{
	width: 330px;
	position: relative;
	float: left;
	}

.box, .halfbox {
	padding: 10px;
	background: #282828;
	margin: 20px 10px;
	color: #cccccc;
	text-align: justify;
	}
	
	
.box b, .box strong, .halfbox b, .halfbox strong {
	color: white;
	font-weight:bold;
	}

.box em, .halfbox em, .box i, .halfbox i {
	color: #777;
	}
	
.box a, .halfbox a {
	color: #ff8127;
	font-weight:bold;
	text-decoration:none;
	}
	
.box a:hover, .halfbox a:hover {
	text-decoration: underline;
	}
	
.box a:visited, .halfbox a:visited { 
	
	}

.box a:active, .halfbox a:active {
	font-weight:bold;
	}

	
/* sub-box styling */
.subinfo {
	margin-top:-10px;
	font-size: smaller; 
	color: #777;
	}

a.morelink {
	display: block;
	height: 80px;
	text-align: right;
	font-size: 100px;
	font-weight: bold;
	color: #323232;
	overflow: hidden;
	margin: -40px 0 -10px;
	
	}

a.morelink:hover {
	color: #ff8127; 
	}
	
	
/* custom contents */
a img {
	border: 0;
	}

.attention {
	color: red;
	vertical-align: super;
	font-size: smaller;
	}
	
.center, .aligncenter {
	display:block;
	text-align: center;
	}
	
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.orange { 
	color: #ff8127; 
	}

.bigbutton  {
	background: #111;
	color: white;
	font-size: 24px;
	font-weight:bold;
	display:block;
	margin: 0 auto;
	width: 200px;
	height: 30px;
	padding: 5px;
	text-align: center;
	}
	
.wpcf7-response-output {
	padding: 10px;
	background: #282828;
	margin: 20px 10px;
	color: #E8E8E8;
	text-align: justify;
	border:0;
	}

embed {
	margin-left: 140px;
	}
	
code, .code { 
	background: #111;
	display:block;
	padding: 5px;
	}
	
code.inline{
	background: #111;
	padding: 5px;
	display:inline;
	}

hr {
	clear: both;
	margin:0;
	padding: 0;
	border: 0;
	height: 0;
	color: #282828;
	}

.attachment-thumbnail { 
	border: 2px solid #ccc;
	margin: 5px; 
	}
	


.hidden { 
	display:none; 
}
	
/* Commentslist */
.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
/* Forms */
.bigform input.text {
	width: 570px;
	font-size: 20px;
	color: #555;
	padding: 8px;
	}
	
.bigform input {
	font-size: 20px;
	color: #555;
	padding: 8px;
	margin:0;
	}

input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
	}
	
input { 
	background: #111; 
	border: none;
	font-size: 11px;
	color: #E8E8E8;
	padding: 5px;
	}
	
textarea {
	background: #111;
	border: none;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #E8E8E8;
	padding: 5px;
	width: 690px;
	}
	
/* contact form, large input fields */
.wpcf7-form-control-wrap input, .xtrabigfield { 	
	width: 690px;
	font-size: 24px;
	color: #555;
	margin-right: 10px;
	}

/* tables */
table.wide { 
	width: 100%;
	}
	
table tr td{
	vertical-align: top;
	}
	
table tr.title td {
	font-weight: bold;
	font-size:120%;
	}
	
td {
	background: #1d1d1d;
	padding: 5px;
	}

/* page number */
#wp_page_numbers {
	padding: 10px;
	background: #282828;
	margin: 20px 10px;
	color: #cccccc;
	overflow:hidden;
	}
	
#wp_page_numbers ul {
	padding: 0;
	margin: 0;
	}
	
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	display: block;
	color: #555;
	height: 30px;
	text-decoration: none;
	padding: 5px;
	padding-top: 20px;
	font-size:70px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom:-20px;
	overflow: hidden;
}

#wp_page_numbers a:hover{
	color: #424242;
	}

#wp_page_numbers li.active_page a {
	color: #ff8127;
	}
	
#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	color: #555;
	font-size: 12px;
}

