/*   
Theme Name: CIRCULAR
Description: Custom theme for CIRCULAR - based on karappo http://d.hatena.ne.jp/yubokumin_saboten/
Author: Barnaby Irish
Author URI: http://www.barnism.com/
Version: 0.2.5
Tags: white, black, two-columns, fixed-width, right-sidebar
*/

@charset "utf-8";

html{
	background:#15151C;
}

body {
	color: #4E4E52;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; /* for IE */
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0;
	line-height: 130%;
}

h1 {
	font-size: 182%;
}

h2 {
	font-size: 153.9%;
}

h3 {
	font-size: 138.5%;
}

h4 {
	font-size: 123.1%;
}

h5 {
	font-size: 93%;
}

h6 {
	font-size: 85%;
}


/* ------------------------------
 Layout
------------------------------ */
#container {
	margin: 0 auto;
	text-align: left;
	width: 1080px;
}

#inner {
	margin: 0 40px;
	position: relative;
}

#header {
	position: relative;
	float: left;
	width: 1080px;
	height: 220px;
	margin: 10px 0 0 0;
}

#main {
	float: left;
	width: 800px;
}

#main .entry {
	position: relative;
	width: 800px;
}

#side {
	float: right;
	margin: 10px 0 0 0;
	width: 160px;
}

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

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.printhide {
}

/* ------------------------------
 Header & Header Layout
------------------------------ */
#header_menu_bg {
	background: transparent url(images/header_navi_bg04.png) repeat-x scroll center bottom;
	color: #FFF;
	width: 100%;
	height: 35px;
	top: 0px;
	left: 0px;
	line-height: 25px;
	position: fixed;
	text-transform: lowercase;
	z-index: 1000;
        display: none;
}

#header_menu_container {
	margin: 0 auto;
	text-align: left;
	width: 830px;
}

#header_menu_inner {
	margin: 0 20px;
}

#header_menu_left {
	float: left;
	font-size: 85%;
	width: 540px;
}

#header_menu_left ul {
	display: block;
}

#header_menu_left li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#header_menu_left li a {
	color: #FFF;
	display: block;
}

#header_menu_left li a:hover {
	background: transparent url(images/menu_arrow_white.png) center bottom no-repeat;
}

#header_menu_right {
	float:right;	
	font-size: 85%;
	width: 230px;
}

#header_menu_right ul {
	display: block;
}

#header_menu_right li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#header_menu_right li a {
	color: #FFF;
	display: block;
}

#header_menu_right li a:hover {
	background: transparent url(images/menu_arrow_white.png) center bottom no-repeat;
}

#header h1 {
	font-size: 1%;
	padding: 0;
	position: absolute;
	left: -2000px;
	letter-spacing: -0.01em;
    text-transform:capitalize;
    font-family: Georgia, serif;
}

#header h1 a {
	color: black;
}

#header h1 a:hover {
	color: #333333;
	text-decoration: none;
}

#blog_description {
	color: black;
	font-size: 93%;
	margin: 0 0 145px 0;
text-transform: uppercase;
        font-family: Time New Roman, serif;
}


/* ------------------------------
 Main Content
------------------------------ */
#main a {
	color: #4E4E52;
	text-decoration: underline;
}

#main a:link {
	color: #4E4E52;
}

#main a:visited {
	color: #4E4E52;
}

#main a:hover {
	background-color: #AA0000;
	color: #FAFAF3;
}

#main h2.entrytitle {
	padding: 0;
	margin: 0;
	color: #AA0000;
}

#main h2.entrytitle a, #main h2.entrytitle a:link, #main h2.entrytitle a:visited {
	color: #AA0000;
	text-decoration: none;
}

#main h2.entrytitle a:hover {
	background: transparent;
	color: #FAFAF3;
	text-decoration: none;
}

#main .prevnext {
	margin: 50px 0 50px 0;

}

#main .prevnext span.prev {
	float: left;
	text-align: left;
}

#main .prevnext span.next {
	float: right;
	text-align: right;
}

#main .prevnext a {
	color: #AA0000;
	font-style: italic;
}

#main .prevnext a:hover {
	background:none;
	color: #FAFAF3;
}

#main p {
	color: #888888;
	font-size: 93%;
	line-height: 175%;
	margin: 0 0 15px 0;
	letter-spacing: 0.02em;
}

#main p a:link, #main p a:visited {
	color: #888888;
}

#main p a:hover {
	background: none;
	color: #AA0000;
}

#main h3 {
	color: #AA0000;
	font-size: 93%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-top: 7px;
	letter-spacing: 0.02em;
	border-bottom: #4E4E52 dotted 1px;
}

#main .date {
	color: #4E4E52;
	font-size: 93%;
	margin: 6px 0 45px 0;
	border-top: #4E4E52 solid 1px;
	padding-top: 5px;
	line-height: 150%;
}

#main .date a {
	color: #4E4E52;
	text-decoration: none;
}

#main .date a:hover {
	color: #FAFAF3;
	text-decoration: none;
}

#main .time {
	color: #4E4E52;
	font-size: 93%;
}

#main .dateonly {
	background: transparent url(images/date_bkg.gif) top right no-repeat;
	width: 120px;
	height: 42px;
	color: #AA0000;
	font-size: 153.9%;
	top: 0;
	right: 0;
	text-align: right;
	position: absolute;
	padding: 5px 10px 0 0;
}

#main .topagetop {
	margin: 60px 0 190px 0;
	width: 800px;
	text-align: left;
}

#main .entry_footer {
	border-top: 1px dotted #4E4E52;
	color: #4E4E52;
	font-size: 85%;
	margin: 40px 0 120px 0;
	padding: 8px 0 8px 0;
}

#main .entry_footer a {
	color: #4E4E52;
	text-decoration: none;
}

#main .entry_footer a:hover {
	color: #FAFAF3;
	text-decoration: underline;
}

#main q {
	color: #4E4E52;
	font-size: 93%;
	width: 370px;
	margin: 0 auto;
}

#main q:before {
     content: open-quote;
}

#main q:after {
     content: close-quote;
}

#main blockquote {
	width: 400px;
	background: url(images/quote_start.jpg) no-repeat scroll top left;
	margin: 30px auto;
}

#main blockquote p {
	background: url(images/quote_end.jpg) no-repeat scroll bottom right;
	margin-left: 18px;
	margin-right: 18px;
	text-decoration: underline;
}

#main .continue {
	margin-top: 40px;
}

#main .continue a {
	background:#4E4E52;
	color:#FFF;
}

#main .continue a:hover {
	background:#4E4E52;
	color:#FFF;
}

/* ------------------------------
Lunatheque Credits 
------------------------------ */

#credits span {
	border-right: 1px solid #4E4E52;
	margin-right: 3px;
}

a img.credits1  {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/1.gif") 0 -13px no-repeat;
	width: 13px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:0 2px 0 0;
}

a:hover img.credits1 {
	background-position: 0 0;
}

a img.credits2  {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/2.gif") 0 -13px no-repeat;
	width: 13px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:0 2px 0 0;
}

a:hover img.credits2 {
	background-position: 0 0;
}

a img.credits3 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/3.gif") 0 -15px no-repeat;
	width: 10px;
	height: 15px;
	padding:0;
	vertical-align:text-top;
	margin:-1px 2px 0 0;
}

a:hover img.credits3 {
	background-position: 0 0;
}

a img.credits4 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/4.gif") 0 -13px no-repeat;
	width: 18px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:0 2px 0 0;
}

a:hover img.credits4 {
	background-position: 0 0;
}

a img.credits5 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/5.gif") 0 -13px no-repeat;
	width: 10px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:0 2px 0 0;
}

a:hover img.credits5 {
	background-position: 0 0;
}

a img.credits6 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/6.gif") 0 -13px no-repeat;
	width: 15px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:1px 2px 0 0;
}

a:hover img.credits6 {
	background-position: 0 0;
}

a img.credits7 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/7.gif") 0 -13px no-repeat;
	width: 14px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:1px 1px 0 0;
}

a:hover img.credits7 {
	background-position: 0 0;
}

a img.credits8 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/8.gif") 0 -13px no-repeat;
	width: 14px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:1px 2px 0 0;
}

a:hover img.credits8 {
	background-position: 0 0;
}

a img.credits9 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/9.gif") 0 -13px no-repeat;
	width: 25px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:0 2px 0 0;
}

a:hover img.credits9 {
	background-position: 0 0;
}

a img.credits10 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/10.gif") 0 -13px no-repeat;
	width: 14px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:1px 2px 0 0;
}

a:hover img.credits10 {
	background-position: 0 0;
}

a img.credits11 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/11.gif") 0 -13px no-repeat;
	width: 15px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:1px 2px 0 0;
}

a:hover img.credits11 {
	background-position: 0 0;
}
a img.credits12 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/12.gif") 0 -13px no-repeat;
	width: 13px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:1px 2px 0 0;
}

a:hover img.credits12 {
	background-position: 0 0;
}

a img.credits13 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/13.gif") 0 -13px no-repeat;
	width: 20px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:1px 2px 0 0;
}

a:hover img.credits13 {
	background-position: 0 0;
}

a img.credits14 {
	background:url("/wp-content/uploads/lunatheque/credit_symbols/14.gif") 0 -13px no-repeat;
	width: 15px;
	height: 13px;
	padding:0;
	vertical-align:text-top;
	margin:1px 2px 0 0;
}

a:hover img.credits14 {
	background-position: 0 0;
}

/* ------------------------------
 Side Menu
------------------------------ */
#lunatheque a img {
	background:url(images/lunatheque_cover.gif);
	position: absolute; 
	top: 10px; 
	right: 80px;
}
#lunatheque a:hover img {
	background:url(images/lunatheque_cover_anim3.gif);
	position: absolute; 
	top: 10px; 
	right: 80px;
}

#lunatheque2 a {
	background-color: transparent;
	background: transparent;
	border: none;
	text-decoration: none;
}

#lunatheque2 a img {
	background:url(images/lunatheque_cover.gif);
	border: none;
	text-decoration: none;

}
#lunatheque2 a:hover img {
	background: transparent;
	background:url(images/lunatheque_cover_anim4.gif);
	border: none;
	text-decoration: none;
}

#sidebar h2 {
	color: #AA0000;
	font-size: 85%;
	border-bottom: 1px solid #AA0000;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}

#sidebar ul {
	color: #4E4E52;
	font-size: 85%;
	margin-bottom: 30px;
}

#sidebar p {
	color: #4E4E52;
	font-size: 85%;
	margin-bottom: 2px;
	letter-spacing: none;
}

#sidebar li {
	border-bottom: 1px dotted #4E4E52;
	font-style: italic;
	margin: 4px 0 0 0;
	padding: 0 0 3px 0;
}

#sidebar li a {
	color: #4E4E52;
	display: block;
	width: 100%;
}

#sidebar li a:hover {
	color: #FAFAF3;
}


#sidebar ul li ul.children {
	color: #000;
	font-size: 100%;
}

#sidebar ul li ul.children li {
	border-top: 1px dotted #4E4E52;
	border-bottom: none;
	font-style: normal;
	margin: 3px 0 0 0;
	padding: 5px 0 1px 0;
	/* padding: 5px 0 1px 2em; */
}



/* ------------------------------
 Sidebar for widget
------------------------------ */

#widgetbar {
	
}

#widgetbar h2 {
	color: #AA0000;
	font-size: 85%;
	border:0;
	border-bottom: 1px solid #AA0000;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}

#widgetbar ul {
	color: #000000;
	font-size: 85%;
	margin-bottom: 30px;
}

#widgetbar li {
	border-bottom: 1px dotted #4E4E52;
	font-style: italic;
	margin: 4px 0 0 0;
	padding: 0 0 3px 0;
}

#widgetbar li.widget {
	border-bottom: none;
}

#widgetbar li a {
	color: #4E4E52;
}

#widgetbar li a:hover {
	color: #FAFAF3;
}


/* ------------------------------
 Footer
------------------------------ */
#footer p.copyright {
	color: #4E4E52;
	font-size: 75%;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}

#footer p.copyright a {
	text-decoration: none;
	color: #4E4E52;
}

#footer p.copyright a:hover {
	text-decoration: underline;
	color: #AA0000;
}

/* ------------------------------
 Search Form
------------------------------ */
#searchform {
	background: transparent url(images/searchform.jpg) left top no-repeat;
	display: none;
	width: 230px;
	height: 22px;
	top: 0;
	left: 560px;
	position: absolute;
}

#searchform input {
	display: block;
	float: left;
}

#searchform .isearch {
	background: none;
	border: none;
	color: #666;
	font-size: 93%;
	margin: 4px 0 0 30px;
	width: 190px;
}

#searchform .ibutton {
	background: none;
	border: none;
	cursor: pointer;
	margin-top: -16px;
	width: 28px;
}


/* ------------------------------
 List Menu Form
------------------------------ */
#archive {
	display: block;
	height: 22px;
	width: 230px;
}

#archive select {
	font-size: 93%;
}


/* ------------------------------
 bookmarker
------------------------------ */
#bookmarker {
	background: transparent url(images/marker.png) no-repeat;
	cursor: pointer;
	height: 90px;
	left: 0px;
	position: absolute;
	top: 500px;
	width: 100%;
	z-index: 500;
	display: none;
}

#bookmarker_switch {
	cursor: pointer;
}

#navigation {
	margin-top: -45px;
	margin-bottom: 45px;
	width: 800px;
	font-size: 93%;
	color: #AA0000;
	float:left;
}

#navigation div.alignleft a:link, #navigation div.alignleft a:visited, #navigation div.alignright a:link, #navigation div.alignright a:visited {
	text-decoration: none;
	color: #AA0000;
}

#navigation div.alignleft a:hover, #navigation div.alignright a:hover {
	background: none;
	text-decoration: underline;
	color: #FAFAF3;
}

/* ------------------------------
 comment list
------------------------------ */
#comment h2 {
	font-size: 93%;
	border-bottom: 1px solid #4E4E52;
	font-weight: bold;
	margin: 60px 0 16px 0;
	padding: 0 0 8px 0;
}

#comment .comment_entry {
	background-color: #F8F8F8;
	width: 470px;
	margin-bottom: 10px;
	position: relative;
}

#comment .everyone_comment {
	line-height: 180%;
	padding: 15px 20px 10px 60px;
	margin-bottom: 10px;
}

#comment .comment_author {
	text-align: right;
	color: #4E4E52;
	font-size: 85%;
	line-height: 180%;
	padding: 2px 6px 3px;
	border-top: 1px solid #ccc;
}

#comment .comment_author a:link {
	color: #4E4E52;
}

#comment .comment_author a:hover {
	color: #FFF;
	background: #FAFAF3;
}

#comment .avatar_photo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#comment .author-id-1 {
	background: transparent url(images/comment_ramp1.jpg) right top no-repeat;
}

#comment .author-id-0 {
	background: transparent url(images/comment_ramp0.jpg) right top no-repeat;
}

#comment p.usetags {
	background: #F9F9F9;
	margin-bottom: 5px;
}


/* ------------------------------
 comment form
------------------------------ */
#commentform .textform {
	background: #4E4E52;
	color: #4E4E52;
	width: 230px;
	height: 18px;
	border: #CCC solid 1px;
}

#commentform .textform:hover {
	background: #F6F6F6;
}

#commentform .textbox {
	color: #606060;
	width: 440px;
	height: 180px;
	border: #AA0000 solid 1px;
	padding: 15px;
	overflow: auto;
}

#commentform .textbox:hover {
	background: #F6F6F6;
}

#commentform .submit_btn {
}

#commentform .labeltext {
	color: #606060;
	font-size: 85%;
}

#commentform p {
	margin: 0 0 4px 0;
	padding: 0;
}

#commentform label {
	margin: 0;
	padding: 0;
}

/* ------------------------------
 feed icon
------------------------------ */
#feed {
	top: 25px;
	right: 0;
	position: absolute;
display: none;
}


#feed img {
	margin-right: 3px;
}

#feed p {
	color: #4E4E52;
	font-size: 85%;
}

#feed a {
	color: #4E4E52;
}

#feed a:hover {
	color: #FAFAF3;
}


/* ------------------------------
 extra
------------------------------ */
#extrastuff p {
	margin-top: 20px;	
}


/* ------------------------------
 comment form
------------------------------ */
.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;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

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

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







/* ------------------------------
 09-03-20 added
------------------------------ */
#side li {
	list-style: none;	
}

#main ul, ol {
		margin: 0.5em 0;
        padding: 0 0 0 2.5em; 
        font-weight: normal;
        line-height: 175%;
}

#main ul ul, ul ol, ol ul, ol ol {
        margin: 0;
        padding: 0 0 0 2em;
        font-size: 1em;
}

#main li {
		margin: 0.2em 0;
        padding: 0;
}

#main ul { list-style: square inside; }
#main ol { list-style: decimal inside; }

#main dl{
	line-height: 175%;
	padding:0.5em 0 0.6em 0;
}

#main dt{
	font-weight: bold;
}

#main dd{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#main pre {
	line-height: 140%;
	padding: 1em;
	border: 1px solid #CCC;
	width: auto;
	_width: 90%;
	overflow: auto;
	_overflow: scroll;
	color: #000;
	background-color: #F9F9F9;
	font-family: 'MS Gothic', monospace;
}


#main table{
	width: 100%;
	border-spacing: 2px;
	margin: 0 0 1em 0;    border: 1px #E3E3E3 solid;
}

#main th, td{ padding:0.3em 0.75em; }

#main th{
	border-bottom: 2px #4E4E52 solid;
	color: #4E4E52;
	text-align: left;
	    background: #F5F5F5;
}

#main td{
	border-bottom: 1px #E3E3E3 dotted;
	color: #4E4E52;
}

#main caption{
	text-align: left;
	color: #FFF;
	margin-bottom: -1em;
	margin-top: 1em;
}

#main abbr {
	border-bottom: #4E4E52 dotted 1px;
}
