/*  
Theme Name: Hyku Photo Gallery
Theme URI: http://hyku.com/wp-themes/
Description: A horizontal scrolling theme for photos
Version: 1.0
Author: Josh Hallett
Author URI: http://hyku.com/

*/

body {margin: 0; padding: 0; color: #fff; background: #000 url(http://darnones.com/cms/wp-content/themes/hyku-gallery/images/dobg.jpg) top left repeat; font-size: 10px; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: left;}
a {color: #ebebeb; text-decoration: none;}
a:hover {text-decoration: none; color: #666;}
#header {margin: 20px 50px; position: fixed;}
#header img { border:0; }
#gallery {width: 6590px; margin: 0 0 0 50px; position: absolute; top: 62px; }
#single-image {width: 100%; margin: 40px 40px 0px 50px;}
#photos {margin: 0;}
.image {float: left; width: 650px; margin-right: 50px; }
.image > p { width: 650px; display: block; margin: 0; }
.meta {margin: 10px 0 20px; padding: 10px 25px 0 25px; line-height: 14px;}
h2 {font-size: 12px;}
.navigation {float: right; padding: 0px 10px 0 0;}
.pagenavigation {clear: both; margin: 40px 10px 0 40px;}

.boxgrid { 
	width: 650px;
	height: 433px; 
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .75;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	}
.boxcaption p { padding: 0 25px; }
.captionfull .boxcaption { top: 433px; left: 0; }
.caption .boxcaption { top: 333px; left: 0; }