/*
Theme Name: flashcast
Theme URI: http://flashcast.jp/app/wordpress/theme/en/
Description: The simple design is a theme. In addition, visitors to your site can choose colors from 10 theme colors, and can browse the your site in favorite style.This theme available under a GPL license.
Version: 1.0.1
Last Update: 20091210
Author: mojamoja
Author URI: http://flashcast.jp/
Tags: three-columns, fixed-width, custom-colors
*/

/* Main
------------------------------------------------ */
#lsidebar-wrapper {
	float:left;
	width:190px;
	padding:5px
}

#lsidebar {
	width:188px;
	border:1px solid #e1e1e1;
}

#rsidebar-wrapper {
	float:right;
	width:190px;
	padding:5px;
}

#rsidebar {
	width:188px;
	border:1px solid #e1e1e1;
}

#rsidebar .affiliate {
	padding:0 7px;
	margin-bottom:3px;
	background-color:#fff;
}

#rsidebar-about {
	padding: 5px 10px;
}

#lsidebar h2,#rsidebar h2 {
	display:block;
	font-size:12px;
	margin-bottom:10px;
	color:#71A20A;
	padding-left:10px;
	background-color:#CECECE;
	background-image: url(/assets/a_side_bg.png);
	background-repeat:no-repeat;
	width:165px;
	height:30px;
	line-height:30px;
}

#lsidebar ul,#rsidebar ul {
	margin:5px 4px 0;
	list-style-type:none;
}

#lsidebar ul .widget,#rsidebar ul .widget {
	margin-top:10px;
}

#lsidebar ul li ul li, #rsidebar ul li ul li {
	display:block;
	padding-left:10px;
	padding-bottom:5px;
}

#blog {
	float:left;
	width:540px;
	padding:5px;
	min-height:400px;
}

.box {
	width:518px;
	margin-bottom:10px;
	padding:10px;
	background-color:#fff;
	border:1px #E1E1E1 solid;
}

/* Entry
------------------------------------------------ */
.posttime {
	background-image:url(/assets/post_date_bg.png);
	background-repeat:no-repeat;
	height:42px;
	width:42px;
	float:left;
	text-align:center;
	padding-top:2px;
	margin-right:6px;
	margin-top:0px;
}

.posttime .m {
	color:#fff;
	font-size:12px;
	padding:2px 0 0 0;
}

.posttime .d {
	color:#666;
	font-size:16px;
	line-height:16px;
	padding:2px 0 0 0;
}

.posttitle {
	margin:0 10px 0 45px;
	padding-top:0px;
}

.posttitle h2,.posttitle h2 a {
	font-size:16px;
	color:#D01F3C;
	text-decoration:none;
	line-height:20px;
	margin:0px;
	letter-spacing:0;
}

.posttitle h2 a:hover {
	color:#D01F3C;
	text-decoration:none;
	background:#F1F2EB;
}

.postmeta {
	margin:2px 10px 0 45px;
}

.postmeta span {
	padding-left:14px;
	color:#808080;
	margin-right:12px;
	background-image:url(images/spanicon.gif);
	background-repeat:no-repeat;
}

.postmeta span span {
	padding-left:0px;
	margin-right:0px;
	background-image:none;
}

.postmeta span a {
	color:#808080;
	text-decoration:none;
}

.postmeta span a:hover {
	color:#666;
}

.comment {
	background-position:left -58px;
	margin-right:0!important;
}

.category {
	background-position:left -78px;
}

.date {
	background-position:left -98px;
}

.author {
	background-position:left 2px;
}

.pop {
	float:right;
	background-position:left 16px;
}

.edit {
	background-position:left -138px;
}

.tags {
	background-image: url(images/spanicon.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left -13px;
	line-height:200%;
}

.tags a {
      	background:#F1F2EB;
}

.postmetadata {
	padding:5px;
	background:#EFEEFE;
}

.postmetadata a {
	color:#4C81B6;
}

.post {
	font-size:13px;
	line-height:22px;
	margin:10px 0;
	word-wrap:break-word; /* fix for long text breaking post float in IE6 */
}

.post h3 {
	display:block;
	font-size:14px;
	border-bottom:1px dotted #B2B1B1;
	width:504px;
	height:30px;
	line-height:30px;
	padding:0 5px;
}

.post a {
      	color:#4C81B6;
}

.post p {
      	margin:0.5em 0 0.5em 0;
}

.post img {
      	border:1px solid #e1e1e1;
	padding:2px;
	margin:10px 0;
	max-width:500px;
}

.noboder,.noboder img {
	border:0;
}

.post a:hover img {
      	border:1px solid #767676;
	padding:2px;
	text-decoration:none;
}

.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
      	color:#83aa59;
	margin:10px 0;
}

.post fieldset {
      	padding:10px;
}

.post form {
      	text-align:left;
}

.post form input,.post form textarea,.post form select {
      	border:1px solid #E1E1E1;
}

.post form input.button {
      	border:1px solid #999;
	padding:2px;
}

.post table {
      	border:1px solid #999;
	padding:1px;
	margin:1px;
	border-collapse:collapse;
}

.post pre {
      	display:block;
	overflow:hidden;
	color:#808080;
	padding:5px;
	margin:5px;
}

.post blockquote {
      	display:block;
	margin:18px 10px;
	padding:5px;
	overflow:auto;
	background:#fafafa;
	border-left:3px solid #CCCCCC;
	font-size:80%;
	width:480px;
}

.post code {
      	display:block;
	overflow:auto;
	color:#808080;
	border:2px dashed #e1e1e1;
	padding:5px;
	margin:5px;
}

.post ul li,.post ol li {
      	list-style-position:inside;
	padding-left:20px;
	margin-bottom:14px;
}

.post .console {
      	display:block;
	background-color:#000;
	margin:0 5px;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:80%;
	line-height:16px;
	width:480px;
}

.post .bpoint {
	background:#ffc313 url(images/bpoint.png) no-repeat;
	border-left:3px solid #835402;
	font-size:80%;
	margin:18px 10px 0;
	overflow:auto;
	padding:9px 45px 5px 5px;
	width:440px;
	min-height:24px;
}

.post .bmemo {
	background:#72b6ff url(images/bmemo.png) no-repeat;
	border-left:3px solid #1d528c;
	font-size:80%;
	margin:18px 10px 0;
	overflow:auto;
	padding:9px 45px 5px 5px;
	width:440px;
	min-height:24px;
}

.post .bcheck {
	background:#b1df36 url(images/bcheck.png) no-repeat;
	border-left:3px solid #2f6c16;
	font-size:80%;
	margin:18px 10px 0;
	overflow:auto;
	padding:9px 45px 5px 5px;
	width:440px;
	min-height:24px;
}

.post .bwarning {
	background:#ffb4cb url(images/bwarning.png) no-repeat;
	border-left:3px solid #8a1d3e;
	font-size:80%;
	margin:18px 10px 0;
	overflow:auto;
	padding:9px 45px 5px 5px;
	width:440px;
	min-height:24px;
}

.post .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.post .alignleft {
	float:left;
}

.post .alignright {
	float:right;
}

.wp-caption {
	border:solid 1px #e1e1e1;
	text-align:center;
	padding:0 10px;
	margin:10px 0;
}

.read-more-bg {
	background-image:url(/assets/read_more.png) !important;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/read_more.png', sizingMethod='scale');
	height:80px;
	margin:-80px 0 0;
	position:relative;
	width:518px;
}

.read-more-link {
	font-size:120%;
	color:#4C81B6;
	float:right;
	margin:5px 0 0 0;
}

.navigation .alignleft {
	float:left;
}

.navigation .alignright {
	float:right;
}

/* Comments
------------------------------------------------ */
#commentform p {
	padding-bottom:10px;
}

#trackbacks {
	margin-bottom:10px;
}

#comments {
	margin-bottom:10px;
}

#commentform #author {
	border:1px solid #dadada;
	height:20px;
	width:200px;
	background:url(/assets/infoicon.gif) no-repeat 0px 0px;
	padding-left:15px;
	font-size:18px;
}

#commentform #email {
	border:1px solid #dadada;
	height:20px;
	width:200px;
	background:url(/assets/infoicon.gif) no-repeat 0px -20px;
	padding-left:15px;
	font-size:18px;
}

#commentform #url {
	border:1px solid #dadada;
	height:20px;
	width:200px;
	background:url(/assets/infoicon.gif) no-repeat 0px -40px;
	padding-left:15px;
	font-size:18px;
}

#commentform #comment {
	border:1px solid #dadada;
	height:200px;
	width:516px;
}

#commentform #submit {
	border:1px solid #dadada;
	height:20px;
	width:120px;
	background:#fff url(/assets/infoicon.gif) no-repeat 0px -60px;
	padding-left:15px;
	font-size:12px;
	color:#4E5C69;
}

#comments h3,#trackbacks h3 {
	margin:0px 10px 10px 0px;
	font-size:14px;
}

#comments ul,#trackbacks ul {
	list-style-type:none;
	background:#EFEEFE;
	overflow:hidden;
	margin-top:10px;
	width:518px;
}

#comments ul li,#trackbacks ul li {
	float:left;
	border-top:1px dotted #e1e1e1;
	min-height:80px;
	margin:0;
	padding:10px 10px 5px;
	width:498px;
}

ul.commentlist li div.commentmetadata {
	float:right;
}

ul.commentlist li div.comment-author {
	float:left;
	margin-bottom:5px;
}

ul.commentlist li div.comment-author cite.fn a {
	background:url(images/author.gif) no-repeat left;
	padding-left:15px;
	font-weight:bold;
	font-style:normal;
}

ul.commentlist li div img.avatar {
	border:1px solid #E1E1E1;
	padding:2px;
	float:left;
	margin:0 10px 5px 0;
}

ul.commentlist li div p {
	margin:0px 5px;
}

ul.commentlist li ul.children li {
	padding-left:20px!important;
}

ul.commentlist li ul.children li.depth-2 {
	width:94%!important;
}

ul.commentlist li ul.children li.depth-3 {
	width:91%!important;
}

ul.commentlist li ul.children li.depth-4 {
	width:88%!important;
}

ul.commentlist li ul.children li.depth-5 {
	width:85%!important;
}

/* Search
------------------------------------------------ */
#search_form {
	width:165px;
	height:68px;
	padding:0;
	margin:0 0 0 4px;
}

#search_form #s {
	float:left;
	width:145px;
	height:20px;
	border:1px solid #ccc;
	background:#fff;
	color:#564B42;
	line-height:18px;
	display:inline-block;
	margin-right:2px;
	margin-top:5px;
	padding:5px 20px 0 5px;
}

/* Trackback
------------------------------------------------ */
#trackback h3 {
	font-size:14px;
	margin:0 10px 10px 0;
}

#trackback input {
	background-color:#F2F1B5;
	border:medium none;
	margin:5px auto;
	padding:0 0 0 10px;
	text-align:left;
	width:508px;
}

#trackback-comment {
	font-size:75%;
	margin:0 0 0 10px;
	text-align:left;
}

/* Calendar
------------------------------------------------ */
#calendar_wrap {
	margin:5px;
}

#wp-calendar {
	text-align:center;
	width:165px;
	color:#808080;
}

#wp-calendar caption {
	color:#564B42;
}
