/*
	Theme Name: Rough Magic
	Theme URI: http://rough-magic.org
	Description: Based on HTML5 Blank WordPress Theme
	Version: 1.4.2
	Author: Nick Keenan
	Author URI: http://nickxd.com
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('css/umbrage/stylesheet.css');
@import url(http://fonts.googleapis.com/css?family=Neuton:400,700);

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:600 12px/1.4 'Buda', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper, section[role="main"] {
	max-width:1080px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	
}

body.blog .header {
	width: 50%;
}
/* logo */
.logo {
	
	float: left;
	margin-bottom: 30px;
}
.logo-img {
	float: left;
	width: 1040px;
	margin-right: 25px;
}
h1.site-title {
	margin: 3% 0% 0 32%;
	font-weight: normal;
}

body.blog h1.site-title {
	margin-left: 0;
}
body.blog .logo {
	margin-left: 30px;
}

/* nav */
.nav {
	float: left;
	margin: 1% 0 0 38%;
}

body.blog .nav {
	margin-left: 0;
}

.nav ul {
	padding: 0;
}

body.home .nav ul {
	padding-left: 40px;
}

.nav li {
	font-family: 'umbrage', Helvetica, sans-serif;
	font-size: 3em;
	font-weight: normal;
	/*text-transform: uppercase;*/
	float: left;
	margin-right: 1em;
	color: white;
}

.nav li a {
	color: white;
}

div.call-out {
    background: rgb(94, 82, 82);
    border:  solid rgb(78,78,78);
	border-width: 5px 0;
    color: white;
	padding: 20px 0;
}

body.blog .nav li a {
	color: black;
}
/* sidebar */
.sidebar {
	
}
/* footer */
.footer {
	min-height: 200px;
}

body.single aside#flower, body.blog aside#flower, body.archive aside#flower, body.search aside#flower{
	float: right;
	width: 480px;
	min-height: 1000px;
	background: url('img/blog-flower.png')  no-repeat;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



body.home .logo {
	background: url('img/banner.png') no-repeat;
	background-size: 100% 100%;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

h1 {
	font-family: 'umbrage', Helvetica, sans-serif;
	font-weight: normal;
}
h2,h3,h4,h5 {
	font-family: 'buda', Georgia, serif;
	font-weight: 900;
}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    Rough-Magic 
\*------------------------------------*/

section[role="main"] {
	clear: left;
}

body.page-template-default, {
	background: #f6f2f2 url('img/cardboard.jpg');
}

body.page-template-page-home-php {
	background: #f6f2f2 url('img/cardboard.jpg');
}


body.single, body.blog, body.archive, body.search{
	background: #f1f3f3 url('img/bkgd-blog.png') repeat-x;
}

body.single header.clear:after, body.blog header.clear:after, body.archive header.clear:after,  body.search header.clear:after{
	clear: none;
}


.home-step p, .home-step h2 {
	margin-left: 15px; 
}

.home-step p {
	font-weight: bold;
}

body.home h1.page-title {
	display: none;
}


.page-template-page-peach-php header {
	background: url('img/bkgd-peach-flowers-header.jpg')  no-repeat;
	background-size: cover;
	height: 225px;
}
body.page-template-page-peach-php{
	background: url('img/bkgd-peach-flowers-body.jpg')  repeat-y;
	background-size: 100%;
}

.page-template-page-peach-php footer {
	background: url('img/bkgd-peach-flowers-footer.jpg')  no-repeat;
	background-size: cover;
	height: 310px;
}


.page-template-page-jar-php header {
	background: url('img/RM_Jar_header.png') 50% 0  no-repeat;
	height: 770px;
}
body.page-template-page-jar-php{
	background: #f6f2f2 url('img/cardboard.jpg');
}

.page-template-page-jar-php section[role="main"] {
	margin-top: -150px;
}


.page-template-page-flower-header-php header, .page-template-page-when-php header {
	background: url('img/RM_flower_orange_header.png') 50% 0  no-repeat;

}

.page-template-page-yellow-header-php header {
	background: url('img/RM_flower_yellow_header.png') 50% 0  no-repeat;

}
body.page-template-page-flower-header-php, body.page-template-page-yellow-header-php, body.page-template-page-when-php {
	background: #f6f2f2 url('img/cardboard.jpg');
}

.page-template-page-flower-header-php section[role="main"], .page-template-page-yellow-header-php section[role="main"]. .page-template-page-when-php section[role="main"] {
	margin-top: -150px;
}

.page-template-page-flower-header-php h1.site-title, .page-template-page-yellow-header-php h1.site-title, .page-template-page-when-php h1.site-title{
	margin-top: 0;
	margin-left: 0;
}



.page-template-page-flower-header-php .logo, .page-template-page-yellow-header-php .logo, .page-template-page-when-php .logo {
	margin-top: 150px;
	margin-left: 16%;
}

.page-template-page-flower-header-php .nav, .page-template-page-yellow-header-php .nav, .page-template-page-when-php .nav{
	margin-top: 0px;
	margin-left: 100px;
}



   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width:479px) {
	html {
		font-size:52.5%;
	}
	h2 {
		font-size: 2.5em;
	}
	h5 {
		font-size: 1.53em;
	}
	p {
		line-height: 1.2em;
	}
	.wrapper, section[role="main"] {
		max-width:320px;
		width:95%;
	}
	
	body.blog .header {
		width: 100%;
	}
	
	.logo {
		width: 320px;
		height: 130px;
	}
	
	body.blog .logo {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	h1.site-title {
		font-size: 3em;
		margin-top: 38px;
		margin-left: 25px;
	}
	
	h3, h4 {
		font-size: 2em;
		line-height: 1.2em;
	}
	
	.alignleft, .alignright {
		float: none;
		margin: 5px 0;
		max-width: 100%;
		clear: both;
	}
	nav.nav {
		margin: 50px 0 ;
		float: none;
	}
	nav.nav ul {
		padding: 0;
	}
	nav.nav li {
		font-size: 1.8em;
		line-height: 30px;
	}
	nav.nav li a{
		color: black;
	}
	
	body.blog aside#flower{
		width: 320px;
		min-height: 465px;
		margin: 0 auto;
		float: none;
		background-size: 100%;
	}
	.page-template-page-home-php h1.site-title{
		margin-top: 20px;
		margin-left: 90px;
	}
	
	.page-template-page-home-php nav.nav {
		margin: 0px 0 10px 60px;
	}

	.page-template-page-flower-header-php header, .page-template-page-yellow-header-php header, .page-template-page-when-php header{
		background-size: 520px 266px;
	}
	.page-template-page-flower-header-php div.logo, .page-template-page-yellow-header-php div.logo, .page-template-page-when-php div.logo{
		margin-top: 90px;
		margin-left: 10%;
		margin-bottom: 40px;
	}
	.page-template-page-flower-header-php .nav, .page-template-page-yellow-header-php .nav, .page-template-page-when-php .nav {
		margin-left: 30px;
	}

}

@media only screen and (min-width:480px)and (max-width:767px) {
	.wrapper, section[role="main"] {
		max-width:480px;
		width:95%;
	}
	h2 {
		font-size: 2.5em;
	}
	h5 {
		font-size: 1.53em;
	}
	p {
		line-height: 1.2em;
	}
	body.blog .header {
		width: 100%;
	}

	body.blog aside#flower{
		width: 320px;
		min-height: 465px;
		margin: 0 auto;
		float: none;
		background-size: 100%;
	}
	
	.alignleft, .alignright {
		float: none;
		margin: 5px 0;
		max-width: 100%;
		clear: both;
	}
	
	h1.site-title {
		font-size: 4em;
	}
	header .nav li {
		font-size: 2em;
	}
	
	body .logo {
		width: 600px;
		height: 225px;
		margin: 20px auto 0;
		width: 100%;
	}
	
		body.blog .logo {
			width: 100%;
			text-align: center;
			margin: 0;
		}
		.page-template-page-flower-header-php header, .page-template-page-yellow-header-php header, .page-template-page-when-php header {
			background-size: 600px 315px;
		}
		.page-template-page-flower-header-php div.logo, .page-template-page-yellow-header-php div.logo, .page-template-page-when-php div.logo {
			margin-top: 100px;
			margin-left: 23%;
		}
		.home-step {
			width: 31%;
			margin-right: 3%;
		}
		.page-template-page-flower-header-php .nav, .page-template-page-yellow-header-php .nav, .page-template-page-when-php .nav {
			margin-left: 25px;
		}
		.home-step .step-image {
			height: 60px !important;
		}
		.page-template-page-home-php .nav {
			margin: 1% 0 0 31%; 
		}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
	.wrapper, section[role="main"] {
		max-width:768px;
		width:95%;
	}
	
	body.blog .header {
		width: 35%;
	}
	
	.logo {
		width: 900px;
		height: 320px;
		margin-left: -70px;
		margin-top: 20px;
	}
	body.blog .logo {
		height: 230px;
	}
	
	h1.site-title {
		font-size: 7em;
	}
	
	nav.nav li {
		font-size: 4em;
	}
	
	.page-template-page-flower-header-php header, .page-template-page-yellow-header-php header, .page-template-page-when-php header {
		background-size: 1000px 515px;
			height: 500px;
	}
	.page-template-page-flower-header-php .nav, .page-template-page-yellow-header-php .nav, .page-template-page-when-php .nav {
		margin-left: 65px;
	}
	
	
	.home-step {
		width: 31%;
		margin-right: 3%;
	}
}
@media only screen and (min-width:1024px)  {
	.wrapper, section[role="main"] {
		max-width:1080px;
		width:95%;
	}
	 
	.logo {
		width: 1200px;
		height: 420px;
		margin-top: 20px;
		margin-left: -70px;
	}
	
	h1.site-title {
		font-size: 10em;
	}
	nav.nav li {
		font-size: 5em;
	}
	
	.page-template-page-flower-header-php header, .page-template-page-yellow-header-php header, .page-template-page-when-php header  {
		background-size: auto auto;
			height: 600px;
	}
	.page-template-page-yellow-header-php header {
		height: 675px;
	}
	.page-template-page-yellow-header-php h1.site-title {
		margin-top: 40px;
	}
	.home-step {
		width: 31%;
		margin-right: 3%;
	}
	

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

.home-step:last-child {
	margin-right: 0;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}