/* .............................. */
/* Body Headers Links */
/* .............................. */

body {
	color: #666;
	background-color:#fff;
	font-size: 11px;
	letter-spacing:1px;
	line-height:18px;
	font-family: "Courier New", Courier, monospace;
	padding-top:15px;
	padding-bottom:10px;
	}

a {
	color:#999;
	text-decoration:none;
	background-color:#fff;
	}

a:hover {
	color:#666;
	background-color:#fff;
	}

h1 {
	font-size:16px;
	color:#ccc;
	background-color:#fff;
	margin-top:15px;
	margin-bottom:20px;
	text-align:left;
	float:left;
	clear:both;
	}

h2	{   
	color:#999;
	font-size:12px;
	background-color:#fff;
	font-weight:bold;
	float:right;
	clear:right;
	padding:5px;
	margin:0px;
	}

h3	{   
	color:#999;
	background-color:#fff;
	letter-spacing:2px;
	font-size:12px;
	text-align:left;
	}

h4	{   
	color:#999;
	background-color:#fff;
    text-align:left;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-left:25px;
	padding-bottom:5px;
	clear:both;
	}

#header {
	padding-left:10px;
	line-height:20px;
	}

.navigationright {
	font-weight:bold;	
	color:#999;
	float:right;
	text-align:right;
	padding:5px;
	position:relative;
	}

#date {
    font-size:10px;
	color:#999;
	text-align:right;
	font-weight:normal;
	letter-spacing:1px;
	padding:5px;
	}


/* .............................. */
/* Wrapper */
/* .............................. */
	
#wrapper {
	margin:0 auto;
	background-color:#fff;
	color:#666;
	
	padding-left:15px;
	padding-right:15px;
	width:700px;
	text-align:center;
	clear:both;
	}
	
	.grastitre {
	font-size: 16px;
	font-weight: bold;
}

#wrapper table tr td p {
	text-align: justify;
}



/* .............................. */
/* Menu */
/* .............................. */	

#menu {
    margin:0px auto;
    padding:0px;
	clear:both;
    }
	
#menu ul {
    margin:0px;
    padding:0px;
    list-style-type: none;
    }
	
#menu li {
/* ADJUST THIS WIDTH PERCENTAGE ACCORDING TO HOW MANY LINKS/TABS ARE IN YOUR MENU - EG, IF YOU HAVE 5 LINKS THEN ADJUST WIDTH TO 20% - EVEN NUMBERS WILL WORK BETTER BUT ARE NOT NECESSARY*/
	width:25%;
    text-align:center;
	float:left;
	margin-top:10px;
    }

#menu a {
	display:block;
	color:#666;
	background-color:#fff;
	line-height:20px;
	text-decoration: none;
	}
	
#menu a.middle {
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	}
	
#menu a.left {
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:0px;
	}

#menu a.right {
	border:1px solid #ddd;
	}
	
#menu a:hover {
    background-color:#f7f7f7;
	color:#444;
	}	

/* .............................. */
/* Photo */
/* .............................. */

#photo {
	border:0px;
	margin:0 auto;
	padding-top:20px;
	clear:both;
	}

/* .............................. */
/* Thumbrow */
/* .............................. */

#thumbrow {
	border-width: 0;
	
	  }
#thumbrow .current_thumbnail {
	border-width: 0;
	
    }
	
#thumbrow a img {
	border-width: 0;
	
    
    }
	
#thumbrow a:hover img, #thumbs a:focus img {
	
	border-width: 0;
    
    }

/* .............................. */
/* Archive */
/* .............................. */

#browse {
	padding-top:20px;
	clear:both;
	text-align: left;
	
	}

#browse .thumbnails {
	border-width: 0;
    
    }
	
#browse a:hover img{
	
	border-width: 0;   
    }

/* .............................. */
/* Other Pages */
/* .............................. */

#about {
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	text-align:left;
	clear:both;
	}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
	padding:10px;
	margin:0px auto;
	text-align:center;
	color:#999;
	background-color:#fff;
	
	}

/* .............................. */
/* Comments */
/* .............................. */
	
#imageinfo {
	width:90%;
	padding:10px;
	margin:0 auto;
    }

#commentthumb {
	float:right;
	}
		
#comments {
    border:0px solid #ccc;
	margin:0 auto;
	width:90%;
    }
	
#comments ul {
    padding:0px;
    display:block;
	margin:0;
	margin-top:10px;
    list-style:none;
    }
	
#comments li {
	padding:10px;
	margin-bottom:5px;
    border:1px solid #ddd;
	background:#fff;
    }
	
#comments li:hover {
	border:1px solid #ddd;
	background:#f9f9f9;
    }
	
#comments li a {
    text-decoration:none;
    color:#444;
    }

#addcomment {
	margin:0 auto;
	width:85%;
    border:1px solid #fff;
    padding:10px;
	margin-bottom:20px;
    }

.input {
    width:40%;
	font-size:10px;
	padding:3px;
	border:1px solid #ddd;
	background:#f9f9f9;
	color:#666;
    }
	
textarea {
    width:95%;
	font-size:11px;
	padding:3px;
	border:1px solid #ddd;
	background:#f9f9f9;
	color:#666;
    }
	
.commentbutton {
    background:#f9f9f9;
	border:1px solid #ddd;
	color:#666;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	}
	
	/* TAG SUPPORT */
.tags01
{
	font-size: 9px !important;
	font-family: "Courier New", Courier, monospace;
	
}

.tags02
{
	font-size: 10px !important;
	font-family: "Courier New", Courier, monospace;
	
}

.tags03
{
	font-size: 11px !important;
		font-family: "Courier New", Courier, monospace;
		
}

.tags04
{
	font-size: 12px !important;
	font-family: "Courier New", Courier, monospace;
}

.tags05
{
	font-size: 13px !important;
		font-family: "Courier New", Courier, monospace;
}

.tags06
{
	font-size: 14px !important;
	font-family: "Courier New", Courier, monospace;
}

.tags07
{
	font-size: 15px !important;
	font-family: "Courier New", Courier, monospace;
}

.tags08
{
	font-size: 16px !important;
		font-family: "Courier New", Courier, monospace;
}

.tags09
{
	font-size: 17px !important;
	font-family: "Courier New", Courier, monospace;
}

.tags10
{
	font-size: 18px !important;
		font-family: "Courier New", Courier, monospace;
}

/* .............................. */
/* Calendar if you want to use    */
/* a calendar in the template     */
/* .............................. */
.td-calendar-days-vz {
	padding:1px;
	text-align:center;
	border-top:0px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#999;
	}
.td-calendar-days-vz:hover {
    background:#444;
    }

.td-calendar-days {
	padding:1px;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:0px;
	border-left:0px;
	background:#fff;
	color:#999;
	}
.td-calendar-days:hover {
    background:#444;
    }
.td-calendar-navi-vz {
	border-top:0px;
	border-bottom:1px solid #999;
	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 #999;
	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 #999;
	border-bottom:1px dotted #999;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	background:#f5f5f5;
	}
.td-calendar-days-imagefound:hover {
    border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	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:10px;
	padding:0px;
	margin:0px;
	width:500px;
	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;
	}