

html, body, #nav, #nav li, .bottom_line {
	margin: 0;
	padding: 0;
}
html {
	background: url(/sunny/images/bg.jpg) repeat-y 50% 0 #ccc;
	min-height: 100%;
}
body {
	font-family: "Lucida Sans Unicode";
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
h1 {
	display: none;
}
h2 {
	margin-bottom: 0;
	margin-left: -20px;
	font-size: 150%;
	font-family: Geneva;
	font-style: italic;
	letter-spacing: 0.05em;
}
.bottom_line {
	margin-bottom: 10px;
	margin-left: -20px;
	font-size: 80%;
}
.quoted {
	background-color: #fafafa;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 10px;
	font-size: 90%;
	color: #0C5F0C;
}
#warper {
	width: 850px;
	margin: 0 auto;
	padding-top: 300px;
	background: url(/sunny/images/top.jpg) no-repeat 50% 0;
	position: relative;
	padding-bottom: 20px;
}
#content {
	width: 780px;
	margin: 0 auto;
}
#nav {
	background-color: #ccc;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 260px;
	left: 0;
	height: 24px;
	background: url(/sunny/images/nav.png) repeat-x 0 0;
}
#nav li {
	display: block;
	float: left;
	text-align: center;
	width: 33%;	
	padding-top: 2px;
	text-indent: -10000px;
}
#nav li:hover {
	text-indent: inherit;
}
#nav li a {
	display: block;
	color: #000;
	text-decoration: none;
}
#nav li a:hover {
	color: #0C5F0C;
}
.news_block {
	padding-bottom: 75px;
	margin-bottom: 25px;
	padding-left: 20px;
/*	border-bottom: 2px dotted #7a1615;*/
	background: url(/sunny/images/heart.png) no-repeat 50% 100%;
}
.c {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.comment_block {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #7a1615;
}
.cb_name {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}
.cb_text {
	margin: 0 0 0 20px;
}
.cb_date {
	text-align: right;
	margin: 0;
	font-size: 70%;
}
.cb_reply {
	margin: 10px 0 0 0;
}
.cb_reply blockquote {
	margin-top: 0;
	color: #0C5F0C;
}
img {
	border: 0;
	max-width: 760px;
}
#commentform_block {
	text-align: center;
	font-weight: bold;
}
#commentform_block label {
	display: block;
	text-align: left;
	width: 100%;
	overflow: hidden;
	font-weight: normal;
	margin-top: 10px;
}
#commentform_block span {
	width: 125px;
	display: block;
	float: left;
}
#commentform_block input {
	width: 650px;
}
.formfield, .formbutton {
	border: 1px solid #ccc;
	background-color: #fafafa;
		color: #0C5F0C;
}
.formbutton {
	margin: 5px 0 0 120px;
	cursor: pointer;
	background-color: #ccc;
} 
.commfield {
	width: 645px;
}
a {
	color: #10699a;
}
a:hover {
	color: #00aaff;
}
.calendar {
	font-size: 60%;
	margin-right: auto;
	margin-left: auto;
}

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

.calendar .weekend {
	text-align: right;
	padding: 1px;
	color: #fafafa;
	border: #fff solid 1px;
	background-color: #00aaff;
}
.calendar .weekend a {
	color: #fff;
}
.calendar  .weekday{
	text-align: right;
	border: #aaa solid 1px;
	background-color: #F9F9F9;
	padding: 1px;
}

.calendar .wdtitle, .invert {
	background-color: #0C5F0C;
	color: #fff;             	
	font-weight: bold;
	border: 0;
	text-align: center;	
}
.calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	
}
.calendar a:hover {
	background-color: #0C5F0C;
	color: #fff;
}

#tag_cloud {
	margin: 20px auto 0 auto;	
	text-align: center;
}
#tag_cloud a {
  text-decoration: none;
  white-space: nowrap;
  background-color: #10699a;
  padding: 0 2px 1px 0;
}
#tag_cloud a.tagsize4 {
color: #fff;
font-size: 240%;
}
#tag_cloud a.tagsize3 {
color: #fff;
font-size: 200%;
}
#tag_cloud a.tagsize2 {
color: #fff;
font-size: 180%;
}
#tag_cloud a.tagsize1 {
color: #fff;
font-size: 140%;
}
#tag_cloud a.tagsize0 {
color: #fff;
font-size: 100%;
}
#tag_cloud a:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #00aaff;
}
.cloudsize0 {line-height: 101%;}
.cloudsize1 {line-height: 141%;}
.cloudsize2 {line-height: 181%;}
.cloudsize3 {line-height: 201%;}
.cloudsize4 {line-height: 241%;}

#sape {
	margin-top: 10px;
	color: #ccc;
	font-size: 50%;
}
#sape a {
	color: #ccc;
}
.invalidInput {
	border: 1px solid red;
}
.fr { float: right;}
.fl { float: left;}
