body {
	padding: 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D8D7D3;
	background-color: #353535;
	text-align: center;
	background: url(../images/background.gif) repeat top left;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

#header {
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/roundedcornr_tl.png) no-repeat top left;
}

#kokoro_header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	background: url(../images/roundedcornr_tr.png) no-repeat top right;
}

#logo {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}

#name {
	margin-left: 5px;
	margin-right: 80px;
	font-weight: bold;
	font-size: 32px;
	color: #ed2124;
	vertical-align: middle;
}

#container {
	margin: 15px auto 15px;
	text-align: center;
	width: 930px;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
}

#content {
	padding-top: 3px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #cccccc;
	background: url(../images/Karate_Do_opaco.jpg) no-repeat 40px 10px;
}

#b_anne_r {
	padding: 0px;
	margin-top: 22px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 0px solid #cccccc;
}

#footer {
	font-size: 10px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}

#kokoro_footer {
  width: 772px;
	background-color: #CCCCCC;
	margin-top: 3px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

#copy_right {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}

.top_image {
	vertical-align: top;
}

.middle_image {
	vertical-align: middle;
}

.bottom_image {
	vertical-align: bottom;
}

.link_img {
	border: 0;
	padding: 0;
	margin: 0;
}

#copyright {
	margin: 15px;
	padding: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#kokoro_header {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	clear: left;
}

#kokoro_header ul {
	padding: 6px 0 7px 0;
	/*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

#kokoro_header ul li {
	display: inline;
}

#kokoro_header ul li a {
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid gray; /*bottom border is 3px*/
}

#kokoro_header ul li a:hover,#kokoro_header ul li a.selected {
	border-bottom-color: black;
}

div#navigation {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
}

div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font: bold 14px Verdana;
}

div#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#navigation li a {
	text-decoration: none;
	border: 1px solid #787878;
	border-bottom: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	background: #ccc;
	color: #036;
}

div#navigation li a:hover {
	background-color: #f0f0f0;
}

div#navigation li.activelink a {
	border: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
	outline: none;
/*	-moz-outline-style: none;*/
}

div#navigation li.activelink a:hover {
	background-color: #FFFFFF;
}


#menu_links {
	overflow: hidden; /*border-bottom: 1px solid black;*/
	/*bottom horizontal line that runs beneath tabs*/
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

.custom {
	background-color: black;
	color: white;
	padding: 5px;
}

#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 900px;
	border-bottom: 1px solid #B3D4EF;
	background: #EFF8FF;
	text-align: center;
}

#demo-wrapper {
	margin: 5px auto;
	overflow: hidden;
	width: 900px;
	height: 350px;
	border: 1px solid #ddd;
	position: relative;
}

#demo-inner {
	width: 900px;
	height: 600px;
	background-image: url(../images/masters045.jpg);
	position: relative;
}

.scrolling-content { /*
	background: transparent;
	width: 200px;
	height: 20px;
*/
	text-align: center;
	position: absolute;
}

.scrolling-content h3 {
	color: #fff;
	padding: 25px 0;
	font-size: 12px;
}




#form_box {
	width: 600px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align:left;
}

#form_box div {
	padding: 0.2em 0.5em;
}

#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}

#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}

#log {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#log_res {
	overflow: auto;
}

#content.ajax-loading, #log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat center;
}

/* Eventi */
.events_slide{padding:20px 30px; margin:4px 0 25px 0; border:1px solid #e1e1e1}
.mask{
	position:absolute;
	left:50%;
	margin-left:-100px;
	width:240px;
	height:180px;
	overflow:hidden;
}
.box{
	position:absolute;
}
.box span{
	display:block;
	float:left;
}
.info{
	margin:0;
	width:240px;
	height:22px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	margin:0;
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}
.thumbs_container{
	position:relative;
	/*width:486px;*/
	width:600px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:200px;
}
.thumbs{
	margin:0;
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
.thumbs div{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
.thumbs div img{
	width:54px;
	float:right;
}
.thumbs_mask{
	margin:0;
	position:absolute;
	top:0;
	width:100%;
	height:41px;
	width:1200px;
	background:url(../images/thumbs_mask.gif) no-repeat center top;
}
.thumbs_handles{
	margin:0;
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
.thumbs_handles span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
	background:url(../images/thumb_invisible.gif) no-repeat;
}

/* accordion */
.toggler {
	cursor: pointer;
	margin:0px;
	border-bottom: 1px solid #cccccc;
	padding: 3px 5px 1px;
}

div.element p {
	margin:0px;
	padding: 3px 5px 1px;
}
