body {
	background: url(/hyponica/img/bg.png) repeat-x;
}

a {text-decoration: underline;}
a:link    {color: #46b32b;}
a:visited {color: #46b32b;}
a:hover   {color: #ffa500;}
a:active  {color: #ff7400;}


#header {
	height: 90px;
	background: none;
}


#leftMenu {
	background: url(/hyponica/img/bg_subcol.png);
}

h2.entry-header,
h2#archive-title {
	margin-bottom: 20px;
	padding: 10px 0 20px 30px;
	border-top: 1px solid #46b32b;
	border-bottom: 1px solid #46b32b;
	color: #46b32b;
	background: url(/hyponica/img/bg_title.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
}

h2.entry-header a {
	text-decoration: none;
}

h3.entry-header,
.search-results-header {
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 2px solid #ddd;
	font-size: 14px;
	
}


h3.entry-header a:link,
h3.entry-header a:visited {
	color: #222;
	text-decoration: none;
}

h3.entry-header a:hover {
	color: #222;
	text-decoration: underline;
}


#leftBlog {
	float: left;
	width: 200px;
	background: url(/hyponica/img/bg_subcol.png);
}

#leftInner {
	margin: 10px;
	padding: 10px;
	background: #fff;
}


h2.module-header {
	margin: 20px 0 5px;
	background: url(/_common/img/line_menu.png) bottom no-repeat;
}

h2.first {
	margin-top: 0;
}

.module-list-item {
	padding-left: 12px;
	background: url(/_common/img/point.png) 0 0.5em no-repeat;
}

#search {
	width: 100px;
}

.entry-more-link {
	text-align: right;
}

.entry-footer {
	margin-top: 2em;
	padding: 0.5em 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}

.entry {
	margin-bottom: 3em;
}

.content-nav {
	text-align: center;
}

#searchResult {
	margin: 20px 0;
}
/*EOF*/