@CHARSET "UTF-8";
/* $Rev: 17 $

	Red Style

	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 {
	background: #404040;
}

h1, h1 a {
	color: #800000;
	}

h2, h2 a {
	color: #800000;
	}

h3, h3 a{
	color: #800000;
	}

a {
	color: #c00000;
	}

blockquote {
	border-color: #c00000;
	background: #ffffc0;
	}

code {
	border-color: #606060;
	background: white;
	}

input[type=text] {
	border-color: #c00000;
	background: white;
	}

textarea {
	border-color: #c00000;
	}

select {
	border-color: #c00000;
	}

/* ------------------------------------------------------------ PAGE */
h2.pagetitle {
	color: #000080;
	}
	
/* ----------------------------------------------- HEADER & MENU BAR */
#header {
	background: #c00000;
	border-color: #c00000;
	}

#header_title {
	color: #ffff80;
	}
	
#header_desc {
	color: #ffff80;
	}
	
#menu_bar {
	background: #404040;
	border-right-color: #c00000;
	border-left-color: #c00000;
	}
	
#menu_bar ul li a {
	color: #ffffff;
	}

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

/* ---------------------------------------------------- CONTENT AREA */
#content {
	background: #ffffff;
	border-color: #c00000;
}

/* ------------------------------------------------------- LEFT SIDE */
#inside {
	border-right-color: #ff4040;
	}

#inside div.navigator {
	background: #f0f0ff;
	border-color: #c00000;
	}
	
/* ------------------------------------------------------- EACH POST */
#blog div.post_title {
	color: #c00000;
	}

#blog div.post_title a {
	color: #c00000;
	}
	
#blog div.post_title a:hover {
	color: #800000;
	}
	
#blog div.post_info {
	color: #808080;
	}
	
#blog div.post_text {
	color: #282828;
	}

#blog div.post img.alignleft {
	border-color: gray;
	}
	
#blog div.post img.alignright {
	border-color: gray;
	}

#blog div.post_meta {
	background: #f0f0ff;
	border-color: #c00000;
	}

#blog div.post_meta a {
	color: #c00000;
	}

#blog div.meta_left {
	color: #ff8080;
	}
	
/* --------------------------------------------------------- SIDEBAR */
#sidebar h2 {
	color: #c00000;
	border-bottom-color: #c00000;
	}

#search_bar {
	color: #000000;
	}

#search_bar input.string {
	color: #666666;
	border-bottom-color: #c00000;
	background: none;
	}

/* --------------------------------------------------- SIDEBAR LISTS */
#sidebar ul li {
	color: #474747;
}

#sidebar li a {
	color: #474747;
	}

#sidebar li a:hover {
	color: #c00000;
	}

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

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

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

/* ---------------------------------------------- COMMENTS AND FORMS */
#comments h3 {
	color: #800000;
}

#comments .moderate {
	color: #ff0000;
	}

.nocomments {
	color: #ff0000;
	}

/* ---------------------------------------------------------- FOOTER */
#footer_text {
	color: white;
	}

#footer_text a {
	color: #ffc0c0;
	}
	
/* -------------------------------------------------- CUSTOM WIDGETS */
#wp-calendar td a {
	color: #c00000;
}

#suckerfishnav,#suckerfishnav ul {
	border-right-color: #c00000;
	border-left-color: #c00000;
}

/* EOF */
