/*
Theme Name: Pyrmont V2
Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html
Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.
Version: 2.0.7
Author: motta
Author URI: http://imotta.cn/
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/
/*
#7F8183 grey
#2B46A1 blue
#F94500 orange
*/
/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/


div#images3 {
	margin:0 auto;
	height:250px /* NS 040210 was 340, images height alone is 284px */;
	overflow:hidden;
	width:950px;      //was 959 NS 	
}
div#images3 a {
	color:#fff;
}
div#images3 a:hover {
	text-decoration:none;
}


#image1 a, #image2 a, #image3 a {
	background-repeat:no-repeat;
	background-image:url(images/speed-gun.jpg);
	height:245px; 	
         float:left;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}
#image1 a {
	width:310px;    // was 317px
	background-position:-2px -2px;
}
#image2 a {
	width:320px;
	background-position:-319px -2px;
}
#image3 a {
	width:320px;
	background-position:-640px -2px;
}
#image1 a:hover, #image1 a.hover {
	background-position:0px -284px;          // NS was -284px

}
#image2 a:hover, #image2 a.hover {
	background-position:-317px -284px;   // NS was -317px -284px
}
#image3 a:hover, #image3 a.hover {
	background-position:-638px -284px;   // NS was -636px -284px

}

#image1link a, #image2link a, #image3link a {
	float:left;      
	display:block;
	cursor:pointer;
	text-align:center;
	padding:3px 0;
	_background:url(images/arrow.png) no-repeat 80px 3px;
	_background:url(images/arrow.gif) no-repeat 80px 3px;
	height:62px;    // was 62px NS
	text-transform:uppercase;
	color:#fff;
}
#image1link a:hover, #image2link a:hover, #image3link a:hover, #image1link a.hover, #image2link a.hover, #image3link a.hover {
//	background:url(images/arrow-hover.png) no-repeat 81px 3px;
//	_background:url(images/arrow-hover.gif) no-repeat 81px 3px;
}
#image1link a span, #image2link a span, #image3link a span {
	text-transform:capitalize;
	font-size:0px;    // was 12px
	line-height:1.8em;
}
#image1link a:hover, #image2link a span:hover, #image3link a span:hover {
	text-shadow:1px 1px 0px #000;
}
#image1link a {
	width:319px;
}
#image2link a{
	width:320px;
}
#image3link a{
	width:320px;
}
