/*
Theme Name: Rankitup
Theme URI: http://cosly.com/
Description: Theme voor Rank it up
Version: 1.0
Author: John Stevens
Author URI: http://cosly.com/
Tags: geen
*/

@import url("reset.css");
@import url("text.css");
@import url("960.css");

body {
	background: #fff url(images/achtergrond.png) repeat-x 0 0;
}

h2 a {
color: #65686C;
text-decoration: none;

}

#content h2 a:hover {
	border-bottom: 1px dotted black;
	color:black;
}

#container {
	margin-top: 50px;
}

#content h2, {
margin-bottom: 0.8em;
}
span.datum, span.auteur {
margin-right: 30px;

}

#content h2, p.auteur{
text-align: center;
}

p.small {
	background: #e1e1e1;
	font-size: 0.7em;
	padding: 3px;
	border: 1px solid #CCC;
}

span.datum {
padding-left: 20px;
background: transparent url(images/icons-sprite.png) no-repeat 0 -15px;
}

span.reacties {
padding-left: 20px;
background: transparent url(images/icons-sprite.png) no-repeat 0 -30px;
}

span.reacties a {
text-decoration: none;
}

span.auteur {
padding-left: 20px;
background: transparent url(images/icons-sprite.png) no-repeat 0 0px;
}

p.auteur {
	font-style: italic;
}

.scheiding {
margin-bottom: 30px;
}


#sidebar {
background: url(images/rechtsachtergrond.png) repeat-y 0 24px;
}

#sidebar ul {
list-style: none;
}

#sidebar li {
margin: 0;
padding: 0;
}

#sidebar ul.padding-rechts {
padding: 10px 60px 10px 40px;

}

#sidebar li#twitter-3 h2.widgettitle {
height: 50px;
padding-left: 93px;
background: url(images/tweet.png) no-repeat 0 0;
padding-top: 10px;
margin-bottom: 0;
margin-top: 1.5em;
}

#sidebar li#twitter-3 h2.widgettitle a{
color:#04ACEA;
}

#sidebar ul.tweets li {
padding-bottom: 20px;
}



span.error {
font-size: 1.1em;
color:red;
}
#rechtstop {
height: 44px;
background: transparent url(images/top-rechts.png) no-repeat 0 0;
}


#footer {
	background: #fff url(images/footer.png) repeat-x 0 0;
	min-height: 100px;
}

#footer ul {
	padding-top: 80px;
}

#footer .bottom-rechts {
height: 100px;
background: url(images/bottom-rechts.png) no-repeat 571px 0;
}

body.single #footer .bottom-rechts {
background: none;
}