/*  
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 {color: #000; background: #7E7E7E; 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 {text-transform: uppercase; letter-spacing: 2px; margin: 50px 0 0 50px;}
#gallery {width: 9000px; margin: 0px 40px 0px 300px}
#single-image {width: 460px; margin: 0px 40px 0px 300px;}
#photos {padding: 0px 200px 0 0;}
/* .photo {float: left; display: inline;} */
/* .image {float: left; width: 450px; padding: 0px 200px 0 0;} */
/* .meta {margin: 0px 0px 0px 0px; padding: 0 0 0 0px; line-height: 14px;} */
h2 {font-size: 12px;}
.navigation {float: right; padding: 0px 10px 0 0;}
.pagenavigation {clear: both; margin: 40px 10px 0 40px;}


/* meta fix */
div.post {
width: 450px;
padding: 0px 200px 0 0;
float: left;
}

div.meta {
margin: 0px 0px 0px 0px; padding: 0 0 0 0px; line-height: 14px;
}

div.photo {
display: inline;
padding: 0px 200px 0 0;
}

div.image {
width: 450px; 
padding: 0px 200px 0 0;
}

/* Begin Sidebar */
#sidebar {
	width:180px;
	height:100%;
	float:left;
	padding-right:4px;
	padding-left:4px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar a{
	color:#FFFFFF;
	}	
	
#pagenav {
	margin:0px;
}	

/* End Sidebar */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align:right;
	}

#sidebar #searchform #s {
	width: 85px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

