/*
	CSS of Forta Kyokushin Karate Club
	Copyright (c) Forta Kyokushin Karate Club
	---------------------------------------------------------
	XHTML/CSS by Todor Iliev
*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	background: url(/_design/images/dev/bg.jpg) #fff repeat-x 0 0;
	}

p {
	line-height: 15px;
	margin: 10px 0;
	}
	
strong {
	font-weight: bold;
	}
	
h1 {
	color: #4b616e;
	font-size: 250%;
	font-weight: normal;
	line-height: 45px;
	margin: 30px 0 10px 0;
	}
	
h1 span {
	font-size: 11px;
	float: right;
	}

#wrapper {
	background: url(/_design/images/banners/banner.php) no-repeat center top;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	}
	
#header {
	height: 500px;
	padding: 20px 0 0 0;
	}
	
#logo {
	float: left;
	}


/* ---------- Begin Navigation ---------- */
#navigation {
	width: 50%;
	float: right;
	text-align: right;
	margin: 15px 0 0 0;
	}
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0 15px;
	}
#navigation li a:link,
#navigation li a:visited {
	font-size: 110%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#navigation li a:hover {
	color: #e9eef1;
	}
/* ---------- End Navigation ---------- */


#content a:link, #content a:visited {
	color: #80919b;
	}
#content a:hover {
	text-decoration: none;
	}


/* ---------- Begin Achievements Table ---------- */
#tbl {
	border-collapse: collapse;
	width: 100%;
	}
#tbl th {
	border-bottom: 2px solid #596c78;
	border-right: 30px solid #fff;
	color: #596c78;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 2px;
	}
#tbl td {
	border-right: 30px solid #fff;
	color: #75858f;
	padding: 12px 2px 0;
	}	
/* ---------- End Achievements Table ---------- */

	
/* ---------- Begin Gallery ---------- */
ul#video {
	width: 290px;
	float: right;
	margin: 0;
	padding: 20px 0;
	}
ul#video li {
	display: inline;
	list-style-type: none;
	}

ul#thumbnails {
	width: 585px;
	float: left;
	margin: 0;
	padding: 20px 0;
	}
ul#thumbnails li {
	margin: 4px 7px;
	padding: 0;
	list-style: none;
	float: left;
	}
ul#thumbnails li img {
	width: 67px;
	background: url(/_design/images/loading.gif) no-repeat center center;
	border: 1px solid #888;
	}
	
ul#thumbnails:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}
ul#thumbnails {
    display: inline-block;
	}
html[xmlns] ul#thumbnails {
    display: block;
	}
* html ul#thumbnails {
    height: 1%;
	}

#preview {
	position: absolute;
	margin: -100px 0 0 0;
	background: #0c0c0c;
	padding: 5px;
	display: none;
	color: #fff;
	}
#preview img {
	}
/* ---------- End Gallery ---------- */


/* ---------- Begin Expand/Collapse ---------- */
.hidden {
	display: none;
	}
.show {
	display: inline;
	}
/* ---------- End Expand/Collapse ---------- */


#footer {
	width: 100%;
	height: 50px;
	float: left;
	clear: both;
	color: #999;
	margin: 30px 0 0 0;
	border-top: 1px solid #ccc;
	}