﻿@charset "utf-8";
/*
Theme Name: cornea
Theme URI: http://corneadesign.com/
Description: template for blog called cornea notes.
Version: 1.0
Author: Sho Mizutani
Author URI: http://fixture.jp/
Tags: simple

	cornea v1.0
	http://corneadesign.com/

	This theme was designed and built by Sho Mizutani.

*/

/* reset and lightbox
-------------------------------------------------------------------------------------*/

@import url("http://yui.yahooapis.com/2.5.2/build/reset-fonts/reset-fonts.css");
@import url("jquery.lightbox.css");

/* common design
-------------------------------------------------------------------------------------*/

a{
text-decoration:none;
color:#8ec31f;
}

a:hover{
color:#739d1a;
}

body {
width:450px;
margin:50px auto;
}

h1, h2, h3, h4, h5, h6{
font-family:"Times New Roman", Times, serif;
}

h1{
font-size:300%;
}

h2{
font-size:200%;
}

h3{
font-size:150%;
}

h4{
font-size:150%;
}

/* header
-------------------------------------------------------------------------------------*/

body div#header{
margin:0 auto 80px;
}

body div#header h1{
height:254px;
}

/* contents
-------------------------------------------------------------------------------------*/

body div#contents h3{
margin-bottom:50px;
}

body div#contents div.post{
margin-bottom:120px;
}

body div#contents div.post h2{
}

body div#contents div.post h2 a{
color:#000000;
}

body div#contents div.post p{
font-size:85%;
}

body div#contents div.post p.date{
color:#898989;
margin:20px auto 5px;
font-weight:bold;
}

body div#contents div.post p.date a{
color:#898989;
}

body div#contents div.post p.date a:hover{
color:#8ec31f;
}

body div#contents div.post p.author{
color:#8ec31f;
font-weight:bold;
}

body div#contents div.post div.content{
line-height:1.5em;
margin:35px auto;
}

body div#contents div.post div.content p{
margin:10px auto;
}

body div#contents div.post p.postmetadata{
color:#8ec31f;
}

/* navigation
-------------------------------------------------------------------------------------*/

body div#contents div.navigation{
overflow:hidden;
margin:0 auto 80px;
}

body div#contents div.navigation div{
width:200px;
}

body div#contents div.navigation div.prev{
float:left;
}

body div#contents div.navigation div.next{
text-align:right;
float:right;
}

/* comments
-------------------------------------------------------------------------------------*/

body div#contents div#comments{
font-size:85%;
}

body div#contents div#comments h4{
margin:40px auto;
}

body div#contents div#comments ol{
margin:80px auto;
}

body div#contents div#comments ol li{
margin:80px auto;
}

body div#contents div#comments p.commentmetadata{
color:#8ec31f;
margin-top:10px;
}

body div#contents div#comments form p{
margin:10px auto;
}

body div#contents div#comments form p label{
display:block;
margin-bottom:3px;
width:130px;
}

body div#contents div#comments form p textarea{
width:436px;
padding:6px;
margin:0 auto 10px;
}

body div#contents div#comments form p input[type="text"]{
border:solid 1px #999999;
padding:2px;
}

body div#contents div#comments form p input#tb_url{
background-color: #CCC;
width:100%;
}

/* footer
-------------------------------------------------------------------------------------*/

body div#footer{
margin:10px auto;
}

body div#footer p.cr{
font-size:60%;
text-align:right;
}







/* END */