/* 
FRUSTRATIES!!!!
*/


body {
	background-color: #000000;
	font-family: Georgia, arial, sans-serif;
	font-size: 18px;
	color: #000;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
}
a {
	color: #f00;
}
a:hover {
	color: #fd0;
}
h1 {
	margin-bottom: 10px;
}
h2 {
	color: #ccc;
	font-weight: normal;
	text-shadow: #000000 1px 1px 1px;
	font-size: 22px;
	line-height: 28px;
}
h3 {
	color: #666;
	font-weight: normal;
	text-shadow: #000000 1px 1px 1px;
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #555;
}
/* markup elements */
.logo {
	width: 150px;
	height: 39px;
	position: absolute;
	left: 13px;
	top: 95px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	z-index: 9;
}
.frits {
	width: 83px;
	height: 71px;
	position: absolute;
	left: 0px;
	top: 30px;
	background-image: url('../images/frits.gif');
	background-repeat: no-repeat;
	z-index: 9;
}
.logo a { display: block; width: 150px; height: 39px; }
.frits a { display: block; width: 83px; height: 71px; }

.follow-twitter{
	position: fixed;
	left: 15%;
	bottom: 5%;

	width: /*450px;*/ 25%;
	height: 100px;
}
.cybox-backstage {
	position: fixed;
	left: 15%;
	bottom: 15%;

	width: /*450px;*/ 25%;
	height: 100px;
}
.action-panel {
	position: fixed;
	left: 15%;
	top: 5%;
	padding: 10px;
	width: /*450px;*/ 25%;

	background-image: url('../images/redden.png');	
	z-index: 9;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;

}
.action-panel h1 {
	font-size: 33px;
	font-weight: normal;
	color: #fff;
	text-shadow: #000000 1px 1px 1px;
}
.action-panel .intro {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-shadow: #000000 1px 1px 1px;
}
.action-panel .intro a {
	color: #fff;
}
.action-panel textarea {
	width: 94%;
	height: auto;
	min-height: 110px;
	padding: 10px;
	background-image: url('../images/textarea.png');
	background-color: transparent;
	background-repeat: repeat;
	background-attachment: scroll;
	border: 0;
	color: #fff;
	font-family: georgia;
	font-size: 18px;
	text-shadow: #000000 1px 1px 1px;
	overflow-x: hidden;
	line-height: 22px;
	margin-top: 10px;	
	margin-bottom: 10px;
	color: #ffff00
}
.action-panel .submit {
	position: absolute;
	left: 20px;
	bottom: -8px;
	width: 155px;
	height: 45px;
	background-image: url('../images/submit.png');
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	padding: 0;
}
.action-panel .submit:hover {
	background-position: 0px -45px; 
}

.sub {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 11px;
	font-family: tahoma;
	color: #ccc;
}
.sub .item {
	position: relative;
	cursor: pointer;
}
.sub .item:hover {
	color: #fff;
}
.sub .item .descr {
	display: none;
	width: 400px;
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #fff;
	background-image: url('../images/redden.png');
	padding: 20px;
	line-height: 16pt;
	z-index: 99;
	cursor: default;	
}
/* end // markup elements */

.kop-frustraties {
	width: 500px;
	height: 136px;
	position: absolute;
	right: 30%;
	top: -2%;
	background-image: url('../images/kop_001.png');
}

#frustraties {
	height:85%;
	position: fixed;
	right: 2%;
	top: 5%;
	width: 50%;
	padding: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: url('../images/darken.png');
}
#frustraties li {
   padding-top: 15px;
   line-height:1.4em;
   color: #fff;
   text-shadow: #000000 1px 1px 1px;
}

#frustraties .img {
   width: 48px;
   height: 48px;
   float: left;
   overflow: hidden;
   margin: 0px 10px 10px 0px;
}

#frustraties .tweet {
   width: 80%;
   float: left; 
}

#frustraties a, .uitgelicht a {
	color:#f00;
}

#frustraties .date {
   padding-top: 3px;
   color: #ccc;
   font-size:0.8em; 
}

#volgonsoptwitter {
	font-family:Arial, Verdana, sans-serif;
	display:block;
	width:230px;
}

#volgonsoptwitter a {
	text-decoration:none;
	color:#0093d0;
	margin-left:5px;
}

#volgonsoptwitter span {
	float:right;
	margin-top:7px;
}

#volgonsoptwitter img {
	float:left;
}

.frustratienlpost {
	margin:10px 0 10px 0;
	background-image: url('../images/redden.png');
	padding:0 10px 10px 10px;
	/*-moz-border-radius:1em;
	-webkit-border-radius:1em;*/
}


.uitgelicht {
	margin:10px 0 10px 0;
	border:1px solid #e40000;
	padding: 10px;
	background-image: url('../images/darken.png');
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top:10px;
	color: #fff;
}
.uitgelicht a { color: #fff; }

.uitgelicht img {
	display: none;
}

.uitgelicht .tweet {
	
	margin-left:10px;
}

.uitgelicht .date {
	color:#c0c0c0;
	font-size:0.5em;
	margin-top:5px;
}
.tweet .date {
	color: #fff;
}


/* draggelbelbeulells */

.draggables {
	cursor: move;

}
.draggables:hover {
	/*border-bottom: 1px solid #f00;
	border-right: 1px solid #f00;*/
}
