/* $Id: common.css 293 2009-10-29 01:23:48Z jfabregat $ */


/**
 * Navigation et notice (messages en haut et en bas de page)
 */
#content .navigation, #content .notice {
	background: #EEE;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 10px;
}
#content .navigation, #content .navigation *, #content .notice, #content .notice * {
	color: gray;
}
#content .navigation a, #content .notice a {
	text-decoration: none;
}
#content .navigation a:hover, #content .notice a:hover {
	color: #000;
}

/**
 * Navigation
 */
#content .navigation .alignleft {
	float: left;
}
#content .navigation .alignright {
	float: right;
}

/**
 * Notice
 */
#content .notice {
	background: #FFFFD7;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
}
#content .notice a {
	color: #abbf21;
}


/**
 * Post
 */
#content .postmetadata { /* Footer */
	font-size: 10px;
	text-align: right;
	border-top: 1px solid #CCC;
	padding: 2px 10px 0 0;
	text-transform: uppercase;
	line-height: 15px;
}
#content .postmetadata, #content .postmetadata * {
	color: gray;
	text-decoration: none;
}
#content .postmetadata a:hover {
	text-decoration: underline;
}
#content .post .entry {
	padding-right: 10px;
}
#content .post a.image-link {
	border: none;
	text-decoration: none;
}

