﻿/*  
Theme Name: Freshy 2
Theme URI: http://www.jide.fr/english/downloads/freshy2
Description: The Freshy WordPress theme, second edition.
Version: 2.0.5
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";
@import "menu.css";
@import "pp_album.css";

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#004120;
	background-color: #006ab1;
	line-height: 15px;
}

input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #008E57;
	color: #008E57;
	background-color: #FFFFFF;
}

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: #A3BA3F;
		text-decoration:underline;
}

#content .entry a:hover {
	text-decoration:none !important;
}

#content {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #008E57;
	padding-right: 25px;
	}
	
.entry a {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #A3BA3F;
	padding: 1px;
}

#content .entry a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #7AAC52;
	padding: 1px;
}

a img {
	border:0px none;
}

#title {
	margin:0;
	position:relative;
	background-color: #004120;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#header_image {
	padding-top:200px;
	background-image:url(images/headers/headerCactus.gif);
	background-position:center;
}

#frame, #footer_content {
	background-color: #FFFFFF;
}

#footer_content {
	border-top:1px solid #d0d0d0;
}

h1 {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#0B79B5;
}

h1 a {
	color:#0B79B5;
	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;
}

ul#quicklinks {
	position:absolute;
	right:0;
	top:0;
	padding:0;
	margin:0;
	list-style:none;
	padding:0px;
}

* html ul#quicklinks {
	right:10px;
	overflow:hidden;
	zoom:1;
}

ul#quicklinks li {
	font-size:11px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}

ul#quicklinks li a, ul#quicklinks li input {
	text-decoration:none;
	color:#FFFFFF;
		padding-bottom: 10;
}

ul#quicklinks li a:hover {
	text-decoration:underline;
}

ul#quicklinks li a.rss {
	color:#FFFFFF;
	background-image: url(images/icons/feed-icon-24x24.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 7px;
}
ul#quicklinks li a.idiomaES {
	color:#FFFFFF;
	background-image: url(images/icons/icoUS.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#sidebar #contacto {
	margin-top: 20px;
	margin-left: 25px;
}


ul#quicklinks li#fr_FR a {
}

ul#quicklinks li#en_US a {

}

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:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#004120;
	margin:.5em 0 .5em 0;
	padding:0;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#004120;
	text-decoration:none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:underline;
}

h2, h3 {
	color:#004120;
	font-size:16px;
	padding:0;
	margin-top: 10px;
	margin-right: 0em;
	margin-bottom: 10px;
	margin-left: 0em;
}

h2 a, h3 a {
	color:#004120;
}

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;
	font-size:10px;
}

.meta dl {
	border:1px solid #A3BA3F;
	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:underline;
}

.meta dl dd {
	margin:0 1em 0 0;
	font-weight:normal;
	color:#A3BA3F;
}

.meta dl img {
	vertical-align:middle;
}

.meta dl dd a {
	text-decoration:underline;
	color:#A3BA3F;
}



.commentlist {
	margin:0 0 0 0;
}

.comment .author, .comment .author a, .comment .date {
	color:#666666;
}

.comment {
	padding:5px;
	margin:15px 0 15px 0;
	background-color: #EDEFE1;
	color: #666666 !important;
}

.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 {
}

#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:#A3BA3F;
}
.author a {
	color:#A3BA3F;
}
#sidebar div {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar_left div {
}
.sidebar div div {
	border:0px none !important;
    padding: 0px !important;
}
.sidebar h2 {
	font-size:11px;
	color:#008E57;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(images/flechaVerde.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
}
#sidebar_left h2 {
}
.sidebar h2 a {
	color:#008E57;
}
.sidebar ul, .sidebar ol {
	padding:0;
	margin:0;
	list-style:none;
}
.sidebar li {
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0px;
	color:#008E57;
}
.sidebar li li {
}
.sidebar li a {
	position:relative;
	z-index:10;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	background-color: #ffffff !important;
}
.sidebar li a:hover {
	text-decoration:none;
	z-index:99;
	color: #FFFFFF !important;
	background-color: #008E57 !important;
}
.sidebar a {
	text-decoration:none;
	color:#008E57;
}
.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 {
	color:white ;
	background-color: #008E57 !important;
}
.sidebar li.current_page_item li a, .sidebar li.current-cat li a {
	background:transparent;
	color:#3d3d3d;
}
.sidebar li a:hover {
	color:white;
	background-color: #008E57;
}
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, 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;
}
*/

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.post {
	padding-bottom: 30px;	
}

.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 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;
}

#sidebar #searchform {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

* html #searchform {
	width:90%;
}

#header #searchform {
	display:inline;
	margin:0;
	padding:0;
	overflow:hidden;
	height:10px;
}

#header #searchsubmit, .sidebar input {
	display:none;
}

#s, .sidebar input#s {
	background:white url(images/search.png) no-repeat 104px 2px;
	line-height:1.4em;
	padding:2px;
	width:120px;
	display:inline;
}

.navigation, .meta {
	clear:both;
}
.navigation {
	color: #A3BA3F;
	padding-bottom: 20px;
}

/* 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;
}

address {
	padding:5px;
	margin:1em 0 1em 0;
	background:#f3f3f3;
	border:1px solid #c6c6c6;
}
