/**
 * Alkivia Chameleon. Fresh Palette.
 *
 * @version		$Rev: 477 $
 * @author		Jordi Canals
 * @copyright   Copyright (C) 2009, 2010 Jordi Canals
 * @license		GNU General Public License version 2
 * @link		http://alkivia.org
 * @package		Alkivia
 * @subpackage	Chameleon
 *

	Copyright 2009, 2010 Jordi Canals <devel@jcanals.cat>

	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU General Public License
	version 2 as published by the Free Software Foundation.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

/* ----------------------------------------------------------- STANDARD */
body {
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	color: #0B610B;
	}
	
a {
	color: #2683ae;
	}

a:hover {
	color: #d54e21;
	text-decoration: none;	
	}
	
acronym, abbr {
	border-bottom-color: #2683ae;
	}

cite {
	border-left-color: #2683ae;
	}
	
blockquote {
	border-color: #2683ae;
	background-color: #cee1ef;
	}

blockquote blockquote {
	border-left-color: #2683ae;
	}

code {
	background-color: #ffffff;
	border-color: #cee1ef;
	}

input[type=text], input[type=password] {
	border-color: #d54e21;
	background-color: #ffffff;
	}

textarea {
	border-color: #d54e21;
	}

select {
	border-color: #d54e21;
	}

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

.datetime, #comments .comment-meta a {
	color: #808080;
	}

/* ------------------------------------------------------------- LAYOUT */

#content {
	background-color: #ffffff;
	border: 0;
	}

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

#header {
	background-color: #cee1ef;
	border: 0;
	}

#head-title {
	color: #d54e21;
	}
	
#head-description {
	color: #d54e21;
	}

#menu {
	background-color: #ffffff;
	border: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	}
	
#ddmenu li a {
	color: #0B0B61;
	}

#ddmenu li a:hover {
	color: #0B0B61;
	background-color: #C6DEFF;
	}

#ddmenu li ul {
	border-top-color: #f2f2f2;
	}
		
#ddmenu li ul li a {
	background: #C6DEFF;
	}
		
#ddmenu li ul li a:hover {
	color: #0B0B61;
	background: #ffffff;
	}

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

#footer {
	color: #464646;
	}

#footer a {
	color: #2683ae;
	}

/* ----------------------------------------------------------- BLOGSIDE */

#blogside {
	border-right: 0;
	}

.navigator {
	border-color: #ffff00;
	background-color: #ffffc0;
	}

.navigator a { }

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

.sticky-post, .profile-box {
	border-color: #ffff00;
	background-color: #ffffc0;
	}

.post-title, .profile-name {
	color: #0B610B;
	border-bottom-color: #c0c0c0;
	}

.post-title a {
	color: #0B610B;
	}

.post-title a:hover {
	color: #0B610B;
	}

.post-content, .page-content {
	color: #0B0B61;
	}

.post-info {
	color: #808080;
	}

.info-left {
	color: #808080;
	}

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

img.alignleft {
	border-color: #cee1ef;
	}

img.alignright {
	border-color: #cee1ef;
	}

img.aligncenter, img.centered {
	border-color: #cee1ef;
	}

.wp-caption {
	border-color: #cee1ef;
	background-color: #f2f2f2;
	}

.gallery-item {
	border-color: #cee1ef;
	}

.gallery-item:hover {
	color: #d54e21;
	background-color: #cee1ef;
	}

/* ----------------------------------------------------------- COMMENTS */

#comments ul li {
	border-bottom-color: #c0c0c0;
	}

.avatar {
	border-color: #cee1ef;
	}

.nocomments {
	color: #808080;
	}

.moderate {
	color: #d54e21;
	}

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

#search {
	color: #000000;
	}
	
#search .string {
	color: #666666;
	border-bottom-color: #0080ff;
	background: none;
	}

#sidebar ul li {
	color: #474747;
	}

#sidebar ul li a {
	color: #0B0B61;
	}

#sidebar ul li a:hover {
	color: #C6DEFF;
	text-decoration: none;
	}

#sidebar ul li ul li {
	border-bottom-color: #c0c0c0;
	}

#sidebar ul li ul li ul li {
	color: #474747;
	}

#sidebar ul li ul li ul li a {
	color: #0B610B;
	}

#sidebar ul li ul li ul li a:hover {
	color: #d54e21;
	text-decoration: none;
	}

#sidebar ul li h2 {
	color: #0B610B;
	border-bottom-color: #cee1ef;
	}

#sidebar ul li h2 a {
	color: #0B610B;
	}

#sidebar ul li h2 a:hover {
	color: #d54e21;
	}

/* ------------------------------------------------------------- TABLES */

table thead, table tfoot {
	color: #f2f2f2;
	background-color: #464646;
	}

/* ---------------------------------------------------- WIDGET CALENDAR */

li#calendar #wp-calendar a {
	color: #0B610B;
	}

li#calendar #today {
	border-color: #c0c0c0;
	background-color: #f2f2f2;
	}

li#calendar table thead, li#calendar table tfoot {
	color: #0B610B;
	background-color: #ffffff;	
	}

/* --------------------------------------------- ALKIVIA OPEN COMMUNITY */

#mini-profiles .user-name {
	color: #464646;
	border-bottom-color: #c0c0c0;
	}

/* ------------------------------------------------------ ALKIVIA PAGER */

.pager .page-numbers {
	background-color: #f2f2f2;
	border-color: #d54e21;
	}
	
.pager .current {
	color: #f2f2f2;
	background-color: #d54e21; 
	}

.pager a.page-numbers:hover {
	color: yellow;
 	background-color: #0B610B;
	}

/* ----------------------------------------------------------- PAGELIST */

#inline_pagelist {
	background-color: #f2f2f2;
	border-color: #0B610B;
	}

#inline_pagelist p {
	color: #464646;
	border-bottom-color: #2683ae;
	}

#inline_pagelist ul li.current_page_item {
	color: #464646;
	}

/* ---------------------------------------------------------- SIDEPOSTS */

#sidebar ul li.widget_sideposts ul li, #sidebar ul li.widget_sideposts ul a {
	color: #0B610B;
	}

#sidebar span.sideposts_date {
	color: #474747;
	}
	
#sidebar ul li.widget_sideposts ul li p {
	color: #474747;
	}

#sidebar ul li.widget_sideposts ul li p a {
	color: #0B610B;
	}

#sidebar ul li.widget_sideposts ul li img.alignleft {
	border-color: #cee1ef;
	}
	
#sidebar ul li.widget_sideposts ul li img.alignright {
	border-color: #cee1ef;
	}

#sidebar ul li.widget_sideposts ul li img.aligncenter {
	border-color: #cee1ef;
}

/* EOF */
