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

body {

	background: url(img/body-bg-i.jpg) repeat-x fixed center top;
	background-color: rgb(229,229,229);
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
  color: rgb(48,48,48);
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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

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

a {
  color: rgb(48,48,48);
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
  float:left;
	clear:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
  color: rgb(48,48,48);
	margin:0px;
	margin-left:5px;
	padding:0px;
}
	
h1 a, h1 a:link, h1 a:visited {
  text-decoration:none;
  color: rgb(48,48,48);
	}

h1 a:hover {
  text-decoration:none;
}

.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
  color: rgb(48,48,48);
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
  color: rgb(48,48,48);
	text-align:center;
}

h2 {
	font-size:15px;
  color: rgb(48,48,48);
	text-align: left;
}

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

.menu a, .menu a:link, .menu  a:visited {
  text-decoration: none;
}

#navigation {
	padding-top: 10px;
	height:25px;
	margin-bottom:20px;
	border-bottom: 1px solid rgb(176,176,176)
}

.menu {
  float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	margin-right: 15px;
}

.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover, .menu a:hover:visited {
	text-decoration:none;
	color: rgb(102,204,0);
}
	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
  float:right;
	clear:right;
	padding:0px;
	}
	
#photo {
  background:#000;
  padding:5px;
	border:1px solid rgb(64,64,64);
	}

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

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

.image-info {
	padding:20px;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
  color: rgb(48,48,48);
}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	

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

#page {
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
  padding:5px;
	border:1px solid #333;
}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
}
	
.thumbnails {
	border:1px solid rgb(176,176,176);
	padding:3px;
	margin:3px;
}

/* .............................. */
/* Comments */
/* .............................. */

#comment-top {
	border-bottom:1px solid rgb(96,96,96);
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
  margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
  color: rgb(48,48,48);
	text-decoration:none;
	padding:10px;
	border-bottom:1px solid rgb(48,48,48);
}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
  color: rgb(48,48,48);
	}
	
#comments li:hover {
	background: rgb(208,208,208);
	}

#comment-middle {

	padding:5px;
	margin-top:25px;
	height:15px;
} 

#addcomment {
  width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
}

input, textarea, button, select {
  border: 1px solid rgb(160,160,160);
  background: url(img/forms-bg-i.jpg);
  color: rgb(48,48,48);
}

.input {
  width:45%;
	font-size:10px;
	border:1px solid rgb(48,48,48);
  color: rgb(48,48,48);
	padding:5px;
}
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid rgb(160,160,160);
  color: rgb(48,48,48);
	padding:5px;
	}

.comment-button {
  color: rgb(48,48,48);
	border:1px solid rgb(48,48,48);
}

a, a:link, a:visited {
  text-decoration: underline;
}

a:hover, a:link:hover, a:visited:hover {
  text-decoration: underline;
  color: rgb(0,102,0);
}

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

#footer {
  text-align:center;
  margin-bottom:20px;
  padding-top: 15px;
  border-top: 1px solid rgb(48,48,48);
}

#footer a, #footer a:link, #footer a:visited {
  text-decoration: underline;
}

#footer a:hover, #footer a:link:hover, #footer a:visited:hover {
  text-decoration: underline;
  color: rgb(0,102,0);
}

/* TAG SUPPORT */
.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 10px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 14px !important;
}

.tags04
{
	font-size: 16px !important;
}

.tags05
{
	font-size: 18px !important;
}

.tags06
{
	font-size: 20px !important;
}

.tags07
{
	font-size: 22px !important;
}

.tags08
{
	font-size: 24px !important;
}

.tags09
{
	font-size: 26px !important;
}

.tags10
{
	font-size: 28px !important;
}

#image-border {
  position: relative;
	display: block;
	text-align: center;
	margin: auto;
}


#image-browse a {
  position: absolute;
  display: block;
  top: 0;
  background: transparent;
}

#image-browse a.previous {
  left: 0;
}

#image-browse a.next {
  right: 0;
}

#previousarrow, #nextarrow {
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 50px;
  height: 120px;
}

#previousarrow {
	top: 40%;
  left: 10%;
}

#nextarrow {
	top: 40%;
  right: 10%;
}

#image-browse a.previous img, #image-browse a.next img {
	height: 400px;
	width: 375px;
	border: 0;
}

