/*#############################################################
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: 3px solid #444;
	border-right: 3px solid #444;
	border-top: 3px solid #444;
	border-bottom: 3px 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;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: url('img/bgfdo.gif');
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	display: block;
	font-size: 12px;
	margin: 0px 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

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: 42px;}
.header a:hover {
	background: url('img/top2h.gif') repeat-y;
	color: #990000;
}

/* structure */
.container {
	border-left:3px solid #262626; 
	border-right:3px solid #262626; 
	border-bottom:3px solid #262626; 
	border-top:3px solid #262626;

}

.main {
	background: url('img/pfpg2.gif') repeat-y;
	border-bottom: 2px solid #2A2A2A ;
}
.main .left {width: 62%;}
.main .right {width: 36%;}

.content {
	border-left: 4px solid #444;
	border-right: 4px solid #444;
	border-top: 4px solid #444;
	border-bottom: 4px solid #444;
	margin-left: 13px;
	padding: 20px;
}

/* content elements ELEMENTOS INTERNOS SITE*/
.content h1 {
	background: url('img/bgh1.gif') repeat-x left bottom ;
	color: #990000;
	margin-bottom: 15px;
	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');
}

/* sub-navigation */
.subnav {
	background: url('img/pfger.gif');
	border-left: 4px solid #444;
	border-right: 4px solid #444;
	border-top: 4px solid #444;
	border-bottom: 4px solid #444;
	margin-right: 13px;
	padding: 10px;

}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url('img/li.gif') no-repeat left bottom;
	margin: 0; list-style-type:none
}
.subnav li a {
	color: #111;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #bbb;}

/* 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: 0px;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	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;}
