/*-----------MAIN-------------*/
* {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

body {
	background-color: #DDD;
}

p {
	margin-top: 0em;
	margin-bottom: .5em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
}
#mastertable {
	font-size: 10px;
	color: #666;
	margin: 30px auto 30px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menustrip {
	width: 100%;
	margin: 5px 0px 5px 0px;
}

#masthead {
	font-weight: bold;
	letter-spacing: 10px;
}

.caption {
	font-style: italic;
	font-size: 10px;
}

/*-----------PHOTO-------------*/

#photobox {
	width: 760px;
	padding: 20px;
	background: white;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

img {
	height: auto;
	width: auto;
}

/*-----------TEXT-------------*/
#texttable {
	width: 800px;
	margin: 20px 0px 0px 0px;
}

#bodytext {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
}

/*-----------RECENTLY-------------*/
#recenttext {
}

.recent_title {
	font-style: italic;
}

.recent_author {
}

.recent_label {
	font-weight: bold;
}

/*-----------COMMENTS-------------*/

#commenttable {
	width: 760px;
	height: 510px;
}

#comments_left_column { /* left column for comments page */
	margin: 0px;
	border-right: 1px dotted;
	width: 520px;
}

#commentmast { /*masthead table for comments. contains thumb, title, capture date, and gear */
	margin: 0px 0px 0px 0px;
	width: 520px;
}

#photocomment {
	margin: 5px 0px 20px 0px;
	font-family: Georgia, Times, sans-serif;
	font-size: 14px;
}

#commentform { /*table for comment form.*/
	margin: 5px 20px 0px 0px;
	width: 520px;
	font-size: 10px;
	vertical-align: baseline;
}

#usercomments { /*cell on right side of comments page to hold user comments.*/
	margin: 0 0 0 20px;
}

.usercommenttext {
	font-family: Georgia, Times, Serif;
	font-size: 12px;
}

/*-----------ARCHIVES-------------*/
#archivesmenu {
	width: 152px;
	height: 101px;
	background-color: black;
	float: left;
}

.archivestext {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;	
}

.archivestext a:hover {
	color: white;
}

/*-----------LINK TEXT-------------*/

a { 
 color: #888; 
 text-decoration: none;
}

a:hover { 
 color: black; 
 text-decoration: none; 
}

/*-----------UTILITIES-------------*/

.clearboth {
	clear: both;
}

.justify {
	text-align: right justify;
}

.horizontalspacer {
	clear: both;
	width: 100%;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dotted;
}

.verticalspacer {
	height: 100%;
	margin: 0px 20px 0px 20px;
	border-right: 1px dotted;
}

.letterspace {
	letter-spacing: 2px;
}

.valign-top {
	vertical-align: top;
}

.valign-bottom {
	vertical-align: bottom;
}
