@charset "utf-8";
/* CSS Document */

/* colours used in website 

Grey Background Pantone Black 7U : #282828
T-Space Pink Pantone 676 U : #B70072 

*/




/********************************************************************************/
/* General styles */
/****************************************************************************/
html,body{margin:0; padding:0;}



body{
	margin:0;
	padding:0;
	line-height: 1.35em;
	/* OLD!! font-family:  Calibri, "Helvetica Neue", Arial, Verdana,  Helvetica, sans-serif; */
	font-family:"Avenir LT 45 Book", Arial, Verdana, Calibri, Helvetica;
	font-size: 85%;
	background-color: #282828;
	color: #333333;
}

h1 {
	color: #f15d5e;
}
h2 {
	color: #f15d5e;
	font-size: 140%;
}
h3 {
	color: #ffffff;
	font-size: 100%;
	margin: 15px 0 15px 0;
}
p{
	color: #ffffff;
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 0.6em;
}
a{
	color:#999999;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}




/********************************************************************************/
/* Header section */
/****************************************************************************/

div#header {
	height:155px;
	width:960px;
	display:block;
	overflow:hidden;
	text-align:left;
}
  
#header h1{
	margin: 0;
	text-indent: -9999px;
	background-attachment: scroll;
	background-image: url(../images/t-space-architects-logo.gif);
	background-repeat: no-repeat;
	background-position: 23px -20px;
	
}
#header h2{
	margin: 0;
	text-indent: -9999px;
}
#header div {
	width: 284px;
	display: block;
	margin: 0;
	height: 192px;
	float:right;

	
}
#header h1 a {
	display: block;
	height: 189px;
	width: 284px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

/********************************************************************************/
/* image placeholder */
/****************************************************************************/
div#strip {
	height: 20px;
	text-align: center;
	border-top: 1px solid #666666;
	margin:0px;
	padding:0px;
	clear: left;
	background-image: url(../images/pink-strip.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

div#topimage {
	text-align: center;
}



/********************************************************************************/
/* Main central section */
/****************************************************************************/
div#container{text-align:left; width:920px; margin:0 auto; display:block; overflow:hidden; background:url(../images/tbg.gif) no-repeat}

div#wrapper{text-align:left; margin: 0 0 0 315px;}

/********************************************************************************/
/* right hand column styles */
/****************************************************************************/
div#box-right{
	float:right;
	width:295px;
	padding-bottom: 10px;
}


/********************************************************************************/
/* left hand column styles */
/****************************************************************************/
div#box-left{
	float:left;
	width:295px;
	padding-bottom: 10px;
}


/********************************************************************************/
/* footer styles */
/****************************************************************************/
div#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

}

#footerposition {
	position:absolute;
	background-color: #FFCCFF;
	height: 90px;
}


#footer p {
	padding: 0px;
	margin: 0px;
	font-size: 75%;
}

#footer a {
	color: #999999;
	text-decoration: none;
	display:inline;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/********************************************************************************/
/* gallery styles */
/****************************************************************************/
.gallery {
	
	display:block;
	float:left;
	width: 200px; 
	
}

.gallery h3 {
	
	margin:0px 0px 33px 0px;
	width:190px
	
	
}

.gallery img {

	border:1px solid #666666;
	height:144px;
	margin:0 0 7px;
	padding:4px;
	width:180px;

}div#press_page a {
	color: #FFFFFF;

}

