html, body {
		background-color: #fff;
		color: #9f0;
		margin: 0px auto;
		min-height: 100.1%;
		padding: 0;
		text-align: center;
		width: 740px;
}

body {
		background-color: #fff;
		color: #666;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
}

p {
	margin: 0;
	padding: 0;
}

a {
	background-color: none;
	color: #09c;
	text-decoration: none;
}

a:hover {
	background-color: none;
	color: #f90;
	text-decoration: none;
}

textarea, input {
	background-color: #ebf5cc;
	border: 1px solid #9c0;
	margin: 0 0 5px 0;
	padding: 1px 3px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	vertical-align: middle;
}

textarea {
	margin: 3px 0 5px 0;
}

.submit {
	background-color: none;
	padding: 0 3px 2px 3px;
	margin: 0;
	height: 22px;
	width: 50px;
	color: #666;
}

.submit:hover {
	color: #666;
	background-color: none;
}

.input_captcha {
	margin: 0 10px 5px 0;
	width: 42px;
	background-color: #ebf5cc;
	color: #666;
}

.check {
	padding: 0;
	margin: 0 0 0 10px;
}

form {
	margin: 0;
	padding: 0;
}
#wrap {
	width: 740px;
	margin: 0px auto;
	text-align: center;
}
#header {
	margin: 0px auto;
	color: #606864;
	padding: 4px 6px;
	text-align: center;
	border-top: 1px solid #9f0;
	border-bottom: 1px solid #9f0;
}

#header img {
	border: none;
}

#topheader {
	padding-top: 38px;
	width: 740px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	float: left;
}

#topheader img {
	float: left;
	border: none;
}

/******** This is a horizontal menu at the top of the blog *******************/

#topmenu
	{
	margin: 12px auto 5px auto;
	padding: 3px 0px 0px 0px;
	width: 740px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	height: 26px;
	float: left;
	background-image: url(topmenu_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	}

#topmenu ul 
	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#topmenu li
	{
	display: block;
	height: 26px;
	float: right;
	}
#topmenu li a, #topmenu li a:visited
	{
	color: #fff;
	padding: 3px 5px;
	margin-top: 3px;
	}

#topmenu li a:hover, #topmenu li a:active
{
	color: #f90;
	background: none;
	margin-top: 3px;
}
#h_left {
	float: left;
	width: 200px;
	text-align: left;
}

#h_center {
	text-align: center;
	width: 300px;
}

#h_right {
	float: right;
	width: 200px;
	text-align: right;
}

#container {
	margin: 0 auto;
	padding: 5px 0 25px 0;
}

#container img {
	margin: 0;
	padding: 6px;
	border: 1px solid #666;
	color: #f5f5f5;
	background-color: #ebf5cc;
}

#container_archive {
	background: url(css/archive.gif) top center no-repeat;
	margin: 25px auto 0 auto;
	padding: 45px 0 25px 0;
	width: 720px;
}

#container_archive img {
	margin: 0;
	padding: 5px;
	border: 1px solid #666;
	background-color: #ebf5cc;
	color: #f5f5f5;
}

#container a, #container_archive a {
	color: #09c;
	background-color: none;
}

#container  a:hover, #container_archive a:hover {
	color: #f90;
	background-color: none;
}
#date {
	background-color: inherit;
	line-height: 1.4em;
	padding: 0;
	margin: 10px 5px;
	color: #f90;
	float: left;
	text-align: left;
}

#text {
	background-color: inherit;
	line-height: 1.4em;
	padding: 0 0 0 10px;
	margin: 10px 0 30px 10px;
	color: #666;
	float: left;
	border-left: 1px solid #9c0;
	width: 260px;
	text-align: left;
}
	
#exif {
	background-color: inherit;
	line-height: 1.4em;
	padding: 0;
	margin: 5px 0 0 0;
	color: #666;
	float: right;
	text-align: right;
	width: 150px;
}

.comments {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: left;
	display: none;
}

.comments a {
	background-color: none;
	color: #09c;
}

.comments a:hover {
	color: #f90;
	background-color: none;
}

.clear {
	clear: both;
}

.fbmenuthumb {
	float: left;
	margin: 5px;
}
.fbcomthumb {
    float: left;
	margin: 0 25px 75px 0;
	padding: 0;
}

.fbcomment {
	line-height: 1.6em;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	color: #666;
	background-color: none;
}

.fbcommentlist {
	float: right;
	margin: 0;
	padding: 45px 0 0 0;
	background: url(css/comments.gif) top left no-repeat;
}

.fbexifinfo {
    float: left;
    margin: 0;
	padding: 45px 0 0 0;
	color: #666;
}

.arrow {
	margin: 0 2px 1px 1px;
	padding: 0
}

/* about page */

#about_container {
	background-color: inherit;
	margin: 0 auto;
	padding: 10px;
	width: 662px;
	color: #e5e9e9;
}

#about_container p {
	margin: 0 0 10px 0;
	padding: 0px;
	text-indent: 1em;
	line-height: 1.6em;
}

#about_left, #about_middle, #about_right {
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: justify;
}

#about_left {
	padding-right: 15px;
	float: left;
	border-right: 1px solid #808986;
}

#about_middle {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #808986;
}

#about_right {
	padding-left: 15px;
	float: right;
}

.about_icon {
	margin: 3px 6px 0 0;
	padding: 0;
	border: 1px solid #555;
	float: left;
}

.about_header {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

.footer
	{
/*	font-size: 0.8em; */
	padding: 10px;
	text-align: center;
	clear: both;
	border-top: 1px solid #ddd;
	}

/* Folderblog Generated Content */
.fbthumb, .fbrandthumb, .fbthisthumb, .fbmenuthumb {
    padding: 6px 0px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    float: left;
}
.fbthumb, .fbrandthumb, .fbthisthumb {
    width: 100px;
}
.fbmenuthumb {
	width: 110px;
}
.fbcomthumb {
    padding: 0px 0px 5px 5px;
    float: right;
}
.fbthumb img, .fbmenuthumb img {
    border: 1px solid #000;
}
.fbthisthumb img {
    border: 2px solid #09f;
}
.fbthisthumb {
    background-color: #9c0; /* #ebf5cc; */
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
.fbcats {
	list-style: none;
     display: inline;
}
.fbcats li {
	float: left;
	padding: 0px 10px 0px 0px;
     font-size: 1.2em;
}
.fbpages {
     font-size: 1.3em;
     font-weight: bold;
}
.fbpages a:hover {
     border-top: 2px solid #f90;
     border-bottom: 2px solid #f90;
}

.fbthispage {
     font-weight: bold;
}
#container_archive a:hover img {
     background-color: #9c0;
}
#container .thumbs .fbthumb a:hover img {
     background-color: #9c0;
}
#imagelink {
  position:relative;
}
.gallink a {
    position:absolute;
    display:block;
    top:0px;
    left:0px;
    right:auto;
    width:20%;
    height:100%;
}
#prev a {
    background-image:url(prev_tp.png);
    background-position:left center;
    background-repeat:no-repeat;
}
#prev a:hover {
    background-image:url(prev.png);
    background-position:left center;
    background-repeat:no-repeat;
}
#next a {
    left:auto;
    right:0;
    background-image:url(next_tp.png);
    background-position:right center;
    background-repeat:no-repeat;
}
#next a:hover {
    left:auto;
    right:0;
    background-image:url(next.png);
    background-position:right center;
    background-repeat:no-repeat;
}

/*.imghover a:hover img {
    opacity: 50;
	filter: alpha(opacity=50);}
*/