/*  
Theme Name: JB's
Theme URI: http://jbs.cv/
Description: The first JB's theme
Version: 1.0
Author: Yoko Sadamoto
Author URI: http://

*/

/*
INDEX
	COMMON
	LAYOUT
	FOOTER
	MENU

	TOP NEWS
	BLOG
	HEADER SEARCH FORM
	SIDE BAR
	TEMP:PAGE
	FONT
*/

/*COMMON
---------------------------------------------------*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #222;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
}

img {
	border: none;
	vertical-align: text-bottom;
}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666666;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: left;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
	font-size: 1.3em;
	}

h3 {
	margin: 10px 0 0 0;
	font-size: 1.2em;
	}

.clear { clear: both;}

a:link {
	color:#999;
	text-decoration: underline;
}
a:visited {
	color:#999;
	text-decoration: underline;
}
a:hover {
	color:#7f7f7f;
}
a:active {
	color:#7f7f7f;
}

/*LAYOUT
---------------------------------------------------*/

#wrapper {
	text-align: center;
	margin: 20px auto;
	padding: 0;
	width: 740px;
}

#wrapper:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#header, #content {
	background-color: #FFFFFF;
}

#header {
	background: #FFFFFF url(images/header_bg.gif) repeat-x bottom;
	margin: 0 0 5px 0; 
	padding: 0;
	width: 740px;
	height: 155px;
	text-align: left;

	}

#headerimg 	{ 
	margin: 0;
	float: right;
} 

#content,
#contentLine {
	margin-top: 5px;
	padding: 15px 20px 10px 20px;
	font-size: 1.2em;
	margin: 0 auto;
	}

#contentLine {
	background: #FFFFFF url(images/content_line.gif) repeat-y top;
	}

#content:after,
#contentLine:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#content,
#contentLine {/* for IE7 before IE5 */
	display: inline-block;
}

* html #content,
* html #contentLine{/* for IE */
	/*\*/height:1%;/* for WinIE*/
	display:inline-table;/* for MacIE*/
}

#contentSmall {
	margin-top: 5px;
	padding: 15px 50px;
	font-size: 1.2em;
	margin: 0 auto;
	background-color: #FFFFFF;
	}

#contentSmall:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#contentSmall {/* for IE7 before IE5 */
	display: inline-block;
}

* html #contentSmall{/* for IE */
	/*\*/height:1%;/* for WinIE*/
	display:inline-table;/* for MacIE*/
}

#footer {
	background: #DDDDDD url(images/footer_bg.gif) no-repeat;
	padding: 0;
	margin: 2px auto 0 auto;
	width: 100%;
	clear: both;
	color: #777777;
	font-weight: bold;
}

img.topImage {
	margin: 0 0 5px 0;
}

/*FOOTER
---------------------------------------------------*/

#footer p {
	margin: 0;
	padding: 20px 0 19px 0;
	text-align: center;
}
#footer a {
	font-weight: normal;
	color: #eb6ea0;
}

/*MENU
---------------------------------------------------*/

ul#navcontainer {
	list-style-type: none;
	height: 45px;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	width: 460px;
}

ul#navcontainer li {
	padding: 0;
	margin: 0;
	height: 17px;
	float:left;
	/*border: 1px solid;*/
}


ul#navcontainer li a,
ul#navcontainer li a:hover {
	height: 17px;
	display:block;
	text-indent: -1000px;
	background-position: left;
}

ul#navcontainer li a.pageNews,
ul#navcontainer li a.pageNews:hover,
ul#navcontainer li a.pageStudio,
ul#navcontainer li a.pageStudio:hover {
	width: 85px;
}

ul#navcontainer li a.pageInstructor,
ul#navcontainer li a.pageInstructor:hover,
ul#navcontainer li a.pageRegistrar,
ul#navcontainer li a.pageRegistrar:hover {
	width: 130px;
}

ul#navcontainer li a.pageService,
ul#navcontainer li a.pageService:hover,
ul#navcontainer li a.pageQa,
ul#navcontainer li a.pageQa:hover {
	width: 95px;
}
ul#navcontainer li a.pageSchedule,
ul#navcontainer li a.pageSchedule:hover,
ul#navcontainer li a.pageEvent,
ul#navcontainer li a.pageEvent:hover {
	width: 105px;
}

ul#navcontainer li a.pageTop {
	background: url(images/menu_ber/top.gif) no-repeat;
}
ul#navcontainer li a.pageTop:hover {
	background: url(images/menu_ber/top_over.gif) no-repeat;
}

ul#navcontainer li a.pageNews {
	background: url(images/menu_ber/news.gif) no-repeat;
}
ul#navcontainer li a.pageNews:hover {
	background: url(images/menu_ber/news_over.gif) no-repeat;
}

ul#navcontainer li a.pageService {
	background: url(images/menu_ber/service.gif) no-repeat;
}
ul#navcontainer li a.pageService:hover {
	background: url(images/menu_ber/service_over.gif) no-repeat;
}

ul#navcontainer li a.pageStudio {
	background: url(images/menu_ber/studio.gif) no-repeat;
}
ul#navcontainer li a.pageStudio:hover {
	background: url(images/menu_ber/studio_over.gif) no-repeat;
}

ul#navcontainer li a.pageSchedule {
	background: url(images/menu_ber/schedule.gif) no-repeat;
}
ul#navcontainer li a.pageSchedule:hover {
	background: url(images/menu_ber/schedule_over.gif) no-repeat;
}

ul#navcontainer li a.pageRegistrar {
	background: url(images/menu_ber/register.gif) no-repeat;
}

ul#navcontainer li a.pageRegistrar:hover {
	background: url(images/menu_ber/register_over.gif) no-repeat;
}
ul#navcontainer li a.pageInstructor {
	background: url(images/menu_ber/instructor.gif) no-repeat;
}

ul#navcontainer li a.pageInstructor:hover {
	background: url(images/menu_ber/instructor_over.gif) no-repeat;
}

ul#navcontainer li a.pageQa {
	background: url(images/menu_ber/qa.gif) no-repeat;
}
ul#navcontainer li a.pageQa:hover {
	background: url(images/menu_ber/qa_over.gif) no-repeat;
}

ul#navcontainer li a.pageEvent {
	background: url(images/menu_ber/event.gif) no-repeat;
}
ul#navcontainer li a.pageEvent:hover {
	background: url(images/menu_ber/event_over.gif) no-repeat;
}


ul#navcontainer li a.pageManae {
	background: url(images/menu_ber/manae.gif) no-repeat;
}
ul#navcontainer li a.pageManae:hover {
	background: url(images/menu_ber/manae_over.gif) no-repeat;
}

ul#navcontainer li a.pageMasa {
	background: url(images/menu_ber/masa.gif) no-repeat;
}
ul#navcontainer li a.pageMasa:hover {
	background: url(images/menu_ber/masa_over.gif) no-repeat;
}


/*TOP NEWS
---------------------------------------------------*/

#leftCol, #rightCol {
	background-color: #FFFFFF;
}

#leftCol {
	width: 450px;
	display: block;
	float: left;
}

#leftCol:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#leftCol {/* for IE7 before IE5 */
	display: inline-block;
}

* html #leftCol{/* for IE */
	/*\*/height:1%;/* for WinIE*/
	display:inline-table;/* for MacIE*/
}

#rightCol {
	width: 225px;
	float: right;
	display: block;
}

h1.title {
	text-indent: -1000px;
	margin: 10px 0;
	font-size: 0.1em;
}

.leftBox {
	padding: 10px;
	margin: 10px 0;
	clear: right;
	text-align: left;
	border: 1px dashed #d4d0c8;
}

.leftBox h2 {
	font-size: 1.2em;
	margin: 0 0 0 0;
}

.leftBox strong {
	color: #666666;
}

.leftBox b {
	color: #00c836;
}

.leftBox a.topPost {
	color: #00c836;
	font-size: 14px;
	font-weight: bold;
}

.leftBox a.topPost:hover {
	color: #97e51f;
}

/*BLOG
---------------------------------------------------*/

h2.pagetitle {
	text-indent: -1000px;
	line-height: 0.1em;
	margin: 0;
}

/* for blog */
.post {
	margin: 0 auto 35px;
	padding: 0;
	text-align: justify;
	}

.post h2,
.post h3 a {
	color: #ff007f;
}

/* for page */
.postWrap {
	width: 650px;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
	}

.post h3 a.news {	color: #fcc800;}
.post h3 a.diary {	color: #ff0000;}
.post h3 a.masaDiary {	color: #009933;}
.post h3 a.event {	color: #009933;}
.post h3 a:hover {	border-bottom: 1px dashed #DDDDDD;}
.post h3.qa {	color: #1f497d;}

.entry {
	margin: 5px 0 0 0;
	padding: 10px 13px;
	clear: right;
	border: 1px dashed #DDDDDD;
}
.entry p {
	margin: 0 0 15px;
}

.entry p a:visited {
	color: #b85b5a;
}


/* Begin Comments*/

.alt {
	margin: 0 auto;
	padding: 10px;
	background-color: #EEEEEE;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.postmetadata {
	clear: left;
	text-align: right;
	margin: 10px 0 0;
}

h3#comments, h3#respond {
	text-align: left;
	margin: 40px 0 0 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 {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	border: 1px solid;
	}
/* End Comments */


.entry, .widecolumn {
	line-height: 1.5em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
        color: #333;
   	background: #FFFFFF url(images/sidebar.gif) no-repeat top;
	}

#commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform input {
	width: 250px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	width: 150px;
	margin: 0;
	float: right;
	}

.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;
	}

/*HEADER SEARCH FORM
---------------------------------------------------*/

#headSsearch {
	padding: 0;
	width: 220px;
	margin: 10px 0;
	text-align: right;
	}

#headSsearch input.textarea {
	width: 115px;
	height: 15px;
	border: 1px solid #DDDDDD;
}


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	width: 85px;
	height: 23px;
	background: transparent url("images/search_btn.gif") no-repeat left;
	border: none;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */


/*SIDE BAR
---------------------------------------------------*/

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0;
	width: 220px;
	float: right;
	text-align: left;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

#sidebar h2 {
	margin: 0 0 0;
	padding: 7px 5px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 15px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	padding: 0;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

.textwidget {
	margin: 5px 0 0 0;
}

.textwidget a img {
	padding: 0;
	border: 2px solid #00c836;
}

.textwidget a:hover img {
	padding: 0;
	border: 2px solid #97e51f;
}

/*TEMP:PAGE
---------------------------------------------------*/

table#normal,
table#normal th,
table#normal td {
border: none;
}

.entry table {
	width: 100%;
	margin: 7px 0;
	border-top: 1px solid #d4d0c8;
	border-left: 1px solid #d4d0c8;
}

.entry table td, .entry table th {
	padding: 3px 5px;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
}

.entry table th {
	width: 14%;
	text-align: center;
	background-color: #EEEEEE;
}

.entry table th.sun {
	color: #FF6600;
	background-color: #f6e5cc;
}

.entry table th.sat {
	color: #0075c2;
	background-color: #bbdbf3;
}

.entry table th.lady {
	color: #FFFFFF;
	background-color: #FF0099;
}

.entry table th.man {
	color: #FFFFFF;
	background-color: #00afcc;
}

.entry table th.photo {
	width: 25%;
}

.entry table td.item {
	width: 30%;
	font-weight: bold;
}

.entry table td.other {
	width: 30%;
	text-align: center;
}

.entry table td.day {
	width: 5%;
	text-align: center;
}

.entry table td.time {
	width: 65%;
}

.entry table td.list{
	width: 14%;
	text-align: center;
	vertical-align: top;
}

.entry table td.sat {
	width: 13%;
	text-align: center;
	vertical-align: top;
}

.entry table td.sun {
	width: 14%;
	text-align: center;
	vertical-align: top;
}

.entry table td.list .time,
.entry table td.sat .time,
.entry table td.sun .time {
	font-weight: bold;
}

.entry table td.list small {
	font-weight: bold;
}

.entry table td.sun small {
	color: #FF6600;
	font-weight: bold;
}

.entry table td.sat small {
	color: #0075c2;
	font-weight: bold;
}

.entry table td.photo {
	width: 25%;
	text-align: center;
}

.entry table td.frame {
	width: 11%;
	background-color: #EEE;
	color: #666;
	font-weight: bold;
	text-align: center;
}

.entry table td.career {
	width: 59%;
}

#map {
	width: 600px;
	height: 450px;
	text-align: center;
	margin: 5px auto;
	border: 1px solid #DDDDDD;
}

p.bottom { margin-bottom: 20px; font-weight: bold;}

p.top { margin-top: 20px; font-weight: bold;}

/*FONT
---------------------------------------------------*/

.pink { color: #FF0099;}
.yellow { color: #fcc800;}
.gray { color: #777777;}
.orange { color: #FF6600;}
.blue { color: #00afcc;}
.purple { color: #9900cc;}
.grey { color: #7F7F7F;}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

b.red { color: #FF0000;}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a,
h2 a:hover,
h3 a:hover {
	text-decoration: none;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: normal 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}
/* End Typography & Colors */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry ul.number {
	margin-left: 20px;
}


/* End Entry Lists */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 200px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	padding-top: 10px;
	}

#wp-calendar td {
	padding: 3px;
	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;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 15px 0 10px;
	height: 20px;
	}
/* 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." */
