/*#############################################################
Name: Aikido Tada Ima Dojo
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Eduardo de Paula
URL: http://.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: url('img/pfger.gif') ;
	color: #444;
	border-left: 4px solid #444;
	border-right: 4px solid #444;
	border-top: 4px solid #444;
	border-bottom: 4px solid #444;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:62.5%; font-family:Lucida Sans Unicode, sans-serif
}

p, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: url('img/bgfdo.gif');
	height: 6px
}
.left {float: left;}
.right {float: right;}

/* header CABEÇALHO*/
.header {
	background: url('img/top2.gif') repeat-y;
	border-bottom: 3px solid #333;
	font: bold 3em times new romam;
	height: 120px;
}
.header a {
	color: #444;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 2px;}
.header a:hover {
	background: url('img/top2h.gif') repeat-y;
	color: #990000;
}
/* navigation */
.nav {background: url('img/pfger.gif');}
.nav a {
	background: url('img/pfger.gif');
	border-right: 1px solid #E1C9A6;
	color: #111;
	float: left;
	line-height: 31px;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:1em; font-family:Verdana, sans-serif; padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0
}
.nav a:hover {
	background: url('img/pfgerh.gif');
}
/* footer */
.footer {
	background: url('img/pfger.gif');
	border-top: 1px solid #444;
	color: #990000;
	padding: 3% 1% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 2%;
	width: 96%;
}
.footer a {color: #111;}
.footer a:hover {
	color: #111;
	background: #E1C9A6 url('img/pfgerh.gif');
}

.col3, .col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #444;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #555;}
