/**
 * blogBox Theme Gray 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: #e8e8e8;
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
}

/* --------- header changes ----------------- */
#header {
	background-color: #e8e8e8;
	border-top: 2px solid #e8e8e8;
	color: #4D4D4D;
}

#header a h1 {color: #4D4D4D;}

/* -------- Navigation --------------- */
nav {
	background-color: #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
}

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

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

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

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

nav.nav-container ul ul li a:hover {
	background-color: #6B6B6B; 
	color: #ffffff;
}

/**
 * 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-white-black.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

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

body #pagewrap {
	background-color: #F4F4F4;
	color: #4D4D4D;
}

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

/* -------- Home Page Styles --------- */
#feature-area{background-color: #F4F4F4;color: #4D4D4D;}
#home1post{background-color: #F4F4F4;}
#home1section1 {background-color: #e8e8e8;}
a.button1 {
	background: #424143;
	color: #FEE9D3!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: #e8e8e8;}
#homesection2 h1 {color: #4D4D4D;}

/* ------- Footer Styles ---------- */
#footer {background-color:#1C1C1C;color: #F4F4F4;}
#footer a,#footer a:link {color: #b8b8b8;}
#footer a:hover {color: #FFFFFF;}
#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {color: #F4F4F4;}
#copyright {background-color: #1C1C1C;color: #F4F4F4;}
#copyright a{color: #b8b8b8;}
#copyright a:hover {color: #FFFFFF;}

/* --------- General Styles -------- */
a:link, a:active, a:visited {color: #579c99;}
a:hover { color: #8E7763;}
table#wp-calendar td#today {color: #ffffff;}
table#wp-calendar th {background-color: #e8e8e8;}
table#wp-calendar th {color: #4D4D4D;}

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

.aside-entry {
	/* CSS3 Gradient */
	background-color: #B7997B;
	background-image: -webkit-linear-gradient(top, #B7997B, #7F6851);
	background-image: -moz-linear-gradient(top, #B7997B, #7F6851);
	background-image: -ms-linear-gradient(top, #B7997B, #7F6851);
	background-image: linear-gradient(top, #B7997B, #7F6851);
	color: #F9F9F9;
}

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

/* ------------------- Audio Post Format  --------------------- */
.audio-wrap {
	background-color: #E5F9C7;
}

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

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

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

.link-entry a {
	background-color: #6B6B6B;
	border: 2px solid #EFEFEF;
	color: #EFEFEF;
}

.link-entry a:hover {
	background-color: #4E4E4F;
	color: #EFEFEF;
}

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

.status-entry {
	background-color: #FFF591;
	background-color: rgba(255,245,145,0.3);
}

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

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

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