/*
Theme Name:  Twenty-Twelve Photo
Theme URI:
Description: A Twenty-Twelve child theme for photo blogging
Author:      Christian Riess
Author URI:
Template:    twentytwelve
Version:     1
*/

@import url("../twentytwelve/style.css");
@import url("http://fonts.googleapis.com/css?family=Allura");

.nav-menu
{
	margin-left: auto;
	margin-right: auto;
}

.site-header h1
{
	text-align: center;
}

.site-header h2
{
	text-align: center;
	font-family: Allura;
	font-size: 18px;
}

@media screen and (min-width: 600px)
{
	.site-header h1
	{
		text-align: right;
	}

	.site-header h2
	{
		text-align: right;
	}
}