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

body {
	background:#2D2F30 url(http://snapshots.skrubu.net/templates/simple/img/snap08v2.gif) top left no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	color:#eee;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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

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

a {
	color:#eee;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

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

h1 {
	display: none;
	/*
	width:225px;
    float:left;
	clear:left;
	font-weight:bold;
	font-size:2em;
	color:#eee;
	margin:0.3em 0 0 0;
	padding:0;
	*/
	}
	
h1 a {
	/*
	display: block;
	width:225px;
	height:26px;
	overflow: hidden;
	text-indent: -9000px;
	background: url(http://snapshots.skrubu.net/templates/simple/img/snapshots-skrubu-net.gif) no-repeat;    
    text-decoration:none;
	color:#eee;
	*/
	}

h1 a:hover {
	/*
    text-decoration:none;
    background-color: #2D2F30;
	*/
	}

.title {
	font-weight:bold;
	color:#eee;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	color:#ddd;
	text-align:center;
	}

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


#navigation {
	width:702px;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	height: 1em;
	border-bottom: 2px dotted #434648;
	}

#menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:0.8em;
	margin: 3px 0 0 0;
	padding: 0;
	}
	
#menu a {
	}
		
#menu a:hover {
	text-decoration:none;
	color:yellow;
	background-color: #000;
	}

#image-navigate {
	float: left;
	}
	
#image-navigate a {
	color: yellow;
	font-size: 0.8em;
	}
		
#image-navigate a:hover {
	text-decoration:none;
	color:yellow;
	background-color: #000;
	}

.image-previous {
    margin-right: 20px;
	}

.image-next {
	}


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

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

.snapcontainer {
	width: 720px;
	padding: 0px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	}

#photo {
	border: 1px #1E2020 solid;
	}

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

#image-info {
	padding: 0.5em 0 0 0;
	font-size: 1em;
	text-align:left;
	line-height: 140%;
	width:702px;
	margin:0 auto;
	color:#eee;
	}

#image-info p {
	padding: 0;
	}
	
#image-info h2 {
	font-size: 2em;
	line-height: 100%;
	padding: 0 0 0.1em 0;
	}

#image-info a {
	color: yellow;
	}

#image-info a:hover {
	text-decoration:none;
	color:white;
	background-color: #000;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}

#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

#tagimglist {
	padding: 1.2em 0 0.5em 0;
	font-size: 0.8em;
	text-align:left;
	width:702px;
	margin:0 auto;
	margin-bottom:1em;
	color: #444;
}

#tagimglist a {
	padding: 0 0.1em 0 0;
	color: #777;
	}
		
#tagimglist a:hover {
	text-decoration:none;
	color:yellow;
	background-color: #000;
	}
	

#plusone-button {
	float:right;
	width:70px;
	text-align:right;
	margin-left:20px;
}

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

#page {
    background:#515151;
	border:1px solid #aaa;
	padding:20px;
	text-align:center;
	width:660px;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	border: 0;
	}

.column{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.thumbnails, .current-thumbnail {
	border:1px dotted black;
	padding:3px;
	margin:2px 2px;
	}

.current-thumbnail {
	border:2px solid yellow;
	padding:1px;
	margin:1px 10px 3px 10px;
	}
	
.thumbnails:hover {
	border:1px dotted yellow;
	}

#page .thumbnails {
	border:1px dotted #515151;
	opacity: 1;
	}

#page .thumbnails:hover {
	border:1px dotted yellow;
	}

#thumbNavi {
	clear:both;
	width: 712px;
	border-top: 1px solid black;
	padding: 10px 0 0 0;
	margin: 20px auto 10px auto;
	}

#thumbNavi a img {
	width: 49px;
	height: 49px;
	}

#thumbNavi a {
	opacity: 0.6;
	filter: alpha(opacity=60);
	}

#thumbNavi a .current-thumbnail {
	opacity: 0.5;
	filter: alpha(opacity=50);
	}

#thumbNavi a:hover .current-thumbnail {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
	
#thumbNavi a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	}

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


#commentbox {
	text-align: left;
	width: 644px;
	border: 1px solid black;
	background-color: #1E2020;
	margin: 0 auto 40px auto;
	padding: 30px;
}

#commentbox h3 {
	text-align: left;
	border-bottom: 1px solid #444;
	padding: 0;
	color: #aaa;
	margin: 0 0 1em 0;
	font-size: 1.2em
}

#commentbox h4 {
	text-align: left;
	border-bottom: 1px solid #444;
	padding: 2em 0 0 0;
	color: #aaa;
	margin: 1em 0 0.6em 0;
	font-size: 1em
}

#comments {
    margin:0 auto;
	text-align:left;
	font-weight:normal;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:0;
	}
	
#comments li {
	display:block;
	margin: 0 0 0 0;
	color:#eee;
	text-decoration:none;
	line-height: 1.2em;
	padding: 20px 10px;
	border-bottom: 2px dotted #444;
	}
	
#comments li a {
	color: yellow;
	text-decoration:none;
	}

.admin_comment {
	background: #1a1c1c url(http://snapshots.skrubu.net/templates/simple/img/admin_comment.gif) center center;
	}

/*
#comments li a:hover {
	color:#fff;
	}

	
#comments li:hover {
	background:black;
	}

*/

#addcomment {
	color:#aaa;
	}

.input {
    width:45%;
	font-size:0.9em;
	border:1px solid #777;
	background-color:#2D2F30;
	color:#aaa;
	padding:5px;
    }
	
#addcomment textarea {
	width:632px;
	height:100px;
	font-size:0.9em;
	border:1px solid #777;
	background-color:#2D2F30;
	color:#aaa;
	padding:5px;
	}

.comment-button {
    background: #787900;
    font-size: 1em;
    padding: 0.2em;
	border:2px solid black;
	color:#111;
	}
	
.comment-button:hover {
    background: yellow;
    font-size: 1em;
    padding: 0.2em;
	border:2px solid black;
	color:#111;
	}
	

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

#footer {
   text-align:center;
   margin:20px 0 20px 0;
   color:#aaa;
   font-size: 0.7em;
   }

#footer a {
	color:#aaa;
	padding: 0.1em;
	}

#footer .rss {
	color:#c2b55a;
	padding: 0.1em;
	margin-left: 20px;
	margin-right: 20px;
	}
	
#footer .rss img {
	position:relative;
	top: 2px;
	}

#footer a:hover {
	text-decoration:none;
	color:yellow;
	background-color: #000;
	}


/* .............................. */
/* Calendar if somebody wants to use */
/* a calendar in the template        */
/* .............................. */


.td-calendar-days-vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #000;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#000;
	}
.td-calendar-days-vz:hover {
    background:#444;
    }

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#000;
	}
.td-calendar-days:hover {
    background:#444;
    }
.td-calendar-navi-vz {
	border-top:0px;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	text-align:center;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td-calendar-navi-vz a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-navi {
	border-top:0px;
	border-bottom:1px solid #000;
	border-right:0px;
	border-left:0px;
	text-align:right;
	letter-spacing:1px;
	word-spacing:5px;
	}
.td-calendar-navi a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-days-imagefound {
	padding:1px;
	text-align:center;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
	background:#f5f5f5;
	}
.td-calendar-days-imagefound:hover {
    border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#2D2F30;
    }
.td-calendar-days-imagefound a {
    text-decoration:none;
    color:#444;
    }
.td-calendar-days-imagefound a:hover {
    text-decoration:none;
    color:#fff;
    }
.table-calendar {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:600px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}
.table-calendar-vz {
    font-family:Helvetica, verdana, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	width:200px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	}

/* TAG SUPPORT */

#tag_cloud {
	font-family: Helvetica, Arial, sans-serif;
	width:710px;
	margin:0 auto 40px auto;
	line-height: 200%;
	}

.tags00
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}


.tags01
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}

.tags02
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}

.tags03
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}

.tags04
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}

.tags05
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}

.tags06
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}

.tags07
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}

.tags08
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}

.tags09
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}

.tags10
{
	font-size: 0.9em !important;
	margin: 0.3em;
	color: #aaa;
	}




