/*

name: radzilla
designer: planpot
designer_url: http://www.planpot.jp/
layouts: layout-twt

*/

/* font */
@import url(http://fonts.googleapis.com/css?family=Londrina+Solid);
#contents #main .entry .eHeader h1.eTitle:before,
#contents #main .entry .eHeader div.eDate,
#contents .wCalender table td{ font-family: 'Londrina Solid', cursive; font-weight:400; }

/* light blue: #d9f5f8 */
#contents #main .entry .eHeader,
	.acolor	{ background-color:#e5f2f9; }

/* orange #ef6423 */
#body-header #pan,
	.bcolor { background-color:#ef6423; }

/* light orange #ffe682 -> light yellow #fff0c5 */
#contents .widget .wTitle,
	.ccolor	{ 
	background: #ffe682; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffe682 0%, #fff0c5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe682), color-stop(100%,#fff0c5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffe682 0%,#fff0c5 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(left,  #ffe682 0%,#fff0c5 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffe682 0%,#fff0c5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe682', endColorstr='#fff0c5',GradientType=1 ); /* IE6-9 */ }
/* red #e71820 */
#contents .wArchive ul li:before,
#contents .wTimetable ul li:before,
#contents .wRecentEntries ul li:before,
	.ccolor	{ color:#e71820; } 
#contents .widget .wTitle,
	.bcolor { border-bottom-color:#e71820; }
#contents #page-title,
	.bcolor { border-top-color:#e71820; }

/* black #231d1f */
#contents #main .entry .eHeader h1.eTitle a,
#contents #main .entry .eHeader h1.eTitle:before,
#contents .widget .wTitle,
	.ecolor	{ color:#231d1f; }

/* white #ffffff */
#body-header #pan,
#body-header #pan a,
	.fcolor	{ color:#fff; }


/* other style */
#contents .wCalender table td{ font-size:medium; }
#contents .widget .wTitle { border-bottom-width:1px; border-bottom-style:dotted; }
