/*

Theme Name: Tropicala
Description: Simple, modern, lightweight
Version: 1.5
Author: Goro Harumi
Author URI: http://goroharumi.com
Tags: orange, white, two-columns, fixed-width, right-sidebar

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

v1.1 - changed license to GPLv3
v1.2 - added comments and removed some blank elements from stylesheet
v1.3 - added license.txt (Apparently some people don't read this stylesheet), added link back to the theme's page at Wordpress.org
v1.4 - Some minor tweaks to CSS for newer wp.net preview examples
v1.5 - Updated my link

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
}

body {
  background-color:#FFF; /* Set background image here */
  color:#4D4D4D;
  font-size:1.2em;
}

p, h2, h3, h4, h5, h6 {
  font-size:1.2em;
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#4D4D4D;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#4D4D4D;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

div#wrapper {
  width:768px;
  padding-top:8px;
  margin:25px auto 0;
  background:url(./images/top.png) no-repeat;
}

div#masthead {
  width:768px;
  background:url(./images/main_bg.png) repeat-y;
  position:relative;
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica,Osaka;
  color:#507FA3;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#507FA3;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:30px;
  left:240px;
  color:#888;
  z-index:2;
}

/* Pages Navigation */
div#masthead ul {
  float:right;
  margin-right:22px;
  margin-top:60px;
  position:relative;
  z-index:3;
  bottom:-2px;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  font-size:1.2em;
  padding:0px 15px 10px;
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
  background:url(./images/nav_bg.png) bottom repeat-x;
}

/* Banner image dropshadow */
div#masthead_image {
  background:url(./images/image_bg.png) center no-repeat;
  width:724px;
  height:148px;
  clear:both;
  padding:8px 22px 16px;
  position:relative;
  z-index:1;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
  width:768px;
  background:url(./images/main_bg2.png) repeat-y;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:0px 20px 0px 30px;
  width:470px;
  float:left;
}

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h6 {
  color:#ff7e00;
  margin:20px 0 10px;
}

div.entry h5 {
  color:#ff7e00;
  margin:10px 0 10px;
}

div.entry h6 {
 background-color:#ff7e00;
  color:#fff;
  margin:0px 2px -20px auto;
 padding-right:5px;
 text-align:right;
}

div.entry h2 {
  font-size:1.8em;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry h4 {
 font-size:16px;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}

/* Main header on single pages */
h2.header {
  color:#507FA3;
  font-size:20px;
  padding:10px 0 10px;
  line-height:1;
  margin:0 0 5px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
}

div#main h2.header a {
  color:#507FA3;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#ff7e00;
}

div#main p {
  color:#1a1a1a;
  font-size:13px; 
  line-height:170%;
  margin: 0;
}

div#main a {
  color:#0067A1;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:450px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#4D4D4D;
  margin-left:15px;
  margin-bottom: 0px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
  line-height: 20px;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px 10px 20px 10px;
  width:200px;
  float:left;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#4d4d4d;
  padding-bottom:10px;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  padding-bottom:5px;
  padding-left:3px;
  font-size:1em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:20px 0 8px;
  font-size:1.1em;
  line-height:1;
}

div#secondary a {
  color:#0067A1;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
  border-bottom:1px dotted #CCCCCC;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#4d4d4d;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:768px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:450px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 0px solid #ddd;
  text-align: left;
/*
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 5px 10px -10px;
  -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-dd {
  font-size: 11px;
  line-height: 13px;
  padding: 0 4px 5px;
  margin: 0;
}

.wp-caption-text {
  font-size:11px;
  line-height:13px;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */

/* -----  page photo ----- */
.photo2 img {
	background:white;
	margin:10px 4px 4px 4px;
	padding:3px;
	border:1px solid #999;
}
.cap {
  width: 424px;
  line-height:110%;
  margin: 5px 0px 10px;
}

.cap-album {
  width: 424px;
  line-height:110%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cap-right {
  width: 212px;
  float: right;
  margin-right: 0px;
}

.cap-left {
 width: 207px;
 float: left;
 margin-left: 0px;
}

.cap-left2 {
 width: 154px;
 float: left;
 margin-left: 0px;
}

/* 写真の右側にキャプションをつける */
.cap-migi {
  margin-right: 5px;
  vertical-align: text-top;
}

.chu {
  line-height:110%;
  margin:5px 0px 20px;
}

.migiyose {
text-align: right;
}

/* ---------- */

/* -----  hokkaidoisan list ----- */
div#secondary ul#isanlist {
  margin:15px 0px 20px;
  padding-top:12px;
  padding-bottom:10px;
  font-size:85%;
  border:solid 1px #507fa3;
}

div#secondary ul#isanlist li {
  margin:5px 10px;
  padding-bottom:5px;
  padding-left:10px;
  font-size:80%;
  line-height:1.5em;
}

div#secondary ul#isanlist a {
  color:#206BA1;
}

.mada {
  color:#B3B3B3;
}

.itta {
  color:#990000;
}

/* ぱんくずリスト */
div#breadcrumb {
	background-color: #ffffff;
	color: #0033FF;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 20px;
}

/* 解析バナーの配置 */
.kaiseki {
text-align: center;
margin-top: 30px;
}

/* 本文のアクセント */
.inyo {
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
line-height:200%;
padding: 5px 15px;
margin:10px 0px;
background-color : #F5F5F5;
}

.inyo2 { 
border-top: solid 1px #507fa3; 
border-bottom: solid 1px #507fa3; 
color:#666;
line-height:150%;
padding: 5px 10px;
margin:10px 50px 10px 10px;
background-color: #ffffff;
}

/* 東北を走ろう */
dl#tohoku  {
  color:#4D4D4D;
  margin:10px 0px;
/*  padding:10px;
  border: solid 1px #507FA3;　*/
}

dl#tohoku dt {
  font-size:14px;
  font-weight:bold;
  color:#000000;
  margin-top:20px;
  clear: both;
}

dl#tohoku dd {
  font-size: 12px;
  line-height: 18px;
  font-style:normal;
  margin:10px 0px 10px 26px;
  color:#000000;
}

dl#tohoku dd img {
  padding-right: 10px;
  padding-bottom:3px;
}

dl#tohoku2  {
  color:#4D4D4D;
  margin:0px 0px;
}

dl#tohoku2 dt {
  font-size:12px;
  font-weight:bold;
  color:#000000;
  margin:0px 0px 3px 0px;
}

dl#tohoku2 dd {
  font-size: 11px;
  line-height: 14px;
  font-style:normal;
  margin:0px 0px 10px 0px;
  color:#000000;
}

dl#tohoku2 dd img {
  padding-right: 5px;
  padding-bottom:3px;
}

.kanso {
  background-color:#eeeeee;
  font-size:12px;
  line-hight: 16px;
  font-weight: bold;
  padding: 5px 10px;
}

.kanso2 {
  background-color:#eeeeee;
  font-size:12px;
  line-hight: 16px;
  padding: 5px 10px;
}

table#hyo-tohoku  {
	width: 440px;
	border-collapse:collapse;
	margin-left: 10px;
}
table#hyo-tohoku th {
	font-size: 11px;
	color: #000;
	padding: 5px 2px;
	border:1px solid #EAEAEA;
	text-align:center;
	background-color:#CFCFE6;
	white-space: nowrap;
}
table#hyo-tohoku td {
	font-size: 11px;
	color: #000;
	padding: 5px 5px;
	background-color: #FFF;
	border:1px solid #EAEAEA;
	text-align:left;
	white-space: nowrap;
}
table#hyo-tohoku caption {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	color:#ff7e00;
}

div#tohokuobi {
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #D80013;
	color:#D80013;
	margin:10px 0px;
	padding:2px 5px 2px 3px;
	text-align:right;
}
	
/* 本文の２列化 */
div#linkbox {
	width:440px;
}

div#linkbox-left {
	width: 215px;
	float: left;
	margin-left: 0px;
}

div#linkbox-right {
	width: 215px;
	float: right;
	margin-right: 0px;
}

/* 本文の表組 */
table#hyo  {
	width: 95%;
	border-collapse:collapse;
	margin-left: 10px;
}
table#hyo th {
	font-size: 11px;
	color: #000;
	padding: 5px 2px;
	border:1px solid #EAEAEA;
	text-align:center;
	background-color:#CFCFE6;
}
table#hyo td {
	font-size: 11px;
	color: #000;
	padding: 5px 5px;
	background-color: #FFF;
	border:1px solid #EAEAEA;
	text-align:left;
}
table#hyo caption {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	color:#ff7e00;
}

table#hyo1  {
	width:420px;
	border-collapse:collapse;
	margin:10px 0px 10px 20px;
}
table#hyo1 th {
	font-size: 11px;
	color: #000;
	width:80px;
	padding:5x;
	border:1px solid #EAEAEA;
	text-align:left;
	background-color:#CFCFE6;
}
table#hyo1 td {
	font-size: 11px;
	color: #000;
	padding:5px;
	background-color: #FFF;
	border:1px solid #EAEAEA;
	text-align:left;
}
table#hyo1 caption {
	text-align:left;
	font-size; 13px;
	font-weight: bold;
}

table#hyo11  {
	width:440px;
	border-collapse:collapse;
	margin:10px 0px 10px 0px;
}
table#hyo11 th {
	font-size: 13px;
	color: #fff;
	width:80px;
	padding:5x;
	border:1px solid #EAEAEA;
	text-align:left;
	background-color:#507FA3;
}
table#hyo11 td {
	font-size: 13px;
	color: #000;
	padding:5px;
	background-color: #FFF;
	border:1px solid #EAEAEA;
	text-align:left;
	line-height:20px;
}
table#hyo11 caption {
	text-align:left;
	font-size; 14px;
	font-weight: bold;
	padding-bottom:3px;
}


/* サイドバーの表組 */
table#hyo2  {
	width:210px;
	border-collapse:collapse;
	margin:0px;
}

table#hyo2 th {
	font-size: 11px;
	color: #000;
	width:30px;
	padding:3px;
	border:1px solid #8F8F8F;
	background-color:#CFCFE6;
}

table#hyo2 td {
	font-size: 11px;
	color: #000;
	padding:3px;
	border:1px solid #8F8F8F;
	text-align:left;
}

table#hyo3  {
	width:430px;
	border-collapse:collapse;
	margin:-20px 0px 0px 10px; 
}
table#hyo3 td {
	font-size: 12px;
	color: #000;
	padding:5px;
	background-color: #FFF;
	border:0px solid #EAEAEA;
	text-align:left;
}

.textright {
	margin-left: 210px;
	line-height: 200%;
}

#album {
	width: 420px;
	border: 1px solid #FFAF66;
	padding-left: 20px;
	margin-top:20px;
}

#album2 {
	width: 446px;
	border: 1px solid #FFAF66;
	background-color: #FFF8F2;
	padding-left: 20px;
	margin-top:20px;
}

 
/* サイドのアクセント */
.oshirase {
	border: solid 1px #507FA3; 
	padding: 10px 5px 5px 5px;
	background-color: #fff;
	text-align: center;
}

/* カレンダー */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
div#simple p {
margin-bottom: 10px;
line-height: 20px;
}
ol#kasori {
font-size:12px;
margin: 0px 5px 10px 50px;
padding:0px;
color:#000;
}
ol#kasori li {
padding:0px;
margin:0px;
}
iframe {
margin-top:15px;
}


/* twitter--------------------------------------------------------------- */
#twitter {
	width:210px;
	font-size:12px;
	color: #333;
	background-color: #ffffff;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	}
#twitter a:hever {
	color: #33CCFF;
	}
#twitter_inner {
	padding:12px;
	}
#twitter_inner img {
	padding-top: 0px;
	padding-bottom: 5px;
	}
#twitter_inner ul {
	list-style-type:none;
	padding-top:10px;
	border-top:1px dotted #ccc;
	}
#twitter_update_list {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#twitter_inner ul {
	}
#twitter_update_list li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	}
#twitter_inner {
	text-align:left;
	display:block;
	}
#twitter-link {
	text-align:right;
	display:block;
	}
ul#twitter_update_list li {
	line-height: 18px;
	}

.entry img {
	padding-right:1px;
}
