/*   
Theme Name: eporise
Theme URI: http://www.hb-nippon.com
Description: WordPress Theme.
Author: hb-nippon.com
Author URI: http://www.hb-nippon.com
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/*       ###############################
         BASIC TAGS
         ############################### */

* {
	margin: 0;
	padding: 0;
}

/*body {background: #7d7d6d; font: 10px Verdana; color: #333; margin: 20px 0 0 0;}*/
body {
	margin:0;
	background: url(img/bg-body.gif) repeat;
	font: 10px sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 0 0;
}

p {
	margin: 0px 0px 20px 0px;
}

a {
	outline: none;
	text-decoration: none;
	color: #215c97;
}

a img {
	border: none;
}

/*       ###############################
         BASIC LAYOUT
         ############################### */

div#wrapper {
	background: url(img/bg-outer.gif) repeat-x;
}

div#container {
	width: 860px;
	margin: 0 auto;
	background: #ffffff;
}

div#header {
	width: 860px;
	height: 183px;
	background: url(img/header.jpg) no-repeat center;
}

div#header h1 {
	margin:0;
	text-indent:-9999px;
}

div#header h1 a {
	display:block;
	width: 860px;
	height: 270px;
}

div#nav {
	width:100%;
	height:35px;
	margin:0;
	padding:0;
	background: url(img/bg_body.gif) repeat-x bottom;
}

div#content {
	clear: both;
	width: 820px;
	padding: 0 20px 0 20px;
	/*background: url(img/content_bg.png) repeat-y;*/
	background:#fff;
}

div#sidebar {
	float: right;
	width: 240px;
	margin: 20px 0 0 0;
}

div#sidebar_random {
	margin: 30px 0 0 0;
}

div#sidebar_random img {
	max-width: 180px;
}

div#text {
	float: left;
	width: 535px;
	margin: 30px 0 0 0;
	padding: 0 20px 0 5px;
	line-height: 2.0;
	border-right: 1px solid #eee;
}

div.post {
	margin: 0 0 20px 0;
	padding: 0 20px 10px 0;
	border-bottom: 1px solid #eee;
}

div.post-single {
	margin: 0 0 20px 0;
}

/*
div.post_left {
	float: left;
	width: 325px;
	padding: 0 20px 0 0;
}
*/

div.date {
	float: left;
	width: 64px;
	height: 60px;
	padding: 4px 0 0 0;
	margin: 0 10px 0px 0;
	background: url(img/calendar.png) no-repeat;
}

/*
div.post_right {
	float: right;
	width: 250px;
	padding: 0 0 0 20px;
}

div.post_right img {
	max-width: 250px;
}
*/

div.single_content {
	clear: both;
	margin: 0 0 50px 0;
}

div.bookmarks {
	text-align: right;
	float: right;
}

div#tag_cloud {
	clear: both;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

div#footer {
	width:100%;
	height:15px;
	background:#2b2b2b;
	background:url(img/bg_body3.gif) repeat-x top;
	padding:10px 0 10px 0;
	text-align:center;
}

div#footer address {
	color:#fff;
}

div#footer a {
	color:#fff;
}

div#footer p {
	padding-top:0!important;
	padding-right:20px;
	text-align:right;
}


/*       ###############################
         HEADER
         ############################### */

#header a.url {
	display:block;
	width:350px;
	height:60px;
	position:absolute;
	right:0;
	bottom:12px;
	text-indent:-10000px;
}


/*       ###############################
         NAVIGATION
         ############################### */

div#nav ul {
	float: left;
	list-style: none;
}

div#nav li {
	width:120px;
	height:35px;
	float: left;
}

div#nav li a {
	display: block;
	_display:inline-block;
	height:15px;
	margin: 0;
	padding: 10px 0;
	text-align:center;
	color: #f5f5f5;
	text-decoration: none;
	font: bold 11px sans-serif;
}

div#nav li a:hover {
	background: url(img/bg_body2.gif);
}

div#nav li.current_page_item a {
	background: url(img/bg_body2.gif);
}

/*       ###############################
         WIDGETS
         ############################### */

div#sidebar h4 {font: bold 120% sans-serif; margin: 15px 0 5px 0;}

div#widget {margin: 0; padding: 0; font-size: 110%;}
div#sidebar a {display: block; padding: 7px 0px; color: #8a8a8a; font: normal 110% Verdana, sans-serif;}

div#sidebar ul {width: 220px; list-style: none; padding: 0 0 0 10px;}
div#sidebar ul ul {width: 200px; list-style: none; padding: 0 0 0 5px;}

div#sidebar li {border-bottom: 1px dotted #eee; padding: 0 0 0 5px;}
div#sidebar li:hover {border-bottom: 1px dotted #ccc; background: #eee;}
div#sidebar li a:hover {color: #333;}

div#sidebar ul ul li {border: none; background: none;}
div#sidebar ul ul li:hover {border: none; background: none;}

div#recent-comments {width: 200px;}

p#font-resize a {display: inline; font: 180% bold Verdana, sans-serif; padding: 0px 5px;}

/*calendar*/
table#wp-calendar {margin: 0 0 10px 0; border-collapse: collapse; text-align: center; font-size: 140%;}
table#wp-calendar a {font: normal 140% Verdana; color: #215c97; border: 1px solid #215c97;}
table#wp-calendar caption {padding: 0 0 5px 0;}
table#wp-calendar th {font: bold 140% Verdana;}
table#wp-calendar th, td {width: 30px; height: 30px;}

/*       ###############################
         TEXT
         ############################### */

div#text a {
	color: #215c97;
}

div#text a:hover {
	color: #ee7121;
	text-decoration: underline;
}

div#text {
	font-size: 120%;
}

div#description h1 a {
	color: #fff;
	font: bold 24px sans-serif;
}

div#description p {
	color: #fff;
	padding: 3px 0 3px 10px;
	font: normal 100% sans-serif;
	line-height:180%;
}

div#text h1 {
	font: bold 200% sans-serif;
	margin: 0 0 10px 0;
}

div#text h1 a {
	color: #333;
}

div#text h1 a:hover {
	color: #ee7121;
	text-decoration: none;
}

div#text h2 {
	font: bold 160% sans-serif;
	color: #333;
	margin: 0 0 10px 0;
}

div#text h2.archive-title {
	margin: 0px 0px 30px 0px;
	font: bold 200% Verdana;
	color: #333;
}

div#text h3 {
	font: bold 120% sans-serif;
	color: #333;
	margin: 0 0 5px 0;
}

div#text ul, ol {
	margin: 0 0 20px 20px;
}

p#next-posts {
	text-align: left;
	font: normal 140% sans-serif;
}

div.date {
	font: normal 11px sans-serif;
	text-align: center;
	color: #fff;
}

p.date-month {
	>margin-top: 8px;
	color: #666;
	font:normal 26px sans-serif;
	font: normal 28px sans-serif;
}

p.post_info {
	font-size: 90%;
	margin: 10px 0px 15px 0px;
}

img.post_icon_1 {
	position: relative;
	top: 4px;
	right: 1px;
	margin: 0 3px 0 0;
}

img.post_icon {
	position: relative;
	top: 4px;
	right: 1px;
	margin: 0 3px 0 12px;
}

div#tag_cloud a {
	color: #215c97;
}

div#tag_cloud a:hover {
	color: #dc143c;
	text-decoration: underline;
}

p.footer_info {
	margin: 5px 0 0 0;
	color: #fff;
	font: normal 110% san-serif;
}

/*      ##################################
           COMMENTS
        ################################## */

div.comment {
	width: 490px;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

div.comment p {
	margin: 0px;
}

div.comment-details {
	float: left;
	width: 100px;
	font-size: 10px;
}

div.comment-text {
	float: right;
	width: 355px;
}

h2#comment-header {
	margin: 40px 0 10px 0 !important;
}

h2#respond {
	margin: 10px 0 10px 0 !important;
}

h3#no-comments {
	font: bold 120% Verdana !important;
	color: #215c97 !important;
	margin: 0 !important;
}

div#comment-attention {
	margin-bottom:15px;
	padding:10px 10px;
	background:#eee;
}

div#comment-attention p {
	margin:0;
	padding:0;
	line-height:1.4;
}

/*        ##################################
           FORMS
        ################################## */

label {
	display: block;
	margin: 0 0 5px 0;
}

.text {
	width: 350px;
	margin: 0 0 10px 0;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

textarea {
	width: 450px;
	height: 150px;
	margin: 0;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

.submit {
	width: auto;
	padding: 5px;
	margin: 5px 0;
	color: #fff;
	background: #666;
	border: 1px solid #333;
}

/*        ##################################
           SEARCHFORM
        ################################## */

input#search {
	width: 150px;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

#search-submit {
	padding: 5px;
	color:#fff;
	background: #cc9c5e;
	border: none;
}

/*        ##################################
           WORDPRESS CSS
        ################################## */

img.alignright {
	float:right;
	margin: 0 0 30px 30px;
}

img.alignleft {
	float:left;
	margin: 0 50px 30px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float:right;
	margin: 0 0 30px 30px;
}

a img.alignleft {
	float:left;
	margin: 0 50px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 110%;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*       ###############################
         CLEARFIX
         ############################### */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

