@charset "utf-8";
/* CSS Document */

/*
Theme Name: Murakwai Judo Club
Theme URI: http://www.almodesign.com/
Description: A simple two-columned layout with japanese inspired graphics - Valid XHTML 1.0, CSS 2.1 - Almo Design
Version: 3.1
Author: Alex Maxwell
Author URI: http://www.almodesign.com/
*/

body {
	width: 100%; 
	margin: 0; 
	padding: 0;
	font-family: "Lucida Grande", arial, sans-serif;
	background: #FFF url(graphics/body.jpg) repeat-x top;
}

a:link { color: #06F; } 
a:visited { color: #606; } 
a:active, a:hover { color: #F00; }

/* HEADER */

#hdr { width: 100%; height: 200px; background: url(graphics/hdr.jpg) no-repeat center; }

#hdr_content { width: 780px; height: 200px; margin: 0 auto; }

#hdr_link {
	width: 260px;
	height: 60px;
	float: left;
	margin: 140px 0 0 0;
	border: none;
}

a.hdr_link:link, a.hdr_link:visited { background: none; }
a.hdr_link:active, a.hdr_link:hover { background: url(graphics/hdr_link.jpg) no-repeat right; }

/* INDEX */

#idx { width: 100%; height: auto; float: left; background: url(graphics/idx_bg.jpg) no-repeat top center; }

#idx_page { width: 780px; height: auto; margin: 0 auto; padding: 15px 0 0 0;  }

#idx_content { 
	width: 580px; 
	height: auto;  
	float: left;
	margin: 0 0 0 5px; 
	padding: 0; 
	font-size: 12px; 
}

#idx_content h2 { margin: 0 0 5px 0; padding: 0; }

#idx_content h2 a:link, #idx_content h2 a:visited { 
	color: #333;
	font-size: 24px; 
	font-weight: lighter; 
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

#idx_content h2 a:active, #idx_content h2 a:hover { 
	color: #F00;
	font-size: 24px; 
	font-weight: lighter; 
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

#idx_content p { margin: 0 0 7px 0; }

.idx_post { width: auto; height: auto; margin: 0 0 20px 0; }

.edit a:link, .edit a:visited { font-size: 12px; font-weight: bold; color: #F00; text-decoration: none; }

.edit a:active, .edit a:hover { font-size: 12px; font-weight: bold; color: #F00; text-decoration: underline; }

.entry { margin: 0 0 10px 0; }

.postmetadata {
	color: #666;
	font-size: 12px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
}

img { border: none; }

p img { margin: 0 5px 5px 0; padding: 0; display: inline; border: none; }
p img a { border: none; }

img.alignleft, img.centered, img.alignright { margin: 0 5px 5px 0; padding: 0; display: inline; border: none; }
img.alignleft a, img.centered a, img.alignright a { border: none; }

.alignleft { width: auto; float: left; }
.alignright { width: auto; float: right; }

/* SIDEBAR */

#sbr { width: 180px; height: auto; float: right; }

.sbr_section { width: 180px; height: auto; float: left; margin: 0 0 5px 0; }

.sbr_section h2 { 
	display: none; 
	margin: 0; 
	padding: 0; 
	font-size: 0; 
	font-weight: bold; 
	color: #000; 
}

.sbr_section ul, .sbr_section li { margin: 0; padding: 0; list-style: none; }

.sbr_section li a:link, .sbr_section li a:visited {
	width: 165px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 2px 5px;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

.sbr_section li a:active, .sbr_section li a:hover {
	width: 165px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 2px 5px;
	font-size: 10px;
	color: #999;
	text-decoration: underline;
}

#sbr_news_results { background-image: url(graphics/sbr_news_results.jpg); }

#sbr_news_results_hidden { height: 250px; }

#sbr_judo_links { background-image: url(graphics/sbr_judo_links.jpg); }

#sbr_judo_links_hidden { height: 200px; }

a.sbr_box:link, a.sbr_box:visited {
	width: 165px;
	height: 50px;
	float: left;
	padding: 3px 0 0 4px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #EAEAEA;
	font-size: 10px;
	text-decoration: none;
	color: #333;
	clear: both; 
}

a.sbr_box:hover, a.sbr_box:active {
	width: 165px;
	height: 50px;
	float: left;
	padding: 3px 0 0 4px;
	background-color: #FFF;
	border: 1px solid #999;
	font-size: 10px;
	text-decoration: none;
	color: #333;
	clear: both;
}

#nav { width: 180px; height: auto; float: left; margin: 0 0 5px 0; }

#nav li, #nav ul { margin: 0; padding: 0; list-style: none; }

#pagenav { visibility: hidden; font-size: 0; }

#nav ul ul li a:link, #nav ul ul li a:visited {
	width: 160px;
	height: 12px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	margin: 0 0 1px 0;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	visibility: visible;
}

#nav ul ul li a:active, #nav ul ul li a:hover {
	width: 160px;
	height: 12px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #EAEAEA;
	text-decoration: none;
	padding: 5px 0 6px 5px;
	margin: 0 0 1px 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003;
	border-bottom: none;
	visibility: visible;
}

#nav ul ul ul li a:link, #nav ul ul ul li a:visited {
	width: 164px;
	float: left;
	padding: 3px 0 3px 10px;
	border: none;
	color: #333;
}

#nav ul ul ul li a:active, #nav ul ul ul li a:hover {
	width: 164px;
	float: left;
	padding: 3px 0 3px 10px;
	border: none;
	color: #333;
}

#nav ul ul ul ul li a:link, #nav ul ul ul ul li a:visited {
	width: 166px;
	float: left;
	padding: 2px 0 2px 15px;
	border: none;
	color: #666;
}

#nav ul ul ul ul li a:active, #nav ul ul ul ul li a:hover {
	width: 166px;
	float: left;
	padding: 2px 0 2px 15px;
	border: none;
	color: #666;
}

/* FOOTER */

#ftr { width: 100%; float: left; background: url(graphics/ftr.jpg) repeat-x top; }

#ftr_bg { width: 100%; height: 150px; background: url(graphics/ftr_bg.jpg) no-repeat center; }

#ftr_content { width: 780px; height: 150px; margin: 0 auto; }

#ftr_info {
	width: 770px;
	height: 15px;
	margin: 0 auto 20px auto;
	padding: 25px 5px 0 5px;
	color: #999;
	font-size: 10px;
	text-align: right;
}

#sponsor { width: auto; height: auto; float: left; }

#brand { width: auto; height: auto; float: right; }
#brand a { color: #999; text-decoration: none; }

.ftr_section {
	width: 210px;
	height: auto;
	float: left;
	margin: 0 20px 10px 0px;
	padding: 0 0 0 5px;
	font-size: 10px;
	color: #666;
}

.ftr_section a:link, .ftr_section a:visited { color: #999; }
.ftr_section a:active, .ftr_section a:hover { color: #333; }

.ftr_section li, .ftr_section ul { margin: 0; padding: 0; display: inline; list-style: none; }

#copyright {
	width: 600px;
	height: auto;
	float: left;
	clear: both;
	padding: 0 0 0 5px;
	font-size: 10px;
	color: #666;
}

/* */