﻿/*  
Theme Name: Freshy
Theme URI: http://www.jide.fr
Description: The Freshy WordPress theme, second edition.
Version: 2.0
Author: Julien De Luca
Author URI: http://www.jide.fr
*/

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

body {
	behavior:url(wp-content/themes/freshy2/csshover2.htc);
}

body, html {
	margin:0;
	padding:0;
	/*font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-size : 12px;
	font-family: Trebuchet MS;
}

body {
	margin:0;
	padding:0;
	background:#7F7F7F;
	background-image:url(images/background/fat_lines_light.gif);
}

*::-moz-selection {
	background-color:#FED700;
	color:white;
}

/*-----------GENERAL STYLING--------------*/

a {
	color:#000000;;
	font-weight:bold;
	text-decoration:none;
}

#content a {
	font-weight:bold;
}

#content a:hover {
	background-color:#FED700;
	color:#000000;
	border-bottom:2px solid black;
}

/*------HEADER------*/

#title_image {
	margin:0;
	text-align:left;
	display:block;
	background:url(images/headers/1.jpg) center transparent repeat;
}

#title {
	background:url(images/transparency/black-60.png);
	margin:0;
	padding:17px 12px 12px 17px;
	clear:both;
	text-align:left;
	border-top:5px solid #FED700;
}

#title h1 {
    color:#FED700;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:1em;
	font-size:1.7em;
	letter-spacing:-1px;
/*	font-family:Geneva,"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	font-weight:bold;
	text-transform:uppercase;
}

#title h1 a {
	color:#FED700;
	display:block;
}

.description {
	color:#ffffff;
/*	margin-left:10px;*/
}

#content {
/*	line-height:1.3em;*/
}

h1, h2, h3, h4, h5 {
	font-family:"Segoe UI","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

#content h2 {
	font-family:"Segoe UI","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-weight:bold;
	color:#000000;
	padding:0;
	margin:0 0 1em 0;
	border:none;
	clear:both;
	line-height:1em;
	font-size:1.5em;
	min-height:1.5em;
}

#content .post h2 {
	padding-right:2em;
}

#content h2 a {
	text-decoration:none;
	border:none;
	color:#000000;
}

#content h2 a:hover {
	border-bottom:2px solid black;
}

hr {
	display:none;
	clear:both;
}

h3, h4 {
	color:#515151;
	padding:0;
	margin:1.5em 0 .5em 0;
	clear:both;
}

input,
textarea,
select {
	padding:4px;
	border:1px solid #515151;
	font-size:.9em;
	line-height:1em ;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
}

input,
label {
	width:auto;
	padding:4px;
}

label {
	font-size:.9em;
}


#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:#111111;
	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;
}

textarea {
	overflow:auto;
	display:block;
	width:98%;
	padding:0;
}

ul,
ol {
	list-style-type:none;
	list-style-position:outside;
	padding:8px;
	margin:.2em 0 .2em 0;
}

ul li,
ol li {
	background:transparent url(images/puce.png) 2px .4em no-repeat;
	padding-left:15px;
}

ul ul li,
ol ol li {
	background:transparent url(images/bullet.gif) 0px .5em no-repeat;
	padding-left:8px;
}

#content ol li {
	list-style-type:decimal;
	list-style-position:inside;
	background:transparent;
	padding-left:0;
}
#content ol li li {
	padding-left:2em;
}

a img {
	border: 0 none;
}

form {
	padding:0;
	margin:0;
}

pre,
code {
   display:block;
   font: 1em 'Courier New', Courier, Fixed, monospace;
   font-size : 100%;
   color: #000;
   background : #fff url(images/preback.jpg) repeat-y left top;
   overflow : auto;
   text-align:left;
   border : 1px solid #99cc66; /*highlight color */
   padding : 0px 20px 0 30px;
   margin:1em 0 1em 0;
   line-height:17px;
}

.alt {
	background-color:#F5F5F5;
}

.icon {
	vertical-align:middle;
	border:0;
}
.with_icon {
	padding:2px 0 2px 0
}

.navigation {
	clear:both;
	padding:0 0 2em 0;
	display:block;
}

.alignleft {
	display:block;
	float:left;
}

.alignright {
	display:block;
	float:right;
}


/*-------SIDEBAR---------*/

.sidebar {
	font-size:.9em;
}
 
.sidebar ul,
.sidebar ol {
	padding:0;
}

.sidebar form,
.sidebar p {
	padding:0;
	margin:0 0 1em 0;
}

.sidebar h2 {
    background:#d0d0d0 url(images/stripe_gray-large.gif);
	border-left:2px solid #000000;
	padding: 12px 0 12px 8px;
	margin:0 0 0 0;
	font-size: 1.1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
}

.sidebar div div, .sidebar ul, .sidebar ol {
	margin:0 0 10px 10px;
}

.sidebar div div div, .sidebar ul ul, .sidebar ol ol {
	margin:0;
}

html>body .ellipsis li {
	clear:both;
	overflow:hidden;
}
/*
html>body .ellipsis li:after { 
	content: "...";
	display:inline;
}*/

html>body .ellipsis li span {
	white-space:nowrap;
	overflow:hidden;
	width:auto;
	display:inline;
	float:left;
}

ol.ellipsis li span {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
}

.sidebar a{
	text-decoration: none;
}

.sidebar a:hover,
.sidebar .current_page_item li a:hover,
.sidebar .current-cat li a:hover {

    background-color:#FED700;
	color:#000000;
	border-bottom:2px solid black;
}

.sidebar .current_page_item a,
.sidebar .current-cat a {
	font-weight:normal;
	color:#000000;
}

.sidebar .current_page_item ul li a,
.sidebar .current-cat ul li a {
	font-weight:normal;
	color:#000000 !important;
}

.sidebar li img {
	vertical-align:middle;
	border:0;
}

.sidebar input.btn {
	margin-left:4px;
}


/*--------FOOTER---------*/

#footer .footer_content {	
	display:block;
	border-top:2px solid black;
	text-align:center;
}

#footer .footer_content img {	
	vertical-align:middle;
}

/*--------POST--------*/

.post {
	font-size:1em;
	border-top:5px solid #dcdcdc;
	padding:2em 0 2em 0;
}

.post h2,
.post h3,
.post h4,
.post h5 {
	font-size:2em;
}

.post hr {
	display:block;
}

.highlight_box {
	font-size:.9em;
	border:2px solid #F5F5F5;
	padding:1em;
	margin-bottom:20px;
}

.highlight_box .post {
	font-size:1em;
	border:0px none;
	margin-bottom:0px;
	padding:0 0 0 0;
}

.highlight_box .post p {
	margin:0;
}

.highlight_box .post .date {
	display:none;
}

.highlight_box h2,
.highlight_box h3,
.highlight_box h4,
.highlight_box h5 {
	font-size:2em;
	border-bottom:10px solid #F5F5F5;
}

.highlight_box .post h2,
.highlight_box .post h3,
.highlight_box .post h4,
.highlight_box .post h5 {
	font-size:1.5em;
}

.readmore {
	display:block;
	text-align:left;
	font-weight:bold;
	clear:both;
	margin:1em 0 1em 0;
	color:#005195;
}

.post {
	position:relative;
}

.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;
}

.commentlist .date {
	margin-top:5px;
}

.post .date {
	font-size:.7em;
}

.date_day {
	display:block;
	font-size:2.5em;
	text-align:right;
}

.date_month {
	display:block;
	font-size:2.5em;
	text-align:right;
	font-weight:bold;
}

.date_year {
	display:block;
	font-size:1.3em;
	line-height:1em;
}

.postmetadata {
	margin:0;
	color:#515151;
	list-style-type:none;
}

#content .postmetadata a {
	color:#000000;;
	font-weight:bold;
	text-decoration:none;
}

#content .postmetadata a:hover {
	background-color:#FED700;
	color:#000000;
	border-bottom:2px solid black;
}

.gravatar {
	float:left;
	margin:0 5px 0 0;
	border:1px solid lightgray;
	border-bottom:1px solid lightgray;
	vertical-align:middle;
}

#content .commentlist dt{
	/*	clear:both;*/
	position:absolute;
	z-index:100;
}

html > body #content .commentlist dt{
	position:relative;
/*	position:static;*/
}

#content .commentlist dd {
	margin:0;
	padding:10px 3em 10px 10px; /* for ie not overlapping the comment with the date */
	font-size:1em;
	line-height:1.5em;
	color:silver;
	margin:0 0 1em 0;
}

#content .commentlist dd img {
	border:0px none;
}

#content .commentlist dd a, #content .commentlist dd a:hover {
	border:0px none;
	padding:0;
	text-decoration:underline;
	float:none;
	position:relative;
}

html > body #content .commentlist dd {
	padding:10px;
}

#content .commentlist .comment {
	color:#000000;
}

#content .commentlist .date {
	margin-right:5px;
	font-size:.5em;
}

#content .commentlist .comment_text {
	margin-top:5px;
	display:block;
}

html > body #content .commentlist dd.author_comment {
	background-image:url(images/transp-90.png);
	width:auto;
}

* html #content .commentlist dd.author_comment {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wp-content/themes/freshy2/images/transp-90.png', sizingMethod='scale');
	zoom:1;
	position:relative;
}

#content .commentlist dd.author_comment {
	background-color:#FED700;
	z-index:10;
}

#content .commentlist .author_comment .author,
#content .commentlist .author_comment .author a {
	color:#FED700;
	border-color:#FED700;
}


#content .commentlist dd.author_comment * { /* ie */
/*	filter:alpha(opacity=100) !important;*/
	position:relative;
	zoom:1;
}

#content .commentlist dt.author_comment .date {
	color:#FED700;
	border-color:#FED700;
}

#content textarea#comment {
	font-size:1em;
	line-height:1.3em;
	border-color:silver;
}

#commentform small {
	color:#515151;
}

.commentmetadata {

}

.entry {
	margin:0;
	text-align:justify;
}

.entry p {
	margin:1em 0 1em 0;
}
/*
.entry p.postmetadata {
	margin:1em 0 0 0;	
}*/

#wp-calendar {
	width:100%;
	font-size:.9em;
}

#wp-calendar tbody td a {
	color:#005195;
	font-weight:bold;
}

#wp-calendar caption {
	padding-bottom:.5em;
}

#wp-calendar th, #wp-calendar td {
	text-align:right;
}

#wp-calendar tfoot #prev {
	text-align:left;
}

.technorati_tags {
	background:url(images/technorati_logo_small.gif) transparent left center no-repeat;
	padding-left:13px;
	position:relative;
}


/*
technorati
*/

form#te_s { /*form*/

}

form#te_s label { /*search label*/
	display:none;
}

form#te_s input#te_search { /*text input*/

}

form#te_s input.btn { /*submit*/
margin-left:2px !important;
}

.te_l { /*links para*/

}

.te_l a { /*links para a*/

}

.te_lo { /*technorati logo para*/
	
}

.te_lo a { /*technorati logo a*/
	background:url(images/technorati_logo.gif) transparent no-repeat;
	width:76px;
	height:13px;
	display:block;
}

.te_lo img { /*technorati logo img*/
	display:none;
}

/* i was bored */

#page, #header, #footer {
	max-width:800px;
}

* html #page, * html #header, * html #footer {
	width:800px;
}

.sidebar_left #frame {
	padding-left:200px;
}

.sidebar_right #frame {
	padding-right:250px;
}

#sidebar_left.sidebar {
	width:200px;
	right:200px;
}

#sidebar.sidebar {
	width:250px;
}

* html #sidebar_left {
	left:250px;
}