@charset "utf-8";
/*
Theme Name: Advantage Theme
Theme URI: http://www.advantage-ej.com/
Description: This theme is customized for Advantage E/J English School.
Version: 0.1
Author: Toshiya Kadowaki
Author URI:
Tags: english, nature, whistler
*/


/*-----------------------------------*/
/* Sidebar */
/*-----------------------------------*/
#sidebar {
	padding: 0px 10px;
	padding-top: 1px; /* to avoid margin compensation */
	margin-left: 580px;
	width: 170px;
	_width: 190px;
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #f8f7f5 url(/common/_ver200905/images/h2_back.png) no-repeat top left; */
}
#sidebar form {
	margin: 0;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	color: #777;
}
#searchform {
	margin: 10px auto;
	padding: 0px;
}
#searchform label {
	display: block;
	margin: 5px 0 0;
	padding: 0;
	font: bold 1.2em 'Lucida Grande', Verdana, Sans-Serif;
	color: #f90;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	margin-left: 10px;
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar #searchsubmit {
	padding: 1px;
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/*-----------------------------------*/
/* Post */
/*-----------------------------------*/
.navigation {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size: 12px;
}
.navigation a {
	color: #333;
}
.post:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.post {
	position: relative;
	margin: 0 0 15px;
	padding: 10px 15px 5px 15px;
/*	text-align: justify; */
	background: #f8f7f5 url(/common/images/default/h2_back.png) no-repeat top left;
	min-height: 1px;
}
.post hr {
	display: block;
}
.post > small {
	position: relative;
	top: -3px;
	left: 1px;
	font: 12px Georgia, serif;
}
.post .more-link {
	padding-left: 1.0em;
}
.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: both;
}
/*-----------------------------------*/
/* Entry */
/*-----------------------------------*/
.entry {
	padding-top: 0.3em;
	border-top: 1px solid #CCC;
	line-height: 1.4em;
}
.single_entry {
	padding-top: 0px;
	border-top: none;
}
.narrowcolumn .postmetadata {
	padding: 3px;
	background: #EEE;
	border: 1px solid #CCC;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
.entry p a:visited {
	color: #b85b5a;
}
/* 
	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 2.0em;
}
html>body .entry li {
	/*margin-bottom: 3px;*/
}
#sidebar ul ul li:before {
	content: "\00BB \0020";
}
.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;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
/*-----------------------------------*/
/* Respond */
/*-----------------------------------*/
#respond {
	margin-top: 20px;
}
/*-----------------------------------*/
/* Comments*/
/*-----------------------------------*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
/*	text-align: justify; */
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.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;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
.nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
/*-----------------------------------*/
/* Calendar */
/*-----------------------------------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#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;
}
#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; }

/*-----------------------------------*/
/* Captions */
/*-----------------------------------*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0px 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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*-----------------------------------*/
/* Schedule Sample */
/*-----------------------------------*/
table.sample_schedule td {
	width: 6.0em;
	height: 3.0em;
	border: 1px solid gray;
	font-size: 12px;
	text-align: center;
	line-height: 1.1em;
}
table.sample_schedule th {
	background: orange;
	border: 1px solid gray;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
}
table.sample_schedule thead td {
	height: 2.0em;
	background: orange;
	font-weight: bold;
}
table.sample_schedule td.to_do {
	background: yellow;
}
/*-----------------------------------*/
/* Program Fees */
/*-----------------------------------*/
dl.tuition_fees dt {
	width: 6em;
}
dl.tuition_fees dd {
	margin-left: 6em;
}
dl#coop_fees dt {
	width: 25em;
}
dl#coop_fees dd {
	margin-left: 25em;
}
dl#coop_fees dd .regular_price {
	text-decoration: line-through;
}
dl#coop_fees dd .sale_price {
	color: red;
	margin-left: 2em;
}
dl#coop_campaign dt {
	width: 2.5em;
}
dl#coop_campaign dd {
	margin-left: 2.5em;
}
dl#inst_fees dt {
	width: 25em;
}
dl#inst_fees dd {
	margin-left: 25em;
}
.footnotes {
	margin-top: 0.5em;
}
/*-----------------------------------*/
/* Admission Requirements */
/*-----------------------------------*/
dl#admission_requirements dt {
	width: 25em;
}
dl#admission_requirements dd {
	margin-left: 25em;
}
ul#admission_req_footnotes {
	margin-top: 1em;
}
/*-----------------------------------*/
/* Dormitory */
/*-----------------------------------*/
.dorm_pics {
	display: inline;
	float: right;
	margin-left: 7px;
}
.dorm_pics img {
	margin: 4px 4px 0px 4px;
}
.dorm_pics .img_caption {
	display: block;
	margin: 0px 4px 1em 4px;
	text-align: right;
	font-size: 12px;
}
/*-----------------------------------*/
/* Letters form Graduates  */
/*-----------------------------------*/
#letters_column1 {
	float: left;
	width: 370px;
	margin-right: 20px;
	margin-left: 10px;
}
#letters_column2 {
	float: left;
	width: 370px;
	margin-right: 10px;
}
#letters_column1 .graduate_profile {
	display: block;
	margin-top: 0.8em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	color: #AA7;
}
#letters_column2 .polaroid {
	position: relative;
	width: 370px;
	height: 314px;
	margin: 0px 0px 20px 0px;
	padding-top: 1px;
	background: url(/common/images/pages/Letters-Poloroid_back.jpg) no-repeat;
}
#letters_column2 .polaroid h3 {
	position: absolute;
	bottom: 20px;
	width: 335px;
	left: 18px;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #069;
	text-align: center;
}
#letters_column2 .polaroid img {
	width: 335px;
	margin: 16px 16px 40px 16px;
}
/*-----------------------------------*/
/* Contact Form  */
/*-----------------------------------*/
.wpcf7 dl {
	width: 100%;
	margin: 0em;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
	display: table;
}
.wpcf7 dt {
	margin: 0em;
	width: 150px;
	float: left;
	color: #036;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.wpcf7 dt:after {
	content: "";
}
.wpcf7 dd {
	margin: 0em;
	width: 380px;
	float: left;
	color: #666;
	padding: 5px 0 5px 20px;
	border-left: 4px solid #0c6;
	text-align: left;
}
.wpcf7 .programs .wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin-bottom: 0.2em;
}
.wpcf7 .captcha {
	margin-top: 0.5em;
	text-align: center;
}
.wpcf7 .form_submit {
	margin-top: 0.5em;
}
.wpcf7 .form_submit input {
	letter-spacing: 0.2em;
	padding: 0.2em 0.5em;
}
.input-b {
	width: 200px;
	background-color: #efc;
	border-left: 1px solid #9cc;
	border-right: 2px solid #066;
	border-top: 1px solid #9cc;
	border-bottom: 2px solid #066;
	margin-top: 20px;
	padding: 5px;
	color: #00375E;
	font-weight: bold;
	letter-spacing: 3px;
}
.copy{text-align:right;}.copy a{font-size:70%;text-decoration:none;color:#ccc;background-color:#eee;}
.required { color: #f90; font-size: 80%; padding-left: 10px; }
.err { color: red; background-color: #fff; }
.point { color: #3B6C53; background-color: #fff; }
.align-c { text-align: center; }
.input-s { width: 200px; }
.input-m { width: 300px; }
.input-l { width: 400px; }
.inp4 { width: 80px; }
.inp2 { width: 40px; }

