/*
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.

If you need any further help, ask in the CSS Customization forum.
*/
hgroup {
	background-image: url('http://theaustralianalpsnationalparks.org/wp-content/uploads/2013/12/alps-logo-small.jpg');
	background-size: 135px;
	background-repeat: no-repeat;
	background-position: right;
}

h1.site-title {
	font-size: 24pt;
}

h2.site-description {
	font-style: italic;
	font-size: 12pt;
}

h2.map,h3.map,h4.map,h5.map {
	clear: none;
}

.site a:visited {
	color: #660066;
}

.site-header a:visited {
	color: #21759b;
}

.main-navigation a:visited {
	color: #636363;
}

.main-navigation li a, .main-navigation li ul li a {
	text-transform: none;
	font-size: 120%;
}

div.googlemaps, iframe.youtube-player, div.embed-vimeo, div.links {
	display: block;
	float: right;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	Margin: 15px 5px;
}

div.links {
	padding-top: 0;
	Margin-top: 0;
}

.links h4 {
	margin-top: 0;
	margin-bottom: 18px;
}

div.page-links {
	display: none;
}

div.site-info {
	display: block;
	font-size: 7pt;
	color: #f1efef;
}

div.site-info a {
	color: #c5c5c5;
}

div.entry-content h2 {
	margin-bottom: -1pt;
}

div.entry-content h3 {
	margin-bottom: -1pt;
}

div.entry-content h4 {
	margin-bottom: -1pt;
}

div.entry-content p {
	margin-bottom: 5pt;
}

table.horse {
	width: 70%;
}

.flickr-size-small, #flickr-2 {
	float: right;
}

#flickr-2 h3 {
	text-align: right;
}

#flickr_badge_wrapper td {
	text-align: right;
}

/* Mobile device CSS for any devices upto 600px wide  */
@media (max-width: 600px) {
	hgroup {
		background-image: none;
		background-size: 100px;
		background-repeat: no-repeat;
		background-position: none;
	}
	
	h1.site-title {
		font-size: 24pt;
	}
	
	h2.site-description {
		font-style: italic;
		font-size: 10pt;
	}
}