/* reset */
html, body, iframe, div, p, h1, h2, h3, h4, h5, span, pre, ul, ol, li, dl, dt, dd, img, hr {
	margin: 0; padding: 0; border: none;
}

ul, ol { list-style-type: none; list-style-position: outside; }

.clearBoth {
  clear:both;
  margin:0;
  padding:0;
  font-size:0;
  line-height:0;
  height:0;
}
/* *** */

/* misc */
.bold { font-weight:bold; }

.left    { text-align:left; }
.right   { text-align:right; }
.center  { text-align:center; }
.justify { text-align:justify; }
/* *** */



/* layout */
body {
	font: 12px/normal "Trebuchet MS", sans-serif;
	letter-spacing: 0.15em;
	text-align: center;
	color: #666;
	background-color: #f3f0e9;
}

#holder {
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#header {
	position: relative;
	overflow: hidden;
	width: 740px;
	height: 175px;
	border-bottom: 1px solid #fff;
}

#header span {
	display: block;
  position: absolute; left: 0; top: 0; z-index: 1;
	width: 740px;
	height: 175px;
	background: transparent url("../__images/header_aikido.jpg") no-repeat center center;
}

/* navigation */
#navigation {
	height: 21px; overflow: hidden; /** prevents the <a> elements to overflow downwards - in all browsers. **/
}

#nav-sub {
	background: #cfcab7;
	border-top: 1px solid #ded6c5;
	}
	
/* */
#text_area {
	padding-top: 25px;
	min-height: 380px;
	background-color: #fff;
	overflow: hidden;
}


#content_area {
	padding: 0 25px 5px 25px;
	}

.i_header {
	margin: 0;
	padding: 0 0 2em 35px;
}

.i_body {
	margin: 0 14px; /* should be 15px but IE Win isn't happy... */
	font: 13px/16px arial, helvetica, sans-serif;
	letter-spacing: normal;
	min-height: 320px;
	color: #000;
}

.breadcrumb {
	padding: 10px 0 7px 10px;
	font: 9px arial, helvetica, sans-serif; 
}

#footer {
	line-height: 1.8em;
	text-align:center;
	background-color: #e4ddbd;
	border-bottom: 1px solid #999;
}

/** **/
h1 {
	padding-bottom: 2px;
	font: normal normal bold 18px/1.2em Georgia, Verdana, Arial, sans-serif;
}

h1#p_title {
	padding-left: 25px;
	color: #fff;
	display: inline;
}

ul.sub {
	margin-left: 1em;
	font: 13px/13px "Trebuchet MS", sans-serif;
	color: #679;
	display: inline;
}

/* there is a margin in "ul.sub li" for IE that doesn't understant ":after" */
/* don't want to use a CSS hack ! */
ul.sub li {display: inline; margin: 0 1ex;}
ul.sub li.last-child {margin-right: 0;}
ul.sub li:after {content: " | "; margin-left: 1.5ex;}
ul.sub li.last-child:after {content: "";}

h2 {
	background: transparent url("../__images/h_dotted_border.gif") repeat-x bottom left;
	margin: 0 0 1em 0;
	padding: 5px 0 5px 7px;
	font-size: 13px;
	font-weight: bold;
	border-left: 6px solid #00d7e1;
}

h3 {
	background: transparent url("../__images/h_dotted_border.gif") repeat-x bottom left;
	margin: 0 0 0.5em 0;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	padding-left: 5px;
	border-left: 5px solid #00d7e1;
}

h4 {}

h5 {
	margin: 0 0 0.5em 0;
	font-size: 11px;
	font-weight: bold;
}

span.strike, span.strike a {
	text-decoration: line-through;
}

.error {
	margin: 0 0 0 35px;
	font-size: 13px;
	height: 300px;
}

.error h3 { /* used for 'coming soon' */
	background-image: none;
}

.error p {margin: 1em 0;}

.error p span {
	font: bold 18px Georgia, Verdana, Arial, sans-serif;
	letter-spacing: normal;
	font-weight: bold;
}

/* general links */
a.external {
	background: transparent url(../__images/external.png) no-repeat scroll right center;
	padding-right: 13px;
}

a:link    { color: #679; text-decoration: underline; }
a:visited { color: #679; text-decoration: underline; }
a:hover   { color: #679; text-decoration: none; }
a:active  { color: #679; text-decoration: underline; }

/* updated */
.updated {
	padding: 0 0 2em 3.5em;
	font: 11px/11px "Trebuchet MS", sans-serif;
	color: #ff0089;
}

.red {color: #ff0089;}
.black {color: #000;}
.grey {color: #999;}
.c666 {color: #666;}

/* credits */
#designed-by {
	float: left;
	padding: 0 0 1em 10px;
	font: 9px/20px verdana, helvetica, arial, sans-serif;
}

#w3c-valid {
	padding: 0 10px 1em 0;
	font: 9px/20px verdana, helvetica, arial, sans-serif;
	text-align: right;
}

#credits {
	margin: 0;
	padding-left: 10px;
	font: 9px/20px verdana, helvetica, arial, sans-serif;
	color: #fff;
	text-align: left;
	border-top: 1px solid #999;
	z-index: 100;
}

#credits a:link    { color: #679; text-decoration: none; }
#credits a:visited { color: #679; text-decoration: none; }
#credits a:hover   { color: #679; text-decoration: underline; }
#credits a:active  { color: #679; text-decoration: underline; }

/* format link to translation */
#translation_link {
	padding-right:25px;
	text-align:right;
	font-size: 1em;
	color:#999;
}

#translation_link a:link    { color: #999; text-decoration: underline; }
#translation_link a:visited { color: #999; text-decoration: underline; }
#translation_link a:hover   { color: #679; text-decoration: underline; }
#translation_link a:active  { color: #679; text-decoration: underline; }

/* css for flash player */
.viewer {
	margin: 0;
	padding: 35px 0;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

#text_area p#player1 {
	text-align: center;
/*	float:left;*/
/*	padding-left:30px;*/
}