@import url('../twentyeleven/style.css');

/*
Theme name: Ann's Jam
Theme URI: http://www.annsjam.ca	
Description: Twenty Eleven Theme child
Author: Joshua McFaul
Author URI: beardsavvy.ca
Version: 0.0.1
Template: twentyeleven
Tags: header and footer
*/

/* ==========================================================================
   UNIVERSAL STYLES
   ========================================================================== */
/**
 *	These styles are for things that appear on multiple pages or affect large
 *	chunks of the site.
 */

body {
	padding: 0;
	font: 16px/1.5 "Helvetica Neue", Helvetica, Calibri, Arial, Sans-serif; 
}

#page {
	margin: 0 auto 20px auto;
	width: 1000px;
}

.singular .entry-header, 
.singular .entry-content, 
.singular footer.entry-meta, 
.singular #comments-title {
	width: auto;
}

.singular.page .hentry {
	padding: 0;
}

.entry-content h2 {
	color: #019875;
	font-size: 26px;
}

a {
	color: #019875;
}

.edit-link {
	display: none;
}

.form-link {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:170px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.form-link:active {
	position:relative;
	top:1px;
}


/* ==========================================================================
   HEADER
   ========================================================================== */

#site-description {
	margin: 0 270px 1.65625em 0;
}

.main-logo {
	float: left;
	margin: 10px 0 0 50px;
	background: url(images/main-logo.png);
	width: 300px;
	height: 69px;
}

.entry-header {
	display: none;
}

#branding {
	padding: 0;
	border: none;
}

#access {
	display: none;
}



/* ==========================================================================
   HOME PAGE
   ========================================================================== */


.fm-form {
	position: relative;
	background: #e2e2e2;
}

#fonts {
	position: absolute;
	bottom: 127px;
	right: 30px;
	background: url(images/fonts.jpg);
	width: 200px;
	height: 361px;
	z-index: 1;
}

/* Gallery fix for overflowing captions */
.ngg-gallery-thumbnail span {
	width: 210px;
}

.slideshowlink {
	display: none;
}

.fm-form fieldset {
	border: 3px solid #019875 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
    padding: 10px 20px;
    line-height: 1.2;
    background: white;
    border: 1px solid black;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: bold;
    transition: 0.3s all ease-in-out;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: black;
    color: white;
    cursor: pointer;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

#field {
	background: url(images/field.jpg);
	width: 1000px;
	height: 188px;
}