/* Blue Style for Creative.Industry */

body {
	background: /*#222*/ #d0dee2;
	}

a:link, a:visited {
	color: #328AA7;
	}

a:hover, a:active, a:focus {
	color: #328AA7;
	}


/* MENU */
#header {
	/*background: url("../../images/head.png") repeat-y #a0d4e4;
	border-bottom: 1px solid #5faac3;*/
	}

#header ul li a:link, #header ul li a:visited {
	color: #0D4254;
	}

#header ul li.current_page_item a:link, #header ul li.current_page_item a:visited, #header ul li.current_page_item a:hover, #header ul li.current_page_item a:active, #header ul li.current_page_item a:focus {
	color: #343434;
	}
	
	
/* FEATURE */
#feature {
	background: url("../../images/blue/feature.png") no-repeat top right #0b6380;
	}

#feature-menu {
	background: url("../../images/blue/feature-menu.png") repeat-y top left /*#45a2c1*/;
	}

#feature-menu ul li.selected a:link, #feature-menu ul li.selected a:visited {
	color: #155266;
	background: url("../../images/blue/feature-select.png") left no-repeat;
	}

#feature-menu ul li a:hover {
	color: #155266 !important;
	background: url("../../images/blue/feature-select.png") left no-repeat;
	}

#feature-menu ul li a:link, #feature-menu ul li a:visited {
	color: #e0e0e0;
	}

#feature-content {
	color: #fff;
	}

#feature-content a:link, #feature-content a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}

#feature-content a:hover, #feature-content a:active, #feature-content a:focus {
	border-bottom: 1px solid #fff;
	}


/* BUTTON */
.metabtn {
	background: url("../../images/blue/metabtn-right.jpg") right no-repeat;
	}

.metabtn a:link, .metabtn a:visited {
	background: url("../../images/blue/metabtn-left.jpg") left no-repeat;
	color: #fff;
	}

.metabtn a:hover, .metabtn a:active, .metabtn a:focus {
	color: #eee;
	}


/* SIDEBAR */
.sidebar ul li ul li, ul.fromtheblog li {
	list-style-image: url("../../images/blue/bullet.gif");
	}

.sidebar ul li a:hover, .sidebar ul li a:active, .sidebar ul li a:focus, ul.fromtheblog li a:hover, ul.fromtheblog li a:active, ul.fromtheblog li a:focus {
	color: #328aa7;
	}




/* FOOTER */
#footer {
	color: #aaa;
	}
