/*
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.
*/
body {
	background-color: #0072b1;
	background-image: url('/images/bg-noise2.png');
}

body, button, input, select, textarea {
	font-family: opensans !important;
}

.celeste,
a,
.hentry:hover .entry-title,
#featured-content.flexslider .slides .hentry .entry-header:hover {
	color: #00aef7;
}

h1.entry-title, h2.entry-title {
	color: #0072b1;
	font-weight: bold;
}

p {
	font-size: 120%;
}

strong {
	color: #666;
}

h2 {
	font-size: 170%;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
}

/*header---------------------------------------------------header*/
#masthead {
	color: #0b3d78;
}

#masthead-wrap {
	background-color: #fff;
}

#masthead hgroup {
	float: none;
	width: 100%;
}

.main-navigation {
	float: none;
	width: 100%;
}

#masthead .contactdetails {
	float: right;
	font-size: 80%;
	padding-top: 10px;
	text-align: right;
}

#masthead .contactdetails .celeste {
	font-size: 230%;
	font-weight: bold;
	margin: 0;
}

.uppercase {
	text-transform: uppercase;
	font-weight: bold;
}

.capitalize {
	text-transform: capitalize;
}

#masthead .contactdetails p {
	margin: 0;
}

/*menu---------------------------------------------------menu*/
.main-navigation ul {
	text-align: center;
}

.main-navigation a {
	padding: 0 5px;
}

.main-navigation li {
	text-transform: uppercase;
	padding: 0 4px;
}

.ie .main-navigation li {
	padding: 0;
}

.main-navigation li:hover > a,
.main-navigation li.current_page_item a, 
.main-navigation li.current-menu-item a {
	color: #0072b1;
	background: none;
}

/*content----------------------------------------------content*/
.hentry, .hentry:hover, .widget, .widget:hover {
	border-bottom: none;
	box-shadow: none;
}

#main {
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(100,100,100,0.25);
}	
}

/*slideshow---------------------------------*/
#featured-content.flexslider .slides .hentry .entry-header {
	border-bottom: none;
	margin-bottom: 5px;
}

#featured-content.flexslider .slides .hentry .entry-header h2 {
	font-size: 1em;
}

.entry-title a {
	font-weight: lighter;
}

/*contact form---------------------------------------contact form*/
input[type="text"], input[type="email"], textarea {
	color: #666;
}

/*footer-----------------------------------------------footer*/
footer .contactdetails {
	font-size: 90%;
}

#cbwdesign {
	text-align: right;
	font-size: 80%;
}

footer a {
	color: #ccc;
}

.post-edit-link {
	background-color: #cc0000;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	padding: .5em;
}

/* Mobile display. */
@media only screen and (max-width:759px) {
	.site-navigation h1.menu-toggle {
		background-color: #ddd;
		color: #666;
	}
	
	#cbwdesign {
		text-align: left;
	}
}

/*Fonts------------------------------------------------------------------------Fonts*/
@font-face {
	font-family: opensans;
	src: /* IE6-IE8 */
/* Modern Browsers */
/* Safari, Android, iOS */
url('http://bethlehemmotors.co.nz/wp-content/themes/superhero-wpcom-1-2-1/superhero-wpcom/fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('http://bethlehemmotors.co.nz/wp-content/themes/superhero-wpcom-1-2-1/superhero-wpcom/fonts/opensans-light.woff') format('woff'), url('http://bethlehemmotors.co.nz/wp-content/themes/superhero-wpcom-1-2-1/superhero-wpcom/fonts/opensans-light.ttf') format('truetype'), url('http://bethlehemmotors.co.nz/wp-content/themes/superhero-wpcom-1-2-1/superhero-wpcom/fonts/opensans-light.svg#svgMontserrat') format("svg");
/* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: opensans;
	src: /* IE6-IE8 */
/* Modern Browsers */
/* Safari, Android, iOS */
url('http://bethlehemmotors.co.nz/wp-content/themes/superhero-wpcom-1-2-1/superhero-wpcom/fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('http://bethlehemmotors.co.nz/wp-content/themes/superhero-wpcom-1-2-1/superhero-wpcom/fonts/opensans-bold.woff') format('woff'), url('http://bethlehemmotors.co.nz/wp-content/themes/superhero-wpcom-1-2-1/superhero-wpcom/fonts/opensans-bold.ttf') format('truetype'), url('http://bethlehemmotors.co.nz/wp-content/themes/superhero-wpcom-1-2-1/superhero-wpcom/fonts/opensans-bold.svg#svgMontserrat') format("svg");
/* Legacy iOS */
	font-weight: bold;
	font-style: normal;
}