/*
THEME NAME: Barba-Hair
THEME URI: http://barba-hair.com
DESCRIPTION: customizing Sandobox 1.6.1
VERSION: 1.0
AUTHOR: Koji Yokoyama & Yasuhiro Inami
AUTHOR URI:
TAGS: sandbox, barba, hair
*/

@import url('common.css');

/*----------------------------------------------------------------
	wp-classname
----------------------------------------------------------------*/
div.entry-content p,
div.entry-content ul,
div.entry-content h2,
div.entry-content h3 {
	margin-bottom:20px;
}

div.entry-content ul li {
	list-style-type:disc;
	margin-left:20px;
}

div.navigation {
	margin-left:10px;
}

div.nav-previous {
	float:left;
}

div.nav-next {
	float:right;
}

div.nav-previous a,
div.nav-next a {
	border:1px solid #999;
	color:#999999;
	font-size:80%;
	margin:2px;
	padding:2px 5px;
	background:#eee;
}

.alignleft {
	float:left;
	margin:0 10px 10px 0;
	border:3px solid #ccc;
}

.alignright {
	float:right;
	margin:0 0 10px 10px;
	border:3px solid #fff;
}

.alignnone,
.aligncenter {
	border:3px solid #ccc;
	text-align:center;
	background:#eee;
	margin:0 auto 20px;
}

.edit-link a {
	color:blue;
}

/*----------------------------------------------------------------
	wp-plugins
----------------------------------------------------------------*/
/* wp-table-reloaded */
table.wp-table-reloaded {
	border-collapse:separate;
	margin:0 0 20px;
	border:5px solid #ccc;
}

/* nextgen-gallery */
div.piclenselink {

}

a.piclenselink {
	background:url(images/hair-slide-off.png) no-repeat;
	display:block;
	height:40px;
	text-indent:-9999px;
	width:180px;
}

a.piclenselink:hover {
	background:url(images/hair-slide-on.png) no-repeat;
}


/*----------------------------------------------------------------
	layout
----------------------------------------------------------------*/
div { border: 0px dashed gray; }

a {
	text-decoration:none;
}

#wrapper {
	overflow:hidden;
	background:url(images/bg-top.jpg) no-repeat 50% 0;
	width:100%;
	min-width:960px;
	width: expression(document.body.clientWidth < 960? "960px" : "auto");
}

#container {
	width:960px;
	margin:0 auto;
	padding-bottom:200px;
}

#header { display:none; }

#content {
	float:right;
	width:675px;
}

#side {
	float:left;
	width:240px;
	padding-left:20px;
}

#footer {
	background:url(images/bg-footer.png) no-repeat;
	height:478px;
	margin-top:-250px;
	/*
	min-width:960px;
	width: expression(document.body.clientWidth < 960? "960px" : "auto");
	*/
}

/*----------------------------------------------------------------
	content
----------------------------------------------------------------*/
#content .menu {
	padding-left:5px;
	text-align:left;
}

#content .page_menu {
	height:40px;
	padding-top:20px;
}

#content .cat_menu {
	height:35px;
	padding-top:7px;
	font-size:80%;
}

#content .menu a {
	color:#fbfbfb;
	padding:10px;
	font-weight:bold;
}

#content .menu a:hover {
	color:#fff;
}

#content .menu ul {
	margin:0 auto 0;
	padding-left:20px;
	height:25px;
}

#content .menu ul li {
	display:inline;
}

#content .menu ul ul {
	display:none;
}

#content #breadcrumb {
	color:#fff;
	font-size:80%;
	padding-top:7px;
	padding-left:35px;
	margin-bottom:10px;
}

#content #breadcrumb a {
	color:#fbfbfb;
	font-weight:bold;
}

#content #breadcrumb a:hover {
	color:#fff;
}

/*----------------------------------------------------------------
	side
----------------------------------------------------------------*/
#side #logo a {
	background:url(images/logo_off.png) no-repeat;
	width:215px;
	height:345px;
	display:block;
}

#side #logo {
	width:215px;
}

#side #logo a:hover {
	background:url(images/logo_on.png) no-repeat;
}

#side .sidebar li h3 {
	display:none;
}

#side .sidebar li a {
	background:url(images/button-off.png) no-repeat;
	width:216px;
	height:45px;
	padding-top:15px;
	text-align:center;
	display:block;
	color:#252525;
	font-weight:bold;
}

#side .sidebar li a:hover {
	color:#fff;
	background:url(images/button-on.png) no-repeat;
}

#side .sidebar ul ul ul {
	display:none;
}

/*----------------------------------------------------------------
	footer
----------------------------------------------------------------*/
#footer {
	position:relative;
}

#footer #footer-home {
	height:150px;
	margin-top:270px;
	position:absolute;
	width:200px;
	cursor:pointer;
}

#footer .menu {
	text-align:left;
	padding-left:200px;
}

#footer .page_menu {
	height:40px;
	padding-top:275px;
}

#footer .cat_menu {
	height:35px;
	font-size:80%;
}

#footer .menu a {
	color:#fbfbfb;
	padding:10px 5px;
	font-weight:bold;
}

#footer .menu a:hover {
	color:#fff;
}

#footer .menu ul {
	margin:5px auto 0;
	padding-left:20px;
	height:25px;
}

#footer .menu ul li {
	display:inline;
	padding-right: 20px;
}

#footer .menu ul ul {
	display:none;
}

/*----------------------------------------------------------------
	index template
----------------------------------------------------------------*/
#index .hentry {
	background:url(images/box-top.png) no-repeat;
	width:690px;
}

#index .entry-title {
	width:550px;
	padding:20px 70px 0;
	height:25px;
}

#index div.entry-date {
	padding:0 70px;
	width:550px;
	font-size:80%;
	height:25px;
}

	/* hide entry-date in wp-page*/
	#index .page .entry-title {
		padding-top:30px;
		height:40px;
	}
	
	#index .page div.entry-date {
		display:none;
	}
	/* end of hide entry-date in wp-page*/

#index div.entry-content {
	background:url(images/box-content.png) repeat-y;
	padding:10px 70px 0;
	width:550px;
	overflow:hidden;
	font-size:80%;
	/*
	max-height:1000px;
	width: expression(document.body.clientHeight > 1000? "1000px" : "auto");
	*/
}

#index div.entry-meta {
	background:url(images/box-bottom.png) no-repeat;
	width:550px;
	height:50px;
	padding:10px 70px 30px;
	font-size:80%;
	text-align:right;
}

/*----------------------------------------------------------------
	home template
----------------------------------------------------------------*/
#home {
	background:url(images/home.png) no-repeat;
	width:670px;
	height:924px;
	margin-left:10px;
}

#home abbr {
	padding-right:10px;
}

#home .edit-link {
	padding-left:10px;
}

#home .information {
	height:230px;
	left:30px;
	overflow:auto;
	padding:0 10px;
	position:relative;
	top:85px;
	width:525px;
}

#home .information h2 {
	margin-bottom:10px;
}

#home .information .entry-title {
	margin-bottom:10px;
}

#home .information .entry-content .thumb {
	float:left;
	padding:0 20px 20px 10px;
}

#home .information .entry-content .thumb img {
	border:3px solid #ccc;
}

#home .information .entry-content .excerpt {
	float:left;
	width:290px;
	font-size:80%;
}

#home .information .entry-meta {
	text-align:right;
	font-size:80%;
}

#home .blog {
	width:430px;
	height:210px;
	top:177px;
	left:177px;
	position:relative;
	overflow:auto;
}

#home .blog .hentry {
	font-size:80%;
}

#home .access {
	width:168px;
	height:213px;
	position:relative;
	left:398px;
	top:484px;
	z-index:100;
}

/*----------------------------------------------------------------
	concept template
----------------------------------------------------------------*/
#concept {
	background:url(images/concept.png) no-repeat;
	width:531px;
	height:1012px;
}

/*----------------------------------------------------------------
	staff template
----------------------------------------------------------------*/
#staff {
	background:url(images/staff.png) no-repeat;
	width:672px;
	height:998px;
}

#staff #calendar {
	left:65px;
	position:relative;
	top:485px;
}

/*----------------------------------------------------------------
	special template
----------------------------------------------------------------*/
#special div.page {
	background:url(images/coupon.png) no-repeat;
	width:700px;
	height:419px;
}

#special .entry-title {
	padding-left:35px;
	padding-top:15px;
	float:left;
	display:none;
}

#special .entry-date {
	padding-right:50px;
	padding-top:15px;
	float:right;
}

#special .entry-content {
	height:290px;
	margin-top:15px;
	overflow:auto;
}

#special .entry-meta {
	text-align:right;
	padding-right:70px;
	font-size:80%;
}



