/*	author: Simon Hellin
			webFizz.be
			simon@webfizz.be
*/
/*********************************************
					STYLE
/*********************************************/

/** SOME BASICS **/
/*********************************************/

body{
	font-size: 100%;
	background: #d5dfeb url(assets/bg.png) repeat-x;
}
/* get rid of the outline focus of input in safari en outline on links in FF */
input:focus,
a:focus{
	outline: none;
}
/** CLEARFIX **/
/** @see http://www.positioniseverything.net/easyclearing.html **/
/*********************************************/

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

/** FONTS **/
/*********************************************/

h1{
	display: block;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #0067ac;
	margin-bottom: 5px;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h2{
	color: #0067ac;
	margin-bottom: 10px;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h3{
	color: #333333;
	margin-bottom: 5px;
	font: bold 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h4{
	color: #666;
	margin-bottom: 5px;
	font: bold 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p{
	margin-bottom: .5em;
	color: #555555;
	font: 0.8em/1.4em Arial, Helvetica, sans-serif;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.newsinfo{
	color: #aaaaaa;
	font-style: italic;
	font-size: 0.6em;
}

/** LIST **/
/*********************************************/

#content-right li{
	margin-bottom: .5em;
	color: #555555;
	font: 0.8em/1.4em Arial, Helvetica, sans-serif;
	list-style-position: inside;
	padding-left: 10px;
}
/** LINKS **/
/*********************************************/

p a:link,
p a:visited,
li a:link,
li a:visited{
	color: #3e8bbf;
}
p a:hover,
li a:hover{
	color: #0067ac;
}
.newsinfo a:link,
.newsinfo a:visited{
	color: #888888;
}
.newsinfo a:hover{
	color: #0067ac;
}
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited{
	text-decoration: none;
	border-bottom: 1px solid #3e8bbf;
	color: #3e8bbf;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover{
	border-bottom: 1px solid #0067ac;
	color: #0067ac;
}

/** FLOAT **/
/*********************************************/

.floatright{
	float: right;
}
.floatleft{
	float: left;
}
.margin60{
	display: inline;
	margin: 0 60px 0 0;
}

/** DIVS **/
/*********************************************/
#container{
	width: 960px;
	margin: 0 auto 0;
}

#header{
	width: 960px;
}

#content{
	width: 960px;
}

#footer{
	width: 960px;
}

/** HEADER **/
/*********************************************/

#header-top{
	height: 85px;
	background-image: url(assets/header-top.jpg);
}
#header-menu{
	width: 960px;
	margin-bottom: 10px;
}
#header-image{
	margin-bottom: 30px;
}

/** CONTENT **/
/*********************************************/

#content-left{
	display: inline;
	width: 240px;
	margin-right: 60px;
}
#content-right{
	width: 660px;
}
.box-left, 
.box-right,
.box-right-half{
	border: 5px solid #ffffff;
	margin-bottom: 15px;
	background: #ffffff url(assets/bg-box.gif) repeat-x;
	padding: 0 5px 0 5px;
}

box-right-half img{
	margin: 5px;
}

.box-left{
	width: 220px;
}
.jan{
	height: 106px;
	background: url(assets/ripjan.jpg) no-repeat;
	margin-bottom: 0;
}
.box-right{
	width: 640px;
}
.box-right-half{
	width: 280px;
}
.newsitem{
	padding-bottom: 15px;
	*padding-bottom: 35px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}
.newsitem-content{
	width: 640px;
}
.newsitem-buttons{

}
.img-left{
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 5px;
}
a:link.button-reactions,
a:visited.button-reactions{
	background: #0067ac;
	padding: 3px 7px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
a:hover.button-reactions{
	background: #3e8bbf;
}
.subscribe{
	border: none;
	background: #0067ac;
	color: #ffffff;
	text-transform: uppercase;
}
.subscribe:hover{
	background: #3e8bbf;
}
/** MATCHCENTER **/
/*********************************************/
.match{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	*padding-bottom: 20px;
}
.match-logos{
	width: 220px;
	text-align: center;
}
.match-logos{
	border-bottom: none;
}

.match-uitslag-left{
	width: 105px;
	text-align: right;
}

.match-uitslag-right{
	width: 105px;
}
/** TABLE **/
/*********************************************/
table
{
	
	*border-collapse: collapse; /* for IE6 en 7 only */
}
table.tlist
{
	color: #555;
	border-bottom: 1px solid #ccc;
	width: 640px;
	margin: 0 0 25px 0;
}

table.tlist tr.hover:hover
{
	color: #333;
	background-color: #D4EDF8;
}

table.tlist th
{
		color: #555555;
	font: 0.8em/1.4em Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	line-height: 25px;
	padding: 3px 0px 3px 10px;
}

table.tlist tr td
{
	color: #555555;
	font: 0.8em/1.4em Arial, Helvetica, sans-serif;
	line-height: 25px;
	padding: 3px 0px 3px 10px;
	margin: 0;
}
table.tlist tr td a{
	color: #3e8bbf;
}
table.tlist tr td a:hover{
	color: #0067ac;
}

table.tlist tr td.first
{
	border-left: 1px solid #ccc;
}


table.tlist tr td.last
{
	border-right: 1px solid #ccc;
}

table.tlist .odd
{
	background: #F3F3F3;	
}

table .t30{
	width: 30px;
}
table .t40{
	width: 40px;
}
table .t60{
	width: 60px;
}
table .t80{
	width: 80px;
}
table .t160{
	width: 160px;
}
table .t200{
	width: 200px;
}

input:focus
{
	outline: none;
}
.search
{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #ccc;
	background: #fff;
	
	width: 85px;
	padding: 3px;
	font-size: 10px;
}

/** REACTION **/
/*********************************************/
#userbox a img{
	float: left;
	display: inline;
	margin-right: 10px;
}
#userbox{
	display: block;
	width: 600px;
}
#reaction-name-left{
	float: left;
	width: 290px;
}
#reaction-name-right{
	float: left;
	width: 250px;
}
.reaction{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	*height: 74px;
}
.reaction-img{
	border: 2px solid #cccccc;
}

p.reaction-name{
	font-style: italic;
	font-size: 8pt;
	color: #888888;
}

label{
	width: 10em;
	float: left;
	text-align: left;
	margin-right: 2em;
	display: block
}
.form-button{
	margin: 10px 0 0 9.6em;
}


/** SPELERS **/
/*********************************************/

#spelers-wrapper{
	float: left;
	margin-bottom: 20px;
	height: 250px;
}
.spelers-foto{
	width: 200px;
	height: 250px;
	margin-right: 10px;
}
.spelers-info{
	width: 400px;
}

/** FOOTER **/
/*********************************************/

#sponsors{
	width: 950px;
	padding: 70px 0 0 10px;
	background: #ffffff url(assets/footer.jpg) no-repeat;
}

#footer p{
	font-size: 8pt;
}

/*PAGINATION*/
.paginate{
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Helvetica,Arial;
	font-size: 8pt;
	color: #666;	
}

.current{
	border: 1px solid #ddd;
	background-color: #426E91;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	margin-bottom: 30px;
}

a.readmore{
	font-size: 9pt;
	color: #5194C7;
}

.recent{
	padding: 5px;
}

#frame{
margin-top: 20px;
	background-color: #f8f8f8;
	border: 1px solid #bbb;
	padding:5px;
	height: 55px;
}

.error {
	background-color:#DA9E9E;
	background-image:url(assets/error.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	margin-bottom:10px;
	padding:8px;
	padding-left:30px;
	border-color:#F80F0F;
	border-width:2px;
	border-style:solid;
	font-size:9pt;
	color:#555555;
	font-family: Helvetica,Arial;
	font-size:9pt;
	font-weight:bold;
}

.added {
	background-color:#c9d7e5;
	background-image:url(assets/check.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	margin-bottom:10px;
	padding:8px;
	padding-left:45px;
	border-color:#7692AD;
	border-width:2px;
	border-style:solid;
	font-size:9pt;
	color:#555555;
	font-family: Helvetica,Arial;
	font-size:9pt;
	font-weight:bold;
	line-height: 2;
 }
 
#flickr img{
	margin: 5px;
	border: 4px solid #fff;
}
#userbox img{
	float: left;
}
.comment_list{
	background-color: #f8f8f8;
	border: 1px solid #bbb;
	padding: 3px;
	margin-bottom: 10px;
}

a:link,
p a:visited,
li a:link,
li a:visited{
	color: #3e8bbf;
}
p a:hover


#comment-counter a:link,#comment-counter a:visited,#comment-counter a:hover,#comment-counter{
	font-family: Helvetica,Arial;
	font-size: 10pt;
	color: #175b89;
}

#comments{
	font-size: 14pt;
}