/* main */

body {
	font-family: Arial;
	margin-left: 20px;
	background: white;
}

.mainFrame {
}

img {
	border: 0px;
}

/* -------------------------------------------- left */

.contentLeft {
	font-family: Arial;
	font-size: 14px;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 20px;
	display: block;
	margin-left: 5px;
}

/* ------------------- menu */

.email {
	cursor: pointer;
}

.navText {
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 7px;
	margin-left: 5px;
}

.navMenuItem A {
	text-decoration: none;
	color: black;
}

.navMenuItem A:Hover {
	color: green;
}

.menuDate {
	color: grey;
	font-size: 10px;
}

.menuText {
	font-size: 12px;
	text-transform: capitalize;
}

.menu {
	margin-top: 55px;
	margin-bottom: 50px;
	min-height: 150px;
	background-image: url("../bin/menuborder.jpg");
	background-repeat: repeat-y;
	padding-left: 15px;
}

.navIconMonth {
	color: grey;
}

.navIconMonth:Hover {
	color: green;
}

.navIconYear {
	color: grey;
}

.navIconYear:Hover {
	color: green;
}

.menuText A {
	text-decoration: none;
	color: black;
	text-transform: capitalize;
}

.menuText A:Hover {
	text-decoration: none;
	color: green;
}

.menuMonth {
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}

.menuMonth:Hover {
	color: green;
}

.menuYear {
	font-size: 16px;
	font-weight: bold;
	border: 1px white;
	cursor: pointer;
}

.menuYear:Hover {
	color: green;
}

.menuPostLink {
	margin-bottom: 5px;
}

.menuMonthBox {
	width: 190px;
	padding: 2px;
}

.postCountYear {
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.postCountMonth {
	font-size: 10px;
	font-weight: normal;
	color: black;
}

/* ---------------- search function */

#searchButton {
	height: 22px;
	top: 1px;
	position: relative;
	padding-bottom: 3px;
	margin-top: 5px;
	clear: both;
}

#searchButton:Hover {
	color: green;
}

.searchBar {
	margin-bottom: 35px;
	clear: both;
	margin-top: 120px;
	width: 120px;
}

#searchInput {
	clear: both;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	width: 120px;
	padding-top: 2px;
	font-family: Arial;
	font-size: 12px;
}

/* ------------------------------------------ center */

.contentMain {
	width: 570px;
	position: absolute;
	top: 10px;
	left: 180px;
	margin-left: 25px;
	padding-left: 5px;
	margin-right: 25px;
}

.mainItems {
	width: 500px;
	margin-left: 5px;
}

.logo {
	background: black;
	font-family: arial;
	color: white;
	font-weight: bold;
	width: 500px;
	margin-bottom: 5px;
}

/* ---------------- blogpost */

.blogTitle {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.tagTitle {
	font-family: Arial;
	font-size: 10px;
	margin-bottom: 10px;
}

.tag {
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 10px;
}

.tag A {
	color: grey;
	text-decoration: none;
}

.tag A:Hover {
	color: green;
}

.blogDate {
	font-family: Arial;
	font-size: 10px;
	margin-left: 10px;
	float: left;
}

.blogLastUpdate {
	font-family: Arial;
	font-size: 10px;
	margin-left: 10px;
	float: right;
}

.blogPost {
	font-family: Arial;
	font-size: 12px;
	overflow-x: auto;
	padding: 5px;
	clear: both;
	width: 570px;
	margin-bottom: 15px;
	margin-top: 35px;
}

.blogHeader {
	margin-bottom: 25px;
}

.showBlog {
	margin-top: 10px;
	margin-bottom: 25px;
}

.showBlog A {
	font-family: Arial;
	font-size: 12px;
	color: grey;
	text-decoration: none;
}

.showBlog A:Hover{
	color: green;
}

/* --------------- about */

.aboutHeader {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.aboutContent {
	font-family: Arial;
	font-size: 13px;
	overflow-x: auto;
	padding: 5px;
	clear: both;
	margin-bottom: 15px;
	margin-top: 35px;
	min-height: 100px;
}

/* --------------- searchresult */

.searchResult {
	font-family: Arial;
	font-size: 14px;
	margin-left: 10px;
}

.searchDate {
	color: grey;
	font-size: 10px;
}

.searchTitle {
	font-size: 14px;
	font-weight: bold;
}

.searchContent {
	margin-bottom: 20px;
	font-size: 12px;
	margin-left: 10px;
}

.searchUberHeader {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

.tagsUberHeader {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

.tags {
	margin-bottom: 15px;
	border-bottom: 1px dotted black;
	padding-bottom: 15px;
}

.searchHeader {
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 10px;
}

/* ---------------------------------------- right */

.contentRight {
	margin-left: 25px;
	margin-top: 120px;
	position: absolute;
	top: 0px;
	left: 730px;
	font-family: Arial;
	font-size: 12px;
}

/* --------------------- TAGCLOUD */

.tagCloud {
	margin-bottom: 35px;
	width: 200px;
}

.tagCloudTitle {
	font-family:Arial;
	font-size:14px;
	margin-bottom:7px;
	margin-left:5px;
}

.tagCloudItem {
	color: grey;
}

.tagCloudItem A {
	color: grey;
	text-decoration: none;
}

.tagCloudItem A:Hover {
	color: green;
}
