#topbar{
position:absolute;
border: 1px solid black;
padding: 5px;
background-color: white;
width: 640px;
visibility: hidden;
z-index: 640;
}
body {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #63676A;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;

	background-image: 
	background-repeat: repeat;
	height: auto;
	
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #940000;
}

h1 { font-size: 44px; }

h2 {
	font-size: 20px;
	color: #800000;
}

h3 { }

p, ul, ol {
	margin-top: 5px;
	margin-left: 5px;
	line-height: 240%;
	text-align: justify;
	font-size: 10x;
}

ul, ol { }

blockquote { }

a {
	color: #666;
}

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* Header */

#header-wrapper {
	background-color: #590C02;
}

#header {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	background-color: #590C02;
}

/* Menu */

#menu {
	float: left;
	height: 40px;
	background-color: #590C02;
	width: 800px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	height: 25px;
	display: block;
	float: left;
	padding: 12px 25px 0px 25px;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	border-left-color: #FFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item {
	margin: 0px;
	color: #590C02;
}

/* Search */

#search {
	float: right;
	height: 40px;
	background-color: #590C02;
}

#search form {
	float: right;
	background-color: #590C02;
}

#search fieldset {
	padding: 0;
	border: none;
	margin: 0 0 0 0;
}

#search input {
	float: left;
	padding: 0 0 0 0;
	height: 20px;
	font: 10px verdana;
	border: none;
}

#search-text {
	width: 120px;
	height: 20px;
	color: #590C02;
}

#search-submit {
	height: 20px;
	color: #FFF;
	background-color: #590C02;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
}

/** LOGO */

#logo {
	width: 980px;
	height: 300px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: right;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0px;
	line-height: normal;
}

#logo h1 {
	padding-left: 40px;
	padding-top: 90px; 
}

#logo h1 a {
	text-decoration: none;
	text-transform: lowercase;
	color: #FFF;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 0px 0 0 42px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p a:hover { text-decoration: underline; }

/* Content */

#content {
	float: left;
	width: 520px;
	padding: 5px 0 0 0;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 35px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #1E1E1E;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #590C02;
}

.post .date {
	float: right;
	margin-top: -45px;
	padding-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #C2C8CC;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 20px 0px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	background-color: #FFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 0px 0px;
}

#sidebar li ul {
	line-height: 200%;
	background: none;
	color: #000;
}

#sidebar li li {
	margin: 0;
	padding: 3px 20px;
	background: none;
	text-align: left;
	list-style-type: square;
}

#sidebar p {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 20px 0px;
	padding: 15px 0px 0px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}


#sidebar p {
	line-height: 200%;
	padding-bottom: 20px;
}

#sidebar a {
}
/** BEGIN left sidebar **/
#lsidebar {
	width: 140px;
	float: left;
	font-size: 0.9em;
	padding: 3px;
	border-right-color: #590C02;
	border-right: 1px;
	border-right-style: dotted;
}
	#lsidebar h2 {
	text-transform: uppercase;
	color: #590C02;
	font-size: 12px;
	padding-bottom: 5px;
	}
	#lsidebar ul {
	list-style-type: none;
	padding-bottom: 2px;
	text-align: left;
	}
		#lsidebar ul li {
	padding: 2px 3;
	text-align: left;
	font-size: 10px;
		}
		#lsidebar ul li a {
	color: #565656;
	text-decoration: none;
	line-height: normal;
		}
		#lsidebar ul li a:hover {
			color: #98320C;
			text-decoration: underline;
		}
		#lsidebar .par {
	padding: 3px 3px 3px 3px;
	font-size: 10px;
	font-style: normal;
	height: 250px;
	}
		#lsidebar .par a {
			color: #565656;
			text-decoration: none;
		}
		#lsidebar .par a:hover {
			color: #98320C;
			text-decoration: underline;
		}
/** END left sidebar **/
#cfotos {
	float: left;
	width: 820px;
	padding: 5px 0 0 0;
}
/** BEGIN content **/
#content {
	width: 550px;
	float: left;
	padding: 2px 2px 2px 10px;
}
	#content .post {
	clear: both;
	padding-bottom: 10px;
	}
		#content .post h2 {
			font-size: 1.7em;
			margin-bottom: 5px;
		}
			#content .post h2 a {
				text-decoration: none;
			}
			#content .post h2 a:hover {
				text-decoration: underline;
			}
		#content .post .details1 {
			font-size: 0.9em;
			margin-bottom: 25px;
			padding: 0 5px;
			color: #9A9898;
		}
			#content .post .details1 a {
				text-decoration: none;
				color: #565656;
			}
			#content .post .details1 a:hover {
				text-decoration: underline;
				color: #98320c;
			}
		#content .post .details2 {
			font-size: 0.9em;
			clear: both;
			color: #9A9898;
			height: 20px;
			padding-top: 25px;
		}
			#content .post .details2 a {
				text-decoration: none;
				color: #565656;
			}
			#content .post .details2 a:hover {
				text-decoration: underline;
				color: #98320c;
			}
			#content .post .details2 .l {
				float: left;
			}
			#content .post .details2 .r {
				float: right;
			}
	#content .postnav {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.9em;
		padding-top: 30px;
	}
		#content .postnav .l {
			float: left;
		}
		#content .postnav .r {
			float: right;
		}
		#content .postnav a {
			text-decoration: none;
		}
	#content p {
	line-height: 1.4em;
	margin-bottom: 10px;
	font-size: 12px;
	}
	#content table {
	line-height: 1.4em;
	margin-bottom: 9px;
	font-size: 9px;
	}
	#content h3, h4, h5, h6 {
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	#content ul, #content ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	#content blockquote {
		padding: 5px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 260px;
	float: right;
	padding: 0px 0px 2px2px;
	
}
	#rsidebar h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #302B1C;
		border-top: 5px solid #302B1C;
		border-bottom: 1px solid #302B1C;
		padding: 5px 0;
		margin-bottom: 10px;
	}
	#rsidebar .ads {
		padding: 0 10px 20px;
		text-align: center;
	}
		#rsidebar .ads img {
			margin: 1px;
		}
	#rsidebar ul {
	padding: 0 10px 20px;
	list-style-type: square;
	font-size: 10px;
	}
		#rsidebar ul li {
			line-height: 1.4em;
			padding: 4px 0;
		}
		#rsidebar ul li a {
			color: #53534C;
			text-decoration: none;
		}
		#rsidebar ul li a:hover {
			color: #98320C;
			text-decoration: underline;
		}
	#rsidebar .flickr {
	padding: 0 5px 10px;
	text-decoration: center;
	}
		#rsidebar .flickr img {
			margin: 1px;
		}
	#rsidebar .video {
		padding: 0 10px 20px;
	}
	#rsidebar .tags {
	padding: 0 10px 20px;
	font-size: 10px;
	font-style: normal;
	}
		#rsidebar .tags a {
			color: #565656;
			text-decoration: none;
		}
		#rsidebar .tags a:hover {
			color: #98320C;
			text-decoration: underline;
		}
/** END right sidebar **/
/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #F5F2EF;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #E7F1E1;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	height: 61px;
	background-color: #CCC;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #333;
}

#footer a {
}
.bordaBox {
	background: transparent;
	width:100%;
}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b {height:1px;}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4 {background:#CECECE; border-left:1px solid #999; border-right:1px solid #999;}
.bordaBox .b1 {margin:0 5px; background:#999;}
.bordaBox .b2 {margin:0 3px; border-width:0 2px;}
.bordaBox .b3 {margin:0 2px;}
.bordaBox .b4 {margin:0 1px; height:2px;}
.bordaBox .conteudo1 {padding:5px;display:block; background:#CECECE; border-left:1px solid #999; border-right:1px solid #999;}	 

.style {
	font-size: 9px;
	
}
.style1 {color: #FF0000}
.style2 {font-size: 9px; color:#900;}
.style3 {color: #FF0000; font-size: 14px; }
.style6 {
	font-size: 10px;
	font-weight: normal;
	color: #900;
}
.style7 {
	color: #333333;
	margin: 1px;
}
.style9 {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
.style10 {font-size: 16px}
.style11 {
	color: #333333;
	margin: 1px;
	font-weight: bold;
}
.style12 {font-size: 16px; font-weight: bold; }
.style13 {
	font-size: 14px
}
.style15 {font-size: 16px; color: #FFFFFF; }


.controlehigh {
	margin: 0px auto;
	width: 820px;
}

#mensagem {
  margin: 20px 0px;
}
/*efeito do album esse modelo foi editado um pouco para adaptar   */

.highslide {
  cursor: url(file:///M|/judofernandes.com.br/highslide/graphics/zoomin.cur) , pointer;
  outline: none;
}

.highslide img {
  border: 2px solid white;
  margin: 2px;
  padding: 2px;
}

.highslide:hover img {
  border: 3px solid white;
}

.highslide-image {
  border: 10px solid white;
}

.highslide-caption {
  display: none;
  border: 5px solid white;
  border-top: none;
  padding: 5px;
  background-color:white;
}

.highslide-loading {
  display: block;
  color: white;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  background-color: black;
  background-image: url(file:///M|/judofernandes.com.br/highslide/graphics/loader.gif);
}

.highslide-display-block {
  display: block;
}

.highslide-display-none {
  display: none;
}

a.highslide-credits, a.highslide-credits i {
  padding: 2px;
  color: ;
  text-decoration: none;
  font-size: 10px;
}

a.highslide-credits:hover, a.highslide-credits:hover i {
  color: white;
  background-color:;
}

.cfotos: {
	float: left;
	width: 820px;
	padding: 5px 0 0 0;
}

