@charset "UTF-8";
/* 
Theme Name: SMS-taal
Theme URI: http://sms-taal.nl
Description: SMS-taal WordPress theme.
Author: Alex-Jan Sigtermans
Author URI: http://sigtermans.com/
Version: 1.0
Tags: smstaal, sms-taal

License:
License URI:
*/

HTML{
	overflow-y: scroll;
	background: #D0D0D0;
}
BODY{
	background: #832321;
	font-family: Arial, Times New Roman, Courier;
	font-size: 10pt;
	margin: 0px;
	color: #f9f9f9;
	width: 100%;
}

/* DIV styles */
#wrapper{
	width: 100%;
}
#header {
	background-color: #231f20;
	overflow: hidden;
	padding: 0px;
	padding-left: 16px;
	padding-right: 16px;
	height: 169px;
	z-index: 90;
	overflow: hidden;
}
#header-content{
	width: 795px;
	margin: auto;
	padding: 0px;
	padding-right: 205px;
}
#logo{
	margin: 0px;
	float: left;
}
#logo a{
	padding: 0px;
	margin: 0px;
	display: block;
	margin-top: -18px;
}
#menubar{
	background: url(images/menu-bg.png) repeat-x;
	z-index: 1000;
	}
#menu{
	width: 795px;
	margin:auto;
	padding-bottom: 10px;
	height: 40px;
	padding-right: 205px;
}
#emoticons{
	float: left;
	width: 70px;
	height: 140px;
	margin-top: 18px;
	margin-left: 235px;
}
#searchbox {
	background-color: #4f4c4d;
	width: 175px;
	float: left;
	color: white;
	padding: 5px 10px 5px 10px;
	border: 1px solid #999;
	margin-top: 30px;
	overflow: hidden;
	text-align: left;
}
#searchbox p{
	padding: 0px;
	margin: 5px;
	margin-left: 0px;
}
#searchbox #header-search{
	width: 166px;
}
#main-wrap{
	margin: auto;
	padding-right: 205px;
	padding-left: 7px;
	width: 788px;
	background: url(images/main-wrap-bg.png) no-repeat top right;
}
#content-wrap{
	width: 788px;
	background: #231f20;
	margin-top: -10px;
	border-left: 1px solid #4F4C4D;
	border-right: 1px solid #4F4C4D;
	overflow: hidden;
	clear: both;
}
#content-top{
	background: url(images/shadow-top.png) repeat-x;
	height: 10px;
	clear: both;
	overflow: hidden;
	width: 900px;
	padding-bottom: -10px;
}
#content{
	padding-left: 15px;
	padding-right: 10px;
	float: left;
	width: 595px;
	min-height: 800px;
}
#sidebar{
	float: left;
	width: 148px;
	padding: 10px;
	padding-top: 0px;
}
#sidebar img{
	border-color: #231F20;
	margin-bottom: 8px;
}
#sidebar a img:hover{
	border-color: #d0d0d0;
}
#footer{
	background: url(images/footer-bg.png) repeat-x top;
	margin-top: -15px;
	padding-top: 23px;
	overflow: hidden;
	min-height: 15px;
	padding-bottom: 10px;
}
#footer-content{
	font-size: 8.5pt;
	width: 980px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}

/* Menu styles */
#menu ul{
	height: 40px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 5px;
	list-style-type: none;
	line-height: 39px;
}
#menu ul li{
	float: left;
	margin-right: 25px;
}
#menu ul li a{
	color: #f9f9f9;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}
#menu ul li a:hover,
#menu ul li.current_page_item a,
#menu ul li.current-menu-parent a{
	color: #333;
}

#menu ul li ul{
	position: absolute;
	left: -2000em;
	margin: 0px;
	margin-left: -20px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: auto;
}
#menu ul li:hover ul{
	background: #EA1D2B;
	left: auto;
	min-width: 75px;
	opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; // first!
	filter: alpha(opacity=95); // second!
	z-index: 1000;
}
#menu ul li ul li{
	clear: left;
	line-height: 20px;
	margin-left: 20px;
}
#menu ul li:hover ul li a{
	color: #f9f9f9;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#menu ul li:hover ul li a:hover{
	color: #333;
}

#menu-sidebar{
	margin: 0px;
	margin-top: -23px;
	list-style-type: none;
	text-align: center;
	width: 140px;
	padding: 0px;
}
#menu-sidebar li a{
	color: #f9f9f9;
	display: block;
	margin-bottom: 10px;
	line-height: 25px;
	font-weight: bold;
	background: #444;
	border: 1px solid #EA1D2B;
}
#menu-sidebar li a:hover{
	text-decoration: none;
	color: red;
}

/* Text styles */
#content h1{
	font-size: 14pt;
	margin-top: 0px;
	border-bottom: 1px solid #4F4C4D;
	padding-bottom: 2px;
}
#content h2{
	font-size: 12pt;
	margin-bottom: 3px;
}
#content h3{
	font-size: 11pt;
	margin-bottom: 3px;
}

/* Post styles */
div.article{
	margin-left: 4px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #4F4C4D;
}
h3.article-title{
	margin: 0px;
	margin-bottom: 2px;
	font-size: 11.5pt;
}
h3.article-title a{
	color: #f9f9f9;
}
h3.article-title a:hover{
	color: #fff;
}
div.article-date{
	font-size: 0.85em;
	color:  #888;
	margin-bottom: 8px;
}
div.article-content{
	line-height: 20px;
}
div.article-content p{
	margin-top: 3px;
}
div.article-footer{
	font-size: 0.85em;
	color: #888;
	margin-top: 5px;
}
body.page div.article{
	border-bottom: 0px;
}

/* Forms */
textarea{
	font-family: Arial, Times New Roman, Courier;
	font-size: 9.5pt;
	overflow-y: scroll;
	width: 550px;
}


/* Link styles */
a{
	text-decoration: none;
	color: #888;
	outline: none;
}
a:hover{
	text-decoration: underline;	
	color: #fff;
}

/* Widgets */
div.widget{
	font-size: 9.5pt;
	margin-left: 4px;
	overflow: hidden;
	color: #888;
}
div.widget p{
	margin-top: 0px;
}
div.widget h2{
	font-size: 10.5pt;
	margin: 0px;
	line-height: 24px;
	color: #f9f9f9;
}
div.widget ul{
	padding-left: 15px;
	margin-top: 3px;
}

/* Images  */
img{
	margin-bottom: 6px;
	margin-right: 6px;
	border: 1px solid #4F4C4D;
}
img.alignright{
	margin-left: 6px;
	margin-right: 0px;
}
a img:hover{
	border: 1px solid #D0D0D0;	
}
#header img{
	border: 0px;
}
#header a:hover img{
	border: 0px;
}

/* Alignment */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	display: block;
}

.alignright {
	float: right;
	display: block;
}
.clear{
	clear: both;
}
hr{
	clear: both;
	height: 1px;
	color: #4F4C4D;
	width: 95%;
	margin-left: 0;
	border: none;
	background-color: #4F4C4D;;
}

/* Navigation */
div.navigation{
	width: 100%;
	margin-top: -16px;
	font-size: 9.5pt;
	margin-bottom: 20px;
}

/* Sticky */
div.sticky h1{
	margin-bottom: 3px;
	margin-left: -3px;
}
div.sticky{
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 3px;
	border-bottom: 1px solid #4F4C4D;
}

/* Copyright */
span.sigtermans a{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 8pt;
	color: #234398;
	text-decoration: none;
}
span.sigtermans a:hover{
	font-size: 10pt;
}

/* Table styles */
table th{
	text-align: left;
}
table#words thead{
	font-weight: bold;
}
table td{
	padding-right: 20px;
}
table#words td{
	padding-left: 3px;
	min-width: 150px;
}
table#words tr:hover{
	background: #444;
}
table#words thead tr:hover{
	background: transparent;
}
table#dictionary{
	text-align: center;
	width: 100%;
	border-spacing: 0px;
	margin-bottom: 10px;
}
table#dictionary td{
	background: #231f20;
	padding: 5px;
	font-weight: normal;
}
table#dictionary a{
	color: #f9f9f9;
}
table#dictionary a:hover,
p.pagination a:hover,
p.pagination a.active-page{
	font-size: 150%;
	font-weight: bold;
}
table#dictionary p{
	margin: 0px;
	padding: 0px;
}
table#dictionary h3{
	color: white;
}
p.pagination{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Text styles */
h3{
	margin: 0px;
	font-weight: bold;
	font-size: 10.5pt;
}

	
	
	
