/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

#sidebar .ad{
margin-top:5px;
}


div.img{
margin:2px;
height:auto;
width:auto;
float:left;
text-align:center;
}

div.img img{
display:inline;
margin:3px;
border: 1px solid #ececec;
}

div.desc{
text-align:center;
width:120px;
margin:2px;
}

/*GALLERY CSS */

#gallery {
	position:relative;
	height:250px;
	width:280px;
	
	
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
		width:280px; 
		height:250px;
	}
	
	#gallery a.show {
		z-index:400
	}

	#gallery .caption {
		z-index:500; 
		background-color:#000; 
		color:#ffffff; 
		height:70px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
	
	#morenews{
	clear:both;
	
	}
	
	#morenews li{
	
	border-bottom: 1px solid #ebe9e9;
	padding-top:5px;
	padding-bottom:5px;
	}
	
	#morenews li:hover{
	
	}
	
	#morenews ul li a{
	text-decoration:none;
	color:#000;
	font-size:.75em;
	font-weight:bold;
	background:url("/images/bullet_plus.png") no-repeat left 50%;
	padding-left:20px;
	
	}
	
	#morenews ul li a:hover{
	color:#a4a08a;
	
	}

	
	h3.center{
	text-align:center;
	margin-top:10px;
	}
	
	#rocky{
	margin-bottom:20px;
	}
	
	#rocky h2{
	background:url("./images/rocky.png") no-repeat bottom left;
	color: #fff;
	padding-top: 34px;
	padding-left: 20px;
	height:46px;
	}
	
	ul.rocky_page{
	margin-top:20px;
	}
	
	#rocky ul li a{
	font-size:.9em;
	text-decoration:none;
	color: #000;
	background:url("./images/camera_picture.png") no-repeat left 50%;
	padding:3px 0px 3px 25px;
	}
	
	
	#rocky ul li a:hover{
	border-bottom:1px dotted #000;
	}
	
	#profile_data{
	float:left;
	margin-left:5px;
	}
	
	
	.product {
	float:left;
	margin-right:20px;
	border: 1px solid #fff;
	padding:2px;
	}
	
	#shop form, #book form{
	margin-top: 20px;
	}
	
	.paypal{
	margin-left:60px;
	margin-bottom:20px;
	border:none;
	}