@charset "UTF-8";
/* CSS Document */

.hidden_div {
	display:none;
}

.row_1 {
	background-color:#bbb;
}

.center {
	text-align:center;
}

.t-15 {
	margin-top:15px;
}

.b-15 {
	margin-bottom:15px;
}

.row_2 {
	background-color:#ccc;
}

.row_3 {
	background-color:#ddd;
}

.row_4 {
	background-color:#eee;
}


.row_5 {
	background-color:#fff;
}

.row_6 {
	background-color:#eee;
}



#omasearch {
	font-size:20px;
	padding:6px;
	text-align:center;
	background-color:#fff;
	cursor:pointer;
	margin-top:15px;
	margin-bottom:15px;
}

#recently_added {
	font-size:20px;
	padding:6px;
	text-align:center;
	background-color:#666;
	cursor:pointer;
	margin-bottom:15px;
}

#recently_added a {
	text-decoration:none;
	color:#fff;
}

.main_cat {
	font-size:20px;
	padding:6px;
	text-align:center;
	cursor:pointer;
}
.sub_cat {
	display:block;
	font-size:20px;
	padding:6px;
	text-align:center;
	cursor:pointer;
}

.sub_cat a {
	text-decoration:none;
	color:#333;
}

.headerbox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	text-align:left;
	width:100%;
	clear:both;
	padding:10px;
	font-weight:bold;
	color:#fff;
	background-color:#666;
	position:fixed;
	top:0px;
	left:0px;
	/*background-image:url(../imagens/top_r1_c2.jpg);*/
}

.footerbox {
	text-align:center;
	width:100%;
	clear:both;
	padding:0px;
	position:fixed;
	bottom:0px;
	left:0px;
	/*background-image:url(../imagens/top_r1_c2.jpg);*/
}

#headersub {
	margin-top:48px;
}

#content {
	padding:10px;
}

#hamburger_menu {
	position: fixed;
	top:10px;
	right:0;
	z-index: 10; 
	overflow:hidden;
	padding:0px;
	margin-top:35px;
}

.hamburger_closed {
	width:130px;
	height:80px;
}

.hamburger_open {
	width:351px;
	height:246px;
}

#hamburger_button {
	width:70px;
	height:80px;
	float:right;
	margin-right:10px;
	cursor:pointer;
/*	background-color:rgba(167,167,167,167.5);*/
}

#hamburger_menu_navi {
	background-color:rgba(167,167,167,167.5);
	float:left;
	width:245px;
	padding:10px;
}

#hamburger_menu_navi ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#hamburger_menu_navi li {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	display:block;
}

#hamburger_menu_navi a {
	font-size:20px;
	line-height:22px;
	display:block;
	font-family:Lucida Grande,arial,helvetica;
	color:#333;
	text-decoration:none;
	padding:2px;
}

#hamburger_menu_navi a:link {
	color:#333;
}

#hamburger_menu_navi a:visited {
	color:#333;
}

#hamburger_menu_navi a:hover {
	color:#999;
	background-color:#333;
}

#hamburger_menu_navi a:active {
	color:#999;
	background-color:#333;
}

.hamburger_hr {
	color:#666;
	width:80%;
	margin-bottom:0px;
	margin-top:16px;
	border: 4px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px
	-webkit-border-radius:3px;
}

#search {
	height:40px;
	width:225px;
	padding-left:10px;
	padding-right:10px;
	font-size:20px;
	line-height:20px;
	font-family:Lucida Grande,arial,helvetica;
	color:#666;
	margin-top:5px;
}

#sa {
	height:40px;
	width:40px;
	font-size:20px;
	text-align:center;
	line-height:20px;
	font-family:Lucida Grande,arial,helvetica;
	background-color:#666;
	color:#fff;
	margin-top:5px;
}

p {
	font-size:16px;
	text-align:left;
	line-height:20px;
	font-family:Lucida Grande,arial,helvetica;
}

h1 {
	font-size:23px;
	text-align:center;
	line-height:26px;
	font-family:Lucida Grande,arial,helvetica;
}

.article_desc {
	font-size:16px;
	text-align:left;
	line-height:20px;
	font-family:Lucida Grande,arial,helvetica;
	padding:10px;
}

.article_title {
	padding:10px;
	text-align:center;
}

.article_title a {
	font-size:18px;
	text-align:left;
	line-height:20px;
	font-family:Lucida Grande,arial,helvetica;
}

a {
	text-decoration:none;
}