/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
a {
	color: #000;
}

.navigation a {
	color: #000;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #0096d7;
}

.navigation a:hover {
	color: #0096d7;
}

.paging-navigation {
	background-color: #f4f4f4;
}

.paging-navigation .meta-nav {
	background-color: #000;
}

.paging-navigation a:hover .meta-nav {
	background-color: #0096d7;
}

div.meteor-slides {
	float: left;
	margin: 40px 0 30px 60px;
}

.social-icons {
	position: absolute;
	right: 20px;
	top: 20px;
}

.social-icons .fb-icon, .social-icons .tw-icon {
	float: left;
	width: 38px;
	height: 36px;
	background: url("wp-includes/images/fb-icon.png") no-repeat;
	margin: 0 5px;
}

.social-icons .tw-icon {
	background: url("wp-includes/images/tw-icon.png") no-repeat;
}

.social-icons .fb-icon:hover {
	background: url("wp-includes/images/fb-icon-hover.png") no-repeat;
}

.social-icons .tw-icon:hover {
	background: url("wp-includes/images/tw-icon-hover.png") no-repeat;
}

.widget {
	background: none;
}

.widget a {
	color: #000;
}

.widget li, .widget a:hover {
	color: #0096d7;
}

.widget .widget-title {
	font: normal 300 20px "Open Sans", arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}

.archive-header {
	background-color: #f4f4f4;
}

body {
	background: url(wp-includes/images/bg.jpg) no-repeat top center #000;
	color: #777;
}

.site {
	max-width: 1060px;
	border: none;
}

.home-link img {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
}

.home-link {
	background: url(/wp-includes/images/v-dots.png) no-repeat 320px 92px;
}

.home-link .strapline {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 110px 0 0 120px;
	color: #fff;
	display: block;
	float: left;
	letter-spacing: -1px;
}

.navbar {
	background: #000;
}

.toggled-on .nav-menu li > ul a {
	color: #fff;
}

.site-main .widget-area {
	margin-right: 20px;
}

h1, h2, h3, h4, h5, h6, .entry-title a {
	font-weight: 300 !important;
	color: #000;
	letter-spacing: -1px;
}

.entry-meta a {
	color: #aaa;
}

.entry-meta a:hover {
	color: #0397d6;
}

.entry-content a, .comment-content a {
	color: #000;
}

.entry-content a:hover, .comment-content a:hover, .entry-title a:hover {
	color: #0397d6;
}

.nav-menu li ul li a {
	font-size: 14px;
	text-transform: none;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background-color: #0096d7;
	color: #fff !important;
}

.current_page_item a {
	color: #0096d7 !important;
}

.recent-posts-widget-with-thumbnails ul li span {
	display: block;
	width: 100%;
	color: #aaa;
}

.recent-posts-widget-with-thumbnails ul li span:before {
	content: "\f303";
	color: #0096d7;
	display: inline-block;
	font: 16px/1 Genericons;
	vertical-align: text-bottom;
}

.meteor-slides p {
	background: rgba(0,0,0,0.2);
	bottom: 0;
	color: #fff;
	left: 0;
	line-height: 20px;
	margin: 0;
	padding: 4%;
	position: absolute;
	width: 100%;
	font-size: 32px;
}

p {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

@media (max-width: 999px) {
	body {
		background-image: none;
	}
	
	.home-link .strapline {
		margin: 90px 0 0 100px;
		width: 250px;
		font-size: 20px;
	}
	
	.nav-menu li a {
		font-size: 14px;
		text-transform: none;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	
}

@media (max-width: 643px) {
	body {
		background-image: none;
	}
	
	.home-link {
		background: none;
		min-height: 270px !important;
	}
	
	.home-link img {
		float: none;
		margin: 0 auto;
		padding-top: 20px;
	}
	
	.home-link .strapline {
		margin: 15px 0 0;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
		width: 100%;
	}
	
	.nav-menu li a {
		font-size: 14px;
		text-transform: none;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	body {
		background-image: none;
	}
	
	.home-link {
		background: none;
	}
	
	.home-link img {
		float: none;
		margin: 0 auto;
		padding-top: 20px;
	}
	
	.home-link .strapline {
		margin: 15px 0 0;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
		width: 100%;
	}
	
	.nav-menu li a {
		font-size: 14px;
		text-transform: none;
	}
}