/**
 * blogBox Theme Blue Skin
 *
 *
 * @package		blogBox WordPress Theme
 * @copyright	Copyright (c) 2012, Kevin Archibald
 * @license		http://www.gnu.org/licenses/quick-guide-gplv3.html  GNU Public License
 * @author		Kevin Archibald <www.kevinsspace.ca/contact/>
 */
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg1.png);
	background-repeat: repeat-x;
}

/* --------- header changes ----------------- */
#header {
	background-color: #576C9C;
	border-top: 2px solid #091C47;
	color: #F4F7FF;
}

#header a h1 {color: #F4F7FF;}

/* -------- Navigation --------------- */
nav {
	background-color: #576C9C;
	border-bottom: 2px solid #091C47;
}

nav.nav-container ul li a {color: #F4F7FF;}

nav.nav-container ul li a:hover {
	font-weight: bold;
	background-color: #A3AFC9;
	color: #F4F7FF;
}

nav.nav-container ul ul li {background-color: #DAE0EF;}

nav.nav-container ul ul li a {color: #091C47;}

nav.nav-container ul ul li a:hover {
	background-color: #95A4C6; 
	color: #F4F7FF;
}

/**
 * Sub Feature arrow indicator - Ensure the image folder is copied into the child theme.
 * In the menu folder there are different subfeature arrow packs you can use.
 */
nav.nav-container .sf-sub-indicator {
	background:		url('../images/menu/arrows-black-white.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

/* ------- Layouts --------- */

body #pagewrap {
	background-color: #F4F7FF;
	color: #091C47;
}

/* ------- Layout Styles -------- */
#widecolumn {background-color: #F4F7FF;}
#fullwidth {background-color: #F4F7FF;}
#sidebar{background-color: #F4F7FF;}

/* -------- Home Page Styles --------- */
#feature-area{background-color: #F4F7FF;color: #091C47;}

#home1post{background-color: #F4F7FF;}
#home1section1 {background-color: #C6D8FF;}
a.button1 {
	background: #576C9C;
	color: #FFF9F9!important;
}

a.button1:hover {
	background-image: url('../images/shade.png');
	font-weight: normal;
	text-decoration: none;
	/*lighten the shadow */
	-webkit-box-shadow: 1px 2px 2px 0 rgba(72,72,72,0.5);
	-moz-box-shadow: 1px 2px 2px 0 rgba(72,72,72,0.5);
	box-shadow: 1px 2px 2px 0 rgba(72,72,72,0.5);
}
#slogan2{background-color: #C6D8FF;}
#homesection2 h1 {color: #091C47;}

/* ------- Footer Styles ---------- */
#footer {background-color:#091C47;color: #F4F7FF;}
#footer a,#footer a:link {color: #C6D8FF;}
#footer a:hover {color: #F4F7FF;}
#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {color: #F4F7FF;}
#copyright {background-color: #091C47;color: #F4F7FF;}
#copyright a{color: #C6D8FF;}
#copyright a:hover {color: #F4F7FF;}

/* --------- General Styles -------- */
a:link, a:active, a:visited {color: #576C9C;}
a:hover { color: #8E7763;}
table#wp-calendar td#today {color: #ffffff;}
table#wp-calendar th {background-color: #f3ecec;}
table#wp-calendar th {color: #091C47;}

/* ------------------- Post Styles  --------------------- */

.post{
	margin-top: 20px;
	border-bottom: 1px solid #D1DDFC;
}

/* ------------------- Aside Post Format  --------------------- */

.aside-entry {
	/* CSS3 Gradient */
	background-color: #0842D3;
	background-image: -webkit-linear-gradient(top, #3E69D6, #0842D3);
	background-image: -moz-linear-gradient(top, #3E69D6, #0842D3);
	background-image: -ms-linear-gradient(top, #3E69D6, #0842D3);
	background-image: linear-gradient(top, #3E69D6, #0842D3);
	color: #F9F9F9;
}

.aside-entry .author a {
	color: #F9F9F9; 
}

/* ------------------- Audio Post Format  --------------------- */
.audio-wrap {
	background-color: #788CBC!important;
	color: white!important;
}

/* ------------------- Chat Post Format  --------------------- */

.chat-entry {
	background-color: #ECEDEA;
}

/* ----------------- post format content : link ---------------------------- */

.link-entry a {
	background-color: #938F8F;
	border: 2px solid white;
	color: #f9f9f9;
}

.link-entry a:hover {
	background-color: #878787;
	color: #E2DEDE;
}

/* ----------------- post format content : status ---------------------------- */

.status-entry {
	background-color: #F1EEBF;
	background-color: rgba(234,218,42,0.3);
}

.status-entry .comments {
	color: #7F7F7F;
}

/* ------------------- post format content : quote ---------------------------- */

.quote-entry blockquote,.quote-entry-structured {
	border: 5px solid white;
	background: #D1F2A9;
}h {color: #F4F7FF;}