/*  
Theme Name: Freshy 2
Theme URI: http://www.jide.fr/english/downloads/freshy2
Description: The Freshy WordPress theme, second edition.
Version: 2.0.6
Author: Julien De Luca
Author URI: http://www.jide.fr
*/

/*
The PHP, CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*import "layout.css";*/
#frame {
	padding-left:20px;
	padding-right:20px;
	clear:both;
}

* html #frame {
	zoom:1;
	position: relative;
	display:inline;
	height:1%;
}

#content, .sidebar {
	position: relative;
	float: left;
	overflow:hidden;
}

* html #frame .sidebar {
	position: relative;
	display:inline;
	height:1%;
}

* html #frame * {
	position: relative;
}

#content {
	padding: .5em 0 .5em 0;
	width: 100%;
	float: left;
}

#sidebar_left.sidebar div {
	margin-right:20px;
	padding-right:10px;
}

#sidebar.sidebar div {
	margin-left:20px;
	padding-right: 10px;
	padding-left: 10px
}

.sidebar div {
	padding-top:10px;
	padding-bottom:10px;
}

.sidebar div div, #sidebar.sidebar div div, #sidebar_left.sidebar div div {
	padding:0;
	margin:0;
}

#sidebar_left.sidebar {
	margin-left: -100%;
}

#sidebar.sidebar {
	margin-right: -100%;
}

.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;
}

#footer {
	clear: both;
}

#frame 
{
	background: url(images/page_bg-full-right-850px.gif);
	overflow: hidden;
}

#page, #header, #footer {
	width:850px;
	margin:0 auto 0 auto;
}
/*
#header, #header .container, #header_image, #menu {
	position:relative;
	z-index:80;
}*/

html>body #page .container {
	padding:0 10px 0 10px;
	background:transparent url(images/shadow_left.png) top left repeat-y;
}

html>body #header {
	background:transparent url(images/header_shadow_right.png) top right repeat-y;
}

html>body #header .container,
html>body #footer .container {
	padding:10px 0 0 10px;
	margin-right:10px;
	background:transparent url(images/header_shadow.png) top left repeat-y;
}

html>body #footer {
	background:transparent url(images/footer_shadow_right.png) bottom right repeat-y;
}

#footer {

}

html>body #footer .container {
	padding:0 0 10px 10px;
	background:transparent url(images/footer_shadow.png) bottom left repeat-y;
}

#footer_content {
	padding:10px;
	line-height:1em;
}

#footer_content .logo
{
	width:120px;
	float: left
}

#footer_content .links 
{
	float: right;
	text-align: right;
	font-size: 0.9em;
	color:#828282;
}

#footer_content .links ul 
{
	line-height:170%;
}

#footer_content .links li 
{
	list-style-type: none;
}

#footer_content * {
	padding:0;
	margin:0;
}

html>body #page {
	background:transparent url(images/shadow_right.png) top right repeat-y;
}


/*import "menu.css";*/
#header_image {
	position:relative;
	padding-top:200px;
	height:0;
	z-index:85;
}

#menu {
	background:transparent;
	padding:10px;
	height:60px;
	margin-top:-80px;
}

html>body #menu {
	background-image:url(images/transparency/black-60.png);
}

#menu .menu_container {
	height:48px;
	line-height:48px;
	margin:0px 11px 0 0;
	padding:11px 0 0 11px;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:37px;
	line-height:37px;
	width:100%;
	background:center left transparent repeat-x;
	position:relative;
}

#menu ul li {
	font-size:.9em;
}

#menu ul li li {
	font-size:1em;
}

#menu ul li ul {
	list-style-type:none;
	margin:0;
	padding:5px 0 5px 0;
	height:auto;
	line-height:auto;
	width:auto;
	position:absolute;
	top:37px;
	left:0;
	display:none;
	opacity:.9;
	filter:alpha(opacity=90);
	background:#313131;
	border:0px none;
}

#menu ul li ul ul {
	filter:none;
	opacity:1;
	background:none;
}

#menu ul li:hover {
	position:relative;
	z-index:90;
}

#menu ul li:hover ul {
	display:block;
}

#menu ul li ul ul {
	position:relative;
	top:0;
	padding:0;
	margin:0;
}

#menu ul li {
	background:none;
	padding:0;
	vertical-align:middle;
	float:left;
	position:relative;
	height:37px;
	line-height:37px;
	position:relative;
}

#menu ul li li {
	float:none;
	clear:both;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	white-space:nowrap;
	display:block;
	position:relative;
	line-height:1.3em;
}

#menu ul li li li {
	padding:0 0 0 2em;
}

* html #menu ul li li {
	width:200px;
}

#menu ul li a {
	font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
	text-transform:uppercase;
	display:block;
	padding:0 10px 0 10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	height:37px;
	line-height:37px;
	white-space:nowrap;
}

* html #menu ul li a {
	width:10px;
}

* html #menu ul li li a, * html #menu ul li li ul {
	width:100%;
}

#menu ul li ul li a {
	text-transform:none;
	display:block;
	font-weight:normal;
	position:relative;
	color:#ffffff;
	text-decoration:none;
	height:2.5em;
	line-height:2.5em;
}

html>body #menu .menu_container {
	background-image:url(images/menu/first_menu.png);
}


.menu_end {
	right:0;
	width:21px;
	height:80px;
	background:transparent center left no-repeat;
	position:absolute;
	bottom:0;
}

html>body .menu_end {
	background-image:url(images/menu/menu_end.png);
}


#menu ul li.top_parent a, 
#menu ul li:hover a, 
#menu ul li.current_page_parent a, 
#menu ul li.selectedli a,
#menu ul li.selectedli a
{
	background-image:url(images/menu/reflect.png);
}


#menu ul li li a {
	background-image:none !important;
	filter:none !important;
}
/*
#menu ul li li a:hover, #menu ul li li.selectedli a {
	color:#ff6600;
}

#menu ul li li a:hover, #menu ul li li.selectedli a:hover {
	color:#ff6600;
}
*/
#menu ul li li.selectedli li a,
#menu ul li li.selectedli li a
{
	color:#ffffff;
}

#menu ul li:hover a, #menu ul li a:hover { /*, #menu ul li a:hover {*/
	background-color:#3d3d3d;
}
/*
#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.selectedli:hover a, #menu ul li.selectedli a:hover, #menu ul li.selectedli a, #menu ul li.current_page_parent a, #menu ul li.selectedli a {
	background-color:#ff6600;
}*/

#menu ul li li a:hover, 
#menu ul li li.selectedli a
{
	color:#ff6600;
}

#menu ul li li.selectedli a:hover 
{
	color:#ff6600;
}

#menu ul li.top_parent:hover a, 
#menu ul li.top_parent a, 
#menu ul li.current_page_parent a, 
#menu ul li.selectedli a
{
	background-color:#ff6600;
}

#menu ul li.current_page_parent li a, 
#menu ul li.current_page_parent li a, 
#menu ul li.selectedli li a, 
#menu ul li li a {
	background-color:transparent !important;
}

#menu .menu_container li.langs {
	float:right;
}

#menu .menu_container li.lastli {
	float:right;
}

/*import "pp_album.css";*/
#pp_wrap {
	overflow-x: hidden;
}
#pp_gallery {
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#pp_meta {
	text-align: center;
	padding: 10px;
}
#pp_page_links {
	text-align: center;
}
.pp_centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
/*
.pp_empty {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
*/

.pp_border {
	border: 1px solid #999;
}

.alignleft {
	float:left;
	clear:none;
	margin-right:6px;
	border:0px none;
}

img.pp_left_side {
	float:left;
	border: 1px solid #999;
	padding: 1px;
}
img.pp_centered {
	border: 1px solid #999;
	padding: 1px;
}
.pp_cell {

	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-size: 0.9em;
}
/*
.pp_cell a {
	float:left;
}
.pp_cell span {
	float:left;
	display:none;
}
.pp_cell img {
	float:left;
}*/
.pp_prev, .pp_next {
	margin: 10px;
	display: block;
	padding: 5px;
}
a.pp_prev, a.pp_next {
	background: #acf;
	border: solid 1px #9ac;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.pp_prev:hover, a.pp_next:hover {
	background: #369;
	border: solid 1px #036;
	color: #fff;
	text-decoration: none;
}
.pp_prev {
	float: left;
}
.pp_next {
	float: right;
}


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;
}

label small {
	font-weight:normal;
}

*::-moz-selection, *::-selection {
	background-color:#ff6600;
	color:white;
}

a {
	color:#ff6600;
}

#content a:hover {
	text-decoration:underline !important;
}

a img {
	border:0px none;
}

#title {
	margin:0;
	padding:18px;
	position:relative;
	z-index:86;
}

#header_image {
	padding-top:200px;
	/*
	* Handled by theme config - removed here to reduce "blink"
	background-image:url(images/headers/499153_79030836.jpg);
	*/
	background-position:center;
}

#title, #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-weight:normal;
	font-style:italic;
	font-size:2.2em;
	letter-spacing:-2px;
	color:#3d3d3d;
}

h1 a {
	color:#3d3d3d;
	text-decoration:none;
}

.description small {
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	font-weight:bold;
	font-style:italic;
	font-size:1em;	
	color:#8d8d8d;
}

#quicklinks {
	position:absolute;
	right:0;
	top:0;
	padding:13px 23px 13px 13px;
	margin:0;
	list-style:none;
}

#quicklinks #searchform {
	margin:0;
	padding:0;
	clear:none;
	display:inline;
	line-height:4em;
	position:relative;
	margin-left:20px;
}

* html #quicklinks #s {
	*margin-top:1.1em;
}

#quicklinks ul {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}

* html #quicklinks {
	right:10px;
}

#quicklinks ul li {
	padding:0;
	margin:0;
	font-style:italic;
	font-size:1.2em;
	float:left;
	text-transform:lowercase;
	color:#8d8d8d;
}

#quicklinks ul li a {
	margin-left:20px;
	height:3.5em;
	line-height:3.5em;
	text-decoration:none;
	color:#8d8d8d;
	display:inline;
}

#quicklinks ul li a:hover {
	text-decoration:underline;
}

#quicklinks ul li a.rss
{
	color:#ee7700;
	padding-right:20px;
	background:transparent url(images/icons/feed-icon-16x16.gif) no-repeat center right;
}

#quicklinks ul li#fr_FR a {
	padding-right:20px;
	background:transparent url(images/flags/fr.png) no-repeat center right;
}

#quicklinks ul li#en_US a {
	padding-right:20px;
	background:transparent url(images/flags/gb.png) no-repeat center right;
}

#quicklinks ul li#fr_FR.selectedli a, #quicklinks ul li#en_US.selectedli a {
	display:none;
}

#quicklinks #addicted_results {
	position:relative;
	z-index:90;
	*width:160px;
}

#quicklinks #addicted_results ul {
	float:none !important;
	position:absolute;
	background:white;
    border:1px solid #c6c6c6;
	opacity:.9;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	zoom:1;
	width:164px;
	overflow:hidden;
	margin-left:20px;
	right:5px;
	*left:0;
}

html > body #quicklinks #addicted_results ul {
	margin-top:-15px;
}

* html #quicklinks #addicted_results ul {
	*margin-top:-2px;
}

#quicklinks #addicted_results ul li {
	font-family:Arial, Verdana, Lucida, serif, sans;
    font-size:12px;
    font-style:normal;
	float:left;
	clear:both;
	width:160px;
	line-height:1.2em !important;
	height:auto !important;
}

#quicklinks #addicted_results ul li a {
	line-height:1.4em !important;
	height:auto !important;
	margin-left:0;
	color:#3d3d3d;
	text-decoration:none;
	padding:3px;
	display:block;
	float:left;
	clear:both;
	width:160px;
}

#quicklinks #addicted_results ul li a:hover {
	color:#ffffff;
	background-color:#ff6600;
}

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, h3 {
	color:#4d9301;
	font-size:1.9em;
	letter-spacing:-1px;
	line-height:1.1em;
	margin:1em 0 0 0;
	padding:0 0 0 0;
}

h2 a, h3 a {
	color:#4d9301;
}

h2 a, h3 a, h2 img, h3 img {
	border:0px none;
}

.rsswidget img {
	display:none;
}

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;
}

.meta dl {
	border:1px solid #c6c6c6;
	background:white;
	margin:0;
	padding:4px;
	list-style:none;
	display:block;
}

* html .meta dl {
	height:1em;
}

.meta dl dd, .meta dl dt {
	display:inline;
	margin:0;
	padding:0;
}

.meta dl dt {
	margin:0 .5em 0 0;
	color:#828282;
}

.meta dl dt a {
	color:#828282;
	text-decoration:none;
}

.meta dl dd {
	margin:0 1em 0 0;
	font-weight:bold;
	color:black;
}

.meta dl img {
	vertical-align:middle;
}

.meta 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 div.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, .date {
	color:#4d9301;
}

.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 0px -11px;
	border-left:2px solid #ff6600;
	color:#ff6600;
}

#sidebar_left h2 {
	padding:15px 10px 15px 0;
	margin:5px -11px 10px 0;
	border-left:0px none;
}

.sidebar h2 a {
	color:#ff6600;
}

.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.8em;
	min-height:1.8em;
	clear:both;
}

* html .sidebar li {
	height: 1.8em;
}

.sidebar li li {
	padding:0 0 0 1.3em;
	background:url(images/bullet.gif) 9px 9px no-repeat;
}

.sidebar li p 
{
	padding-right: 1.3em;
}

.sidebar li a {
	padding:4px;
	position:relative;
	z-index:10;
	line-height:1.2em;
	min-height:1.2em;
	/* float:left; */
}

.sidebar li a img {
	z-index:999;
}

/*
.sidebar li li a {
	font-size:.9em;
}

.sidebar li li li a {
	font-size:1em;
}*/

.sidebar li a:hover {
	text-decoration:none;
	z-index:99;
}

.sidebar a {
	text-decoration:none;
	color:#3d3d3d;
}

.sidebar a:hover {
	text-decoration:underline;
}

#tag_cloud {

}


.sidebar li.selectedli li a, .sidebar li.current-cat li a {
	background:transparent;
	color:#3d3d3d;
}

.sidebar li.selectedli a, .sidebar li.current-cat a, #frame .sidebar li a:hover {
	background:#ff6600;
	color:white;
}

/*
.sidebar li li.selectedli a, .sidebar li li.current-cat a, .sidebar li li a:hover {
	color:#ff6600;
	background:transparent;
}*/

code, pre, .code {
	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, monospace;
	letter-spacing:0;
	clear:both;
	text-align:left;
	color:white;
	/*overflow:auto;
	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;
}
*/

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.post {
	
}

.post .entry {
	margin:1em 0 1em 0;
}

.post ul {
	list-style:none;
	padding:0 0 0 1em;
	margin:.7em 0 .7em 0;
}

.post p {
	margin:.7em 0 .7em 0;
}

.post ul ul {
	margin:0;
}

.post ul li {
	padding:0;
	margin:0;
	list-style-position:inside;
	list-style-image:url(images/bullet.gif);
}

* 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;
}

.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 {
	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;
}

ul#linkslist, ul#linkslist li {
	list-style-image:none;
	background-image:none;
	padding:0;
	margin:0;
}

ul#linkslist li h2 {
	padding:0;
	margin:.5em 0 .5em 0;
}

.linkcat {
	padding:0;
	margin:0;
	list-style:none;
}

#searchform {
	margin:1em 0 1em 0;
	padding:0;
}

* html #searchform {
	width:90%;
}

#quicklinks #searchsubmit, .sidebar .widget_search input {
	display:none;
}

#q {
	background:white url(images/search.png) no-repeat 98% 2px;
	line-height:1.4em;
	padding:2px;
	width:180px;
	display:inline;
	color: #6c6c6c
}

.navigation, .meta {
	clear:both;
}

p.navigation {
	*margin:0;
	*padding:.5em 0 2em 0;
}

/* content.css */

.important {
	background:#ffcdc5;
	border:1px solid #cd2d12;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#8c1400;
}

.important a {
	color:#8c1400;
}

.note {
	background:#d5f69b;
}

.note, .download {
	border:1px solid #75ad14;
	padding:5px;
	margin:.5em 0 .5em 0;
	color:#446c00;
}

.note a, .download a {
	color:#446c00 !important;
}

.download a {
	font-weight:bold;
}

.download {
	background:#d5f69b url(images/download.png) no-repeat top left;
	padding-left:46px;
	min-height:35px;
}

.callout {
	font-size:1.7em;
	line-height:normal;
	margin:10px auto;
	padding:5px 0;
	text-align:justify;
}

.blue_hilite {
	background:#9DD1F2 url(images/icons/help-browser.png) no-repeat scroll 10px center;
	border-bottom:2px solid #419ED9;
	border-top:2px solid #419ED9;
	font-size:1.7em;
	line-height:115%;
	margin:10px auto;
	padding:20px 20px 20px 65px;
	text-align:center;
}

.alert {
	background:#FFCCCC url(images/icons/emblem-important.png) no-repeat scroll 10px center;
	border-bottom:2px solid #993333;
	border-top:2px solid #993333;
	font-size:1.7em;
	line-height:normal;
	margin:10px auto;
	padding:20px 20px 20px 65px;
	text-align:center;
}

.other {
	background:#EDEDED url(images/icons/dialog-warning.png) no-repeat scroll 10px center;
	border-bottom:2px solid #CCCCCC;
	border-top:2px solid #CCCCCC;
	font-size:1.7em;
	margin:10px auto;
	padding:20px 20px 20px 65px;
	text-align:center;
}

address {
	padding:5px;
	margin:1em 0 1em 0;
	background:#f3f3f3;
	border:1px solid #c6c6c6;
}

.clear
{
	clear:both
}
