@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/*----------------------------
共通制御
----------------------------*/

BODY{
	margin:0 auto;
	padding:0;
	color:#666666;
	font-size:12px;
	font-family:MSゴシック;
}

DIV#container{
	width:780px;
	margin:0 auto;
	padding:0;
/*
	font-size:12px;
	text-align:center;
*/
}

DIV#top_center{
	float:left;
	width:380px;
	margin:0 5px 0 0;
	padding:0;
	text-align:left;
}

DIV#top_right{
	float:left;
	width:185px;
	margin:0 0 0 5px;
	padding:0;
	text-align:left;
}

IMG{
	margin:0;
	border:none;
}

A IMG {
	border: none;
	}

/* float属性解除 */

.clear_float{
	clear:both;
}

/* フォント関連 */

.info-t1  {font-size:11px; margin:6px 5px 3px 5px; line-height:120%;color:#4797C9;}
.info-t1b {font-size:12px; margin:6px 5px 3px 5px; line-height:120%;color:#4797C9;}
.info-t2  {font-size:10px; margin:3px 5px 3px 5px; line-height:110%;}
.info-t2b {font-size:12px; margin:3px 5px 3px 5px; line-height:120%;}
.info-t3  {font-size:12px; margin:3px 5px 3px 5px; line-height:140%;}

.followup-t  {font-size:11px; margin:6px 5px 6px 5px; line-height:120%;color:#999999;}


.t-green {font-size:16px; margin:15px 0 15px 0; color:#75C0D6;}
.t-ivy {color:#3A5185;margin:5px 0;}

DIV#img_center{
	text-align:center;
	margin:10px 0 10px 0;
}

.mb15 {
	margin-bottom:15px;
}

/*----------------------------
header.php
----------------------------*/

DIV#header{
	width:780px;
	margin:10px auto 0 auto;
	padding:0;
	color:#304930;
}

DIV#header_logo{
	margin:0 0 10px 5px;
}

DIV#header_menu_left{
	float:left;
	width:590px;
	height:30px;
	margin:0;
	background:url("/images/header-back.gif") repeat-x center bottom #FFFFFF;
	text-align:left;
}

DIV#header_menu_right{
	float:right;
	width:190px;
	height:30px;
	margin:0;
	background:url("/images/header-back.gif") repeat-x center bottom #FFFFFF;
	text-align:right;
}


/*----------------------------
sidebar.php
----------------------------*/

#sidebar
{
	padding: 5px 0 10px 0;
	margin:0 0 0 5px;
	width: 185px;
	}

#sidebar FORM {
	margin: 0;
	}


/*----------------------------
footer.php
----------------------------*/

#footer {
	padding: 0;
	margin: 0 auto;
	width: 770px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 2px 0;
	text-align: left;
	font-size:11px;
	}



/*----------------------------
rightbar.php
----------------------------*/

DIV#top_center_box1{
	width:373px;
	height:108px;
	margin:0 0 5px 0;
	border-top:1px solid #FFBD66;
	border-bottom:1px solid #FFBD66;
	border-right:1px solid #FFBD66;
	border-left:6px solid #FFBD66;
}

DIV#top_center_box2{
	width:373px;
	height:108px;
	margin:0 0 5px 0;
	border-top:1px solid #A0D297;
	border-bottom:1px solid #A0D297;
	border-right:1px solid #A0D297;
	border-left:6px solid #A0D297;
}

DIV#top_center_box3{
	width:373px;
	height:108px;
	margin:0 0 5px 0;
	border-top:1px solid #9ABACF;
	border-bottom:1px solid #9ABACF;
	border-right:1px solid #9ABACF;
	border-left:6px solid #9ABACF;
}

DIV#top_center_box4{
	width:373px;
	height:108px;
	margin:0 0 5px 0;
	border-top:1px solid #F99393;
	border-bottom:1px solid #F99393;
	border-right:1px solid #F99393;
	border-left:6px solid #F99393;
}

.center_box_t{
	width:260px;
	margin:5px 2px 5px 3px;
	text-align:left;
	font-size:10px;
	line-height:115%;
}

.more_ct{
	width:255px;
	margin:0 5px 0 0;
	text-align:right;
}


DIV#pickup_box{
	width:167px;
	border:1px solid #CCCCCC;
	margin:0 0 3px 0;
	padding:8px 8px 0 8px;
}

DIV#pickup_box P{
	font-size:10px;
	line-height:120%;
	margin:5px 0;
}

.more-t{
	text-align:right;
}

.schedule_box{
	width:378px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin:0;
	padding:0;
}
/* -- メディア掲載 -------------- */
.media_box{
	width:378px;
	border-top:1px solid #D1BE61;
	border-bottom:1px solid #D1BE61;
	border-left:1px solid #D1BE61;
	border-right:1px solid #D1BE61;
	margin:0;
	padding:0;
}

.media_box_div{
	padding:3px 5px;
}

.media_left {
	padding:3px 5px;
	float:left;
	width:100px;
}
.media_right {
	padding:3px 5px;
	float:right;
	width:100px;
}
ul.ec3_events11{
	padding:0;
	margin:0;}

li.ec3_events22{
	color:#3A5185
	padding:0;
	margin:0;}


DIV#whatsnew{
	width:370px;
	margin:5px 0 10px 8px;
	padding:0;
}

DIV#whatsnew p{
	font-size:11px;
	margin:2px 0 4px 0;
	padding:0 0 0 0;
	line-height:130%;
}

DIV#whatsnew span{
	font-size:11px;
	color:#93181D;
}

/*----------------------------
course
----------------------------*/

DIV#plist{
	width:575px;
	text-align:right;
	font-size:11px;
}

H1.plist_t{
	font-size:11px;
	font-weight:lighter;
	display: inline;
	color:#999999;
}

#plist a:hover { text-decoration: underline; color:#999999;}
#plist a:link { text-decoration: underline; color:#666666;}
#plist a:visited { text-decoration: underline; color:#666666;}

H2.all_t{
	width:550px;
	font-size:14px;
	background:url("/images/title-b1.gif") no-repeat 0 0;
	margin:20px 5px 15px 5px;
	padding:2px 0 0 15px;
}

H2.page_t1{
	width:545px;
	height:29px;
	font-size:16px;
	background:url("/images/title-b7.gif") no-repeat 0 0;
	margin:10px 5px 10px 5px;
	padding:12px 0 0 20px;
}

H2.page_t2{
	width:545px;
	height:29px;
	font-size:16px;
	background:url("/images/title-b8.gif") no-repeat 0 0;
	margin:20px 5px 10px 5px;
	padding:12px 0 0 20px;
}

H2.page_t2_1{
	width:510px;
	height:37px;
	font-size:16px;
	background:url("/images/title-b8-1.gif") no-repeat 0 0;
	margin:20px 5px 10px 5px;
	padding:28px 0 0 55px;
}

H2.page_t2_2{
	width:510px;
	height:37px;
	font-size:16px;
	background:url("/images/title-b8-2.gif") no-repeat 0 0;
	margin:20px 5px 10px 5px;
	padding:28px 0 0 55px;
}

H2.page_t2_3{
	width:510px;
	height:37px;
	font-size:16px;
	background:url("/images/title-b8-3.gif") no-repeat 0 0;
	margin:20px 5px 10px 5px;
	padding:28px 0 0 55px;
}

H2.page_t2_4{
	width:510px;
	height:37px;
	font-size:16px;
	background:url("/images/title-b8-4.gif") no-repeat 0 0;
	margin:20px 5px 10px 5px;
	padding:28px 0 0 55px;
}

H2.title_back3{
	width:515px;
	height:30px;
	font-size:14px;
	background:url("/images/title-b3.gif") no-repeat 0 0;
	margin:20px 5px 15px 5px;
	padding:8px 0 0 50px;
}

H2.media_t{
	width:550px;
	border-bottom:solid 2px #E2D174;
	font-size:14px;
	margin:20px 5px 15px 5px;
	padding:2px 5px;
}

DIV.course{
	width:555px;
	margin:10px 10px 0 10px;
	font-size:12px;
}

DIV.course2{
	width:555px;
	margin:10px 10px 0 10px;
	font-size:14px;
}

.course_no{
	font-size:14px;
	line-height:100%;
	margin:10px 0 3px 0;
}
.course_level{
	border-bottom:1px #FFBD66 solid;
	color:#FC9001;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	margin:10px 0 0 0;
	padding-bottom:2px;
}

.course_list_box1{
	width:507px;
	height:124px;
	margin:5px 28px 5px 27px;
	padding:1px 1px 1px 10px;
	background:url("/images/ch-list-back.gif") no-repeat 0 0;
}


.course_list_box2{
	width:507px;
	height:124px;
	margin:5px 28px 5px 27px;
	padding:1px 1px 1px 10px;
	background:url("/images/p-list-back.gif") no-repeat 0 0;
}

.course_list_box3{
	width:507px;
	height:124px;
	margin:5px 28px 5px 27px;
	padding:1px 1px 1px 10px;
	background:url("/images/mw-list-back.gif") no-repeat 0 0;
}

.course_list_box4{
	width:507px;
	height:124px;
	margin:5px 28px 5px 27px;
	padding:1px 1px 1px 10px;
	background:url("/images/s-list-back.gif") no-repeat 0 0;
}

.course_list_box4_l{
	width:507px;
	height:160px;
	margin:5px 28px 5px 27px;
	padding:1px 1px 1px 10px;
	background:url("/images/s-list-back2.gif") no-repeat 0 0;
}


.course_list_desc{
	margin:0 5px 5px 5px;
	font-size:12px;
	line-height:120%;
}
/*
.course_list_desc{
	width:330px;
	margin:0 5px 0 5px;
	font-size:12px;
	line-height:120%;
}
*/
.more_c{
/*
	width:325px;
*/
	margin:0;
	text-align:right;
}

.icon_r{
	width:520px;
	margin:0 28px 0 27px;
	text-align:right;
	font-size:10px;
}

.logo_jchi {
	border:solid 1px #CCC;
	padding:3px;
	margin:0 0 3px 5px;
}


.c-icgt {
	border:solid 1px #3a5185;
	padding:8px;
	margin:7px 7px 15px 7px;
}

.c-icgt STRONG{
	color:#3a5185;
}

.c-icgt2 {
	border:solid 1px #3a5185;
	padding:8px;
	margin:20px 7px 15px 7px;
}

.c-icgt2 STRONG{
	color:#3a5185;
}



/*----------------------------
course desc
----------------------------*/
DIV#item_desc{
	width:545px;
	margin:5px 15px 10px 15px;
	background:url("/images/item-line.gif") repeat-x 0 bottom;
	font-size:12px;
}

DIV#item_desc_left{
	float:left;
	width:70px;
	background:url("/images/ch-ya.gif") no-repeat 0 4px;
	margin:0;
	padding:0 0 0 15px;
}

DIV#item_desc_left_p{
	float:left;
	width:70px;
	background:url("/images/p-ya.gif") no-repeat 0 4px;
	margin:0;
	padding:0 0 0 15px;
}

DIV#item_desc_left_mw{
	float:left;
	width:70px;
	background:url("/images/mw-ya.gif") no-repeat 0 4px;
	margin:0;
	padding:0 0 0 15px;
}

DIV#item_desc_left_s{
	float:left;
	width:70px;
	background:url("/images/s-ya.gif") no-repeat 0 4px;
	margin:0;
	padding:0 0 0 15px;
}

DIV#item_desc_left_bs{
	float:left;
	width:70px;
	background:url("/images/bs-ya.gif") no-repeat 0 4px;
	margin:0;
	padding:0 0 0 15px;
}

DIV#item_desc_right{
	float:left;
	width:460px;
	margin:0 0 0 0;
}

DIV#item_desc_right2{
	float:left;
	width:380px;
	margin:0 0 0 0;
}

DIV#item_desc_right3{
	float:left;
	width:80px;
	margin:0 0 0 0;
}

DIV#item_line{
	width:545px;
	margin:5px 15px 10px 15px;
	background:url("/images/item-line.gif") repeat-x 0 bottom;
	font-size:12px;
}


DIV#comment{
	width:553px;
	border-left:1px solid #FFBD66;
	border-right:1px solid #FFBD66;
	margin:-3px 0 0 0;
	padding:0;
}

DIV#comment P{
	margin:10px 10px 0 10px;
	font-size:12px;
	line-height:140%;
}

DIV#voice{
	width:545px;
	margin:10px 15px 0 15px;
	font-size:12px;
	background:url("/images/item-line.gif") repeat-x 0 bottom;
	padding:0 0 10px 0;
}

DIV#voiceBB{
	width:485px;
	margin:10px 15px 0 15px;
	font-size:12px;
	background:url("/images/item-line.gif") repeat-x 0 bottom;
	padding:0 0 10px 0;
}

.title_back2{
	width:540px;
	height:23px;
	font-size:14px;
	background:url("/images/title-b2.gif") no-repeat 0 center;
	margin:10px 0 5px 0;
	padding:2px 0 0 15px;
}

.title_back2b{
	width:515px;
	height:23px;
	font-size:14px;
	background:url("/images/title-b2b.gif") no-repeat 0 center;
	margin:10px 0 5px 20px;
	padding:2px 0 0 15px;
}

.title_back2j{
	width:540px;
	height:23px;
	font-size:14px;
	background:url("/images/title-b2.gif") no-repeat 0 center;
	margin:18px 0 10px 0;
	padding:2px 0 0 15px;
}
.title_back3j{
	width:540px;
	height:42px;
	font-size:14px;
	background:url("/images/title-b2.gif") no-repeat 0 bottom;
	margin:18px 0 10px 0;
	padding:2px 0 0 15px;
}

.title_back4{
	width:540px;
	height:23px;
	font-size:14px;
	background:url("/images/title-b4.gif") no-repeat 0 center;
	margin:10px 0 5px 0;
	padding:2px 0 0 15px;
}

.title_back5{
	width:540px;
	height:23px;
	font-size:14px;
	background:url("/images/title-b5.gif") no-repeat 0 center;
	margin:10px 0 5px 0;
	padding:2px 0 0 15px;
}

.title_back6{
	width:540px;
	height:23px;
	font-size:14px;
	background:url("/images/title-b6.gif") no-repeat 0 center;
	margin:10px 0 5px 0;
	padding:2px 0 0 15px;
}

.title_back9{
	width:540px;
	height:23px;
	font-size:14px;
	background:url("/images/title-b9.gif") no-repeat 0 center;
	margin:20px 0 10px 0;
	padding:2px 0 0 15px;
}

.title_back9b{
	width:540px;
	height:23px;
	font-size:14px;
	text-align:right;
	padding:2px 0 6px 0;
}

.desc_t1{
	width:555px;
	margin:5px 10px 5px 10px;
	font-size:12px;
	line-height:140%;
}

.desc_t2{
	width:515px;
	margin:5px 20px 5px 20px;
	font-size:12px;
	line-height:160%;
}

.desc_t2b{
	width:515px;
	margin:5px 20px 10px 20px;
	font-size:14px;
	line-height:160%;
}

.desc_t2j{
	width:515px;
	margin:14px 20px 10px 20px;
	font-size:12px;
	line-height:160%;
}

.desc_t3{
	width:495px;
	margin:15px 20px 5px 20px;
	font-size:12px;
	line-height:160%;
	padding:0 10px 0 10px;
	border-top:1px solid #8F0F09;
	border-bottom:1px solid #8F0F09;
	border-right:1px solid #8F0F09;
	border-left:1px solid #8F0F09;
}

.desc_t4{
	width:495px;
	margin:5px 30px 5px 30px;
	font-size:12px;
	line-height:160%;
}

.desc_t4b{
	margin:5px 0 5px 20px;
	font-size:12px;
	line-height:160%;
}

.more_button{
	width:570px;
	text-align:right;
	margin:5px 0 5px 0;
}



/*----------------------------
profile
----------------------------*/

.prof{
	width:545px;
	margin:5px 15px 0 15px;
	font-size:12px;
	line-height:140%;
	background:url("/images/profile-back.gif") repeat-y 0 0;
}

.prof_t{
	width:495px;
	margin:5px 25px 0 25px;
	font-size:12px;
	line-height:160%;
}

.prof_text{
	font-size:12px;
	line-height:160%;
	margin:0 0 2px 0;
}

.prof_item{
	background:url("/images/prof-ya.gif") no-repeat 0 4px;
	margin:0;
	padding:0 0 0 15px;
}


/*----------------------------
course profile
----------------------------*/



DIV#course_box1{
	float:left;
	width:258px;
	height:158px;
	margin:0 0 10px 15px;
	border-top:1px solid #FFBD66;
	border-bottom:1px solid #FFBD66;
	border-right:1px solid #FFBD66;
	border-left:6px solid #FFBD66;
}

DIV#course_box2{
	float:left;
	width:258px;
	height:158px;
	margin:0 0 10px 10px;
	border-top:1px solid #A0D297;
	border-bottom:1px solid #A0D297;
	border-right:1px solid #A0D297;
	border-left:6px solid #A0D297;
}

DIV#course_box3{
	float:left;
	width:258px;
	height:158px;
	margin:0 0 5px 15px;
	border-top:1px solid #9ABACF;
	border-bottom:1px solid #9ABACF;
	border-right:1px solid #9ABACF;
	border-left:6px solid #9ABACF;
}

DIV#course_box4{
	float:left;
	width:258px;
	height:158px;
	margin:0 0 5px 10px;
	border-top:1px solid #F99393;
	border-bottom:1px solid #F99393;
	border-right:1px solid #F99393;
	border-left:6px solid #F99393;
}

.course_t1{
	width:145px;
	margin:5px 2px 5px 3px;
	text-align:left;
	font-size:10px;
	line-height:115%;
}

.more_course{
	width:145px;
	margin:0 5px 0 0;
	text-align:right;
}



/*----------------------------
support
----------------------------*/

.support_q{
/*
	width:315px;
*/
	height:29px;
	background:url("/images/support-q.gif") no-repeat 0 0;
	margin:15px 0 10px 0;
	padding:4px 0 0 30px;
}

.support_t1{
	margin:10px 5px 5px 10px;
	text-align:left;
	font-size:11px;
}

.support_t2{
	margin:0 0 10px 0;
}

.support_shop{
	width:510px;
	margin:10px 15px 10px 25px;
	line-height:160%;
}



.bs_link_box{
	width:542px;
	height:125px;
	background:url("/images/bs-back.gif") no-repeat 0 0;
	margin:15px 0 0 14px;
}

.bs_link_box P{
	width:502px;
	font-size:11px;
	line-height:140%;
	margin:5px 20px 0 20px;
}

.bs_link_button{
	margin:0 0 0 320px;
}



















#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}



#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/*
#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}
*/

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 780px;
	border: 1px solid red;
	}


.narrowcolumn {
	float: right;
	padding: 0 5px 10px 5px;
	margin: 5px 0 10px 0;
	width: 575px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}




/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

/*
hr {
	display: none;
	}
*/



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
