/**
 * Blue color scheme for Fapowy
 */

body {	
	background: #b7e0f4 url(blue/bg.png);
	color: #1f1f1f;
}

a {
	color: #0072a4;
	color: #607890;	
}

a:hover {
	color: #111;
}

#respond,
div.entry-author-info,
.navigation, 
.widget_nav_menu,
.box {
	background: #fbfbfb;
	border-top: 1px solid #f1f1f1;
	padding: 20px;
} 
	
	/* Images for this color scheme */
	#prev a {
		background: url(blue/calender_prev.png) no-repeat;
		left: 8px;
	}
	
	#next a {
		background: url(blue/calender_next.png) no-repeat;
		right: 8px;
	}

/* Headings */

h1 a, 
h2 a,
h3 
h3 a {
	color: #111;
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover {
	color: #333;
}

.page-title span {
	color: #555;
}

/* Other HTML elements */
pre {
	background: #f7f7f7;
	border: 1px solid #f1f1e8;
	border-left: 0; border-right: 0;
	color: #222;
}

code { background: #fbfbf0; }
pre code { background: none; }

abbr,
acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

hr {
  background-color: #e7e7e7;
}

ins,
.highlight {
	background: #ffffcc;
	text-decoration: none;
}

::selection { background: #ffffcc; }
::-moz-selection { background: #ffffcc; }

/* Tables */
table {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

td,
th {
  padding: 12px 10px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
  
th {
  background: #f2f7fc;
  color: #333;
  font-weight: bold;
}

tr:hover { background: #f9f9f9; }

table caption { margin-bottom: 5px; }

/* Menu */
.menu a,
#site-title {
	text-shadow: 1px 1px 0px #fff;
}

.menu a:hover, 
.current-menu-item a {
	color: #111;
}

	/* Dropdown */
	.menu ul {
		background: #fff;
		-webkit-box-shadow: 0px 0px 3px #ccc;
		-moz-box-shadow: 0px 0px 3px #ccc;
		box-shadow: 0px 0px 3px #ccc;
	}

	.menu ul a {
		border-bottom: 1px solid #e7e7e7;
	}
	
	.menu .current-menu-item ul a {
		color: #c02905;
	}
	
	.menu ul a:hover {
		background: #fbfbfb; 
		color: #111;
	}
	
	/* Triangle */
	#header .sub-menu:after {
		border: 10px solid transparent;
		border-bottom-color: #e7e7e7;
	}
	
/* Content */
#content {
	background: #fff;
	border: 1px solid #9bd0ea;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

/* Slider */
#slider .overlay {
	background: #111;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.roundabout-moveable-item:hover {
	opacity: 0.75!important; 
}

.roundabout-moveable-item img {
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.roundabout-in-focus {
	-webkit-transition: -webkit-box-shadow .2s linear;
	-moz-transition: -moz-box-shadow .2s linear;
	transition: box-shadow .2s linear;
}

.roundabout-in-focus:hover {
	opacity: 1!important;
	-webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
}

.roundabout-in-focus img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Post */

.entry-meta, 
.breadcrumbs { 
	color: #888;
	line-height: 22px;
}

.breadcrumbs {
	background: url(../images/house.png) no-repeat left center;
	padding-left: 23px;	
}

.breadcrumbs strong {
	color: #555;	
}

	/* Icon on links with the class 'pdf' - Uncomment out the last selector if you want it on all pdf links */
	#content .pdf
	/*, a[href$='.pdf']*/ { 
		background: url(../images/pdf.png) no-repeat left center;
		display: inline-block;
		padding-left: 20px;
	}

	/* Post date */
	.entry-date {
		background: #f7f7f7;
		text-shadow: 1px 0px 1px #fff;
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
	}
	
	.entry-date small { /* Year */
		color: #555;
		opacity: .4;
	}
	
	/* Single widgets */
	.single-widget {
		border-top: 1px solid #e7e7e7;
	}
	
	/* Social */
	.social ul a {
		opacity: 0.6;
		-webkit-transition: opacity .2s linear;
		-moz-transition: opacity .2s linear;
		transition: opacity .2s linear;
	}
	
	.social:hover ul a {
		opacity: 0.8;
	}
	
	.social ul a:hover {
		opacity: 1;
	}

	/* Sociable plugin */ .sociable { float: right; }
	
	/* WP-PageNavi plugin styling */
	.wp-pagenavi a {
		border: 1px solid #e7e7e7;
	}
	
/* Sidebar */
.widget {
	border-bottom: 1px solid #e7e7e7;
}

.widget li a:hover {
	background: #fbfbfb; 
}

	.widget_nav_menu ul {
		background: none;
	}

	/* Calendar widget */
	#wp-calendar caption {
		background: #c02905;
		color: #fff;
		text-shadow: -1px -1px 1px #862009;
	}
	
	#wp-calendar tbody td a {
		background: #c02905;
		color: #fff;
		text-shadow: -1px -1px 1px #862009;	
	}
	
	#prev a, 
	#next a {
		width: 17px;	
		height: 34px;
	}

/* Footer */
#footer {
	color: #60534b;
	text-shadow: 1px 0px 1px #fff;
}

#footer h3 {
	color: #222;	
}

.footer-col.authors-widget {
	color: #60534b; /* Overrides the #888 from the sidebar */
}

.chrome #footer {
	text-shadow: none; /* The text looks ugly with text-shadow in Chrome */
}

/* Comments */
#comments h3 {
	color: #000;
}

/*h3*/#comments-title {
	border-bottom: 1px solid #e7e7e7;
}

#comments-title a {
	background: url(../images/comments.png) no-repeat right center;	
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	text-indent: -9999px;
}

/* Commentlist */
.commentlist li {
	border-bottom: 1px solid #e7e7e7;
}

.commentlist .odd {
	background: #fbfbfb;
}

.commentlist .bypostauthor,
.commentlist .children .bypostauthor  {
	background: #f2f7fc;
	border-bottom: 1px solid #dae7f4;
}

.commentlist .children li {
	background: #fff;
	border: 1px solid #F2F2F2;
	border-right: none; 
}

	/* Commenter info */
	.comment-author cite {
		color: #000;
		font-style: normal;
	}
	
	.comment-author .says {
		font-style: italic;
	}
	
	.comment-meta a,
	.reply a,
	a.comment-edit-link {
		color: #888;
	}
	
	.comment-meta a:hover, 
	.reply a:hover,
	a.comment-edit-link:hover {
		color: #c02905;
	}
	
/* Form */
input[type=text], 
input[type=password], 
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	color: #666;
}


input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
	background: #fff;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	background: #fff;
	border-color: rgba(82, 168, 236, .75);
	-webkit-box-shadow: 0px 0px 6px rgba(82, 168, 236, .5);
	-moz-box-shadow: 0px 0px 6px rgba(82, 168, 236, .5);
	box-shadow: 0px 0px 6px rgba(82, 168, 236, .5);
}

input[type=submit] {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #f2f2f2), to(#f2f2f2)); /* Small white line at top */ 
	background: -moz-linear-gradient(top, #FFFFFF, #f2f2f2 1px); 
	border: 1px solid #ccc;
	color: #555;
	text-shadow: 1px 1px 1px #fbfbfb;
}

input[type=submit]:hover {
	background: #ececec;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #ececec), to(#ececec)); /* Small white line at top */ 
	background: -moz-linear-gradient(top, #FFFFFF, #ececec 1px); 
	text-shadow: 1px 1px 1px #fff;
}

label {
	color: #888;
}

.required {
	color: #FF4B33;
	font-weight: bold;
}

/* Images */
img.alignleft,
img.alignright,
img.aligncenter,
.wp-post-image,
.avatar,
.flickr_badge_image img {
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 4px;
}

	/* Image with caption */
	.wp-caption {
		background: #f1f1f1;
	}
	
	.wp-caption .wp-caption-text {
		color: #888;
	}

	/* Gallery */
	.gallery img {
		background: #fff;
		border: 1px solid #e7e7e7;
		padding: 4px;
	}

	.gallery-caption {
		background: #111;
		background: rgba(0, 0, 0, 0.8);
		color: #fff;
		text-shadow: 1px 1px 1px #000;
	}
	
	.gallery-caption a {
		color: #fff;
	}