@charset "utf-8";
/*
Theme Name: Esplanade for Tuenti Adictos
Theme URI: http://www.onedesigns.com/wordpress-themes/esplanade-free-wordpress-theme
Description: Child of Esplanade (One Designs - http://www.onedesigns.com).A stylish, modern and flexible theme with responsive layout. Includes several custom templates, layouts and color schemes to choose from, 5 widget-ready areas and a user friendly options page to keep everything in control.
Version: 1.0
Author: Jose A Ruiz
Tags: blue, brown, gray, green, tan, white, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Template: esplanade
License: GNU General Public License v2.0
License URI: license.txt
*/

@import url("../esplanade/style.css");

body {
	background:#99ccff;
}

input[type="text"],
input[type="password"],
textarea,
.wp-caption {
	background:#FCFFFC;
}

.gallery-item {
	background:#F9FCF9;
}

.gallery-item:hover  {
	background:#F4F9F4;
}

#wrapper {
	background:white;
}

#access {
	background:#006599;
	background:-moz-repeating-linear-gradient(#006599, #1D506F  40px);
	background:-webkit-repeating-linear-gradient(#006599, #1D506F  40px);
	background:-o-repeating-linear-gradient(#006599, #1D506F  40px);
	background:-ms-repeating-linear-gradient(#006599, #1D506F  40px);
	background:repeating-linear-gradient(#006599, #1D506F  40px);
}

#access a:hover {
	background:#0373ac;

}

#access li.current_page_item > a,
#header input#s {
	background:#0373ac;
}

#header-image {
    box-shadow: none;
}

#access li li a {
	background:#545c54;
	border-top:#5f695f 1px solid;
}

#access li li a:hover {
	background:#455045;
}

#slider {
	background:#CCD0CC;
	background:-moz-linear-gradient(#DDE0DD,#BBC3BB);
	background:-webkit-linear-gradient(#DDE0DD,#BBC3BB);
	background:-o-linear-gradient(#DDE0DD,#BBC3BB);
	background:-ms-linear-gradient(#DDE0DD,#BBC3BB);
	background:linear-gradient(#DDE0DD,#BBC3BB);
}

.flex-control-nav li a {
	background:#e9ece9;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
	background:#fefffe;
}

.entry-title {
    color: #0DC2FF;
}

.entry-title a {
    color: #0DC2FF;
}

.paged .post,
.archive .post,
.search .post,
.search .page,
.entry-utility,
.paged #posts-nav {
	border-top:#EFF3EF 1px solid;
}

.single #location,
.page #location,
.error404 #location {
	border-bottom:#EFF3EF 1px solid;
}

.wp-post-image,
.format-status .avatar,
.entry-author .avatar,
.comment .avatar {
	background:#E9ECE9;
}

.format-chat .entry-content p,
.format-chat .entry-summary p {
	background:#FCFFFC;
}

.format-chat .entry-content p:nth-child(odd),
.format-chat .entry-summary p:nth-child(odd) {
	background:#F3F9F3;
}

.entry-author,
.comment-body {
	background:#F9FCF9;
}


.widget-title {
    color: #95C20B;
}

img.srp-widget-thmb {
	max-width:none;
}

ins {
    background: #FFFFFF;
}

#footer-area .widget-title {
    color: #95C20B;
}

#footer-area {
	background:#F7F7F7;
	background:-moz-linear-gradient(#F7F7F7,#F7F7F7);
	background:-webkit-linear-gradient(#F7F7F7,#F7F7F7);
	background:-o-linear-gradient(#F7F7F7,#F7F7F7);
	background:-ms-linear-gradient(#F7F7F7,#F7F7F7);
	background:linear-gradient(#F7F7F7,#F7F7F7);
}

#copyright {
	background:#e7ece7;
	background:-moz-linear-gradient(#E9ECE9, #E3E9E3);
	background:-webkit-linear-gradient(#E9ECE9, #E3E9E3);
	background:-o-linear-gradient(#E9ECE9, #E3E9E3);
	background:-ms-linear-gradient(#E9ECE9, #E3E9E3);
	background:linear-gradient(#E9ECE9, #E3E9E3);
}


.page-numbers {
    border: 1px solid #BFBFBF;
}

#post-nav, #posts-nav {
    text-align: center;
}

@media screen and (max-width: 640px) {
	
	#access a,
	#header #searchform {
		background:#006599;
		background:-moz-repeating-linear-gradient(#006599, #1D506F  40px);
		background:-webkit-repeating-linear-gradient(#006599, #1D506F  40px);
		background:-o-repeating-linear-gradient(#006599, #1D506F  40px);
		background:-ms-repeating-linear-gradient(#006599, #1D506F  40px);
		background:repeating-linear-gradient(#006599, #1D506F  40px);
	}
	
	#access a:hover {
		background:#0373ac;
		/*background:-moz-linear-gradient(#979C97,#797A79);
		background:-webkit-linear-gradient(#979C97,#797A79);
		background:-o-linear-gradient(#979C97,#797A79);
		background:-ms-linear-gradient(#979C97,#797A79);
		background:linear-gradient(#979C97,#797A79);*/
	}
	
	.flex-control-nav li a {
		background:rgba(233, 244, 233, 0.75);
	}
	
}
