@charset "UTF-8";
/* CSS Document */
/*#############################################
#
#	PROJECT				: Skyberate Internet Service
#	DATUM				: 04 januari 2010
#	DOOR				: E-Finity Internet
#	AUTEUR				: Raymond Veldhuizen
#
*############################################*/


/*#############################################
#   Weblog                                    #
*############################################*/
#content a {
	text-decoration:none;
	color: #286dab;
}

#right a {
	text-decoration:none;
	color: #286dab;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #286dab;
	text-indent: 30px;
	margin: 10px 0 0 0;
}

#content {
	float:left;
	width: 620px;
}

.content {
	margin-left: 30px;
}

.tags {
	display:block;
	text-indent: 30px;
	font-size: 10px;
	color:#cecece;
}

.ruler {
	width:100%;
	height:2px;
	background: #286dab;
}

.reaction {
	display:block;
	text-indent: 25px;
	margin: 5px;
}

.date {
	margin-left: -10px;
	margin-top: 0px;
	float:left;
}

.day {
	font-size:20px;
	font-weight:bold;
	display:block;
	width: 25px;
	text-align:center;
}

.month {
	width: 25px;
	display:block;
	text-align:center;
	font-size:11px;
}


#pagination {
	text-align:center;
	margin: 10px 0;
	width:1000px;
}

#pagination a, #pagination strong {
	background: #e3e3e3;
 	padding: 4px 7px;
 	text-decoration: none;
	border: 1px solid #cac9c9;
	color: #292929;
	font-size: 13px;
}

#pagination strong, #pagination a:hover {
 	font-weight: normal;
 	background: #cac9c9;
}

.side {
	float:right;
	list-style:none;
	margin-top:10px;
	padding:0px;
	background:url("../images/side_top.png") #f7fbfe top no-repeat;
	width:302px;
}

.side li {
	border: solid #cecece;
	border-width:0px 1px;
	padding: 3px 8px;
}

.side li ul {
	list-style:none;
	margin:0px;
	padding:0px;
	border:none;
}

.side li ul li {
	border:none;
	padding:0px;
}

.side li ul li a {
	border-bottom: solid 1px #cecece;
	width: 100%;
	display:block;
	margin: 0px -9px;
	text-decoration:none;
	color: #383838;
	padding: 5px 0px 5px 18px;
}

.side li ul li a:hover {
	background: #d3eaff;
}

.side .top {
	height: 27px;
	border:none;
}

.side .bottom {
	height:1px;
	background:url("../images/side_footer.png") bottom no-repeat;
	border:none;
}

.side h2 {
	text-indent: 0px;
	margin-bottom:10px;
	margin-top:-28px;
}

.side img {
	border:none;
	display:block;
}

/*#############################################
#   Reactions                                 #
*############################################*/
.addthis_toolbox {
	float:right;
}

#reaction {
	clear:both;
	background: #f7f9fb;
	padding: 15px;
}

label.reaction {
	font-weight:bold;
	display:block;
	width:125px;
	margin: 12px 0;
}

input.reaction {
	font-family:Tahoma;
	float:right;
	width:205px;
	border:solid 1px #cecece;
	background: #efefef;
	padding:5px;
	margin-top:-28px;
	margin-right:120px;
	font-size:12px;
    text-indent:0px;
}
				
textarea.reaction {
	text-indent:0px;
	font-family:Tahoma;
	font-size:12px;
	width:250px;
	padding: 5px;
	margin-left:188px;
	margin-top:-30px;
	margin-bottom:10px;
	border:solid 1px #cecece;
	background: #efefef;
}

input[type="submit"] {
	text-indent:0px;
	padding: 5px;
	width:100px;
	float:right;
	margin-right:120px;
	border:solid 1px #cecece;
	background: #efefef;
}

.personal_reaction {
	display:block;
	padding: 10px;
	margin: 10px;
}

.time_reaction {
	float:right;
	font-size: 10px;
	margin-top: -35px;
	font-color: #ccc;
}

.personal_reaction.odd {
	border-top: solid 1px #286dab;
	border-bottom: solid 1px #286dab;
	background: #f7f9fb;
}
