/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
	CSS Básico
  ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

html,body {
	font-family: Arial, Verdana, Georgia, sans-serif;
	padding:0px;
	margin:0px;
	font-size: 14px;
	line-height: 1.4em;
	height: 100%;
	color: #484848;
}

p { margin: 0 0 20px; } /* Margins for Text */

blockquote  {
	margin-bottom:20px;
	font: 20px Arial,Century,sans-serif;
	font-weight:normal;
	padding-left:40px;
	color:#000;
}

blockquote h1,blockquote h2,blockquote h3,blockquote h4,blockquote h5,blockquote h6 {
	font-weight:normal;
	color:#999;
	margin-top:5px;
	margin-bottom:0px;
}

blockquote h1 { font-size:22px }
blockquote h2 { font-size:20px }
blockquote h3 { font-size:18px }
blockquote h4 { font-size:16px }
blockquote h5 { font-size:14px }
blockquote h6 { font-size:12px }

blockquote p { margin:0px;padding:0px; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 5px; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 10px 0; white-space: pre !important; }
pre,code,tt { font-family: Arial, 'andale mono', 'lucida console', monospace; line-height: 1.5; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;	/* Title Style: Normal, Bold */
	margin-bottom:20px;
	color:#333333;
}
h1 { font-size: 24px; line-height:28px;  }
h2 { font-size: 22px; line-height:26px; }
h3 { font-size: 20px; line-height:24px; }
h4 { font-size: 18px; line-height:22px; }
h5 { font-size: 16px; line-height:20px; }
h6 { font-size: 14px; line-height:18px; }

a {
	color: #0000FF;
	text-decoration: underline;
}
a:focus {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus {
	color:#0000FF;
	border-bottom:none;
}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
	color:#0000FF;
	border-bottom:none;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color:#0000FF;
	border-bottom:none;
	text-decoration:none;
}

ul li { line-height:1.5em; padding-left:18px;  display:block; }
ol li { line-height:1.5em; margin-left:20px; list-style-type:decimal; }
li ul, ul ul,
 li ol       { margin-bottom:0px; }
ul, ol      { margin: 0px 0px 10px 10px; }
ul          { list-style-type: none; position:relative; margin-bottom:20px; }
ol          { list-style-type: decimal;margin-bottom:20px; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

a.button {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	outline:0px;
	margin-top:2px !important;
	margin-right:4px;
	overflow:visible;
	white-space:nowrap;
	text-decoration:none !important;
}
a.button span, button span {
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	overflow:visible;
	white-space:nowrap;
	text-decoration:none;
}
button {
	background:none;
	border:0;
	padding:0;
	cursor:pointer;
	overflow:visible;
	margin:0px;
	float:left;
	display:block;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:2px;
}
button::-moz-focus-inner {
	border:none;
	padding:0px;
	margin:0px;
}
button span {
	position:relative;
	display:block;
	white-space:nowrap;
}
* html button span {

}
* html button {
	float:none;
	display:inline;
}
*:first-child+html button span {

}
*:first-child+html button {
	display:inline;
	float:none;
}
a.button:hover,button:hover {
	text-decoration:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	button span {
		margin-top:-1px;
		padding-top:0px;
		padding-bottom:0px;
		margin-left:-3px;
		margin-right:-3px;
		margin-bottom:-1px;
	}
	button {
		margin-top:2px;
		margin-bottom:0px;
	}
}
a.button span {
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	line-height:12px;
}
button span {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	font-size:13px;
	font-weight:bold;
	line-height:12px;
}
a.button, button {
	position:relative;
}
a.button span,button span {
	color:#999;
	font-family:Arial;	/* Button Font */
}
a.button:hover,button:hover,a.sel {

}
a.button:hover span,button:hover span,a.sel span {
	color:#333;
}
a.button:active,button:active {
	color:#333;
}
a.button:active span,button:active span {
	color:#333;
}
a.button img {
	position:absolute;
	top:8px;
	left:10px;
}
button img {
	position:absolute;
	top:8px;
	left:10px;
}
*:first-child+html button img {
	top:9px;
}
* html button img {
	left:-19px;
	top:9px;
}
button .enable_icon,a.button .enable_icon {
	padding-left:30px !important;
}

.img_center {
	clear:both;
	margin-bottom:20px;
}

.img_right {
	float:right;
}

.img_left {
	float:left;
}

.img_right img,.img_left img,.img_center img {
	display:block;
}

.image_box {
	padding:0px;
	border:none;
	background:#ECECEC;
}

	.image_box {
		position:relative;
	}

	.has_zoom {
		padding: 0px !important;
		margin:0px !important;
		display: none;
	}

	.image_box span {
		display:block;
		padding:10px;
		color:#666;
		font-size:11px;
		line-height:13px;
		color:#666;
	}

.tab_default_vertical .img_center, .tab_default_vertical .cb {
	clear:none;
}

.img_left div {
	margin-right:20px;
	margin-bottom:0px;
}

.img_right div {
	margin-left:20px;
	margin-bottom:0px;
}

.img_left .image_box img,.img_right .image_box img {
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
}

.hr {
	clear:both;
	display:block;
	height:1px;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #CCC;
}
.hr hr {display:none;}

table       { margin-bottom: 1.4em; width:100%; }
table td	{ font-size:1em }
thead		{}
thead th,thead td { font-weight:bold; background: #666666; color:#FFFFFF;border:1px solid #666666  }
th          { font-weight: bold; background: #666666; color:#FFFFFF }
th,td       { padding: 4px 10px 4px 5px; }
thead td { border:1px solid #666666 }
tbody td { border:1px solid #666666 }
tr.impar td  { background: #FFFFCC; }
tfoot       { font-style: italic; }
caption     { background: #666666; }

.form label {
	clear:both;
	display:block;
	margin-top:10px;
	cursor:pointer;
	color:#000;
	font-weight:normal;
	font-size:14px;
}
.form .input-box {
	margin-right:20px;
	float:left;
}
.form .input-container {
	clear:both;
	float:left;
	border-top:1px solid #999;
}
.form .mincont {
	width:23px;
	background:none;
	border:none;
	color:#999999;
	font:bold 12px Arial;
}
.form .mincont:focus {
	background:none;
	border:none;
}

* html .form .input-container {
	margin-bottom:0px;
}

*:first-child+html .form .input-container {
	margin-bottom:0px;
}
.form input,.form textarea {
	border-color:#DDDDDD #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	color:#333333;
	font-size:16px;
	margin:0;
	padding:2px 0;
}
.form .large {
	width:740px;
}
.form .medium {
	width:407px;
}
.form .small {
	width:200px;
}
.form .bimg {
	border:none
}
.form .bimg:focus {
	background:none;
	border:none;
}
* html .form input,* html .form textarea {
	margin-top:-1px;
}
*:first-child+html .form input,*:first-child+html .form textarea {
	margin-top:-1px;
}
.form input:focus,.form textarea:focus,.form .focused {
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	color:#000;
}
.form .field-error, .form .field-error {
	border:3px solid #FF0000;
}
.form .required {
	background:#FFFFCC;
}
.form .required:focus {
	background:#FFFF99;
}
.form label img {
	margin-left:5px;
}

.progress_filename {
	margin-bottom:5px;
	font:bold 14px Arial;
}

.filetype {
	margin-bottom:15px;
}

.fl_name {
	font-size:14px;
}

.fl_name span {
	display:block;
	font:12px Arial;
	margin-top:5px;
	color:#999;
	font-weight:bold;
}

.block_left {
	float:left;
	margin-right:20px;
	margin-bottom:0px;
	margin-top:10px;
}

.block_right {
	float:right;
	margin-left:20px;
	margin-bottom:0px;
	margin-top:10px;
}

object{
	margin-bottom:0px;
}

.hidden {
	display: none;
}
/*oooooooooooooooooooooooooooooooo
	Paginação
  oooooooooooooooooooooooooooooooo*/
.page_numbers {
	margin-bottom:20px;
}

.blog-post {
			padding-bottom:40px;
		}

.blog-post h2 {
	margin:0px;
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
	color:#000;
}

.blog-post .blog-published {
	color:#727272;
	font-size:12px;
	margin-top:3px;
	margin-bottom:8px
}

.blog-post p {
	margin-bottom:10px;
}

.blog-post .blog-status {
	margin-top:15px;
	padding-top:5px;
	padding-left:1px;
	border-top:1px solid #ECECEC;
	font-size:11px;
	color:#333;
}

.blog-post .blog-button {
	float:right;
	width:25%;
}

.blog-status-container {
	float:left;
	width:75%
}

.blog-post .blog-category {
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
	color:#999;
	padding-left:2px;
	padding-bottom:0px;
	height:11px;
	line-height:11px;
	overflow:hidden;
}

.blog-comments {
	position:absolute;
	left:0px;
	width:80px;
	height:20px;
	padding-left:30px;
	font-weight:bold;
	color:#727272;
	padding-top:2px;
}

.print_text {
	float:right;
	width:60px;
	height:20px;
	margin-left:20px;
	cursor:pointer;
}

.print_text span {
	display:none;
}

#gallery_panoramica .sliderkit-nav-clip ul li, #jqzoom .sliderkit-nav-clip ul li{
	padding-top:0px !important;
}

@media print {
	.blog-post .blog-post-footer {
		display:none;
	}
}
