body {
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 16px;
	color:  #666;
	padding-top: 25px;
}

a {
	color: #369;
	text-decoration: underline;
}

a:hover {
	color: #480;
}

a:visited {
	color: ;
}

img {
    margin: 0 auto;
}

object {
    margin: 0 auto;
}

.asb_entry h1 {font-weight: normal; color: #666;}

.asb_entry h2 {font-weight: normal; color: #666;}

.asb_entry h3 {font-weight: normal; color: #666;}

.asb_entry h4 {font-weight: normal; color: #666;}

.asb_entry h5 {font-weight: normal; color: #666;}

.asb_entry h6 {font-weight: normal; color: #666;}

pre, tt, code {
	background-color: #f9f9f9;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 13px;
	font-family: Bitstream Vera Sans Mono, monospace;
	overflow: auto;
}

li {
	list-style-type: circle;
}

#about {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	
}

#menu {
	
}

textarea {
	margin: 0 0 5px 0;
	width: 572px;
	height: 250px;
}

input[type="text"] {
	width: 180px;
	border: solid #ccc 1px;
	margin-bottom: 10px;
}

input[type="text"] {
	width: 180px;
	border: solid #ccc 1px;
	margin-bottom: 10px;
}

input[type="text"]:focus {
	border: solid #666 1px;
}

.slim_container {
	width:  790px;
	padding: 0 80px;
	margin: 0 auto;
	display: block;
}

a.main_link_header {
	color: #111;
	text-decoration: none;
}

a.menu_item {
	color: #369;
	background-color: #fff;
	text-decoration: none;
}

a.menu_item:hover {
	color: #408000;
}

a.link_header {
	color:  #000;
	text-decoration: none;
}

a.anchor {
    height: 0px;
    font-size: 0px;
    text-decoration: none;
}

#header {
	padding-bottom: 20px;
}

#content {
	padding-bottom: 20px;
}

#footer {
	margin-top: 40px;
	margin-bottom: 40px;
}

#footer p {
	text-align: center;
}

#postcomment {
	padding-top: 30px;
	border-bottom: 1px solid #ccc;
}

.tag_info {
	border-bottom: 1px solid #ccc;
}

.even {
	background-color: #f9f9f9;
}

ul.errorlist li {
	display: inline;
	color: red;
	font-size: 12px;
}

ul.errorlist {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
}

.paginator {
	font-size: 12px;
	font-family: "Trebuchet MS" Helvetica;
	margin: 10px 0;
	
}

.prev_page {
	color: #fff;
	background-color: #369;
	font-weight: bold;
	float: left;
	padding: 2px;
	text-decoration: none;
}

.next_page {
	color: #fff;
	background-color: #369;
	font-weight: bold;
	float: right;
	padding: 2px;
	text-decoration: none;
}

.prev_page:hover {
	color: #fff;
	background-color: #480;
}

.next_page:hover {
	color: #fff;
	background-color: #480;
}

/* @group A SMALL BLOG */

.asb_entry {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

.asb_entry_text {
}

.asb_entry_footer {
	color: #666;
	font-size: 12px;
}

.asb_entry_footer a {
	color: #666;
	text-decoration: none;
}

.asb_entry_footer a:hover {
	color: #000;
}

.asb_entry_footer_date {
	padding: 0px 0px 0px 15px;
	background: url(/static/icons/clock.gif) no-repeat left center;
}

.asb_entry_footer_tags {
	padding: 0px 0px 0px 15px;
	background: url(/static/icons/tag.gif) no-repeat left center;
}

.asb_entry_footer_comments {
	padding: 0px 0px 0px 15px;
	background: url(/static/icons/comment.gif) no-repeat left center;
}

.asb_comment {
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.asb_comment_header {
	font-size: 12px;
	padding: 0px 0px 0px 15px;
	background: url(/static/icons/person.gif) no-repeat left center;
}


/* @end */
