

img {
	border: none;
}
body {
	margin: 0;
	padding: 0;
	background: #000000 url(/pusena/images/img01.jpg) repeat-x 0 -50px;
	font-size: 13px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #F8FBEC;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #9BDB18;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}

#wrapper {
}
/* Header */

#header {
	width: 760px;
	height: 238px;
	margin: 0 auto;
	background: url(/pusena/images/img02.jpg) no-repeat 0 -50px;
}

#header h1, #header p, #header h1 a {
	margin: 0;
	color: #9CBC1E;
	text-decoration: none;
}

#header h1 {
	padding: 50px 0 0 70px;
font-size: 270%;
}

#header p {
	padding-left: 73px;
	margin-top: -10px;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 470px;
	margin: 0;
}

.post {
	padding: 0 0 40px 0;
}
.entry {
	padding: 5px 5px 5px 10px;
	background: #111;
}

.post_body .body {
	padding:5px;
}
li.a div.body {
	background-color:#111111;
}
li.b div.body {
	background-color:#222222;
}
.post_body li {
	border-bottom:1px solid #B7D24D;
	margin-bottom:30px;
}


.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #B7D24D;
}
.title a {
	color: #fff;
	text-decoration: none;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	height: 48px;
	background: url(/pusena/images/img06.gif) no-repeat left top;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #003300;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 0 0 0 40px;
	height: 40px;
	background: url(/pusena/images/img04.gif) no-repeat left 60%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 50px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	background: url(/pusena/images/img05.gif) no-repeat left top;
	text-align: center;
	font-size: small;
	color: #52640A;
}

#footer a {
	color: #003300;
}

.fullcalendar {
	margin: 0 auto;
}

.fullcalendar h3 {
	font-size: 200%;
	margin: 0;	
}
              	
.calendar {
	font-size: 82%;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
}

.calendar .calendartitle {
	font-weight: bold;
	text-align: left;	
	border: 0;
	background-color: transparent;
}

.calendar .weekend {
	background-color: #9BBD1E;
	border: 1px solid #DDDDDD;
	color: #000000;
	text-align: right;
	padding: 1px;
}

.calendar  .weekday{
	text-align: right;
	border: #ccc solid 1px;
	background-color: #394B31;
	padding: 0 2px;
	color: #aaa;
}

.calendar .wdtitle, .invert {
	background-color:#5E7600;
	border:1px solid #444444;
	font-weight: bold;
	border: 0;
	text-align: center;
	color: #000;	
}
.calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.calendar a:hover {
	background-color: #EE8005;
}
#tag_cloud {
	margin: 0 auto 15px auto;	
	text-align: center;
	font-size:80%;
}
#tag_cloud a {
  text-decoration: none;
  white-space: nowrap;
}
#tag_cloud a.tagsize4 {
font-size: 240%;
}
#tag_cloud a.tagsize3 {
font-size: 200%;
}
#tag_cloud a.tagsize2 {
font-size: 180%;
}
#tag_cloud a.tagsize1 {
font-size: 140%;
}
#tag_cloud a.tagsize0 {
font-size: 100%;
}
#tag_cloud a:hover {
  text-decoration: underline;
  color: #EE8005;
}
.cloudsize0 {line-height: 101%;}
.cloudsize1 {line-height: 141%;}
.cloudsize2 {line-height: 181%;}
.cloudsize3 {line-height: 201%;}
.cloudsize4 {line-height: 241%;}
.c {text-align: center;}
.strong {font-weight: bold;}

#commentform_block {
	margin:50px 0 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

#commentform_block .formbutton {
	background-color:#5E7600;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	margin:3px 0 0 105px;
	width:355px;
}
#commentform_block label {
	margin-top: 5px;
	display: block;
	text-align: left;
	font-size: 84%;
}
#commentform_block label span {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
#commentform_block label input, #commentform_block label textarea {
	width: 355px;
}

.comment_block {
	margin-bottom: 20px;
	padding: 5px 20px 5px 20px;
}
.comment_block p a {
}
.quoted, .commquote {
	background-color: #96BF17;
	margin: 0 0 0 20px;
	padding: 5px;
}
.comment_block p {
	border-bottom: 2px solid #fff;
	background-color: #EE8005;
	padding-left: 5px;
}
.comment_block a {
	color: #fff;
}
.formfield {
	background-color:#222222;
	border:1px solid #333333;
	color:#CCCCCC;
	font-size:100%;
}
.invalidInput {
	border: 1px solid red;
}


