@charset "UTF-8";
/* CSS Document */

body {
	font: normal 13px Helvetica, Arial, sans-serif;
	color: #705838;
	text-align: left;
	line-height: 24px;

}

h1, h1 a {
	font: italic 36px Georgia, Times, serif;
	color: #8fb710;
	padding: 30px 0 20px 0;
	text-align: left;
	text-decoration: none;
}

h2, h2 a {
	font: italic 24px Georgia, Times, serif;
	color: #8fb710;
	padding: 5px 0 10px 0;
	text-align: left;
	text-decoration: none;
}

h3, h3 a {
	font: normal 18px Georgia, Times, serif;
	color: #8fb710;
	padding: 15px 0 7px 0;
	text-align: left;
	text-decoration: none;
}

.meta {
	font: normal 12px Georgia, Times, serif;
	color: #705838;
	padding-bottom: 0px;
}

.commentsmeta{
	font-size: 11px;
	line-height: 16px;
	color: #777777;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	}

#footer_left h3{
	color: #CCCCCC;
	padding: 25px 0 7px 65px;
	text-align: left;
}

#footer_right h3{
	color: #CCCCCC;
	padding: 25px 0 7px 50px;
	text-align: left;
}

p, .commentlist cite, .commentlist cite a{
	color: #705838;
	padding-bottom: 15px;
	text-align: left;
	font-style:normal;
	text-decoration: none;
}

p a, li a  {
  color: #3d504c;
  text-decoration: underline;
  font-style:normal;
  font-weight:normal;
}

li {
list-style-position:inside;
list-style-type: square;
}

#footer_left a {
  color: #8fb710;
  text-decoration: none;
  padding-left: 65px;
}

#footer_right a {
  color: #8fb710;
  text-decoration: none;
  padding-left: 50px;
}

/* ----------------- BEGINN GALLERY ------------------- */

.gal_rew {
	background-image:url(../images/arrow_prev_a.gif);
	background-repeat: no-repeat;
	
}
.gal_forw {
	background-image:url(../images/arrow_next_a.gif);
	background-repeat: no-repeat;
}

.gal_rew:hover {
	background-image:url(../images/arrow_prev.gif);
	background-repeat: no-repeat;
	
}
.gal_forw:hover {
	background-image:url(../images/arrow_next.gif);
	background-repeat: no-repeat;
}

#sidebar p {
	line-height: 20px;
	font-size: 12px;
}

/* ----------------- END GALLERY ------------------- */



/* ----------------- BEGINN COMMENTS ------------------- */
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

div.comment-number {
	font: normal 18px Georgia, Times, serif;
	float: right;
	text-align: right;
	color: #3d504c;
}
/* ----------------- END COMMENTS ------------------- */


#wp-calendar caption {
	font: normal 12px Georgia, Times, serif;
	text-align: center;
	}