@charset "utf-8";

/*-------------------------------------------------
  Common layout
-------------------------------------------------*/
html {
	height:100%;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	height:100%;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#000000;
	color:#333333;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

body > #page {
	height:auto;
}

#page {
	height:100%;
	min-height:100%;
	width:800px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	border-left:solid 1px #111111;
	border-right:solid 1px #111111;
	position:relative;
	}

img {
	border: none;
	}

form {
	margin:0 0 20px 0;
	padding:0px;
}

a {
	color: #00CC99;
	text-decoration:none;
	}

a:hover {
	color: #00CC99;
	text-decoration: underline;
	}

/*-------------------------------------------------
  Header layout
-------------------------------------------------*/
#header {
	height:140px;
	}

#header ul{
	margin:0px;
	padding:0px;
}

#header ul li{
    list-style:none;
    width:120px;
	height:50px;
    float:left;
}

#header ul a{
    display:block;
    width:120px;
    height:50px;
    text-indent:-120px;
    overflow:hidden;
}

#header ul a.about{
    background-image:url(/images/funcussion/header/about.gif);
}

#header ul a:hover.about{
    background-position:0px -50px;
}

#header ul a.fun{
    background-image:url(/images/funcussion/header/fun.gif);
}

#header ul a:hover.fun{
    background-position:0px -50px;
}

#header ul a.information{
    background-image:url(/images/funcussion/header/information.gif);
}

#header ul a:hover.information{
    background-position:0px -50px;
}

#header ul a.gallery{
    background-image:url(/images/funcussion/header/gallery.gif);
}

#header ul a:hover.gallery{
    background-position:0px -50px;
}

#header ul a.repertoire{
    background-image:url(/images/funcussion/header/repertoire.gif);
}

#header ul a:hover.repertoire{
    background-position:0px -50px;
}

#header ul a.request{
    background-image:url(/images/funcussion/header/request.gif);
}

#header ul a:hover.request{
    background-position:0px -50px;
}

#header ul li.blank{
	width:80px;
    background-image:url(/images/funcussion/header/blank.gif);
	background-repeat:repeat-x;
}

/*-------------------------------------------------
  Content layout
-------------------------------------------------*/
#content {
	font-size: 1.2em
	}
	
#content  p.title{
		padding:10px 0 10px 15px;
		background-image:url(/images/funcussion/title.gif);
		background-repeat:no-repeat;
		font-weight:bold;
	}

#content  p.subtitle{;
		margin:0 0 10px 40px;
		padding:5px 5px 5px 10px;
		background-image:url(/images/funcussion/title.gif);
		background-repeat:no-repeat;
		font-weight:bold;
}

#content  p.body{
		padding:0 0 20px 0;
		margin:0 0 0 40px;
	}

/*-------------------------------------------------
  Category layout
-------------------------------------------------*/
#category div.about {
	width:800px;
	height:200px;
    background-image:url(/images/funcussion/category/about.jpg);
	background-repeat:no-repeat;
}

#category div.repertoire {
	width:800px;
	height:200px;
    background-image:url(/images/funcussion/category/repertoire.jpg);
	background-repeat:no-repeat;
}

#category div.contact {
	width:800px;
	height:200px;
    background-image:url(/images/funcussion/category/contact.jpg);
	background-repeat:no-repeat;
}

/*-------------------------------------------------
  Footer layout
-------------------------------------------------*/
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

/*-------------------------------------------------
  Contact layout
-------------------------------------------------*/
table.entry {
	padding: 0px;
	margin: 0 0 0 40px;
	border:1px solid #CCCCCC;
}

table.entry tr td.name{
	padding: 10px;
	background-color:#EEEEEE;
	border-bottom:1px solid #CCCCCC;
}

table.entry tr td.value{
	padding: 10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}

table.entry tr td.control{
	padding: 10px;
	background-color:#FFFFFF;
}

/*-------------------------------------------------
  Repertoire layout
-------------------------------------------------*/
table.repertoire {
	padding: 0px;
	margin: 0 0 0 30px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

table.repertoire tr td.name{
	width:210px;
	padding: 5px;
	background-color:#EEEEEE;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

table.repertoire tr td.value{
	width:420px;
	padding: 5px;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

table.repertoire tr td.photo{
	width:30px;
	padding:5px 0 5px 5px;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}

table.repertoire tr td.icon{
	width:45px;
	padding:5px 5px 5px 0;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}