/*
 * @todo add some header info here...
 */

html {
	background-color: #e6e6e6;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #000;
}

strong {
	font-weight: bold;
	font-size: 13px;
}
.home .current_page_item_home a,
.current_page_item a {
	color: #ab0000 !important;
	font-weight: bold;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}


#page {
	padding: 25px;
}

.post {
	float:left;
	margin: 5px;
}
	.post .post-content-wrapper {
		padding: 10px;
	}
	.post h2,
	.post h3 {
		font-size: 12px;
		font-weight: bold;
		color: #000;
	}
		.post h2 span.case {
			color: #ab0000;
		}
	.post h3 {
		color: #666;
		font-size: 11px;
	}
	
	.post .entry {
		/*padding-bottom: 10px;*/
	}
	.post .entry h2 a {
		color: #000;
	}
	.post .entry p.marginFix {
		padding:0px;
	}
	
	.single .post .entry h2,
	.page .post .entry h2 {
		font-weight:bold;
		font-size: 11px;
	}
	

	.page .post .entry h2,
	.page .post .entry ul {
		display:block;
		margin-bottom: 3px;
	}
	.single .post .entry p,
	.page .post .entry p,
	.page .post .entry ul {
		margin-bottom: 10px;
	}




	/* Sizes */
	.post,
	.post.narrow {
		width: 220px;
	}
	.post.wide {
		width: 450px;
	}
	
	/* Colors */
	.post.white {
		background-color: #fff;
		color: #666;
	}
	.post.gray {
		background-color: #b4b4b4;
		color: #000;
	}
	.post.black {
		background-color: #000;
		color: #fff;
	}
	
	.post ul {
		margin-top: 5px;
		margin-bottom: 2px;
	}
		.post ul li {
			list-style:disc outside;
			margin-left: 15px;
			margin-bottom: 3px;
		}
	
	
	/* Stickys */
	.post.sticky {
		margin-bottom: 5px;
	}
	.post.sticky .profile {
		margin:0px;
		height: 130px;
	}
		.post.sticky .profile ul li {
			margin-left:0px;
			color: #ccc;
			list-style:none;
			margin-bottom:0px;
		}
	.post.sticky .contact {
		padding-top: 10px;
		margin:0px;
		margin-right: 10px;
		height: 120px;
	}
	
	
	/* Menu related */
	.post.menu {
		margin:0px;
		margin-bottom: 10px;
		width: 200px;
		padding: 10px;
		height: 50px;
	}
		.post.menu.left {
			margin-right: 10px;
		}
		.post.menu ul {}
			.post.menu ul li,
			.post.menu.left ul li,
			.post.menu.right ul li {
				list-style:none;
				margin-left: 0px;
				margin-bottom: 0px;
				float:left;
				width: 100px;
			}
		.post.menu a {
			color: #fff;
			text-decoration:none;
		}
			.post.menu a:hover {
				text-decoration:underline;
			}


.more-link {
	color: #ab0000;
	text-decoration:none;
}
