.wholePost *{
	margin:0 auto;
}
.blueBox{
	padding:15px;
	background-color:#002862;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #002862;
	width:564px;
	font-size:24px;
}

.blueBox p{
	font-size:24px;
	padding:15px;
}
	
.post h2{
	text-indent:-9999px;
	background:url("../images/flickr/intro.png") top left no-repeat;
	width:564px;
	height:396px;
	overflow:hidden;
}

/* TITLES */

.post h3{
	text-indent:-9999px;
	overflow:hidden;
	height:50px;
}
.cc{
	background:url("../images/flickr/title_cc.png") center right no-repeat;
}

.ui{
	background:url("../images/flickr/title_ui.png") center right no-repeat;
}

.com{
	background:url("../images/flickr/title_com.png") center right no-repeat;
}

/* NUMBERS */

.number{
	width:75px;
	height:50px;
	float:left;
	position:relative;
	right:32px;
	overflow:hidden;
	text-indent:-9999px;
}	

.one{
	background:url("../images/flickr/1.png") top left no-repeat;
}

.two{
	background:url("../images/flickr/2.png") top left no-repeat;
}

.three{
	background:url("../images/flickr/3.png") top left no-repeat;
}

/* PHOTO CREDITS */

.credit{
	margin-top:25px;
	overflow:hidden;
	text-indent:-9999px;
	width:564px;
	height:115px;
}

.bala{
	background:url("../images/flickr/credit_bala.png") top right no-repeat;
}

.fotos{
	background:url("../images/flickr/credit_mobile-fotos.png") top right no-repeat;
}

.strawb{
	background:url("../images/flickr/credit_strawb.png") top right no-repeat;
}

/* OTHER */

.footnote{
	padding:15px;
	background-color:#362f2d;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #362f2d;
	width:564px;
}

.noborder{border:0 !important}

.post a:link, .post a:visited, .post a:active, .post a{
	color:#0063db !important;
	border-bottom:2px solid #ff0084;
}

.post a:hover{
	color:#ff0084 !important;
	border:0;
	text-decoration:none;
}

time{
	position:relative;
	bottom:40px;
}