﻿table.cats{
	width: 700px;
	margin-left: 240px;
}
div.componentheading{
	margin-left: 240px;
}
table.cats td{
	color: black;
	font-size: 18px;
}
div.cats{
	position: relative;
	width: 579px;
	background-color: #f3f3f3;
}
div.bottomcats{
	position: relative;
	width: 579px;
	height: 10px;
	background-image: url("../images/bottomcat.jpg");
}
div.topcats{
	position: relative;
	width: 579px;
	height: 10px;
	background-image: url("../images/topcat.jpg");
}
div.cattext{
	position: relative;
	width: 560px;
	margin: auto;
	text-align: left;
	white-space: normal;
}
div.cattext a{
	color: #605d5c;
	font-size: 16px;
	text-decoration: underline;
}
div.cattext a:hover{
	color: #6eb001;
}
div.cattext a#currentcat{
	color: #6eb001;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
div.cattext a#currentcat:hover{
	color: #6eb001;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
table.items{
	width: 930px;
}
td.item{
	width: 660px;
}
td.tags{
	width: 270px;
	color: black;
	font-family: Calibri;
	font-size: 18px;
}
div.blogitem{
	position: relative;
	width: 640px;
}
div.pathblog{
	position: relative;
	width: 100%;
	color: black;
	font-size: 24px;
}
div.pathblog span{
	text-decoration: underline; 
}
div.pathblog a{
	color: black;
	font-size: 24px;
	text-decoration: underline;
}
div.pathblog a:hover{
	color: black;
	font-size: 24px;
	text-decoration: none;
}
div.tags{
	position: relative;
	width: 100%;
	white-space: normal;
}
div.tags a{
	color: #6eb001;
	font-size: 14px;
	text-decoration: underline;
}
div.tags a:hover{
	text-decoration: none;
}
div.textblog{
	position: relative;
	width: 620px;
	margin-left: 15px;
	border-bottom: 1px solid #d7d7d7;
	color: #605d5c;
	font-size: 16px;
	margin-bottom: 20px;
}
div.textblog ul{
	margin-left: 30px;
}
div.textblog ol{
	margin-left: 30px;
}
div.textblog p{
	padding-bottom: 15px;
}
div.textblog a{
	color: #6eb001;
	font-size: 16px;
	text-decoration: underline;
}
div.textblog a:hover{
	text-decoration: none;
}
div.tagblock{
	position: relative;
	width: 265px;
	background-color: #98c749;
}
div.toptag{
	position: relative;
	width: 265px;
	height: 12px;
	background-image: url("../images/tagtop.jpg");
	background-repeat: no-repeat;
}
div.bottomtag{
	position: relative;
	width: 265px;
	height: 12px;
	background-image: url("../images/tagbottom.jpg");
	background-repeat: no-repeat;
}
div.tagtext{
	width: 245px;
	margin: auto;
	text-align: center;
}
div.tagtext a{
	color: white;
	text-decoration: underline;
}
div.tagtext a:hover{
	color: white;
	text-decoration: none;
}
.size1{
	font-size: 13px;
}
.size2{
	font-size: 18px;
}
.size3{
	font-size: 22px;
}
.size4{
	font-size: 24px;
}
.size5{
	font-size: 28px;
}
div.author{
	position: relative;
	margin-top: 30px;
	font-size: 12px;
}
div.created{
	font-size: 12px;
}
