
@CHARSET "UTF-8";
/* $Rev: 10 $

Theme Name: Xalandria-Blues
Theme URI: http://txanny.cat/devel/themes/wind-blue
Description: Lightweight theme on Blue colors. Two sidebars plus wide top and bottom wide sidebars. Avatar & OpenID Ready. Released under GNU/GPL license.
Version: 1.3.0
Author: Jordi Canals
Author URI: http://txanny.cat/
Tags: blue, gray, lightweight, fixed width, three columns, widgets, square, avatar
Series: Wind

	Copyright 2008 Jordi Canals (email : jcanals@gmail.com)

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    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/>.
*/

/* ---------------------------------------------------------- GLOBAL */
body {
	margin: 0 0;
	text-align: center;
	background: #404040;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h1 a {
	color: #000080;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h2, h2 a {
	color: #000080;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h3, h3 a {
	color: #000080;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

a {
	color: #0080ff;
/*	font-weight: bold; */
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
blockquote {
	margin: 10px;
	border: 2px dotted #0080ff;
	padding: 0 10px;
	background: #ffffc0;
	font-style: italic;
	}

blockquote blockquote {
	margin: 5px;
	padding: 0 10px;
	}

code {
	font-family: 'Courier New', Courier, Monaco, monospace, fixed;
	font-size: 12px;
	display: block;
	border: 1px solid #606060;
	padding: 10px;
	background: white;
	}

input[type=text] {
	border: 0;
	border: 1px dotted #606060;
	background: white;
	}

textarea {
	border: 1px dotted #606060;
	}
	
/* ------------------------------------------------------------ PAGE */
#page {
	text-align: left;
	width: 972px;
	margin: 10px auto 0 auto;
	}

h2.pagetitle {
	padding: 5px 30px;
	color: #000080;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
/* ----------------------------------------------- HEADER & MENU BAR */
#header {
	width: 100%;
	height: 201px;
	background: #0080ff;
	border: 1px solid #0080ff;
    background-image: url('images/favaritx_ana1.jpg');    
	}

#header_title {
	color: #ffff80;
	font-size: 40px;
	text-decoration: none;
	padding-top: 60px;
	padding-left: 60px;
	}
	
#header_desc {
	float: left;
	color: #ffff80;
	font-size: 12px;
    font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
	}
	
#menu_bar {
	width: 100%;
	height: 30px;
	font-size: 16px;
	text-align: left;
	background: #404040;
	border-right: 1px solid #0080ff;
	border-left: 1px solid #0080ff;
	}
	
#menu_bar ul {
	margin: 0;
	padding: 6px 0 0 15px;
	list-style-type: none;
	list-style-image: none;
	}

#menu_bar li {
	display: inline;
	}

#menu_bar ul li a {
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
	font-weight: bold;
	}

#menu_bar ul li a:hover {
	color: #0080ff;
	background: #ececff;
	}

/* ---------------------------------------------------- CONTENT AREA */
#content {
	width: 100%;
	text-align: left;
	background: #ffffff;
	border: 1px solid #0080ff;
}

#content_end {
	clear: both;
	}

/* ------------------------------------------------------- LEFT SIDE */
#inside {
	border-right: 1px dotted #0080c0;
	width: 698px;
	float: left;
	}

#inside div.navigator {
	height: 30px;
	margin: 10px 9px 15px 7px;
	padding: 2px 10px;
	font-size: 14px;
	background: #f0f0ff;
	border: 1px solid #0080ff;
	}
	
#inside div.navigator a {
	font-weight: bold;
	}

#inside div.navleft {
	float:left;
	padding: 6px;
	}

#inside div.navright {
	padding: 6px;
	text-align: right;
	}

#blog {
	margin: 5px;
	padding: 0px;
    width: 714px;
    border: 1px thin solid;
	}

/* ------------------------------------------------------- EACH POST */
#blog th {
	font-size: 15px;
	font-weight: bold;
    background-color: #ccc;
    text-align: center;
}
#blog td, th
{
    width: 330px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    overflow: hidden;
    vertical-align: top;
}

#blog div.post {
	margin-top: 15px;
	margin-bottom: 20px;
    width: 675px;
	}

#blog div.post_mini {
	margin-top: 15px;
	margin-bottom: 20px;
    width: 325px;
	}

#blog div.post_title {
	color: #000080;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	}

#blog div.post_title_mini {
	color: #000080;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	}

#blog div.post_title a {
	color: #000080;
	}
	
#blog div.post_title a:hover {
	color: #0080ff;
	text-decoration: none;
	}
	
#blog div.post_title_mini a {
	color: #000080;
	}
	
#blog div.post_title_mini a:hover {
	color: #0080ff;
	text-decoration: none;
	}
	
#blog div.post_info {
	font-size: 10px;
	margin: 0 10px;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#blog div.post_text {
	color: #282828;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0px 15px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;
	}

#blog img.alignleft {
	float: left;
	margin: 5px;
	padding: 2px;
	border: 1px solid gray;
	clear: both;
	}
	
#blog img.alignright {
	float: right;
	margin: 5px;
	padding: 2px;
	border: 1px solid gray;
	clear: both;
}

#blog img.aligncenter {
	display: block;
	border: 0px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
	
#blog div.post_meta {
	height: 20px;
	margin: 10px;
	padding: 2px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #f0f0ff;
	border: 1px solid #0080ff;
    width: 650px;
    overflow: hidden:
	}

#blog div.post_meta_mini {
	height: 20px;
	margin: 10px;
	padding: 2px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #f0f0ff;
	border: 1px solid #0080ff;
    width: 300px;
    overflow: hidden:
    white-space: nowrap;
	}

#blog div.post_meta a {
	color: #0080ff;
	font-weight: normal;
	}

#blog div.meta_left {
	padding: 3px;
	color: #53afff;
	float:left;
	}

#blog div.meta_right {
	padding: 3px;
	text-align: right;
	}

#blog div.meta_left .link {
	margin-right: 5px;
	padding-left: 5px;
	}

#blog div.meta_right .permalink {
	padding-left: 5px;
	padding-right: 5px;
	}

#blog ul, #blog ol {
	margin: 0px 20px;
	padding-left: 20px;
	}
#blog ul li, #blog ol li {
	padding-left: 15px;
	}
	
#blog .categoria1 {
    background-color: #eee;
    }
#blog .categoria2 {
    background-color: #ddd;
    }
#blog .categoria3 {
    background-color: #ccc;
    }
#blog .categoria4 {
    background-color: #bbb;
    }
#blog .categoria1 img {
    width: 300px;
    }
#blog .categoria2 img {
    width: 300px;
    }
#blog .categoria3 img {
    width: 300px;
    }
#blog .categoria4 img {
    width: 300px;
    }
        
/* --------------------------------------------------------- SIDEBAR */
#sidebar {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 266px;    
	float: left;
	}

#sidebar h2 {
	color: #0080ff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #0080ff;
	}

#top_bar {
	padding: 5px 5px 10px 12px;
	}

#search_bar {
	height: 30px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 10px;
	}

#search_form {
	float: right;
	display: inline;
	}

#search_bar input.string {
	width: 120px;
	font-size: 13px;
	color: #666666;
	border: 0px;
	border-bottom: 1px dotted #0080ff;
	background: none;
	}

#search_bar input.button {
	position: relative;
	top: -3px;
	}

#top_bar h2 { }
		
#left_bar {
	margin-left: 15px;
	margin-right: 5px;
	width: 110px;
	float: left;
	}

#left_bar h2 { }

#right_bar {
	margin-left: 185px;
	margin-right: 5px;
	width: 110px;
	}

#right_bar h2 { }

#bottom_bar {
	padding: 0;
	clear: both;
	}
    
#bottom_bar h2 { }

#categories {
    background-color: #ffff80; 
	padding: 5px;
    margin: 0 0px 5px 5px;
	clear: both;
    border: 1px solid;
	}

#categories ul {
	color: #474747;
	padding: 5px 0px 10px 15px;
    margin: 0;
}

#categories li {
	margin-left: 0px;
    padding-left: 0px;
}

#categories li a {
	color: #474747;
	text-decoration: none;
	font-weight: normal;
    line-height: 15px;
	}

#categories li a:hover {
	color: #008080;
	text-decoration: underline;
	}

#blocsamics {
    background-color: #ffff80; 
	padding: 5px;
    margin: 0 0px 5px 5px;
	clear: both;
    border: 1px solid;
	}

#blocsamics ul {
	color: #474747;
	padding: 5px 0px 10px 15px;
    margin: 0;
    list-style-type: circle; 
}

#blocsamics li {
	margin-left: 0px;
    padding-left: 0px;
}

#blocsamics li a {
	color: #474747;
	text-decoration: none;
	font-weight: normal;
    line-height: 15px;
	}

#blocsamics li a:hover {
	color: #008080;
	text-decoration: underline;
	}

#fotoblocs {
    background-color: #ffff80; 
	padding: 5px;
    margin: 0 0px 5px 5px;
	clear: both;
    border: 1px solid;
	}

#fotoblocs a {
    margin-top: 5px;
}

#fotoblocs img {
    width: 245px;
}

#fotoblocs div {
    display: none;
}

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

/* ---------------------------------------------- COMMENTS AND FORMS */
#comment {
    width: 550px;
}

#comments, #contact {
	margin: 0 30px;
	}

#comments h3 {
	color: #000080;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#respond { }

#comments .moderate {
	color: #ff0000;
	font-style: italic;
	}

.nocomments {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000080;
	}

#postform {
	margin: 5px 0;
	}

#postform .info {
	font-style: italic;
	}

/* ----------------------------------------------- TEMPLATE ARCHIVES */

#archives_left {
	width: 200px;
	margin: 10px;
	margin-left: 50px;
	font-size: 14px;
	float: left;
	}
	
#archives_right {
	width: 200px;
	margin: 10px;
	font-size: 14px;
	margin-right: 50px;
	float: right;
	}

/* -------------------------------------------------- TEMPLATE LINKS */

#link_list {
	margin-left: 125px;
	}
	
#link_list ul {
	list-style-type: none;
	}

#link_list ul li {
	padding-top: 20px;
	}
	
#link_list ul li ul li {
	padding-top: 0px;
	list-style-type: square;
	font-size: 14px;
	}
	
/* ---------------------------------------------------------- FOOTER */
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	}

#footer_top { 
	height: 10px;
}

#footer_text {
	color: white;
	}

#footer_text a {
	color: #b7deff;
	}
	
/* -------------------------------------------------- CUSTOM WIDGETS */
#wp-calendar td a {
	color: #0080ff;
	font-weight: bold;
}

/* EOF */
