body {
	border-top: 8px solid #ddd;
	margin: 0;
	margin-bottom: 1.5em;
	background: #fff;
	font-family: 'Lucida Grande',Helvetica,Tahoma,sans-serif;
	color: #444;
	font-size: 14px;
}

#doc {
	width: 750px;
	margin: auto;
}

#header {
	clear: both;	
}

#site_title {
	float: left;
}

#site_title h1 {
	font-family: Georgia,'Gill Sans',Palatino,serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0;
	padding-top: 15px;
}

#site_title h1 a {
	text-decoration: none;
	color: #000;
}

#menu {
	padding-top: 30px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding-left: 10px;	
}

#menu a {
	text-decoration: none;
	color: #666;	
}

#menu a:hover {
	color: #000;	
}

#content {
	clear: both;
}

#image_big {
	text-align: center;
	margin-bottom: 7px;
	clear: both;
}

#image_nav_menu {
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 20px;
	clear: both;
}

#image_nav_menu a {
	text-decoration: none;
	color: #aaa;
}

#image_nav_menu a:hover {
	color: #222;
}

#photo {
	border: 0;
}

.image-previous {
	float: left;
	padding-bottom: 4px;
}

.image-next {
	float: right;
	padding-bottom: 4px;
}

#image_info {
	text-transform: uppercase;
}

.image-date {
	font-size: 11px;
}

.image-comments {
	float: right;
	font-size: 11px;
}

.image-comments li {
	margin-bottom: 10px;	
}

.image-comments a {
	color: #000;
	text-decoration: none;
}

#comments_notes {
	clear: both;
	text-transform: none;
	font-size: 12px;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #ddd;
	display: none;
}

.image-notes {
	float: left;
}

.image-notes,
.image-comments-list {
	width: 360px;
	text-align: justify;
}

.image-comments-list {
	margin-left: 390px;
}

.image-comments-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 9px;
	margin-top: 20px;
	text-transform: uppercase;
	color: #888;
}

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

#footer a:hover {
	color: #000;	
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;	
}

#footer ul a {
	padding: 0 3px;
}

#thumbs img {
	border: 0;
	margin: 1px;
}

#thumbs {
	margin-left: 175px;
	margin-top: 20px;
}

#categories {
	font-size: 11px;
	text-align: left;
	float: left;
	width: 170px;
}

#categories a {
	color: #444;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.image-comments-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.image-comments-list p {
	margin-bottom: 0;
}

.image-comments-list div {
	font-size: 10px;
	color: #888;
}

.image-comments-list a {
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.image-comments-list a:hover {
	color: #000;
}

.image-comments-add {
	margin-left: 390px;
	text-align: right;
}

.image-comments-add a {
	color: #555;
	text-decoration: none;
	font-size: 10px;
}