html {
}

body {
	text-align: center;
	margin: 20px;
	background-image: url(/images/background.gif);
	background-color: #FFFFF;
}

#canvas {
	background-color: #FFFFFF;
	border: 3px solid #ABABAB;
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(/images/lj.gif);
	background-repeat: no-repeat;
	background-position: top right;

	position: relative;
	padding-bottom: 25px;
}

#menu {
	margin-top: 100px;
	height: 70px;
}

.seperator { display: none; }
#menu a span { display: none; }

#menu a {
	float: left;
	display: block;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 0px -35px;
	margin-left: 10px;
}

#menu a:hover { background-position: 0px 0px; }

#menu a.selected { background-position: 0px 0px; }

#mnuPhotos { width: 110px; background-image: url(/images/photos.gif); }
#mnuDiary { width: 95px; background-image: url(/images/diary.gif); }
#mnuAbout { width: 100px; background-image: url(/images/about.gif); }


/* For photo thumbnail page */

.setrow {
	clear: both;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 0px;
}	
.set {
	display: block;
	float: left;
	margin: 0px;
	padding-left: 65px;
}

.set a img {
	border: 1px solid #8E8B7D;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: Alpha(Opacity=75);
}
.set a:hover img {
	-moz-opacity: 1;
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.setname {
	font: normal 14px garmond, serif;
	color: #ABABAB;
}


/* For photo set page */

.setdetails {
	margin: 10px;
}

.settitle {
	font: normal 12px garmond, serif;
	margin: 0px;
	color: #8E8B7D;
	border-bottom: 1px solid #8E8B7D;
	width: 150px;
}

.setdetails table {
	width: 150px;
	font: normal 12px garmond, serif;
	color: #8E8B7D;
}

.setdetails table td {
	text-align: center;
	vertical-align: middle;
}
.setdetails a {
	color: #8E8B7D;
	text-decoration: none;
}
.setdetails a:hover {
	color: #000;
	text-decoration: underline;
}
.setdetails strong a {
	color: #000;
}

.arrows {
	display: block;
	float: right;
}



.picpreview {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.picpreview img {
	border: 1px solid #ABABAB;
}

.pictitle {
	display: block;
	float: right;
	font: normal 14px garmond, serif;
	color: #ABABAB;
}


/* For diary pages */

#blog-main {
	margin-left: 15px;
	margin-right: 15px;
	font: normal 15px/20px Garamond, Serif;
}

h1 {
	margin: 0px;
	margin-bottom: 6px;
	font: bold 22px Garamond, Serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #ABABAB;
}

#blog-main p {
	margin-top: 0px;
	margin-bottom: 15px;
}

a {
	color: #00A;
	text-decoration: none;
}

a:hover {
	color: #A00;
	text-decoration: underline;
}

p.post-footer {
	margin: 0px;

}

.post-body {
	padding-top: 0px;
	padding-bottom: 10px;
}

p.post-footer em {
	font: normal normal 11px Garamond, Serif;
}

p.post-footer em a {
	text-transform: uppercase;
}

div.post {
	margin-bottom: 40px;
}

#blog-main p.post-footer a.comment-link {
	text-transform: uppercase;
	margin-left: 5px;
	font: normal normal 11px Garamond, Serif;
}

 #powered-by {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

html>body #powered-by {
	bottom: -10px;
}


#powered-by img {
	border: 0px;
}

#sidebar {
	margin-top: 45px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	font: normal normal 11px Garamond, Serif;
}

h2 {
	margin: 0px;
	margin-bottom: 6px;
	font: bold 14px Garamond, Serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #ABABAB;
}

#sidebar ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}


h4 {
	margin-top: 30px;
	margin-bottom: 15px;
	font: bold 16px Garamond, Serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #ABABAB;
}

dl {
	margin: 0px;
	margin-bottom: 15px;
}

dt {
	margin-top: 15px;
}

.comment-body p {
	margin: 0px !important;
}

.comment-timestamp {
	font: normal 11px Garamond, Serif;
	text-transform: uppercase;
}



/* For About page */

.leftcol {
	width: 275px;
	float: left;
}
.rightcol {
	width: 275px;
	float: right;
}
.endcol {
}

hr {
	clear: both;
	border: 0px;
	border-top: 1px dotted #ABABAB;
	margin: 20px;
	height: 1px;
}

.inlinelabel {
	display: block;
	float: left;
	width: 100px;
}

input.medium {
	font:				normal 11px verdana,sans-serif;
	color:				#8E8B7D;
	background-color:	#FFFFFF;
	border:				1px solid #FFFFFF;
	border-bottom:		1px solid #8E8B7D;
	width:				200px;
}

input.large {
	font:				normal 11px verdana,sans-serif;
	color:				#8E8B7D;
	background-color:	#FFFFFF;
	border:				1px solid #FFFFFF;
	border-bottom:		1px solid #8E8B7D;
	width:				460px;
}

textarea.large {
	font:				normal 11px verdana,sans-serif;
	color:				#8E8B7D;
	background-color:	#FFFBED;
	border:				1px solid #8E8B7D;
	width:				560px;
	height:				150px;
	overflow:			auto;
}

input.active,textarea.active {
	color:				#ABABAB;
	background-color:	#FFF;
	border:				1px solid #8E8B7D;
}

input.button {
	font:				normal 11px verdana,sans-serif;
}
