/* --- Reset --- */
		html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

		* {
			outline: none;
			-moz-outline: none;
		}

		body,
		html {
			height: 100%;
		}

		body {
			font-family: "HelveticaNeue-Regular", 'Helvetica Neue', Helvetica, Arial, Tahoma, Verdana, sans-serif;
			font-weight: 300;
			text-align: center;
			line-height: 19px;
			background-color: #e8e8e8;
			background-image: url(http://static.tumblr.com/l3dtuf9/nsskzr0jd/bg_tile.gif);
			color: #525252;
			text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
			-webkit-text-stroke: 1px transparent;
		}
		#tumblr_controls {
			display: none;
		}
		
		/* fonts */
		@font-face {
		  font-family: 'ChunkFiveRegular';
		  src: url('http://dl.dropbox.com/u/2857363/chunkfive-roman/chunkfive-roman.eot');
		  src: url('http://dl.dropbox.com/u/2857363/chunkfive-roman/chunkfive-roman.eot?#iefix') format('embedded-opentype'),
			   url('http://dl.dropbox.com/u/2857363/chunkfive-roman/chunkfive-roman.woff') format('woff'),
			   url('http://dl.dropbox.com/u/2857363/chunkfive-roman/chunkfive-roman.ttf') format('truetype'),
			   url('http://dl.dropbox.com/u/2857363/chunkfive-roman/chunkfive-roman.svg#ChunkFiveRegular') format('svg');
		  font-weight: normal;
		  font-style: normal;
		}

		@font-face {
			font-family: 'Museo700';
			src: url('http://dl.dropbox.com/u/2857363/museo/museo.eot');
			src: url('http://dl.dropbox.com/u/2857363/museo/museo.eot?#iefix') format('embedded-opentype'),
						url('http://dl.dropbox.com/u/2857363/museo/museo.woff') format('woff'),
						url('http://dl.dropbox.com/u/2857363/museo/museo.ttf') format('truetype'),
						url('http://dl.dropbox.com/u/2857363/museo/museo.svg#wf') format('svg');
		}		

		@media only screen and (max-device-width:480px) {
			html {
			  -webkit-text-size-adjust: 100% !important;
			}
			body {
				-webkit-text-stroke: 0 black;
				overflow: auto;
			}
			pre {white-space:normal !important;}
			
		}

		/* --- Typography --- */

              
		h1 {
			font-family: 'ChunkFiveRegular';
			font-weight: 300;
		}

		h2 {
			font-family: 'ChunkFiveRegular';
			font-size: 24px;
			font-weight: normal;
			margin: 0 0 0.5em 0;
			color: #616161;
		}
		
		.subtitle {
			margin-top: 2em;
		}

		h3 {
			margin: 2em 0 0.5em 0;
			font-family: 'Museo700';
			font-size: 20px;
			font-weight: normal;
		}
		.sub {
			margin-top: 0;
		}

		h4 {
			margin: 2em 0 0.5em 0;
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
		}

        h5 {
			font-size: 13px;
			color: #616161;
			font-weight: 300;
                        float: right;
		}

        h5 a { color: #00447c; } 

		p,
		#content ul li,
		#content ol li {
			font-family: Georgia, Times, serif;
			font-size: 15px;
			margin: 0 0 14px;
		}

		small {
			font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
			font-size: 10px;
		}
		
		strong {
			font-weight: bold;
		}
		
		address {
			font-size: 12px;
			font-style: normal;
			text-transform: uppercase;
		}

		#content ul li,
		#content ol li {
			margin-left: 30px;
		}

		.left-column ul li {
			list-style-type: disc;
		}

		.left-column ol li {
			list-style-type: decimal;
		}

		#content blockquote {
			font-style: italic;
			font-size: 16px;
			margin: 10px;
		}

		a {
			text-decoration: none;
		}

		#content a {
			color: #31302e;
			text-decoration: underline;
		}

		#content a:hover {
			text-decoration: none;
		}

		/* --- Layout --- */
		#wrapper {
			width: 100%;
			display: block;
			position: relative;
		}

		.container {
			width: 940px;
			margin: 0 auto;
			text-align: left;
		}

		/* --- Columns --- */
		.left-column {
			margin: 0 0 30px;
		}

		.right-column {
			float: right;
			width: 360px;
			margin: 0 0 12px 30px;
			padding: 10px;
			border: 1px solid #c8d6e2;
			background-color: #fcfdfd;
			background-color: rgba(252,253,253,.5);
		}

		#header {
			width: 100%;
			margin: 20px 0 30px;
			padding: 0 0 16px;
			float: left;
			display: block;
			background: url(http://static.tumblr.com/l3dtuf9/kORkzr0jv/hr.gif) repeat-x bottom left;
		}

			#title {
				max-width: 260px;
				margin: 0 20px 0 0;
				float: left;
			}

			#title a {
				font-size: 26px;
				line-height: 26px;
				font-weight: bold;
				color: #525252;
			}

			#title  a:active {
				top: 1px;
				position: relative;
			}

		#nav {
			width: 550px;
			margin: 3px 0 0;
			float: left;
			overflow: hidden;
			line-height: 12px;
		}

			#nav ul {
				margin: 0 0 0 -2px;
			}

			#nav ul li,
			#nav ul li.active a,
			#nav ul li.active a span,
			.inbutton .button,
			.button,
			.inbutton .button a,
			.button a,
			.button a span,
			.inbutton .button a span,
			.back,
			.back a,
			.back a span,
			ul.tags li,
			ul.tags li a,
			ul.tags li a span {
				background-image: url(http://static.tumblr.com/l3dtuf9/bgFkzr0k9/buttons.png);
			}
			
			.inbutton .button,
			.button,
			.button span,
			.inbutton .button .span,
			#nav ul li,
			#nav ul li span {
				cursor: pointer;
			}

			#nav ul li {
				height: 25px;
				margin: 0 0 0 -2px;
				padding: 0 0 0 3px;
				float: left;
				overflow: hidden;
				font-size: 14px;
				font-weight: 800;
				background-repeat: no-repeat;
				background-position: left 2px;
				vertical-align: baseline;
			}

			#nav ul li.active {
				z-index: 10;
				position: relative;
				background-position: 100% -77px;
				background-repeat: no-repeat;
			}

				#nav ul li a {
					height: 25px;
					color: #686868;
					display: block;
					position: relative;
					-webkit-transition: color 0.2s ease-in;
				}

				#nav ul li a:hover {
					color: #3e9ad4;
				}			

				#nav ul li.active a {
					background-position: 0px -51px;
					background-repeat: no-repeat;
					color: #fff;
					text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
				}

					#nav ul li a span {
						max-width: 200px;
						height: 25px;
						margin: 0 10px;
						padding: 0 0 7px;
						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
						line-height: 24px;
						position: relative;
						float: left;
					}

					#nav ul li.active a span {
						background-repeat: repeat-x;
						background-position: left -25px;
					}

		.button,
		.inbutton .button,
		ul.tags li {
			height: 25px;
			margin: 0 0 0 -2px;
			padding: 0 0 0 3px;
			float: left;
			overflow: hidden;
			font-size: 14px;
			font-weight: 800;
			background-repeat: no-repeat;
			vertical-align: baseline;
			z-index: 10;
			position: relative;
			background-position: 100% -77px;
			background-repeat: no-repeat;
		}

			.button a,
			.inbutton .button a,
			ul.tags li a {
				height: 25px;
				color: #686868;
				display: block;
				position: relative;
				background-position: 0px -51px;
				background-repeat: no-repeat;
				color: #fff;
				text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
			}

				.button a span,
				.inbutton .button a span,
				ul.tags li a span {
					max-width: 200px;
					height: 25px;
					margin: 0 10px;
					padding: 0 0 7px;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
					line-height: 24px;
					position: relative;
					float: left;
					background-repeat: repeat-x;
					background-position: left -25px;
				}

		.back {
			background-position: 100% -234px;
		}

			.back a {
				background-position: 0px -208px;
			}

				.back a span {
					margin: 0 5px 0 18px;
					padding-left: 10px;
					background-position: left -182px;
				}

		#content ul.tags li {
			font-family: "HelveticaNeue-Regular", 'Helvetica Neue', Helvetica, Arial, Tahoma, Verdana, sans-serif;
			font-size: 12px;
			margin: 0 5px 0 0;
			text-transform: uppercase;
			background-position: 100% -312px;
		}
		
		#content ul.tags li:active,
		.inbutton .button:active,
		.button:active {
			top: 1px;
			position: relative;
		}

			ul.tags li a {
				color: #fff;
				background-position: 0px -286px;
			}

			ul.tags li:active {
				position: relative;
				top: 1px;
			}

				ul.tags li a span {
					background-position: left -260px;
				}

		#content ul.tags li a,
		#content .back a {
			color: #fff;
			text-decoration: none;
		}

		#content ul.tags li:active,
		#content .back:active {
			top: 1px;
			position: relative;
		}

		#intro {
			width: 100%;
			margin: 20px 0;
			padding: 0 0 16px;
			float: left;
			display: block;
			text-align: center;
		}

			#intro h2 {
				font-size: 40px;
				line-height: 44px;
				margin: 0 0 10px;
			}

			#intro p {
				font-style: italic;
			}

		#projects-container {
			width: 100%;
			float: left;
			display: block;
			overflow: hidden;
			background: url(http://static.tumblr.com/l3dtuf9/qYXkzr0kp/highlight.png) repeat-y top center;
		}

			#projects {
				width: 981px;
				margin: 0 auto;
			}

			#projects ul li {
				width: 281px;
				height: 260px;
				margin: 0 23px;
				padding: 0 0 50px;
				float: left;
				font-size: 13px;
				font-weight: bold;
				text-align: center;
				text-transform: uppercase;
				background: url(http://static.tumblr.com/l3dtuf9/scekzr0ln/img_bg_280.png) no-repeat 0 0;
			}

				#projects ul li a {
					color: #525252;
					-webkit-transition: all 0.15s ease-in;
				}

				#projects ul li a:hover {
					color: #3e9ad4;
				}

				#projects ul li .img-wrap {
					width: 270px;
					height: 218px;
					margin: 5px 0px 10px 5px;
					overflow: hidden;
					float: left;
					position: relative;
					opacity: 0.9;
					cursor: pointer;
					background-repeat: no-repeat;
					background-position: 0 0;
					-webkit-transition: opacity 0.15s ease-in;
					background-size: 870px 218px;
					background-position: 0 0;
				}

				#projects ul li .img-wrap:hover {
					opacity: 1;
				}  		 	

					#projects ul li .img-wrap img {
						display: block;
						opacity: 1;
						position: absolute;
						left: 0%;
						top: 0%;
					}

				#projects .project-title {
					width: 280px;
					overflow: hidden;
					float: left;
				}
				.project-title p:last-child {
					display: none;
				}
				.project-title p:first-child {
					display: block !important;
				}

		.img-wrap-360 {
			width: 350px;
			height: 218px;
			overflow: hidden;
			float: left;
			margin: 0 0 10px;
			padding: 5px 6px 14px;
			opacity: 0.95;
			background: url(http://static.tumblr.com/l3dtuf9/3uekzr0ly/img_bg_360.png) no-repeat 0 0;
			-webkit-transition: opacity 0.2s ease-in;
		}

		#banner {
			width: 100%;
			clear: both;
			float: left;
		}

		.img-wrap-fullsize {
			margin: 0 0 35px;
			float: left;
			border-left: 1px solid #bebebe;
			border-right: 1px solid #bebebe;
			border-bottom: 1px solid #838383;
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
		}

			.img-wrap-fullsize img {
				padding: 5px;
				display: block;
				background: #fff;
			}

		#tag-header {
			margin: 0 0 30px;
		}


		#content {
			width: 100%;
			margin: 10px 0;
			padding: 0 0 16px;
			float: left;
			display: block;
		}
		
		#content p {
			line-height: 22px;
		}
		
		#content h1 {
			margin: 0 0 15px;
			line-height: 32px;
		}
		
		h1#page-title {
			text-transform: uppercase;
		}

		#footer {
			width: 100%;
			padding: 10px 0 16px;
			float: left;
			background: url(http://static.tumblr.com/l3dtuf9/kORkzr0jv/hr.gif) repeat-x top left;
		}

		#footer h2 {
			float: left;
			margin: 0 10px 0 0;
		}

		.hr {
			width: 100%;
			height: 7px;
			margin: 0 0 10px;
			display: block;
			float: left;
			background: url(http://static.tumblr.com/l3dtuf9/0mskzr0mw/hr_4px.png) no-repeat 0 0;
		}

		.hr hr {
			display: none;
		}

		.right {
			float: right;
		}

		.left {
			float: left;
		}

                #pagination { 
                   float: right;
margin-bottom: 8px;
}
.summary{font-size:120%;font-weight:bold}
pre{margin-bottom:2em;padding:4px 6px;border:1px solid #99b2c8;background-color:#fff;}
.postedby {margin: 2em 0;padding: 10px;border: 1px solid #c8d6e2;background-color: #fcfdfd;background-color: rgba(252,253,253,.5);}
.tags{margin-bottom:2em;overflow:hidden}
.left-column h1 {clear:both}
.social-buttons  {margin-bottom:16px;overflow:hidden;}
.twitbutton, .fbutton {float:left;margin-right:10px;}
.iframeint {margin-top:1em;width: 100%;clear: both;}
.ih85 {height:85px;}
.ih128{height:128px;}
.icomunidades{width:610px;height:704px;background-color:#fff;}
.inlineimgs {
	overflow: hidden;
}
.inlineimgs a {
	float: left;
}

/* Codemotion post */
#post16459816687 .communities {
	margin-top: 20px;
	padding: 8px;
	border: 1px solid #c8d6e2;
	background-color: rgba(252, 253, 253, 0.5);
}
#post16459816687 .community {
    display: inline-block;
    margin: 0 20px 0 0;
}
#post16459816687 .community img {
    max-width: 150px;
    padding: 10px 0 0;
    vertical-align: middle;
}
#post16459816687 .sponsorblock {
	float: right;
	clear: right;
	position: relative;
	margin: 0 -8px 0 8px;
	width: 360px;
	padding: 10px;
	border: 1px solid #c8d6e2;
	background-color: rgba(252, 253, 253, 0.5);
}
#post16459816687 .sponsorblock h3 {
	margin-top: 0;
}
#post16459816687 .sponsors {
	list-style: none;
}
#post16459816687 .sponsor {
	list-style: none;
	margin-left: 8px;
}
#post16459816687 #description {
	padding: 8px;
}
#post16459816687 .back {
	margin-top: 20px;
}
#post16459816687 .social-item {
  display:inline-block;
}
#post16459816687 .social-a {
  display: block;
  margin-right:5px;
  width:51px;
  height:55px;
  background:url('http://dl.dropbox.com/u/2857363/post6/social_sprite.png') 0 0 no-repeat;
  text-indent: -10000px;
}
#post16459816687 .social-a.tweet {
  background-position:0 0;
}
#post16459816687 .social-a.tweet:hover {
  background-position:0 -168px;
}
#post16459816687 .social-a.tweet:hover {
  background-position:0 -56px;
}
#post16459816687 .social-a.in {
  background-position:-102px 0;
}
#post16459816687 .social-a.in:hover {
  background-position:-102px -56px;
}
