/* 
 * Name: Red
 * Slug: red
 * Description: Red color scheme for Japibas
 * Link color: #cc0000
 */

a,
#site-title a:focus,
#site-title a:hover,
#site-title a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #cc0000;
}

/* Header */
#branding {
	/* Dark, grey topbar */
	background: #1f1e1c;
	background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#1f1e1c));
	background: -webkit-linear-gradient(top, #313131, #1f1e1c);
	background: -moz-linear-gradient(top, #313131, #1f1e1c);
	background: -o-linear-gradient(top, #313131, #1f1e1c);
	background: -ms-linear-gradient(top, #313131, #1f1e1c);
	background: linear-gradient(top, #313131, #1f1e1c);
	border-bottom: 1px solid #171512;
}

.loop-meta {
	/* The blue bar in the top */
	background: #8c2f24; /* Old browsers */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #8c2f24), color-stop(25%, #bd4638), color-stop(100%, #8c2f24));
	background: -webkit-linear-gradient(left, #8c2f24 0%, #bd4638 25%, #8c2f24 100%);
	background: -moz-linear-gradient(left, #8c2f24 0%, #bd4638 25%, #8c2f24 100%);
	background: -o-linear-gradient(left, #8c2f24 0%, #bd4638 25%, #8c2f24 100%);
	background: -ms-linear-gradient(left, #8c2f24 0%, #bd4638 25%, #8c2f24 100%);
	background: linear-gradient(left, #8c2f24 0%, #bd4638 25%, #8c2f24 100%);
	border-top: 1px solid #b74233;
	border-bottom: 1px solid #7d291f;
}

#branding:before,
#branding:after {
	background: inherit;
	border: inherit;
}

.loop-meta:before,
.loop-meta:after {
	background: #8c2f24;
	border: inherit;
	-webkit-box-shadow: 1px 1px 0 rgba(255,255,255, 0.4);
	box-shadow: 1px 1px 0 rgba(255,255,255, 0.4);
}

.loop-description,
.page-title { 
	text-shadow: 1px 1px 0 #18446e;
}

/* Navigation */
#access .menu-item > a {
	background: #3c3c3c;
	border: 1px solid #4e4e4e;
	border-bottom: none;
	color: #fff;
	display: block;
	font-size: 14px;
	text-shadow: 1px 1px 0 #2b2b2b;
}

#access .menu-item > a:hover,
#access .current-menu-item > a {
	background: #3f7eba;
	border: 1px solid #3790ec;
	border-bottom: none;
	text-shadow: 1px 1px 0 #1b4e83;
}

#access .current-menu-item > a {
	background: #3a78b2;
}

.ie #access .menu-item > a:hover, 
.ie #access .current-menu-item > a {
	background: #8c2f24;
}

.loop-description,
.page-title { 
	text-shadow: 1px 1px 0 #551b14;
}

/* Navigation */
#access .menu-item > a {
	background: #3c3c3c;
	border: 1px solid #4e4e4e;
	border-bottom: none;
	color: #fff;
	display: block;
	font-size: 14px;
	text-shadow: 1px 1px 0 #2b2b2b;
}

#access .menu-item > a:hover, 
#access .current-menu-item > a {
	background: #8c2f24;
	border: 1px solid #b74233;
	border-bottom: none;
	text-shadow: 1px 1px 0 #7a291f;
}

#access .current-menu-item > a {
	background: #a13a2e;
}

/* Entry titles */
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	background: none;
	text-shadow: none;
}

/* Buttons */
.more-link, 
input[type="submit"] {
	background: #8c2f24; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd4638), color-stop(100%, #8c2f24));
	background: -webkit-linear-gradient(top, #bd4638 0%, #8c2f24 100%);
	background: -moz-linear-gradient(top, #bd4638 0%, #8c2f24 100%);
	background: -o-linear-gradient(top, #bd4638 0%, #8c2f24 100%);
	background: -ms-linear-gradient(top, #bd4638 0%, #8c2f24 100%);
	background: linear-gradient(top, #bd4638 0%, #8c2f24 100%);
	border: 1px solid #7d291f;
	color: #fff;
	text-shadow: 1px 1px 0 #7d291f;
	-webkit-box-shadow: inset 0 1px 1px #ed7363;
	box-shadow: inset 0 1px 1px #ed7363;
}

.more-link:hover,
input[type="submit"]:hover {
	background: #bd4638; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #272727));
	background: -webkit-linear-gradient(top, #474747 0%, #272727 100%);
	background: -moz-linear-gradient(top, #474747 0%, #272727 100%);
	background: -o-linear-gradient(top, #474747 0%, #272727 100%);
	background: -ms-linear-gradient(top, #474747 0%, #272727 100%);
	background: linear-gradient(top, #474747 0%, #272727 100%);
	border: 1px solid #171512;
	text-shadow: 1px 1px 0 #111;
	-webkit-box-shadow: inset 0 1px 1px #ed7363;
	box-shadow: inset 0 1px 1px #ed7363;
}

/* Blockquote */
blockquote {
	border-left-color: #bd4638;
}

/* Comment bubble hover state */
.entry-comments-number:hover {
	background: #bd4638;
	border: 1px solid #8c2f24;
	color: #fff;
	text-shadow: 1px 1px 0 #8c2f24;
}

.entry-comments-number:hover:before {
	border-color: #8c2f24 transparent transparent #8c2f24;
}

.entry-comments-number:hover:after {
	border-color: #bd4638 transparent transparent #bd4638;
}

/* Pagination */
.pagination a:hover {
    background: #bd4638;
	color: #fff;
    text-shadow: 0px -1px 0px #7d291f;
    -webkit-box-shadow: 0px 2px 0px #7d291f;
	box-shadow: 0px 2px 0px #7d291f;
}