body {
	padding: 0;
	margin: 0;
	background: #C0c0c0 url(images/arkaplan.jpg);
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: bold;
}


#page {
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto;
}

#page #header {
	background: #c0c0c0 url(images/head12.jpg) repeat-x;
	height: 288px;
	display: block;
	border-left: 0px solid #a3a3a3;
	border-right: 0px solid #a3a3a3;
}

#page #header #top {
	display: block;
	height: 65px;
}

#page #header #top #logo {
	width: 161px;
	height: 46px;
	background-image: url(images/logo.gif);
	display: block;
	margin: 8px 0 0 16px;
	float: left;
}

#page #header #top #title {
	font-family: "Trajan Pro";
	font-weight:bold;
	letter-spacing:0;
	padding:10px;
	font-size:26pt;
	float:left;
}

#page #header #top #slogan {
	display: block;
	margin: 27px 0 0 16px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-family: Trebuchet MS;
}

#page #header #menu {
	display: block;
	height: 25px;
}

#page #header #menu .left {
	float: left;
	width: 6px;
	display: block;
	height: 25px;
}

#page #header #menu .right {
	float: right;
	width: 4px;
	display: block;
	height: 25px;
}

#page #header #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page #header #menu ul li {
	float: left;
}

#page #header #menu ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	padding: 4px 14px;
	display: inline-block;
	border-left: 0px solid #525252;
	border-right: 0px solid #8b8b8b;
}

#page #header #menu ul li a:hover {
	color: #ffffff;
}

#page #pagebottom {
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
}

#page #content {
	border-left: 0px solid #a3a3a3;
	border-right: 0px solid #a3a3a3;
	display: block;
}

#content #leftpanel {
	width: 705px;
	float: left;
	background-color: #ffffff;
	display: block;
	border-right: 1px solid #f4f4f4;
}

#content #sidepanel {
	width: 240px;
	float: right;
	display: block;
	margin-right: 3px;
}

#page #footer {
	display: block;
	background-color: #eeeeee;
	height: 168px;
	padding-bottom: 0px;
	background: #eeeeee url(images/footer.png) no-repeat bottom;
	text-align: center;
}

#page #footer .content {
	padding-top: 100px;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}

.padding10 {
	padding: 10px;
	display: block;
}

.post .title {
	margin: 0;
	padding: 0;
	background: url(images/bullet.jpg) no-repeat left center;
	padding-left: 20px;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 5px;
}

.post .titlehead {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.post .date {
	background: url(images/date.png) no-repeat left center;
	float: right;
	width: 50px;
	height: 38px;
	position: absolute;
	right: 6px;
	top: -8px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	line-height: 17px;
	padding-top: 4x;
}

.post .header {
	display: block;
	border-bottom: 1px #b6b6b6 solid;
	margin-bottom: 5px;
}

.post .terms {
	padding: 5px;
	border: 2px solid #c1eda4;
	margin-top: 15px;
	margin-bottom: 25px;
	line-height: 20px;
}

.post .terms span {
	padding-left: 22px;
	font-weight: bold;
	background-image: url("images/tags.gif");
	background-repeat: no-repeat;
}

h2 .title {
	margin: 0;
	padding: 0;
	background: url(images/bullet.jpg) no-repeat left center;
	padding-left: 20px;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 0px solid #b6b6b6;
	margin-bottom: 5px;
}

.title h2 {
	margin: 0;
	padding: 0;
	background: url(images/bullet.jpg) no-repeat left center;
	padding-left: 20px;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 0px solid #b6b6b6;
	margin-bottom: 5px;
}

.post .title a {
	text-decoration: none;
	color: #49762b;
}

.post .entry {
}

/* Comment Form */
.table {
	width: 100%;
	display: block;
}

.table .tr {
}

.table .tdleft {
	width: 20%;
}

.table .tdright {
	width: 80%;
}

.table .inputtext {
	width: 250px;
}

.table .inputtextarea {
	width: 250px;
	height: 100px;
}

/*Comment*/

.comment {
	display: block;
	margin-top: 18px;
}
.comment .title {
	border: 2px solid #c1eda4;
	padding: 4px;
	position: relative;
	padding-left: 76px;
}
.comment .avatar {
	border: 2px solid #55a023;
	padding: 3px;
	float: left;
	position: absolute;
	top: -18px;
	left: 5px;
	background-color: #ffffff;
}
.comment .avatar img {
	width: 48px;
	height: 48px;
	display: block;
}

.comment .title .right {
	padding: 2px 5px;
	color: #ffffff;
	font-size: 10px;
	float: left;
	position: absolute;
	top: -11px;
	right: 5px;
	background-color: #55a023;
}

.comment .content {
	display: block;
	background-color: #c1eda4;
	margin-left: 76px;
	padding: 20px;
	text-align: left;
}

/* Sidebar */

.widget {
	display: block;
	width: 240px;
}
.widget .title {
	height: 32px;
	padding: 7px 0 0 32px;
	background: url(images/sidebar-title2.jpg) no-repeat;
	font-size: 12px;
	color: #FFFFFF;
}
.widget .title span {
}
.widget .content {
	padding: 0 8px 8px 8px;
	background: url(images/img06.gif) repeat-x;
}
.widget .content span {
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.widget ul li {
	font-size: 12px;
}

.widget ul li a {
	border-bottom: 1px solid #b4b4b4;
	display: block;
}


/**************************
		PAGING
**************************/

.paging {
	padding-top: 25px;
	display: block;
}

.paging a {
	display: inline;
	padding: 3px 6px;
	margin-right: 5px;
	background-color: #70a342;
	border: 1px solid #b6b6b6;
	margin-bottom: 4px;
	float: left;
	color: #ffffff;
}

.paging a:hover {
	background-color: #96d062;
	text-decoration: none;
	color: #ffffff;
}

.paging span {
	border-bottom: 3px solid #d9d9d9;
	display: inline;
	padding: 3px 6px 0px 6px;
	margin-right: 5px;
	margin-bottom: 4px;
	float: left;
}



/* Comment Form */
.table {
	width: 100%;
	display: block;
}

.table .tr {
}

.table .tdleft {
	width: 20%;
}

.table .tdright {
	width: 80%;
}

.table .inputtext {
	width: 250px;
}

.table .inputtextarea {
	width: 250px;
	height: 100px;
}

/**************************
		CALENDAR
**************************/

.calendar {
	margin: 0 auto;
	width: 90%;
}
.calendar .header {
	background-color: #8ebd65;
	border: 1px solid #547c31;
	font-weight: bold;
}
.calendar .day {
	border: 1px solid 547c31;
}
.calendar .nextprev {
	border: 1px solid #547c31;
	text-align: center;
	background-color: #e7e7e7;
}
.calendar .nextprev a {
	width: 100%;
	display: block;
	font-family: century;
	text-decoration: none;
}
.calendar .nextprev a:hover {
	background-color: #f4f4f4;
}
.calendar .today {
	background-color: #505050;
	color: white;
	border: 1px solid #547c31;
}
.calendar .weekend {
	color: #061C34;
	border: 1px solid #547c31;
	background-color: #f4f4f4;
}
.calendar .dayheader {
	border: 1px solid #547c31;
	background-color: #e8e8e8;
}

.smallicon {
	width: 20px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/iconsmall.gif) no-repeat;
}
