﻿/*  
Theme Name: Freshy
Theme URI: 
Description: The Freshy WordPress theme, second edition.
Version: 2.0
Author: Julien De Luca
Author URI: 
*/

/*
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "layout.css";
@import "menu.css";
@import "pp_album.css";
@import "calendar.css";

body {
	behavior:url(wp-content/themes/freshy2/csshover2.htc);
}

body {
	margin:0;
	padding:0;
	background:#7F7F7F;
	background-image:url(images/background/fat_lines_light.gif);
	background-attachment:fixed;
	font-family:Arial, Verdana, Lucida, serif, sans;
	line-height: 1.7em;
	font-size: 76%;
	color:#232323;
}

input, select, textarea {
	font-family:Arial, Verdana, Lucida, serif, sans;
    font-size:12px;
    border:1px solid #c6c6c6;
}

input {
	margin-right:5px;
}

textarea{
    width:99%;
}

label {
	font-weight:bold;
}

*::-moz-selection, *::-selection {
	background-color:#950000;
	color:white;
}

.navigation a {
    color:#950000;
}

a {
/* 	color:#950000; */
/*  color:#32702f; */
  color:#4d9301;
}

#content a:hover {
	text-decoration:underline !important;
}

a img {
	border:0px none;
}

#title {
	margin:0;
	padding:8px 18px 5px 18px;
	position:relative;
}

#title_image {
	padding-top:200px;
	background-image:url(images/headers/hatsudai.jpg);
	background-position:center;
}

#title, #frame, #footer_content {
	background:white url(images/page-gradient.png) repeat-y right;
}

#footer_content {
	border-top:1px solid #d0d0d0;
}

h1 {
	margin:0;
	padding:0;
/* 	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans; */
/*	font-style:italic; */
	line-height:1em;
	font-size:1.7em;
	letter-spacing:-2px;
	color:#3d3d3d;
/*  font-family:Geneva,"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
    font-weight:bold;
/*  text-transform:uppercase; */

}

h1 a {
	color:#3d3d3d;
	text-decoration:none;
}

.description small {
/* 	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	font-weight:bold;
	font-size:1em;	 */
	font-style:italic;
	color:#8d8d8d;
}

ul#quicklinks {
	position:absolute;
	right:0;
	top:0;
	padding:0;
	margin:0;
	list-style:none;
	padding:18px;
	height:3.5em;
	line-height:3.5em;
}

* html ul#quicklinks {
	right:10px;
}

ul#quicklinks li {
	padding:0;
	margin:0;
	font-style:italic;
	font-size:1.2em;
	display:inline;
	text-transform:lowercase;
	color:#8d8d8d;
}

ul#quicklinks li a {
	padding-right:20px;
	margin-left:20px;
	min-height:16px;
	line-height:16px;
	*height:16px;
	text-decoration:none;
	color:#8d8d8d;
}

ul#quicklinks li a:hover {
	text-decoration:underline;
}

ul#quicklinks li a.rss {
	color:#ee7700;
	background:transparent url(images/icons/feed-icon-16x16.gif) no-repeat center right;
}

ul#quicklinks li#fr_FR a {
	background:transparent url(images/flags/fr.png) no-repeat center right;
}

ul#quicklinks li#en_US a {
	background:transparent url(images/flags/gb.png) no-repeat center right;
}

ul#quicklinks li#fr_FR.current_page_item a, ul#quicklinks li#en_US.current_page_item a {
	display:none;
}

h2, h3, h4, h5, h6 {
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	font-weight:normal;
	color:#010101;
	margin:.5em 0 .5em 0;
	padding:0;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#010101;
	text-decoration:none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:underline;
}

h2 {
/* 	color:#4d9301; */
    color:#950000;
	font-size:1.9em;
	letter-spacing:-1px;
	line-height:1.1em;
	margin:1em 0 0 0;
	padding:0 0 0 0;
	/*
	border-left:2px solid #4d9301;
	position:relative;
	z-index:10;*/
}

h2 a {
/* 	color:#4d9301; */
    color:#950000;
}

h3 {
	font-size:1.7em;
	letter-spacing:-1px;
	line-height:1.2em;
}

h4 {
	font-size:1.4em;
	letter-spacing:-1px;
	line-height:1.2em;
	color:#585858;
}

h4 a {
	color:#585858;
}

small {
	font-size:.9em;
}

.meta {
	padding-bottom:9px;
	background:transparent url(images/box-shadow.png) no-repeat bottom left;
	font-size:.9em;
}

dl {
	border:1px solid #c6c6c6;
	background:white;
	margin:0;
	padding:4px;
	list-style:none;
	display:block;
}

* html dl {
	height:1em;
}

dl dd, dl dt {
	display:inline;
	margin:0;
	padding:0;
}

dl dt {
	margin:0 .5em 0 0;
	color:#828282;
}

dl dt a {
	color:#828282;
	text-decoration:none;
}

dl dd {
	margin:0 1em 0 0;
	font-weight:bold;
	color:black;
}

dl img {
	vertical-align:middle;
}

dl dd a {
	text-decoration:none;
	color:black;
}

.commentlist {
	margin:0 0 0 0;
}

.comment .author, .comment .author a, .comment .date {
	color:#585858;
}

.comment {
	padding:5px;
	margin:15px 0 15px 0;
	background:#f3f3f3;
	border:1px solid #c6c6c6;
}

.comment img.avatar {
	float:left;
	margin-right:5px;
	border:1px solid #ffffff;
}

.comment h4 {
	padding:0;
	margin:0;
}

.comment p {
	margin:.5em 0 .5em 0;
	padding:0;
}

.comment_content {
	clear:both;
}

.comment.comment_author {
	background:#4d9301 url(images/transparency/white-90.png);
	border-color:#4d9301;
}

#commentform p {
	margin:0 0 .5em 0;
	padding:0;
}



.comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	color:#4d9301;
}

.author {
	color:#4d9301;
}

.date { /* date & author */
    font-family:"Segoe UI","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
    color : silver;
    float:right;
    line-height:2em;
    margin:0 0 5px 10px;
    padding-left:5px;
    border-left:1px solid silver;
    font-size:.8em;
    text-align:center;
}

.date_day {
    display:block;
    font-size:2.5em;
    text-align:right;
    font-weight:bold;
}

.date_month {
    display:block;
    font-size:2.5em;
    text-align:right;
    font-weight:normal;
}

.date_year {
    display:block;
    text-align:right;
    font-size:1.3em;
    line-height:1em;
    font-weight:normal;
}

.author a {
	color:#4d9301;
}

.author {
	font-weight:bold;
}

#sidebar div {
	border-left:1px solid #d0d0d0;
}

#sidebar_left div {
	border-right:1px solid #d0d0d0;
	padding-left:10px;
}

.sidebar div div {
	border:0px none !important;
}

.sidebar h2 {
	font-size:1.5em;
	padding:15px 0 15px 10px;
	margin:5px 0 10px -11px;
	border-left:2px solid #950000;
	color:#950000;
}

#sidebar_left h2 {
	padding:15px 10px 15px 0;
	margin:5px -11px 10px 0;
	border-left:0px none;
}

.sidebar h2 a {
	color:#950000;
}

.sidebar ul, .sidebar ol {
	padding:0;
	margin:0;
	list-style:none;
}

.sidebar li {
	padding:0;
	margin:1px 0 0 0;
	color:#3d3d3d;
	line-height:1.3em;
	min-height:1.3em;
}

.sidebar li li {
	padding:0 0 0 1em;
}

.sidebar li a {
/*	display:block;
	line-height:1.8em;
	padding-left:4px;*/
	padding:4px;
	line-height:1.3em;
	min-height:1.3em;
	position:relative;
	z-index:10;
}

.sidebar li a:hover {
	text-decoration:none;
	z-index:100;
}

.sidebar a {
	text-decoration:none;
	color:#3d3d3d;
}

.sidebar a:hover {
	text-decoration:underline;
}

#tag_cloud {

}

* html .sidebar li a {
	height: 1.8em;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a {
	background:#950000;
	color:white;
}

.sidebar li.current_page_item li a, .sidebar li.current-cat li a {
	background:transparent;
	color:#3d3d3d;
}

.sidebar li a:hover {
	text-decoration:underline;
	/* background:#585858 !important; 
	color:white; */
}

code, pre {
	background:#4d9301 url(images/code_bg.png) no-repeat top left;
	display:block;
	line-height:26px !important;
	padding-left:44px;
	font-size:14px;
	border:1px solid #4d9301;
	margin:1em 0 1em 0;
	font-family: "Courier New", Courier, Fixed, monospace;
	letter-spacing:0;
	clear:both;
	overflow:auto;
	text-align:left;
	color:white;
	white-space:nowrap;
}

* html code, * html pre {
	position:relative;
	width:90%;
	overflow:hidden;
	overflow-x:scroll;
}
/*
.comment code, comment pre {
	background:#141414;
	padding-left:3px;
}
*/


.post {
	
}

.post .entry {
	margin:1em 0 1em 0;
}

.post ul {
	list-style:none;
	padding:0 0 0 2em;
	margin:.7em 0 .7em 0;
}
.post ol {
    padding:0 0 0 2em;
    margin:.7em 0 .7em 0;
}

.post p {
	margin:.7em 0 .7em 0;
	line-height: 1.3em;
}

.post ul ul, .post ol ol, .post ul ol, .post ol ul {
	margin:0;
}

.post ul li {
	padding:0 0 .6em 0;
	margin:0;
	line-height: 1.3em;
	list-style-position:outside;
	list-style-image:url(images/bullet.gif);
}

.post ol li {
    padding:0 0 .6em 0;
    margin:0;
    line-height: 1.3em;
    list-style-position:outside;
}

* html .post ul li {
	list-style-image:none;
	list-style-position:outside;
	background:transparent url(images/bullet.gif) no-repeat 0 10px;
	padding-left:10px;
}

* html .post ol li {
    list-style-position:outside;
	margin-left:0.7em;
    padding-left:0.1em;
}

.post ul li li {
	list-style-type:circle;
	list-style-image:none;
	padding-left:0;
	background:transparent;
}

.post a {
	text-decoration:none;
}

.post blockquote {
	border-left:3px solid #4d9301;
	color:#4d9301;
	padding:0 0 0 1em;
	margin:0;
	font-family: Georgia, Times New Roman, sans;
	font-style:italic;
	font-size:1.1em;
}

.post blockquote a {
	color:#4d9301;
}

.post blockquote blockquote {
	font-size:1em;
}

#searchform input#s {
    width:110px !important;
    padding:4px;
    border:1px solid #515151;
    font-size:.9em;
    line-height:1em;
    text-transform:none;
    color:black;
    font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    background:white;

}

.sidebar input.btn,
#searchform input {
    width:65px !important;
    width:75px;
    margin-left:2px;
}

#searchform {
    margin-top:10px !important;
}

#searchform br {
    display:none;
}
input.btn,
#searchform input,
input#submit {
    background:#930000;
    color:#FFFFFF;
    padding:4px;
    border:1px outset #000000;
    font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
    text-transform:uppercase;
}

input[class=btn],
input[type=submit]
input[id=submit] {
    padding:3px;
}
