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

body {
	background-color:#fff;
	font-size:10px;
	font-family:Times
	letter-spacing:0.5px;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

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

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

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

a:hover {
	text-decoration:underline;
	}

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

h1 {
	font-variant: small-caps;
    float:left;
	clear:left;
	font-size: 20px;
	margin-left:30px;
	font-weight: normal;
}
	
h1 a {

    text-decoration:none;
	color: white;
	font-size: 20px;
	}

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

#infos{
	padding-top: 20px;
	float: left;
}


#infos .title{
	font-variant: small-caps;
	font-size:35px;
	font-style: italic;
	color:gray;
}
	
#infos .date{
	font-size:12px;
	font-style: italic;
	color: gray;
}
	

h3 {

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

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

#navigation {

	font-variant: small-caps;
 	width: 100%;
 	height:40px;
	background-color:black;

	color: white;
	font-size: 10px;
	text-decoration: none;
	
	
	}

#titleTop{
	font-variant: small-caps;
	float: left;
	padding-top: 10px;
	font-size: 20px;
	margin-left:30px;
	font-weight: normal;
}
#titleTop a{
    text-decoration:none;
	color: white;
	font-size: 20px;

}
.menu {
	padding-top: 15px;
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
	
.menu a {
	padding-left:10px;
	padding-right:10px;
	color: white;
	font-size: 13px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:white;
	background-color: white;
	color: black;
	}
	
/* .............................. */
/* Content */
/* .............................. */

#photo {
    background:#f5f5f5;
    padding:5px;
	border:1px solid #ccc;
	}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
	float: left;
	margin-bottom: 20px;

	}
	
#image-navigate a {
	margin: 0 0 0 10px;
	text-decoration: none;
	font-variant: small-caps;

	font-size: 12px;
	background-color: white;
	color: black;
	}
	
#image-navigate a:hover {

	background-color: black;
	color: white;
	text-decoration: none;
	}

.image-previous {


	}

.image-next {

	}
#image-notes{

	
	color:gray;
	font-variant: small-caps;
	font-size: 14px;
	#font-size: 12px;
	float: left;
	margin: 0 auto 30px ;
	text-align: left;
	padding-bottom: 10px;
	border: 1px dashed #cbcbcb;
	background-color: #f1f1f1;
	padding: 10px;
}

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

#page {


	text-align:left;
	width:50%;
	margin:0px auto;

	font-size: 14px;
	font-variant: small-caps;
	
	}
	


#page a {

	}
	
#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{
	position: fixed;
	padding: 3px 0;
	
	left: 0px;
 	bottom:0px;
 	width: 100%;
	background-color:black;
	color: white;
	font-size: 11px;
	letter-spacing: 1px;
	z-index: 60;
	_position:absolute;
}
#footer span{


}


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

/* NEWSLETTER */
#news_subscribe{
	margin-left: 5px;
	font-size: 14px;
	width:200px;
	display: inline;
	cursor: pointer;
}

#subscribe_form{
	display: none;
}

#email{
	border: 0px black solid;
}
.NewsLetterDone{
	background-color: white;
	padding: 1px 5px;
	color:black;
}
#newsletter{
	background-color: #e6e7e8;
	width:50%;
	margin: 20px auto;
	font-family: times;
	font-size: 16px;
	font-variant: small-caps;
	text-align: left;
	padding: 10px;
	border: 1px solid #CCCCCC;
} 

#newsletter p{


}
#newsletter a{
	background-color: black;
	color: white;
	text-decoration: none;
}

#newsletter img{
	border: 1px solid gray;
}

#newsletter a:hover{
	background-color: gray;
}

#newsletterTitle span{
	font-size:20px;
	margin: 20px 0 20px 0;
}

#newsletterUnsubscribe{
	font-style: italic;
	font-size: 13px;
	font-variant: normal;
}

.mailInput{
	background-color: #CCCCCC;
	color: black;
	border: 0px;
	padding-left: 8px;
	font-variant: small-caps;
	font-size: 12px;
	
}

.portrait{
	float:left; 
	margin-right: 20px;
	height: 150px;
	width: 150px;
	border: 1px solid grey;
}

#content{
	margin:0px auto;
}
.focus{
	background-color: #556ea5;
}



