﻿.border{
	border: 1px solid #666;
}

.title{
	font-weight:normal;
	font-size:medium;
	border-bottom: 1px solid #666;
	background-color:#EBEBEB;
	margin-top:0;
	padding-top:0;
}
/* SHAPES PLACEHOLDER */
.shape-1, .shape-2, .shape-3{
	background-color: #ccc;
	border:1px solid #666;
	width: 75px;  
	height: 75px; 
	margin-right: .75em;
	margin-bottom: 5px;
}
.shape-1, .shape-3{
	margin: 0 auto;
}
/* DEFINITION LISTS */
div.portfolio {
	/*width: 14.60%;*/ /* 140px = 14.60% */
	width: 100%;
	height: 27em;
	padding: 0;
	float: left;
	border: 1px solid #000;
	font-weight:normal;
	font-size:75%;
}

div.portfolio img{
	background-color: #ccc;
	width: 140px;
	height: 140px;
	display:block;
}

div.portfolio:hover {
	border: 1px solid #fff;
	background-color: #8A0000;
	color: #fff;
}

div.portfolio dl {
	padding: 0;
	line-height: 1.3;
	/*width: 14.60px;*/ /* 140px =  14.60% */
}

div.portfolio dt {
	color: #666;
	font-size: 1.3em;
	float: left;	
	clear: left;
	padding-right: 0.2em;
}

div.portfolio dd {
	font-size: 1.3em;
	margin-bottom: 0.3em;
}

/* IMG */
a img{text-decoration:none;margin:0;padding:0;}
a:visited:after img {
	content: " ";
	color:#fff;
}

/* FORMS */
legend{
	font-weight:bold;
	text-transform:uppercase;
}

/* FLOATS */
.float-right{
	float:right;
}
.float-left{
	float:left;
}

/* GALLERY */
	dl.gallery
	{
		border: 1px solid #ececec;
		background-color: #444d40;
		width: auto;
		text-align: center;
		padding: 10px;
		float: left;
		margin-right: 1em;
		color: #fff;
	}
	
.event-gallery dt,.gallery dt { font-weight: bold; }
	
	.gallery dt img
	{
		width: auto;
		height: auto;
		border: 5px double #fff;
	}
	
.event-gallery dd, .gallery dd
	{
		margin: 0;
		padding: 0;
	}
/* EVENT GALLERY */
dl.event-gallery
{
width: auto;
text-align: center;
padding: 1em;
float: left;
}
.event-gallery dt { color:#000; }
.event-gallery dt img{
border: 1px solid #ccc;
width: auto;
height: auto;
padding:1em;
background-color:#eee;
}

/* EVENT */
	dl.event
	{
		margin: 2em 0;
		padding: 0;
		font-family: georgia, times, serif;
	}
	
	.event dt
	{
		position: relative;
		left: 0;
		top: 1.1em;
		width: 6em;
		font-weight: bold;
	}
	

	.event dd
	{
		border-left: 1px solid #000;
		margin: 0 0 0 6em;
		padding: 0 0 .5em .5em;
	}

/* KATA LIST BY RANKS */
dl#kata-ranks{
		border: 1px solid #ccc;
}
dl#kata-ranks dt{
		font-weight:bold;
		font-size: medium;
		font-family:Georgia, "Times New Roman", Times, serif;
		background-color: #ececec;
		border-bottom: 1px solid #ccc;
		padding-left: .6em;
}
dl#kata-ranks dd{
		padding-left: 1em;
		background-color: #f9f9f9; 
}
dl#kata-ranks dd.dd-alt{
		background-color: #f3f3f3;
}
/* TOC */
#toc-block{
	width: 100%;
	margin-bottom: 3.5em;
}
#toc-block ul{
	list-style-position:inside;
	list-style-type:square;
}

/* BREADCRUMB */
.breadcrumb p{
	background-color:#676E75;
	height: 2em;
	margin-bottom: 1em;	
	color: #fff;
	font-weight:bold;
	}
	
.breadcrumb a{
	text-decoration:underline;
	color: #fff;
	padding-left: 1.2em;
	}
.breadcrumb a:hover{
	text-decoration:none;
}

/* FOOTER */
#footer p{
	background-color:#676E75;
	height: auto;
	margin-bottom: 1em;
	padding:.25em;	
	color: #fff;
	}