@charset "UTF-8";
/* CSS Document */

@import url(reset.css);
@import url(structure.css);
@import url(typography.css);
@import url(colour.css);
@import url(nyromodal.css);
@import url(footer.css);


/*CUSTOM STYLES
---------------*/



/*HOME*/
.home {
	margin-top:40px;
}

.home .main_content {
	float: none;
	width: 690px;
}

.homeText  {width:656px; height:100px; background-color:#292324; border:1px solid #292324; color:#FFF; padding-left:40px; padding-top:20px;}

/*ABOUT*/
.content .inner_content h1 {
	margin:0px;

}


/*VIEW PAGE*/
.thumbnail {
	width:225px; float:left;
	margin-right:3px;

}

/*PRESS*/
.pressTable {
	width:685px;
	
}

.pressTable td { 
	padding:15px; border:3px solid #fff;
	vertical-align:top;
	
}

.pressTable tr.label td { 
	padding:15px; background-color:#f2f2f2;;
	
}

.pressTable th { 
	background-color:#ededed;
	padding:15px;
	vertical-align:top;
	
}

.pressTable 1 {
	color:#00adee;
	
}

.blueMe {
	color:#00adee;
}
