@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Merriweather:900);
@import url(https://fonts.googleapis.com/css?family=Merriweather:700);

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  src: local('Merriweather Heavy'), local('Merriweather-Heavy'), url(https://themes.googleusercontent.com/static/fonts/merriweather/v4/ZvcMqxEwPfh2qDWBPxn6nvzeo8SCrGyBsNQUDsw2Qr8.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(https://themes.googleusercontent.com/static/fonts/merriweather/v4/ZvcMqxEwPfh2qDWBPxn6nn06qf9KHRHwsVx7iw5MXmY.ttf) format('truetype');
}
body {
	background: #734c06 url(../images/background_brick.png) repeat;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 5px 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', Georgia, serif;
	font-weight: 900;
	color: #5E3F05;
}
a img { 
	border: none;
}
p {
	font-size: 0.9em;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
.container .content section p a:link,  .container .content section p a:visited {
	color: #005495;
	text-decoration: none;
}
container .content section p a:hover, container .content section p a:active, container .content section p a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #4C7DAE;
}
.button {
	display:inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 2px solid #3e604d;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 1px 1px 3px;
	background: #3e604d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3e604d), to(#7b9285));
	background: -webkit-linear-gradient(#3e604d, #7b9285);
	background: -moz-linear-gradient(#3e604d, #7b9285);
	background: -ms-linear-gradient(#3e604d, #7b9285);
	background: -o-linear-gradient(#3e604d, #7b9285);
	background: linear-gradient(#3e604d, #7b9285);
	-pie-background: linear-gradient(#3e604d, #7b9285);
	behavior: url(assets/css/PIE.php);*/
}
.button:hover {
	background: #7b9285;
	-pie-background: #7b9285;
	behavior: url(assets/css/PIE.php);*/
}
.button:active {
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 960px;
	margin: 0 auto;
	background: url(../images/background_dough.png) repeat #ffc578;
	-webkit-box-shadow:0px 0px 40px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0px 0px 40px 7px rgba(0, 0, 0, 0.6);
	box-shadow:0px 0px 40px 7px rgba(0, 0, 0, 0.6);
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	position: relative;
}
header .logo {
	width: 333px;
	height: 114px;
	position: absolute;
	top: 0px;
	left: 8px;
	z-index: 200;
}
.main_stripe {
	height: 90px;
	position: relative;
	background-color: #D5B570;
	background-image: url(../images/main_stripe_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.social {
	text-align: right;
	padding: 10px 10px 0 0;
	margin: 0;
	float: right;
}
.tagline {
	display: block;
	position: absolute;
	font-size: 1.4em;
	color: #593B04;
	line-height: 90px;
	height: 90px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 450px;
	right: 165px;
	top: 0px;
}
.social img {
	border: none;
	display: block;
	float: right;
	margin-left: 7px;
}
.social p {
	padding: 0;
	margin: 0;
	font-size: .9em;
	font-weight: bold;
}
nav {
	background-color: #FFF;
	width: 100%;
	float: right;
	height: 30px;
}
nav ul {
	list-style: none; /* this creates the space between the navigation on the content below */
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
nav ul li {
	float: left;
}
nav ul a:link, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 8px 0px 8px;
	display: block;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	background: #fff;
	font-family: 'Merriweather', Georgia, serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	line-height: 30px;
	white-space: nowrap;
	color: #000;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #74561F;
	color: #FFF;
}
.stripe {
	background-color: #3e604d;
	height: 15px;
	clear: both;
}
.awning {
	width: 1015px;
	height: 144px;
	margin-left:-27px;
	background-image: url(../images/awning_score.png);
}
.sidebar1 {
	float: left;
	width: 180px;
	background: #c7b299;
	padding: 10px 0;
}
.content {
	padding: 0;
	width: 630px;
	float: left;
}
#thumbnails {
	padding-left: 15px;
}

#thumbnails img {
	float: left;
	margin: 8px 16px 8px 0;
	padding: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 1);
}

.container aside section p img, .container .content section img {
	margin: 0px 15px 0px 15px;
	padding: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 6px rgba(50, 50, 50, 1);
}


.content section{
	margin-bottom: 20px;	
}
.content section h1{
	font-size: 1.8em;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
aside {
	float: left;
	width: 300px;
	padding: 0 15px 0 15px;
}
aside section {
	background: #fff;
	margin-bottom: 20px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0;
	border: 1px solid #5E3F05;
}
aside section h4 {
	padding: 0 5px;
	font-size: 1.2em;
	margin: 0 10px 10px;
	color: #5E3F05;
	border-bottom: 2px solid #5E3F05;
}
/* ~~ The footer ~~ */
footer {
	padding: 0;
	clear: both;
}
footer .skyline {
	background-image: url(../images/background_chicago_skyline.png);
	background-repeat: no-repeat;
	height: 162px;
}
footer p  {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}
footer .legal {
	padding: 15px;
	background: #74561F;
}
footer .legal p{
	color: #fff;
}
footer .legal a:link {
	color:#fff;
}   
footer .legal a:visited {
	color:#fff;
}  
footer .legal a:hover {
	color:#fff;
	text-decoration:none;
}  
footer .legal a:active {
	color:#fff;
}
footer .note {
	position: relative;
	background: #d09a38;
	text-align: center;
	padding: 15px;
}
footer .note p{
	color: #000;
}
footer .note img{
	position: absolute;
	right: 15px;
	top: 15px;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 15px 0 15px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin: 0 15px 0 15px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
.slider-wrapper {
	width: 590px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
}

.theme-default #slider {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
  margin-top:150px;
}
