/* .............................. */
/* Specifique */
/* .............................. */

.photo132 {
	background: transparent !important;
    padding: 0 !important;
	border: none !important;
	margin-bottom: 20px !important;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}


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

body {
	background: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#222), to(#383838));
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0px;
	text-align:center;
	padding: 36px 0 5px 0;
	min-width: 850px;
}

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

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

a {
	color:#fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

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

@font-face {
	font-family: AirstreamRegular;
	src: url('airstream-webfont.eot');
	src: local('☺'), url('airstream-webfont.woff') format('woff'), url('airstream-webfont.ttf') format('truetype'), url('airstream-webfont.svg#webfontF0L2qO8f') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: AirstreamRegular, Georgia;
	font-size:4em;
	color:#fff;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 5px;
	left: 10px;
}
	
h1 a {
    text-decoration:none;
	color:#fff;
}

h1:hover {
    text-decoration:none;
}

.title {
	font-weight:bold;
	font-size:1.2em;
	margin: 0 0 1em 0;
	text-align: left;
}

h3 {
	font-weight:bold;
	font-size:1.5em;
	margin: 0 0 1em 0;
	display: inline;
}

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

.menu {
	text-align:right;
	font-size:1.1em;
	position: absolute;
	top: 9px;
	right: 11px;
}
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	color: #fff;
}
		
.menu a:hover {
	border-top: 5px solid #fff;
}
	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
    float:right;
	clear:right;
	padding:0px;
}
	
#photo {
    background:#fff;
    padding:5px;
	border:1px solid #515151;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.7);
}

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

.image-previous img, .image-next img {
	border: none;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}

.image-next, .image-previous {
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 200ms;
	
}
.image-next:hover, .image-previous:hover {
	opacity: 1;
}

#image-info {
    background: transparent;
	border: none;
	padding: 0;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:6em;
	margin-top: 2em;
	line-height:16px;
}

#image-info p {
	padding-left: 15px;
}

/*
#image-info table {
	margin-top: 10px;
}
	
#image-notes {
	width:70%;
	vertical-align:top;
}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
}*/
	

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

#page {
    background:#3e3e3e;
	border:1px solid #fff;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
}

#page a {
    font-weight:bold;
}
	
#page img {
	background:#fff;
    padding:5px;
	border:1px solid #333;
	vertical-align: middle;
}

#BrowseThumbs {
	text-align: center;
}

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

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

#comments {
	width:60%;
	margin:0px auto 1em auto;
	text-align:left;
}

#comments ul {
	list-style-type: none;
	margin:0px;
	padding:10px;
}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	padding:10px;
	border: none;
	background: transparent;
}
	
#comments li a {
	text-decoration:none;
}

#comments li a:hover {
	color:#fff;
}
	
.comment-middle {
	width:60%;
	margin:0px auto;
	text-align: left;
}

#addcomment {
    width:55%;
	text-align:left;
	margin: 0 auto;
	border: none;
	background: transparent;
}

input {
	padding:3px;
	margin: 1.2em 0 0 0;
}

.input {
    width:40%;
	font-size:1em;
	border:1px solid #aaa;
	background-color:#4e4e4e;
	color:#fff;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
	
#addcomment textarea {
	width:80%;
	height:50px;
	font-size:1em;
	border:1px solid #aaa;
	background-color:#4e4e4e;
	color:#fff;
	padding:5px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
}

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

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

/* .............................. */
/* 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:#666;
}
.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:1em;
	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:1em;
	padding:0px;
	margin:0px;
	width:200px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
}

/* TAG SUPPORT */
.tags00
{
	font-size: 0.8em !important;
}
.tags01
{
	font-size: 0.9em !important;
}

.tags02
{
	font-size: 1em !important;
}

.tags03
{
	font-size: 1.1em !important;
}

.tags04
{
	font-size: 1.2em !important;
}

.tags05
{
	font-size: 1.3em !important;
}

.tags06
{
	font-size: 1.4em !important;
}

.tags07
{
	font-size: 1.5em !important;
}

.tags08
{
	font-size: 1.6em !important;
}

.tags09
{
	font-size: 1.7em !important;
}

.tags10
{
	font-size: 1.8em !important;
}
