/*
************************************************************************************
KIRYOKU-KARATE main css
  v1.0 10-JUL-2008
************************************************************************************
*/

  
/***** BASICS - element defaults **************************************************/
  html { font-family: Arial, Helvetica, sans-serif; height:100%; width:100%; }
  body { background:#900; color:#000; }
  html, body, form, input, div, img, span, a, h1, h2, h3, h4, h5 { padding:0; margin:0; border:0; font-size:1em; }  
  textarea { font-family: Arial, Helvetica, sans-serif; }
  a { font-weight:bold; color:#000; text-decoration:none; }
  a:hover { text-decoration:underline; }
  sup { line-height: 0; font-size:50%; text-transform:uppercase; } 
  input.btn { width:13em; font-size:.7em; font-weight:bold; text-transform:uppercase; padding:1px; background:#f0f0f0 url(/images/button_bg.gif) bottom left repeat-x; border:1px solid #c0c0c0; }
  
  
/***** NAMED - custom classes *****************************************************/
  .clear { clear:both; height:0px; }  
  .structlabel { display:none; position:absolute; left:-10000px; }
  .strike { text-decoration:line-through; }
  .hidden { display:none; }
  .inline {display: inline; }
  div.linkback { font-size:.7em; text-align:right; }
  img.image_right { border:1px solid #000; float:right; margin: 0 0 0 .75em; }
  img.image_left { border:1px solid #000; float:left; margin: 0 .75em 0 0; }
  span.label { display:block; float:left; padding-right: 1em; width:10em; text-align:right; margin-bottom:.3em; clear:none; vertical-align:middle; font-size:.75em; font-weight:bold; text-transform:uppercase; }
 
 
/***** HOLDER - main content pane *************************************************/    
  #layout_main { background-color:#fff; width:47em; margin:0.5em auto 0.5em auto; padding:0 0 0 0; border:1px solid #000; } 
    
    
/***** HEAD - page top (logo) *****************************************************/
  #layout_head { height:140px; background:url(/images/header_v2.jpg) top center no-repeat; text-align:right; }
  #layout_head a { margin-right:.5em; font-size:.75em; }    
    
    
/***** MENU - main navigation menu ************************************************/
  #navmenu { background:#000; font-size:0.95em; text-align:center; list-style:none; display:block; padding:0; margin:0; border:0; border-top:0.2em solid #000; }
  #navmenu li { display:inline; }
  #navmenu li a { color:#d0d0d0; text-align:center; font-weight:bold; height:100%; padding:0 0.3em 0 0.3em; margin:0 0.05em 0 0.05em; } /* white-space:nowrap; */
  #navmenu li a.tab { background:#404040; color:#fff; cursor:default; }
  #navmenu li a:hover { text-decoration:none; color:#fff; }
  
  
/***** TITLE - main section title *************************************************/
  #pagebar { background:#000 url(/images/titlebar_bg2.jpg) repeat-x top; color:#fff; height:2em; line-height:2em; font-weight:normal; font-size:1.8em; padding:0 0 0 0.4em; }
  #pagebardesc { font-size:0.45em; font-weight:normal; padding-left:4em; width:47em; }

  
/***** RIGHT - main content pane **************************************************/
  #layout_right { float:right; width:34em; padding:.5em .5em 0 .5em; text-align:justify; background-color:#fff; }
  h3.sectionTitle { margin:0 0 0.25em 0; font-size:1.25em; font-weight:normal; text-transform:uppercase; border-bottom:1px solid #900; }
  h3.sectionTitle .titledesc { font-size:0.8em; text-transform:none; font-weight:normal; }
 
 
/***** EDIT - admin user highlights ***********************************************/
  .editControl { display:inline; background-color:#ffffc0; }
  .editControl ul, .editControl div { background-color:#ffffc0; }
  #loginbar { background-color:#ffffc0; text-align:right; font-size:0.7em; padding:0.2em; border-bottom:1px solid #c0c0c0; }
  #loginbar a{ font-weight:normal; }
  #loginbar a:hover{ text-decoration:none; }
  .loginmsg { font-size:0.8em; color:#900; font-weight:bold;  text-align:center; }
  #adminlogin input { border:1px solid #c0c0c0; margin-bottom:2px; }
  
 
/***** NEWS - news & event items **************************************************/
  div.news .news_timedate { font-size:0.7em; }
  div.news span.news_type { color:#c0c0c0; font-weight:bold; }
  div.news_timedate { font-size:0.8em; }
  #news_add div input { margin:0; }
  #news_add input { border:1px solid #c0c0c0; margin-bottom:2px; }
  #news_add textarea { width:33em; border:1px solid #c0c0c0; margin-bottom:2px; }
  #news_add select { font-size:1em; font-weight:bold; color:#c0c0c0; text-transform:uppercase; }
  #news_add input.txt { font-size:0.7em; width:13em; }
  #news_add label { margin-left:5em; font-size:0.8em; }
  #news_add #news_title { font-size:1.15em; font-weight:normal; text-transform:uppercase; width:23.5em; }
  div.news_editbar { text-align:right; font-size: 0.75em; text-transform:uppercase; }
  div.news_edit select { font-size:1em; font-weight:bold; color:#c0c0c0; text-transform:uppercase; }
  div.news_edit h3.sectionTitle { display:inline; margin:0; border:0; }
  div.news_edit div.news_edit_title { margin:0 0 0.25em 0; border-bottom:1px solid #900; }
  div.imgthumbs img { outline:1px solid black; margin:2px; }
  
  
/***** INSTRUCTORS - sensei profiles **********************************************/
  div.sensei_profile img { border:1px solid #000; float:right; margin: 0 .5em .5em .5em; }

  
/***** TRAINING - grading tables **************************************************/
  table.technique { width:95%; margin-top:0.5em; border:1px solid #f0f0f0; font-size:0.85em;}
  table.technique th { text-align:left; padding-left:0.1em; background:#f0f0f0; color:#c0c0c0; text-transform:uppercase;}
  table.technique td { text-align:left; vertical-align:top; }
  
  
/***** LEFT - left content pane ***************************************************/
  #layout_left { float:left; width:12em; text-align:center; padding-top:.5em; background-color:#fff; }
  #layout_left h3 { font-size:0.75em; }
  #layout_left div { padding:0 0 0 .5em; } 

  
/***** HEADLINES - news & events box **********************************************/
  #headlines h4 { text-align:left; font-size:0.7em; padding:0 0 0 15px; }
  #headlines h4.h_n { background:url(/images/n_bg.gif) top left no-repeat; } 
  #headlines h4.h_e { background:url(/images/e_bg.gif) top left no-repeat; }
  #headlines h4 a { font-weight:normal }

  
/***** SEARCH - google site search box ********************************************/  
  #sitesearch #srchtxt { font-weight:normal; font-size:.8em; width:11.5em; border:1px solid #000; }
  #sitesearch #srchimg { vertical-align:bottom; }
  
  
/***** CALENDAR - minical control *************************************************/ 
  #calendar div { text-align:center; font-size:0.7em; }
  #calendar div a { font-weight:normal; }
  #eventCal { font-size:0.7em; border:1px solid #000; background:url(/images/grad_bg.jpg); margin:0 auto 0 auto; }
  #eventCal th, td { width:2em; height:2em; text-align:center; line-height:2em; }
  #eventCal td { color:#404040; }
  #eventCal td.today { color:#900; }
  #eventCal td.event { color:#000; }
  #eventCal th { background-color: #303030; color:white; }
  
  
/***** TECHNIQUES - random leftside images ****************************************/    
  #techniques img { border:2px solid black; }
  
  
/***** FOOTER - copyright & markup validation *************************************/
  #layout_foot { color:#fff; width:47em; margin:0.5em auto 0 auto; } 
  #layout_foot div { font-size:0.75em; } 
  #copymsg { float:left; }
  #validation { float:right; }
  #validation a { color:#fff;font-weight:normal; text-decoration:none; }
  #validation a:hover { text-decoration:none; }
  
  
  
  
  
  
  
  
  
  
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
