@charset "utf-8";
/*
Theme Name: Dry-eye.jp_Theme
Theme URI: http://www.dry-eye.jp/
Description: Wordpress theme for Dry-eye.jp
Author: Yosuke Nagaya
Author URI: http://d.hatena.ne.jp/lifegood/
Version: 1.0
*/

/* General styles */
body {
    margin:0;
    padding:0;
    border:0;           /* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
                        /* The min-width property does not work in old versions of Internet Explorer */
    font-size:90%;
    color:#272727;
}
a {
    color:#0045FF;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
h1, h2, h3 {
    /*margin:.8em 0 .2em 0;*/
    margin:0;
    padding:0;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}
img {
    margin:10px 0 5px;
}
.x {
    clear:both;
}

/* Common styles */
.nav_left,
.nav_right {
    padding-bottom:32768px;
    margin-bottom:-32768px;
}
.nav_left {
    float:left;
}
.nav_right {
    float:right;
}
#header_nav,
#footer_nav,
.entry_sub_header {
    clear:both;
    overflow:hidden;
}

/* Header, Footer common styles */
#header_nav,
#footer_nav {
    background-color: #00CCFF;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
#header_nav ul,
#footer_nav ul {
    width:100%;
    list-style:none;
    margin:10px 10px;
    padding:0;
}
#header_nav ul li,
#footer_nav ul li {
    display:inline;
    list-style:none;
    margin:0 10px 0 0;
    padding:2px 0;
}
#header_nav ul li.rss,
#footer_nav ul li.copyright {
	margin-right:0;
}
#header_nav ul li a,
#footer_nav ul li a,
#footer_nav ul li {
	color:white;
	font-weight:bold;
}

/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
}
#header {
    /*border-bottom:1px solid #000;*/
}

#logo_box {
    float:left;
    padding:15px;
}
#logo_box h1 {
    float:left;
}
#logo_box h1 a {
    width:210px;
    height:40px;
    background:url("images/dryeyejp.png") no-repeat 0 0;
    display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#logo_box .description {
	float:left;
	width:400px;
    margin:10px 0 0 20px;
}

#seach_box {
	float:right;
}
#seach_box form {
	margin:5px;
}
#seach_box .search_box_nav {
	margin:10px 10px 3px;
	list-style:none;
	text-align:right;
}
#seach_box .search_box_nav a {
    color:#00BFFF;
    font-weight:bold;
}
#header_nav ul li.twitter,
#header_nav ul li.rss {
    background:url("images/dryeyejp.png") no-repeat;
    padding-left:20px;
    height:15px;
}
#header_nav ul li.twitter {
    background-position:-210px -0px;
}
#header_nav ul li.rss {
    background-position:-210px -20px;
}

/* column container */
.colmask {
    position:relative;      /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;             /* width of whole page */
    overflow:hidden;        /* This chops off any overhanging divs */
}
/* 3 column blog style settings */
.blogstyle {
    background:#F5F5F5;        /* Right column background colour */
}
.blogstyle .colmid {
    float:left;
    width:200%;
    margin-left:-200px;     /* Width of right column */
    position:relative;
    right:100%;
    /*background:#FFD8B7;*/     /* Centre column background colour */
}
.blogstyle .colleft {
    float:left;
    width:100%;
    margin-left:-200px;     /* Width of centre column */
    /*background:#fff;*/        /* Left column background colour */
}
.blogstyle .col1wrap {
    float:left;
    width:50%;
    padding-bottom:1em;     /* Centre column bottom padding. Leave it out if it's zero */
}
.blogstyle .col1 {
    margin:0 15px 0 415px;  /* Centre column side padding:
                            Left padding = left column width + centre column left padding width
                            Right padding = right column width + centre column right padding width */
    position:relative;
    left:100%;
    overflow:hidden;
}
.blogstyle .col2 {
    float:right;
    width:170px;            /* Width of left column content (left column width minus left and right padding) */
    position:relative;
    left:185px;             /* Width of the left-had side padding on the left column */
}
.blogstyle .col3 {
    float:right;
    width:170px;            /* Width of right column content (right column width minus left and right padding) */
    position:relative;
    left:555px;
}

/* Footer styles */
/*
#footer {
    clear:both;
    float:left;
    width:100%;
    border-top:1px solid #000;
}
#footer p {
    padding:10px;
    margin:0;
}
*/

/* Sidebar cancel strong */
#sidebar strong,
#sidebar_ad strong {
    font-weight:normal;
}

/* Side menu styles */
#sidebar,
#sidebar_ad {
    margin-top:7px;
}
#sidebar h2,
#sidebar_ad h2 {
	background-color:#FF9E29;
	font-size:small;
	padding:3px;
	/*margin:15px 0 10px;*/
    margin-bottom:8px;
}
#sidebar ul,
#sidebar_ad ul,
#sidebar .tags,
#sidebar .twitter {
    margin-bottom:17px;
}

/* Side menu list styles */
#sidebar ul,
#sidebar_ad ul {
	list-style:none;
	padding:0;
	margin-top:0;
	margin-left:5px;
}
#sidebar ul li,
#sidebar_ad ul li {
	padding:7px 0;
	border-bottom: dashed 1px;
}
#sidebar ul li:first-child,
#sidebar_ad ul li:first-child {
    padding-top:0;
}
#sidebar ul li:last-child,
#sidebar_ad ul li:last-child {
    border:none;
}


dl.dl_links {
    padding:0 3px;
}
dl.dl_links dt {
border-top:1px dashed;
padding:7px 0;
}
dl.dl_links dt.first {
    border:none;
    padding-top:0;
}
dl.dl_links dt a {
	color:#0045FF;
	font-size:14px;
}
dl.dl_links dd {
	color:#000;
	font-size:12px;
	margin:0;
	margin-bottom:10px;
}


/* Sidebar ad styles */
.banner_ad {
    text-align:center;
    margin-bottom:12px;
}
.banner_ad a img {
    margin:0 0 5px;
    border:#2F2F2F solid 1px;
}

/* Entry styles */
.entry {
    background:#fff;
    border:1px solid #C4C4C4;
    margin:3px 0;
    padding:15px 20px 20px;
}
.entry a {
    color:#0045FF;
}
.entry h3 {
    margin:30px 0 10px;
}
.entry p.readmore {
    font-weight:bold;
}

/* Entry header styles */
.entry_header {
	border-bottom:1px dotted #C4C4C4;
	margin-bottom:20px;
}
.entry_header a {
    color:#2F2F2F;
}
.entry_header h2 {
	font-weight:bold;
	font-size:xx-large;
    background:url("images/dryeyejp.png") no-repeat 0 -40px;
    padding-top:10px;
    padding-left:35px;
}
.entry_header h2 a {
    color:black;
}
.entry_header h2 a:hover {
	color:#00BFFF;
	text-decoration:none;
}
.entry_header .entry_sub_header {
    padding:5px 0;
}
.entry_header .entry_sub_header a:hover {
	text-decoration:none;
}
.entry_header .entry_sub_header img {
	border:none;
	margin:0;
}
.entry_header .entry_sub_header .comment {
    margin-right:5px;
}
.entry_header .entry_sub_header .comment,
.entry_header .entry_sub_header .tweetmeme_button {
    float: left;
    display: inline;
}


/* Page title for list page */
h2.page_title {
    border-top:double #00CCFF;
    border-bottom: double #00CCFF;
    margin:10px 0;
    padding:7px;
}
	

/* Navigation styles */
.navigation {
    clear:both;
}
.navigation div {
    /*display:inline;*/
}
.navigation .alignleft {
    /*text-align:left;*/
    float:left;
}
.navigation .alignright {
    /*text-align:right;*/
    float:right;
}

/* Comment forms */
#respond form {
    margin:20px 0;
}
#respond label {
    display: block;
    margin-bottom: 4px;
    color: #888;
}
#respond input[type=text],
#respond textarea {
    color: #333;
    margin-bottom: 7px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    width: 95%;
}
#respond input[type=submit] {
    background: #eee;
    border: 3px double #ccc;
    padding: 2px;
    font-size: 1em;
    width: 50%;
}
#respond input:focus {
    background-color: #FFFFCC;
}
