#intro{
	bottom:290px;
	left:610px;
	position:relative;
	width:200px;
}

.post h2{
	text-indent:-9999px;
	background:url("../images/architecture/architecture_title.png") top left no-repeat;
	width:850px;
	height:270px;
}

.date{
	position:relative;
	left:10px;
	bottom:200px;
	background-color:#FFF;
	color:#362F2D;
	width:130px;
	padding:5px;
	text-align:center;
}

.inspiration{
	background-color:#943444;
	width:98%;
	margin:0;
	padding:1%;
	height:auto;
	min-height:160px;
	position:relative;
	bottom:40px;
	margin-bottom:-40px;
	clear:both;
}

.inspiration h3{
	position:relative;
	bottom:40px;
	font-family:"Lucida Grande", sans-serif;
	font-size:48px;
	margin-bottom:-50px;
}

.inspiration p{
	width:70%;
	float:left;
}

.house{
	width:220px;
	height:220px;
	float:right;
	background:url('../images/architecture/house.png') top left no-repeat;
	position:relative;
	bottom:100px;
}
.house p{
	position:relative;
	text-align:center;
	top:60px;
	margin:0 auto;
	width:170px;
	color:#e83858;
	left:25px;
}

.post a:link, .post a:visited, .post a:active, .post a{
	background-color:#e83858 !important;
	padding:5px !important;
	color:#333 !important;
}

.post a:hover{
	background-color:#FFF !important;
	padding:5px !important;
	color:#333 !important;
}


.homeBox{
	width:48%;
	margin:0 1%;
	/*background:#191918;*/
	float:left;
}

.homeBox h3{
	position:relative;
	bottom:55px;
	font-family:"Lucida Grande", sans-serif;
	font-size:48px;
	margin-bottom:-80px;
	color:#e83858;
	padding-left:3%;
	line-height:44px;
}

.homeBox p{
	padding:3%;
	line-height:30px;
}

.homeBox img{
	width:100%;
}

h2.showcase{
	font-size:48px;
	color:#FFF;
	clear:both;
}

.listContainer{
	position:relative;
	bottom:105px;
	clear:both;
	padding-bottom:10px;
}

/* Numbers */

.number{
	width:40px;
	position:absolute;
	z-index:2;
	padding:0 !important;
}

.number1{
	background:url('../images/architecture/numbers_onetwo.png') top left transparent no-repeat;
	height:50px;
}
.number2{
	background:url('../images/architecture/numbers_onetwo.png') bottom left transparent no-repeat;
	height:50px;
}

.number3{
	background:url('../images/architecture/numbers_threefour.png') top left transparent no-repeat;
	height:65px;
}
.number4{
	background:url('../images/architecture/numbers_threefour.png') bottom left transparent no-repeat;
	height:65px;
}
.number5{
	background:url('../images/architecture/numbers_fivesix.png') top left transparent no-repeat;
	height:65px;
}
.number6{
	background:url('../images/architecture/numbers_fivesix.png') bottom left transparent no-repeat;
	height:65px;
}

.number7{
	background:url('../images/architecture/numbers_seveneight.png') top left transparent no-repeat;
	height:65px;
}
.number8{
	background:url('../images/architecture/numbers_seveneight.png') bottom left transparent no-repeat;
	height:65px;
}

.number9{
	background:url('../images/architecture/numbers_nineten.png') top left transparent no-repeat;
	height:65px;
	width:60px;
}
.number10{
	background:url('../images/architecture/numbers_nineten.png') bottom left transparent no-repeat;
	height:55px;
	width:60px;
}

.endNote{
	background-color:#FFF;
	color:#191918;
	padding:10px 0;
	width:98%;
	position:relative;
	bottom:80px;
	clear:both;
	text-align:center;
	margin:0 auto -70px auto;
}