/*
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 
*/

/* copied from general style */
div#images3 {
	margin:0 auto;
	height:340px /* images height alone is 284px */;
	overflow:hidden;
	width:959px;	
}
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/3.jpg);
	height:284px;
	float:left;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}
#image1 a {
	width:317px;
	background-position:0 0;
}
#image2 a {
	width:320px;
	background-position:-317px 0;
}
#image3 a {
	width:320px;
	background-position:-636px 0;
}
#image1 a:hover, #image1 a.hover {
	background-position:0 -284px;
}
#image2 a:hover, #image2 a.hover {
	background-position:-317px -284px;
}
#image3 a:hover, #image3 a.hover {
	background-position:-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;
	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: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;
}
