body 
{
	margin: 0px;
	padding: 0px;
	background-color: #131210;
	font-family: Helvetica;
	
	/* Turn off font resizing */
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color:rgba(0,0,0,0.4);
}

h1, h2, h3, h4, h5, h6 {
	
}

a 
{
	text-decoration: none;
}

ul 
{	   
	padding: 0;	   
	margin-top:0;
	margin-left:10px;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:17px;
	font-weight:bold;
	color:white;
	
	width: 300px;
	background-color: #4D4943;       /* Each list has a white background fill */
	

	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
}

li
{	
	list-style-type: none;	
	
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:#131210;

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
}

li:first-child 
{
	border-top:0;    /* Remove border above the first item of the list */
}

li a  /* Handle the click/tap highlight. Highlight an entire cell with the iPhone grey background when tapped */ 
{
	display: block;   /* Sets the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	 
	
	text-decoration: none;
	color:white;
} 

#years {
	padding-top: 17px;
}

.year-title {
	color: #B3A9A1;
}

.photo-entry, .photo-small {
	width:320px;
	height:auto;
}

.photo-thumb {
	width:100px;
	height:auto;
	margin-left:5px;
	margin-top:5px;
}

/* Container for all the Photo Information	*/
.photo-info {
	margin: 0px 20px 80px 15px;
}

.photo-title {
	margin: 12px 0 0 0;
	font-size: 44px;
	line-height: 45px;
	font-weight: lighter;
	color: white;
}

.photo-category {
	margin: 12px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFD432;
}

.photo-date {
	margin: 2px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #B3A9A1;
}

.nav {
	clear:both;
}

/* Entry	*/
.prev-next {
	margin-top:-40px;
	font-size: 32px;
	font-family: Arial;	
}

.prev-next a {
	color: #FFD432;

}

.previous {
	float:left;
}
.next {
	float:right;
}