/*#############################################################
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/pfger.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;
}

/* structure */
.container {
	border-left:3px solid #44; 
	border-right:3px solid #44; 
	border-bottom:3px solid #44; 
	border-top:2px none; #44
}

.main {
	background: url('img/pfger.gif');
	border-bottom: 2px solid #2A2A2A ;

}
.main .left {width: 90%;}
.main .right {width: 90%;}

.content {
	border-left: 4px solid #444;
	border-right: 4px solid #444;
	border-top: 4px solid #444;
	border-bottom: 4px solid #444;
	margin-left: 23px;
	padding: 16px;
	width: 98%;
}

/* content elements ELEMENTOS INTERNOS SITE*/
.content h1 {
	background: url('img/bgh1.gif') repeat-x left bottom ;
	color: #990000;
	margin-bottom: 10px;
	padding-left:0; padding-right:0; padding-top:6px; padding-bottom:4px
}
.content a {
	color: #111;
	text-decoration: underline;
}
.content a:hover {color: #BBB;}
.content .descr {margin-bottom: 5px;}

/* 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');
}

.col3, .col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	background: url('img/pfger.gif');
	color: #444;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #555;}
