﻿/*
    DEFAULT color scheme
*/

/* background colors */
html#default { background-color:#eee; }                                     /* Body background color */
html#default body header { background-color:#4d8e8e; }			            /* Header background color */
html#default #featured_posts { background-color:#E4E0D7; }	                /* Featured Posts background color */
html#default nav ul li a:hover,
html#default nav ul li a.selected{ background:#428383; }                    /* Navigation link background color */
html#default #featured_posts div.ribbon p { background:#5fb0b0; }           /* Ribbon "latest posts" background color */
/* paragraph colors on index.html in header */
html#default #header_main #secondary #slogan p.text1 { color:#eee; }		/* Color of welcome message "Hello & Welcome" */
html#default #header_main #secondary #slogan p.text2 { color:#F9D17A; }	    /* Color of first paragraph in header */
html#default #header_main #secondary #slogan p.text3 { color:#eee; }		/* Color of second paragraph in header */
/* link colors */
html#default #featured_posts a { color:#4486be; }				            /* link color in the Featured Posts div */
html#default section a { color:#4486be; }						            /* link color in page content */
html#default aside a { color:#444; }						                /* link color in sidebar */
html#default article header { background:none; }					        /* removes background color from article header */
html#default article header a { color:#555; }						        /* link color in article header (Post author name) */
html#default article footer a { color:#555; }						        /* link color in article footer (posted in, comments, tags) */
html#default ul#comments small a { color:#4486be; }				            /* color of 'Reply' link in comments */
html#default .button_readmore, html#default ul.page_numbers li a { color:#6D6969; }   /* text color on buttons   #999 */

/*
    ECO FRENDLY color scheme
*/

/* background colors */
html#eco_frendly { background-color:#edece3; }
html#eco_frendly body header { background-color:#728b41; }
html#eco_frendly #featured_posts { background-color:#c6dde4; }
html#eco_frendly nav ul li a:hover,
html#eco_frendly nav ul li a.selected{ background:#697551; }
html#eco_frendly #featured_posts div.ribbon p { background:#61a4ce; }
/* paragraph colors on index.html in header */
html#eco_frendly #header_main #secondary #slogan p.text1 { color:#eee; }
html#eco_frendly #header_main #secondary #slogan p.text2 { color:#c6f2ff; }
html#eco_frendly #header_main #secondary #slogan p.text3 { color:#eee; }
/* link colors */
html#eco_frendly #featured_posts a { color:#F8602C; }
html#eco_frendly section a { color:#F8602C; }
html#eco_frendly aside a { color:#555; }
html#eco_frendly article header { background:none; }
html#eco_frendly article header a { color:#F8602C; }
html#eco_frendly article footer a { color:#F8602C; }
html#eco_frendly ul#comments small a { color:#0091BE; }
html#eco_frendly .button_readmore, html#eco_frendly ul.page_numbers li a { color:#777; }

/*
    COFFEE BEAN color scheme
*/

/* background colors */
html#coffee_bean { background-color:#fffbf2; }
html#coffee_bean body header { background-color:#858061; }
html#coffee_bean #featured_posts { background-color:#daceb2; }
html#coffee_bean nav ul li a:hover,
html#coffee_bean nav ul li a.selected{ background:#68695e; }
html#coffee_bean #featured_posts div.ribbon p { background:#d6b366; } 
/* paragraph colors on index.html in header */
html#coffee_bean #header_main #secondary #slogan p.text1 { color:#f4f4f4; }
html#coffee_bean #header_main #secondary #slogan p.text2 { color:#eae2ce; }
html#coffee_bean #header_main #secondary #slogan p.text3 { color:#f4f4f4; }
/* link colors */
html#coffee_bean #featured_posts a { color:#383838; }
html#coffee_bean section a { color:#F8602C; }
html#coffee_bean aside a { color:#403232; }
html#coffee_bean article header { background:none; }
html#coffee_bean article header a { color:#F8602C; }
html#coffee_bean article footer a { color:#F8602C; }
html#coffee_bean ul#comments small a { color:#0091BE; }
html#coffee_bean .button_readmore, html#coffee_bean ul.page_numbers li a { color:#8c7f53; }

/*
    XENON BLUE color scheme
*/

/* background colors */
html#xenon_blue { background-color:#ddeef2; }
html#xenon_blue body header { background-color:#11929B; }
html#xenon_blue #featured_posts { background-color:#D2FFF7; }
html#xenon_blue nav ul li a:hover,
html#xenon_blue nav ul li a.selected{ background:#1f7985; }
html#xenon_blue #featured_posts div.ribbon p { background:#f97a4f; } 
/* paragraph colors on index.html in header */
html#xenon_blue #header_main #secondary #slogan p.text1 { color:#eee; }
html#xenon_blue #header_main #secondary #slogan p.text2 { color:#b8eafc; }
html#xenon_blue #header_main #secondary #slogan p.text3 { color:#eee; }
/* link colors */
html#xenon_blue #featured_posts a { color:#F8602C; }
html#xenon_blue section a { color:#F8602C; }
html#xenon_blue aside a { color:#555; }
html#xenon_blue article header { background:none; }
html#xenon_blue article header a { color:#F8602C; }
html#xenon_blue article footer a { color:#F8602C; }
html#xenon_blue ul#comments small a { color:#0091BE; }
html#xenon_blue .button_readmore, html#xenon_blue ul.page_numbers li a { color:#79a3a9; }

/*
    OLIVE TREE color scheme
*/

/* background colors */
html#olive_tree { background-color:#fff4e4; }
html#olive_tree body header { background-color:#5B8278; }
html#olive_tree #featured_posts { background-color:#e0d8bc; }
html#olive_tree nav ul li a:hover,
html#olive_tree nav ul li a.selected{ background:#586f69; }
html#olive_tree #featured_posts div.ribbon p { background:#78a69a; } 
/* paragraph colors on index.html in header */
html#olive_tree #header_main #secondary #slogan p.text1 { color:#eee; }
html#olive_tree #header_main #secondary #slogan p.text2 { color:#c7e8bd; }
html#olive_tree #header_main #secondary #slogan p.text3 { color:#eee; }
/* link colors */
html#olive_tree #featured_posts a { color:#C73030; }
html#olive_tree section a { color:#C73030; }
html#olive_tree aside a { color:#444; }
html#olive_tree article header { background:none; }
html#olive_tree article header a { color:#C73030; }
html#olive_tree article footer a { color:#C73030; }
html#olive_tree ul#comments small a { color:#C73030; }
html#olive_tree .button_readmore, html#olive_tree ul.page_numbers li a { color:#749990; }

/*
    POOL TIME color scheme
*/

/* background colors */
html#pool_time { background-color:#f2f8fd; }
html#pool_time body header { background-color:#4D8EAE; }
html#pool_time #featured_posts { background-color:#DDDECE; }
html#pool_time nav ul li a:hover,
html#pool_time nav ul li a.selected{ background:#3c7b96; }
html#pool_time #featured_posts div.ribbon p { background:#61a4ce; } 
/* paragraph colors on index.html in header */
html#pool_time #header_main #secondary #slogan p.text1 { color:#eee; }
html#pool_time #header_main #secondary #slogan p.text2 { color:#c6f2ff; }
html#pool_time #header_main #secondary #slogan p.text3 { color:#eee; }
/* link colors */
html#pool_time #featured_posts a { color:#0091BE; }
html#pool_time section a { color:#0091BE; }
html#pool_time aside a { color:#383838; }
html#pool_time article header { background:none; }
html#pool_time article header a { color:#555; }
html#pool_time article footer a { color:#555; }
html#pool_time ul#comments small a { color:#0091BE; }
html#pool_time .button_readmore, html#pool_time ul.page_numbers li a { color:#888; }

/*
    PINK PANTHER color scheme
*/

/* background colors */
html#pink_panther { background-color:#f9efef; }
html#pink_panther body header { background-color:#7980c6; }
html#pink_panther #featured_posts { background-color:#f7d6c3; }
html#pink_panther nav ul li a:hover,
html#pink_panther nav ul li a.selected{ background:#6675b3; }
html#pink_panther #featured_posts div.ribbon p { background:#949ad2; } 
/* paragraph colors on index.html in header */
html#pink_panther #header_main #secondary #slogan p.text1 { color:#eee; }
html#pink_panther #header_main #secondary #slogan p.text2 { color:#F7D6C3; }
html#pink_panther #header_main #secondary #slogan p.text3 { color:#eee; }
/* link colors */
html#pink_panther #featured_posts a { color:#8C2318; }
html#pink_panther section a { color:#1a8792; }
html#pink_panther aside a { color:#1a8792; }
html#pink_panther article header { background:none; }
html#pink_panther article header a { color:#1a8792; }
html#pink_panther article footer a { color:#1a8792; }
html#pink_panther ul#comments small a { color:#1a8792; }
html#pink_panther .button_readmore, html#pink_panther ul.page_numbers li a { color:#777; }

/*
    TRAFFIC JAM color scheme
*/

/* background colors */
html#traffic_jam { background-color:#e0e0e0; }
html#traffic_jam body header { background-color:#75838d; }
html#traffic_jam #featured_posts { background-color:#F9D17A; }
html#traffic_jam nav ul li a:hover,
html#traffic_jam nav ul li a.selected{ background:#616d76; }
html#traffic_jam #featured_posts div.ribbon p { background:#9ca9b2; } 
/* paragraph colors on index.html in header */
html#traffic_jam #header_main #secondary #slogan p.text1 { color:#eee; }
html#traffic_jam #header_main #secondary #slogan p.text2 { color:#F9D17A; }
html#traffic_jam #header_main #secondary #slogan p.text3 { color:#eee; }
/* link colors */
html#traffic_jam #featured_posts a { color:#596872; }
html#traffic_jam section a { color:#F8602C; }
html#traffic_jam aside a { color:#555; }
html#traffic_jam article header { background:none; }
html#traffic_jam article header a { color:#555; }
html#traffic_jam article footer a { color:#555; }
html#traffic_jam ul#comments small a { color:#F8602C; }
html#traffic_jam .button_readmore, html#traffic_jam ul.page_numbers li a { color:#999; }

/*
    PACIFIC COAST color scheme
*/

/* background colors */
html#pacific_coast { background-color:#faf2de; }
html#pacific_coast body header { background-color:#5d838a; }
html#pacific_coast #featured_posts { background-color:#9cccd2; }
html#pacific_coast nav ul li a:hover,
html#pacific_coast nav ul li a.selected{ background:#4a6d73; }
html#pacific_coast #featured_posts div.ribbon p { background:#fa794d; } 
/* paragraph colors on index.html in header */
html#pacific_coast #header_main #secondary #slogan p.text1 { color:#eee; }
html#pacific_coast #header_main #secondary #slogan p.text2 { color:#c2f9ff; }
html#pacific_coast #header_main #secondary #slogan p.text3 { color:#eee; }
/* link colors */
html#pacific_coast #featured_posts a { color:#596872; }
html#pacific_coast section a { color:#F8602C; }
html#pacific_coast aside a { color:#555; }
html#pacific_coast article header { background:none; }
html#pacific_coast article header a { color:#555; }
html#pacific_coast article footer a { color:#555; }
html#pacific_coast ul#comments small a { color:#F8602C; }
html#pacific_coast .button_readmore, html#pacific_coast ul.page_numbers li a { color:#999; }

/*
    Theme 10 color scheme
*/

/* background colors */
html#theme_10 { background-color:#F5F5EE; }
html#theme_10 body header { background-color:#7E7E6F; }
html#theme_10 #featured_posts { background-color:#c6eba0; }
html#theme_10 nav ul li a:hover,
html#theme_10 nav ul li a.selected{ background:#6f6f60; }
html#theme_10 #featured_posts div.ribbon p { background:#a1a192; } 
/* paragraph colors on index.html in header */
html#theme_10 #header_main #secondary #slogan p.text1 { color:#eee; }
html#theme_10 #header_main #secondary #slogan p.text2 { color:#C6EBA0; }
html#theme_10 #header_main #secondary #slogan p.text3 { color:#eee; }
/* link colors */
html#theme_10 #featured_posts a { color:#383430; }
html#theme_10 section a { color:#418c99; }
html#theme_10 aside a { color:#418c99; }
html#theme_10 article header { background:none; }
html#theme_10 article header a { color:#418c99; }
html#theme_10 article footer a { color:#418c99; }
html#theme_10 ul#comments small a { color:#418c99; }
html#theme_10 .button_readmore, html#theme_10 ul.page_numbers li a { color:#88a6ac; }


