#header {
	height: 145px;
	background: #0E0F13 url(../../images/bg-tiled.jpg);
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;	
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#expand {
	left: 353px;
	top: 0px;
	width: 24px;
	height: 27px;
	background:url(../../images/grafica2.png) repeat -236px -10px;
	position: relative;
	cursor: pointer; 
	display: block;
}
#expand:hover {
	width: 24px;
	height: 27px;
	background: url(../../images/grafica2.png) repeat -236px -52px;
}

#contract {
	left: 353px;
	top: -27px;
	width: 24px;
	height: 27px;
	background:url(../../images/grafica2.png) repeat -190px -6px;
	position: relative;
	display: none; 
	cursor: pointer;
}
#contract:hover {
	width: 24px;
	height: 27px;
	background: url(../../images/grafica2.png) repeat -190px -52px;
}
#header .box2 {
	padding: 5px;
	background-color: #c7c7c7;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 15px;
}

#header .firstline {
	width: 900px;
	height: 75px;
	margin: 10px 0 15px 20px;
}
#header .secondline {
	width: 915px;
	margin: 45px 0 0 20px;
}
#header .secondline .box2 {
	height: auto;
}

#header .secondline .box2 a {
	color: #c91b22;
}
#header .secondline .box2 a:hover {
	color: #fff;
	text-decoration: none;
}

#header .labelTwitter {
	margin: 0 0 2px 3px;
	font-size: 11px;
	text-transform: uppercase;
	color: #dadad2;
	left: 429px;
	width: 40px;
}
#header .label {
	margin: 0 0 2px 3px;
	font-size: 11px;
	text-transform: uppercase;
	color: #dadad2;
	width: 60px;
}
#header .label:hover {
	cursor: pointer;
	color: #c91b22;
	text-decoration: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#header .labelabout {
	margin: 0 0 2px 297px;
	font-size: 11px;
	text-transform: uppercase;
	color: #dadad2;
	width: 43px;
}
#header .labelabout:hover {
	cursor: pointer;
	color: #c91b22;
	text-decoration: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#header .sitelogo {
	float: left;
	width: 399px;
	height: 70px;
	background: #c7c7c7; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.hb_logo {
	background:url(../../images/grafica2.png) repeat 480px -2px;
	width: 385px;
	height: 67px;
	display: block;
	margin: 0 0 0 8px;
}
#drpdwn {
	padding: 10px 0 0 0;

}
/* About */

.about {
	float: left;
	width: 350px;
}
.about .box2 {
	margin: 0 10px 0 0;
	padding: 10px !important;
}


#tags {
	position:absolute;
	width:620px;
	height: 35px;
	top: 62px;
	z-index:0;
}
.links {
	position: relative;
	top: 27px;
	font-size: 13px;
	font-style: italic;
	text-align:center;
}
.links a { 
	position: relative;
	float: left;
	width: 100px;
	padding: 9px 0;
	margin: 0 10px 0 0; 
	background: #c7c7c7; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #0e0f13;
}



.links a:hover { 
	color: #fff;
}

.links .blogLink a:hover { 
	color: #fff;
}

.links a.active { 
	background: #c91b22;
	color: #fff;
}



.tag_all a {
	position: relative;
	top: 27px;
	background-color:#c7c7c7;
	float: left;
	width: 100px;
	padding: 9px 0;
	margin: 0 10px 0 0;
	font-size: 13px;
	font-style: italic;
	text-align:center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #0e0f13;
}
.tag_all a:hover {  
	color: #fff;
}

.tag_all a.active { 
	background: #c91b22; 
	color: #fff;
}

#tweet {
  	padding: 5px;
	background-color: #c7c7c7;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	left: 429px;
	top: 56px;
	z-index: 5;
}

#tweet a {
  color: #c91b22;
}
#tweet em {
	white-space: nowrap;
}

#tweet ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style: none;
}
