body 
{
	margin: 0;
	padding: 0;
	background-color: #131210;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;	
}


/* clear default browser styles */

a {
	text-decoration: none;
}

ul, ol {
	list-style-type:none;
}

ul, ol, li, fieldset, form, body, h1, h2, h3, h4, a {
	font-weight : normal;
	border : medium none;
	margin : 0;
	padding : 0;
}


#frame
{
	width:77em;
	margin:auto;
	padding-top:50px;
}

/* css sizing of photos	*/
.photo-entry {
	width:77em;
	height:auto;
	border-top: 1px solid #4D4943;
	padding-top: 10px;
}
.photo-small {
	width:38em;
	height:auto;
	border-top: 1px solid #4D4943;
	padding-top: 10px;
}

/* photo grid	*/
#photo-grid {
	border-top: 1px solid #4D4943;
	width:77em;
}

.photo-thumb {
	width:25em;
	height:auto;
	margin-right:10px;
	margin-top:10px;
}


/* photo Pair homepage columns */
.photo-pair {
}
.photo-pair-a {
	width:38em;
	float:left;
	clear:both;
}
.photo-pair-b {
	width:38em;
	margin-left:1em;
	float:left;
}

/* Container for all the Photo Information	*/
.photo-info {
	margin: 0px 15px 60px 5px;
	width: 370px;
	float:left;
}
.photo-title {
	margin: 12px 0 0 0;
	font-size: 2.4em;
	line-height: 1em;
	font-weight: lighter;
	color: #F5f5f5;
}
.photo-category {
	margin: 12px 0 0 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFD432;
}
.photo-date {
	margin: 2px 0 0 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #B3A9A1;
}

/* Arrows	*/
.prev-next {
	font-family: Arial;	
	font-size: 3.0em;
	line-height: 1.5em;
	float:right;
}
.previous {
	margin-right:5px;
	float:left;
}
.next {
	margin-right:5px;
	float:right;
}

.prev-next a {
	color: #FFD432;
}

.prev-next a:hover {
	color: white;
}

/* Subnav	*/
.nav {
	width:77em;
	height:30px;
	background: url(images/photojournal.gif) no-repeat 0 0;
	border-top: 1px solid #4D4943;
	text-transform: uppercase;

	clear:both;
	
}
.nav a {
	color:#66605C;
}
.nav a:hover {
	color: white;
}

ul {
}
.nav li {
	margin: 12px 0 0 5px;
	padding-right:5px;
	font-size: 0.9em;
	color:#66605C;
	float:right;
}

/* Years and Months	*/

#years {
	width:77em;
	height:auto;
	border-top: 1px solid #4D4943;
	padding-top: 10px;
}
.year {
	float:left;
	width:100px;
	margin-left:10px;
	margin-bottom:160px;
}	
.year a {
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: normal;
	color: #B3A9A1;
}
.year a:hover {
	color: white;
}
.year a:visited {
	color:#66605C;
}
.year-title {
	font-size: 2.4em;
	line-height: 2em;
	font-weight: lighter;
	color: #F5f5f5;
}

/* footer	*/
#footer{
	margin: 0 0 120px 0;
}