/* GENERAL LAYOUT */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #575757;
	text-align: center;
	margin:0 auto;
	background-color:#E5E5E5;
}
#page {
	margin: 0 auto;
	text-align:left;
	width: 78em;
}

/* END GENERAL LAYOUT */

/* HTML TAGS */
h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:2.05em;
	font-weight:normal;
	color:#d65822;
	margin:0;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:0;
}
a {
	color:#2481A3;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
p {
	line-height:1.4em;
}
img {
	padding:5px;
	border:1px solid #ccc;
}
img.noborder {
	border:none;
}
/* END HTML TAGS */

/* MAIN CONTENT */
#container {
	float: left;
	margin: 3em 0 1.5em 2.75em;
	padding-bottom:1em;
	text-align:left;
	width: 50em;
	_width: 49.7em; /* For IE */
	display: inline; /* IE double margin bug fix */
	background:url(http://www.100hitz.net/wp-content/themes/100hitz_v2/images/bg-content-footer.gif) no-repeat left bottom #FFF;
}
#content { /* main content */
	padding: 2.5em 3.5em .5em 3.5em;
	background:url(http://www.100hitz.net/wp-content/themes/100hitz_v2/images/bg-content.gif) no-repeat left top #FFF;
}

.data { /*data of the post */
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: .85em;
	color: #999;  
  	margin-top:0;
}
.respond { /* link to the respond form */
	font-size: 1.1em;
	text-align:right;
}
#respondForm { /* respond form header */
	font-size: 1.7em;
	margin:3em 0 10;
}
.commentlist { /* List of comments */
	margin:0;
	padding:0;
	list-style:none;
}
	.commentlist li {
		margin-bottom: 3em;
	}
.commentlist img { /* List of comments */
	border:none;
}
.button { /* input bottom */
	font-size:1.3em;
	padding:.3em;
}
.post li {
	margin-bottom:.8em;
}
/* END MAIN CONTENT */

/* SIDEBAR */
#sidebar {
	float:left;
	text-align:left;
	margin:4.5em 0;
	_margin:6em 0;
	width:23em;
}
#sidebar #identity {
	margin:0 0 2.5em 2.5em;
}
#sidebar #identity img {
	margin-left: -.5em;;
}
#sidebar #postList {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar #postList li {
	margin-bottom:1.4em;
	padding-left:2.8em;
	font-size:.85em;
	line-height:1.6em;
}
#sidebar #postList li a {
	color:#8D8D8D;
}
#sidebar #postList li.active {
	font-size:1.3em;
	color:#404040;
	margin-bottom:1em;
	padding:.5em 0 0 1.9em;	
	_padding-bottom:.03em;	
	background:url(http://www.100hitz.net/wp-content/themes/100hitz_v2/images/bg-sidebar-li-active.gif) no-repeat right top #fff;
}
#sidebar #postList li.active span {
	display:block;
	padding:.3em .8em .8em 0;	
	background:url(http://www.100hitz.net/wp-content/themes/100hitz_v2/images/bg-sidebar-li-active-span.gif) no-repeat right bottom #FFF;
}
#sidebar #auxiliar {
	margin:7em 0 0 2.5em;
}
#sidebar #auxiliar h2 {
	font-size:1em;
	font-weight:bold;
	margin-top:3em;
}
#sidebar #auxiliar ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#sidebar #auxiliar li {
	font-size:.85em;
	margin-top:1em;
	color:#8D8D8D;
}
#sidebar #auxiliar li a {
	color:#8D8D8D;
}
#sidebar #auxiliar .sindication a {
	color:#d65822;
	padding-left:1.5em;
	background:url(http://www.100hitz.net/wp-content/themes/100hitz_v2/images/bg-sindication.gif) no-repeat left top;
}
.note { /* Wordpress note */
	font-size:.85em;
	color:#666;
	margin-top:5em;
}	
/* END SIDEBAR */

/* ARCHIVE */
.archive h1 {
	color:#666;
}
.archive h2 {
	font-size:1.6em;
	margin:3em 0 .3em 0;
}
.archive .postmetadata {
	font-size:.85em;
	color: #999;  
}
/* END ARCHIVE */

/* SEARCH RESULTS */
.searchResults h1 {
	color:#666;
	margin-bottom:.5em;
}
.searchResults h2 {
	font-size:1.6em;
	margin:1em 0 .3em 0;
}
.searchResults .postmetadata {
	font-size:.85em;
	color: #999;  
}
/* END SEARCH RESULTS */

/* OTHER */
.navigation {
	margin:0 0 0 3em;
	width: 50em;
	clear:both;
}
.navigation .alignright {
	float: right;
}

.navigation .alignleft {
	float: left
}
.home {
	font-size:.85em;
	margin:1.5em 0 -2em 3.5em;
}
/* END NAVIGATION */