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

body {
	background-color:#fff;
	font-family: Georgia, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:DimGray;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}

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

p img.left {
  margin: 0;
  padding: 0 1.5em 1.5em 0;
}

.textright {
   text-align: right;
 }
.text-center {
    text-align: center;
}

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

a {
  color: DimGray;
}


#sharethis img {
	padding: 5px;	
}

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

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

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

#site-title {
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 1px;
}
	
#site-title a:link {
    color: #222;
    text-decoration: none
}
#site-title a:visited {
        color: #222;
    text-decoration: none
}
#site-title a:active {
        color: #222;
    text-decoration: none
}
#site-title a:hover {
    color: #222;
    text-decoration: none
}

#header {
  padding: 5px 0 5px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

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

.menu {
    text-align:right;
    color: Silver;
}
	
.menu a:link {
    padding: 4px;
    color: #333;
    text-decoration: none
}

.menu a:visited {
    padding: 4px;
    color: #333; 
    text-decoration: none
}

.menu a:hover {
    padding: 4px;
    color: #000; 
    background: #EFEFEF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none; 
}

.menu a:active {
    padding: 4px;
    color: #333; 

    text-decoration: none
}

/* .............................. */
/* Content */
/* .............................. */

#photo {

}

#content img {
    border: 1px solid #333;
    margin: 5px 0 5px -5px;
}

/* .............................. */
/* Image Navigation */
/* .............................. */
.image-nav {
  text-align:right;
  color: Silver;
}
	
.image-nav a:link {
    padding: 4px;
    color:  Silver;
    text-decoration: none
}

.image-nav a:visited {
    padding: 4px;
    color:  Silver; 
    text-decoration: none
}

.image-nav a:hover {
    padding: 4px;
    color: #000; 
    background: #EFEFEF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none; 
}

.image-nav a:active {
    padding: 4px;
    color: #333; 
    text-decoration: none
}

.FotomotoToolbarClass {          
  width: 20px !important;               
}


/* .............................. */
/* Image Info */
/* .............................. */

#image-title {
  letter-spacing: 1px;
  color: #333;
}
		
#image-notes {
  vertical-align:top;
  color: #555;
  border-bottom: 1px dashed #eee;
  padding: 3px 0 3px 0;
  margin-bottom: 3px;
}
	
#image-exif {
  padding-top:10px;
  text-align:right;
  width:25%;
  vertical-align:top;
}

.addcomment {
    float:right;
    clear:right;
    padding:0px;
}	

/* .............................. */
/* Pages */
/* .............................. */

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

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

.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.thumbnails {
	border:1px solid #f5f5f5;
	padding:3px;
	margin:3px;
	}


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

#comment-top {
    background:#fff;
	border-bottom:1px solid #eee;
	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:#444;
	text-decoration:none;
	padding:10px;
	border:1px solid #eee;
	}
	
#comments li a {
	color:#444;
	text-decoration:none;
	}
	
#comments li:hover {
	background:#f5f5f5;
	}
	
#comments li a:hover {
	background:#f5f5f5;
	}

#comment-middle {
    background:#fff;
	border-top:1px solid #eee;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #eee;
	background:#f5f5f5;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}

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

#footer {
  font-family: Verdana;
  font-size: 80%;
  padding: 5px 0 5px 0;
  margin-top: 5px;
  border-top: 1px dashed #eee;
}



/* 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;
}