/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#000000;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	topmargin:0;
	}

html, body {
     min-height:100.1%;
	}

td {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	}
	
.celltop	{
	background-color:#FFFFFF;
	}
	
.cellbot	{
	background-color:#FFFFFF;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#000000;
	text-decoration:none;
	}

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

/* .............................. */
/* Others */
/* .............................. */

.logo {
	background: url(http://splendor-solis.com/banner.jpg);
	background-repeat: no-repeat;
	}

.curview {
    color: #FFA800;
	}
	
.title-image {
    float:left;
	clear:left;
	font-size:10px;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
.title-image a {
    text-decoration:none;
	color:#FFFFFF;
	}

.title-image a:hover {
    text-decoration:none;
	}

.title {
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	color:#000000;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	color:#ddd;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
    background:#FFFFFF;
	border-bottom:1px solid #aaa;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:10px;
	}
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#CCC;
	}
	
/* .............................. */
/* Content*/
/* .............................. */

ul {
list-style-image: url(bullet.gif);
}

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}
	
#photo {
    background:#ECECF0;
	border:1px solid #FFFFFF;
	}

#image-navigate {
    background:#666;
	padding:20px;
	height:15px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

#image-info {
    background:#FFFFFF;
	border:1px solid #aaa;
	padding:20px;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#000000;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

/* .............................. */
/* Browse */
/* .............................. */

#page {
	text-align:left;
	width:800px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}

#page_comment {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#thumbmain img {
	background:#ECECF0;
	border:1px solid #090944;
	}

#thumbmain a:hover img{
 border:1px solid #FFA800;
}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails {
	margin:3px;
	}

/* .............................. */
/* Comments */
/* .............................. */
#page_comment {
	text-align: left;
}

#comment {
	width: 225px;
	background: transparent;
	float: left;
}

.notes {
	color: #000000;
	border: 0px solid #000000;
}
.commentbody {
	color: #000000;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 2px;
	background: #FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

textarea, #name, #email, #url, #cookie, #submit, #captcha, #usrpass {
	background: #ECECF0;
	border: 1px solid #000000;
	font-size: 11px;
}

input {
	background: #ECECF0;
	border: 1px solid #000000;
	font-size: 10px;
}

.comments {
	color: #000000;
	font-size: 10px;
	width: 500px;
}

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

.comments li {
	color: #000000;
	display:block;
	margin:0px;
	margin-bottom:10px;
	text-decoration:none;
	padding:10px;
	border:1px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
}

.comments li a {
	color: #000000;
	text-decoration:none;
}
.comments li a:hover {
	color: #FFA800;
	text-decoration:underline;
}

.comment-middle {
	border-top:1px solid #aaa;
	padding:0px;
	margin-top:25px;
	height:15px;
} 

#info {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#000000;
	text-decoration:none;
	}
	
#info a {
	font-size: 10px;
}

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


/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }
