/*
Theme Name: Canvas for Web100
Description: Web100 child theme for the Canvas theme 
Author: Allan
Template: canvas
*/

@import url("../canvas/style.css");

.title-ranking
{
	float: left;
	width: 50px;
	height: 40px;
	margin: 5px 20px 0px 0px;
	padding: 10px 0px 0px;
	color: #ffffff;
	background: #41A5C4;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}

body.category h1.title
{
	margin-bottom: 10px;
}

body.category h1.title a:link, body.category h1.title a:visited
{
	color: #41A5C4;
}

body.category h1.title a:hover, body.category h1.title a:focus, body.category h1.title a:active
{
	color: #f55f00;
	text-decoration: none;
}

body.category h1.title a:hover .title-ranking, body.category h1.title a:focus .title-ranking, body.category h1.title a:active .title-ranking
{
	background: #f55f00;
}

body .post-meta
{
	text-transform: none !important;
}

body .post-meta .upper
{
	text-transform: uppercase !important;
}

body.category .post-meta
{
	overflow: hidden;
}

body.category .archive_header p
{
	clear: both;
	display: block;
	padding-top: 8px;
}
