/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#page {
	width: 960px;
}

#content-column {
	width: 528px;
}

#sidebar-header {
	margin-right: 20px;
}

/* CALENDAR */
#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
}

#wp-calendar th {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#wp-calendar caption {
	color: #FFCC33;
	font-size: 18px;
	letter-spacing: -1px;
}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #440000;
}

#wp-calendar a {
	color: #ffcc66;
	display: block;
	text-decoration: none;
	background: #880000;
}

#wp-calendar a:hover {
	color: #ffcc66;
	background: #660000;
}

.copyright-info a {
	color: #000000;
}

.widget_twitter div {
	padding: 0;
}

.widget_twitter ul li {
	margin-bottom: 5px;
}

.widget_twitter .follow-button,
.widget_twitter .xavisys-link {
	margin: 0 10px 10px 25px;
}

.widget_twitter .entry-meta {
	display: block;
	font-size: 80%;
}

.widget_twitter .intent-meta a {
	background: url(images/everything-spritev2.png);
/** from Twitter ressources */
	display: inline-block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

.widget_twitter .intent-meta a.in-reply-to {
	background-position: 0 center;
}

.widget_twitter .intent-meta a:hover.in-reply-to {
	background-position: -16px center;
}

.widget_twitter .intent-meta a.favorite {
	background-position: -32px center;
}

.widget_twitter .intent-meta a:hover.favorite {
	background-position: -48px center;
}

.widget_twitter .intent-meta a.retweet {
	background-position: -80px center;
}

.widget_twitter .intent-meta a:hover.retweet {
	background-position: -96px center;
}