

p {
	padding: 0 0 12px 0;
}

h1 a {
	color: #59B9E8;
	letter-spacing: -1px;
	margin: 0;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 200%;
	font-weight: 100;
}

h1 a:hover {
	color: #09f;
}

/* tabbing menu==================================================*/
.simpletab-toolbar-container {
	float: left;
	width: 100%;
}

ul.simpletab-toolbar {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #fbfcf7;
	float: left;
	clear: left;
	width:auto;
}

ul.simpletab-toolbar li {
	float: left;
}

ul.simpletab-toolbar li a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 4px 15px 0 0;
	margin-right: 8px;
	font: 700 12px "Arial", Helvetica, sans-serif;
}

ul.simpletab-toolbar li a em {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 24px;
}

ul.simpletab-toolbar li a:hover {

 	color: #0d5f83;
	background: url(../gfx/org.png) no-repeat top right;
}

ul.simpletab-toolbar li a:hover em {
	background: url(../gfx/org.png) no-repeat top left;
}

ul.simpletab-toolbar li a.current {
	background: url(../gfx/org.png) no-repeat top right;
 	color: #0d5f83;
}

ul.simpletab-toolbar li a.current em {
	background: url(../gfx/org.png) no-repeat top left;
}

/* content==================================================*/

#tab {
	clear: left;
	width: 100%;
}

.simpletab-container {
	margin-top: 10px;
	float: left;
}

.simpletab-container .simpletab-active {
	display: block;
}

.simpletab-container .simpletab-hidden {
	display: none;
}

.content {
	border: 1px solid #59b9e8;
	background-color: #e0eef4;
	margin-bottom: 15px;
}

.post {
	padding: 0 10px;
}

h3 {
	background: url(images/header.png) repeat-x top left;
	height: 30px;
	font: 900 20px "Times New Roman", Times, serif;
	color: #fff;
	margin: 0;
	padding: 2px 0 0 10px;
}

img.alignlright, a img.alignright {
	float: right;
	margin: 0 0 5px 5px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #59b9e8;
}


