@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Cutive+Mono);
@import url(http://fonts.googleapis.com/css?family=Cutive);

html {
	background-image: url(../images/back.png);
	background-position: top;
	background-repeat: repeat;
	height: 1000px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	position: relative;
}

body {
	background-image: url(../images/Book_Texture.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1260px;
	height: 960px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: solid 1px transparent;
}

#about-link {
	position: absolute;
	left: 50%;
	top: 35px;
}

#left {
	height: 100%;
	position: relative;
	width: 480px;
	float: left;
	margin-left: 105px;
	margin-right: 155px;
}

#right {
	height: 100%;
	position: relative;
	width: 430px;
	float: left;
}

#recipe-header-image {
	width: 326px;
	margin-left: -163px;
	position: relative;
	left: 50%;
}

#recipe-header {
	width: 480px;
	margin-bottom: 5px;
	margin-top: 110px;
}

.top-border {
	background-image: url(../images/bottom-pattern.png);
	background-repeat: no-repeat;
	width: 478px;
	height: 23px;
	margin-bottom: 50px;
	
}

#recipe-heading {
        font-family: 'Cutive Mono';
		font-size: 4em;
        color: rgba(175, 80, 0, 0.7);
        width: 240px;
        height: 1em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid 1px rgba(175,80,0, 0.7);
        cursor: pointer;
}

#recipe-button {
	position: relative;
}

#contact-details {
	font-family: 'Cutive Mono';
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: -0.12em;
	word-spacing: -0.2em;
	width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 30px;
    float: left;
}

.button-image {
	margin-top: 40px;
	margin-left: 35px;
	border: solid 1px #999;
}

.button-image:hover {
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	border: solid 1px #DDD;
	cursor: pointer;
}

.left-tape {
	width: 160px;
	position: absolute;
	top: 0px;
	left: -5px;
}

.right-tape {
	width: 125px;
	position: absolute;
	top: 230px;
	left: 345px;
}

.tip {
	font-size: 0.8em;
	font-family: 'Cutive Mono';
	font-weight: bold;
	letter-spacing: -0.12em;
	word-spacing: -0.2em;
	position: absolute;
	top: 22px;
	left: 225px;
}

.bottom-quote {
	font-family: 'Cutive Mono';
	letter-spacing: -0.12em;
	word-spacing: -0.25em;
	position: absolute;
	bottom: 80px;
	z-index: 10;
	width: 478px;
	height: 23px;
	border-top: solid 1px #000;
	font-size: 1em;
	padding-top: 5px;
}

.bottom-border {
	background-image: url(../images/bottom-pattern.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 80px;
	z-index: 10;
	width: 478px;
	height: 23px;
}

#logo {
	position: relative;
	width: 238px;
	height: 163px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
}

#logo:hover {
	box-shadow: 1px 0px 4px rgba(0,0,0,0.2);
	cursor: pointer;
}

.logo-tape {
	position: absolute;
	z-index: 10;
	width: 125px;
	left: 55px;
}

.logo-img {
	position: absolute;
	top: 25px;
}

#order-heading {
	font-family: 'Cutive Mono';
	font-size: 4em;
	color: rgba(175, 80, 0, 0.7);
	width: 200px;
	height: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px rgba(175, 80, 0, 0.7);
	margin-top: 30px;
	margin-bottom: 20px;
}

#order-instructions {
    font-family: 'Cutive Mono';
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: -0.12em;
	word-spacing: -0.2em;
}

#ins-line1 {
    width: 100%;
    text-align: center;
}

#ins-line1 span {
    font-family: 'Cutive Mono';
    font-weight: bold;
    font-size: 1.1em;
}

#ins-line2 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
}

#ins-line3 {
    font-family: 'Cutive Mono';
    font-weight: bold;
    font-size: 1.1em;
}

#ins-line4 li {
    margin-bottom: 3px;
}

.li-bold {
    font-family: 'Cutive Mono' !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
}
