/*
Theme Name: LaMontagne
Theme URI: http://lamontagnemarketing.com/
Description: TA custom theme built by Room 316 Studios
Author: room316studios
Author URI: http://room316studios.com/
Version: 1.0
Tags: 960 grid, two column, fixed-width


*/

/* 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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}



/*=============================================
			Body, Text and Images 
=============================================*/
body {
	background: url("images/bkgrd.gif") top center repeat;
	font-size: 14px;
}
blockquote {
	font-size:15px;
	font-weight:500;
	color:#777;
	margin: 0 0 0 20px;
}
.lImage {
	float:left;
	margin: 0 10px 10px 0;
}
.rImage {
	float:right;
	margin: 0 0 10px 10px;
}

h1 {
	color:#333;
	font-size: 25px;
}
h2 {
	color:#C63;
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
aside h1 {
	color:#C63;
	font-size:22px
}
aside h2 {
	color:#C63;
	font-size:18px
}
h4, h5, h6 {}

ul li, ol li {
	margin: 0 0 0 15px;
	padding: 0;
}

a { color:#ff6600; }
a:hover { color:#000; }

/*=============================================
			Header 
=============================================*/
header {
	width:100%;
	background: url("images/header.jpg") 12px 0 no-repeat;
}
header h1 a {
	float:left;
	width:450px;
	height:120px;
	display:block;
	text-indent: -9999px;
}

header p#site-contact {
	color:#fdc614;
	font-size:18px;
	margin:30px 0 0 0;
	text-align:right;
}
header p#site-description {
	color:#fff;
	font-size:14px;
	text-align:right;
}

/*=============================================
 			Navigation
=============================================*/

nav#main {
	float:left;
	width:100%;
}
nav#main ul#menu-main-menu {
	border:1px solid #ccc;
	background: -moz-linear-gradient(top, #fdfefe 0%, #dfe9f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfefe), color-stop(100%,#dfe9f0));
	background: -webkit-linear-gradient(top, #fdfefe 0%,#dfe9f0 100%);
	background: -o-linear-gradient(top, #fdfefe 0%,#dfe9f0 100%);
	background: -ms-linear-gradient(top, #fdfefe 0%,#dfe9f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfefe', endColorstr='#dfe9f0',GradientType=0 );
	background: linear-gradient(top, #fdfefe 0%,#dfe9f0 100%);

	float:left;
	margin:0;
	padding:0;
	width:100%;
}
nav#main ul#menu-main-menu li.menu-item {
	float:left;
	display:block;
	margin:0;
	padding:0;
}
nav#main ul#menu-main-menu li.menu-item a {
	border-right:1px solid #ccc;
	background: #fdfefe;
	background: -moz-linear-gradient(top, #fdfefe 0%, #dfe9f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfefe), color-stop(100%,#dfe9f0));
	background: -webkit-linear-gradient(top, #fdfefe 0%,#dfe9f0 100%);
	background: -o-linear-gradient(top, #fdfefe 0%,#dfe9f0 100%);
	background: -ms-linear-gradient(top, #fdfefe 0%,#dfe9f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfefe', endColorstr='#dfe9f0',GradientType=0 );
	background: linear-gradient(top, #fdfefe 0%,#dfe9f0 100%);
	color:#627480;
	font-size:13px;
	font-weight:bold;
	float:left;
	display: block;
	margin:0;
	padding: 8px 28px;
	text-decoration:none;
}
nav#main ul#menu-main-menu li.menu-item a:hover,
nav#main ul#menu-main-menu li.menu-item.current-menu-item a,
nav#main .main-header ul#menu-main-menu li.menu-item.current-menu-item a:hover {
	color:#fff;
	background: #ffa400;
	background: -moz-linear-gradient(top, #ffa400 0%, #ff6600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa400), color-stop(100%,#ff6600));
	background: -webkit-linear-gradient(top, #ffa400 0%,#ff6600 100%);
	background: -o-linear-gradient(top, #ffa400 0%,#ff6600 100%);
	background: -ms-linear-gradient(top, #ffa400 0%,#ff6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#ff6600',GradientType=0 );
	background: linear-gradient(top, #ffa400 0%,#ff6600 100%);
}

/*=============================================
 				Content
=============================================*/
#featuredImage {
	background-repeat: no-repeat;
	width:100%;
	height: 300px;
	margin: 0 0 20px 10px;	
}
#featuredImage a.button {
	color:#fff;
	background: #ffa400;
	background: -moz-linear-gradient(top, #ffa400 0%, #ff6600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa400), color-stop(100%,#ff6600));
	background: -webkit-linear-gradient(top, #ffa400 0%,#ff6600 100%);
	background: -o-linear-gradient(top, #ffa400 0%,#ff6600 100%);
	background: -ms-linear-gradient(top, #ffa400 0%,#ff6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#ff6600',GradientType=0 );
	background: linear-gradient(top, #ffa400 0%,#ff6600 100%);
	border: 2px solid #ffa400;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	font-weight:bold;
	float:left;
	display: block;
	margin:220px 0 0 45px;
	padding: 8px 30px;
	text-decoration:none;
	
}
#featuredImage a:hover.button {
	border: 2px solid #7abcff;
	background: #7abcff;
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
}

article.widget_text h3.hidden {
	display:none;
}

article.widget_text img {
	float:left;
	margin: -15px 4px 20px 0;
}

#content {
	background:#fff;
	border:1px solid #ccc;
	border-top:none;
	border-bottom:none;
	padding-top:20px;
	
}

#content article {
	padding: 0 10px;
}
#content aside {
	padding: 0 10px;
}




/*=============================================
 				Comments
=============================================*/
.nocomments {
	display:none;
}



/*=============================================
 				Aside (Sidebar)
=============================================*/
#content aside {
	margin: 10px 0 0 0;
}

aside#search form#searchform label.screen-reader-text {
	display:none;
}
aside#search form#searchform {
	float:left;
	margin-bottom:15px;
}
aside#search form#searchform input {
	border:1px solid #ccc;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	-o-box-shadow: 0 0 5px #ccc inset;
	box-shadow: 0 0 5px #ccc inset;
	font-size:13px;
	float:left;
	padding: 3px;
	width:170px;
	margin:1px 5px 0 0;
	
}
aside#search form#searchform input#searchsubmit {
	color:#fff;
	background: #ffa400;
	background: -moz-linear-gradient(top, #ffa400 0%, #ff6600 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa400), color-stop(100%,#ff6600));
	background: -webkit-linear-gradient(top, #ffa400 0%,#ff6600 100%);
	background: -o-linear-gradient(top, #ffa400 0%,#ff6600 100%);
	background: -ms-linear-gradient(top, #ffa400 0%,#ff6600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#ff6600',GradientType=0 );
	background: linear-gradient(top, #ffa400 0%,#ff6600 100%);
	border:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	display:block;
	float:left;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	display: block;
	padding: 4px 12px 5px 12px;
	margin:0;
	width:70px;
	text-decoration:none;
}
aside#search form#searchform input#searchsubmit:hover {
	background: #7abcff;
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
}
/*=============================================
 				Misc
=============================================*/





/*=============================================
 				Footer
=============================================*/
footer {
	background:#fff;
	border:1px solid #ccc;
	font-size: 12px;
	border-bottom:none;
	width:100%;
	padding: 40px 0;
	text-align: center;
}

footer ul#menu-main-menu-1 {
	margin: 0 0 10px 0;
	padding: 0;
}
footer ul#menu-main-menu-1 li.menu-item {
	display:inline;
	margin:0 10px 0 0;
	padding:0;
}
footer ul#menu-main-menu-1 li.menu-item a {
	color:#555;
	text-decoration:none;
}
footer ul#menu-main-menu-1 li.menu-item a:hover {
	color:#70A40A;
	text-decoration:none;
}
footer .copyright {
	text-align:center;
.clearfix::after{content:"";display:table;clear:both}
