/*
-----------------------------------------------
Suburbe Template

Name:     Suburbe
URL:      www.hipertextos.net
Designer: hipertextos
URL:      www.hipertextos.net
Date:     1 ago 2010
----------------------------------------------- */

/* Basic Styles */

#navbar-iframe {
	height: 0px;
	visibility: hidden;
	display: none;
}

#space-for-ie {
	height: 0px;
	visibility: hidden;
	display: none;
	margin: 0px;
	padding: 0px;
}

* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background:#fff;
	font: small/1.2 "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

pre {
	display: block;
	margin: 1em 0 0 0;
	width: 100%;
}

pre code {
	background: #eee;
	display: block;
	padding: 10px;
}

/* Fonts */

a {
	color: #aa0000;
	text-decoration: none;
}

a:hover {
	color: #AA4444;
	text-decoration: none;
}

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

a:visited:hover {
	color: #333;
	text-decoration: underline;
}

h1 {
	display: block;
	font-size: 4em;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

h2 {
	color:#222;
	font-size:2.8em;
	padding: 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

h3 {
	color:#fff;
	font-size:1.1em;
	height:42px;
	overflow:hidden;
	padding: 0px 5px 10px;
	text-align: center;
	text-shadow: 0px 1px 0px #aaa;
}

h3 a {
	display:block;
}

h4 {
	font-size: 2.1em;
	padding: 0px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

h5,h6,h7 {
	clear: both;
	font-size: 2em;
	margin: 10px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

p {
	
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

li a {
	display: block;
	text-decoration: none;
}

blockquote {
	background: url('http://suburbe.org/img/blockquote.jpg') no-repeat left top #fff;
	border-left: 2px solid #eee;
	margin: 0px 0px 50px 80px;
	padding: 0px 40px;
}

embed {
	display: block;
	margin: 0 auto;
}

/* Estructure */

#wrap {
	width:100%
}

#content {
	width:100%
}

/*Page Width */

.main-blog, .blog, .breadcrumbint, .menuint {
	margin:0px auto 0px;
	width:100%
}
#head, .trigger, #tooltip, .home-previous, .navtools, #previous-archive, .simple_overlay, .vertical_overlay, .tooltipTitle, .dock, .dockitem, .main-slide, #tabs-box, .menu, .breadcrumb, .dockitem img, #previous-archive, .previous-item, .previous-item img, .previous-item a, .socialdock, .socialdockitem, .socialdockitem img, .socialdockitem a {
	display:none;
}


/* Main-Blog 
----------------------------------------------- */

.main-blog {
	margin:10px auto;
}

.main-post {
	background:#fff;
	border:4px solid #ddd;
	float:left;
	margin:1%;
	width:22%;
	-moz-box-shadow: 5px 8px 10px #666;
	-webkit-box-shadow: 5px 8px 10px #666;
	box-shadow: 5px 8px 10px #666;
}

.main-post:hover {
	-moz-box-shadow: 5px 8px 10px #333;
	-webkit-box-shadow: 5px 8px 10px #333;
	box-shadow: 5px 8px 10px #333;
}

.main-post img {
	height:170px;
	margin:10px auto;
	width:95%;
}


/* Blog 
----------------------------------------------- */

.blog {

	margin:10px auto;
}

.trigger {
	float:left;
	margin:1% 0;
	width:12%;
}

.trigger img {
	background:#fff;
	cursor:url('http://suburbe.org/img/magnify.gif'), pointer;
	padding:4px;
	width:92%;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #333;
}

.post-source {
	background:#fff;
	clear:both;
	font-size:0.8em;
	margin:2px 0;
	padding:10px 0px 10px;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #333;
}

.post-footer {
	clear: both;
	margin: 0px 1% 0;
	padding:10px 1% 20px;
}

.post-footer a {
	background: #fff;
	border: 1px solid transparent;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight: bold;
	color: #333;
	line-height:3em;
	margin:1px 0;
	padding: 4px 20px 6px;
	-webkit-border-radius: 2px;
	-opera-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #333;
}

.post {
	float:left;
	margin:0 1%;
	padding:0;
	width:100%;
}

.post-body {
	font-size:1.2em;
	text-align:justify;
	float:left;
	margin: 10px 0;
	width:100%;
}

.post-body img {
	max-width:805px;
}

.post-body img.mural {
	cursor:url('http://suburbe.org/img/magnify.gif'), pointer;
	float: left;
	height: auto;
	margin:1%;
	padding:1%;
	width: 46%;
}

.post-body img.big {
	clear: both;
	float: none;
	height: auto;
	margin: 3px auto;
	padding: 5px 1px;
	width: 100%;
}

.post-body img.logo {
	clear: both;
	float: none;
	height: auto;
	margin: 3px auto;
	padding: 5px 1px;
	width: 30%;
}

.muralHD {
	cursor:url('http://suburbe.org/img/magnify.gif'), pointer;
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 3px;
	padding: 5px;
	text-align: center;
	width: 46%;
}

.blogger-labels {
	background: url('http://suburbe.org/img/tags.png') no-repeat left center transparent;
	color:#fff;
	font-size:1px;
	height:80px;
	line-height:2em;
	margin: 10px 0 0px;
	padding:24px 65px 0px ;
}

.home-previous a, p.blogger-labels a {
	background: #fff;
	border: 1px solid transparent;
	cursor:pointer;
	font-size:14px;
	font-weight: bold;
	color: #333;
	line-height:3em;
	padding: 4px 20px 6px;
	-webkit-border-radius: 2px;
	-opera-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #333;
}

.post-footer a:hover, .home-previous a:hover, p.blogger-labels a:hover {
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: inset 1px 3px 3px #666;
	-moz-box-shadow: inset 1px 3px 3px #666;
	-webkit-box-shadow: inset 1px 3px 3px #666;
}

/* Comments */
.comments {
	background: #fff;
	clear: both;
	padding:10px;
	font-size: 1.4em;
	text-align: left;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #333;
}
.comments-block {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 20px 0px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	-moz-border-radius: 6px;
}
.comment-body {
	background: #ddd;
	border: 1px solid #aaa;
	color: #333;
	font-size: 0.8em;
	padding: 5px;
	text-align: justify;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	-moz-border-radius: 6px;
}
.comment-timestamp {
	font-size: 0.9em;
}
a.comment-link {
	font-size: 1.2em;
	color: rgb(76,86,108);
	font-weight: bold;
}


/* Footer Elements
----------------------------------------------- */

#footer p {
	padding: 20px 30px;
	text-align: center;
}

.footerlogos {
	margin: 120px auto 10px;
	padding: 20px 0px 0px;
	text-align: center;
	width:420px;

}

.footerlogos img {
	float:left;
	height: 140px;
	margin:0px 20px;
}

