﻿@charset "UTF-8";
/* 
	One Website Fits All - Mississinewa1812.com
	Base styles developed by:
		CottonFruits - Fluffy Web Bits - Exclusively for CodeCanyon / Envato
	Modified by Jerry D Palmer - em - 1/23/14
 */

/*
	General rules (you may include any resets and global rules here)
	____________________________________________________________________________________________________________________________________________________
*/

a{
	color: #777777;
	text-decoration: none;
	}
	
a:hover{
	color: #000000;
	text-decoration: underline;
	}

h1{
	color: #777777;
	margin: 0.000em;
	margin-bottom: 1.250em;
	font-weight: normal;
	}

h2{
	color: #777777;
	margin: 0.750em 0.000em 0.375em 0.000em;
	font-weight: normal;
	}
	
h3{
	color: #777777;
	margin: 0.750em 0.000em 0.375em 0.000em;
	font-weight: normal;
	}

h4{
	color: #777777;
	margin: 1.000em 0.000em 1.000em 0.000em;
	font-weight: normal;
	}

p{
	margin: 0.000em;
	text-align:justify;
	margin-bottom: 0.625em;
	text-indent: 0.000em;
	}
	
p a{
	text-decoration:underline;
	}	

blockquote a{
	text-decoration:underline;
	}	

p a:link{
	text-decoration:underline;
	}

p a:hover{
	color: #000000;
	}

blockquote a:hover{
	color: #000000;
	}

ul, ol{
	margin-bottom: 0.000em;
	padding-left: 1.875em;
	}

ul {
	list-style-type: square;
	}

.clearBoth{
	clear: both;
	}

.nowrap{
	white-space: nowrap;
	}

html{
	overflow-y: scroll;
	}

.auto-style1 {
	border-width: 0.000em;
	}

.auto-style2 {
	text-align: center;
	text-indent: 0.000em;
	}

.auto-style3 {
	margin: 1.000em 1.000em;
	text-indent: 0.000em;
	}

.font-large {
	font-size: 1.125em;
	}

/*definds id and class for imagefit*/

#imagefit {
	}
	
.imagefit {
	}

/*
|-------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|-------------------------------------------------------------------------
*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 2.188em;
	right: 0.313em;
	overflow: hidden;
	width: 2.000em;
	height: 2.000em;
	border: none;
	text-indent: 100%;
	background: url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background: url(../images/ui.totop.png) no-repeat left -2.000em;
	width: 2.000em;
	height: 2.000em;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline: none;
}

/*
	overflow-x: hidden;

	Standard layout (screen resolutions above 75.000em (1200px) wide)
	____________________________________________________________________________________________________________________________________________________
*/

body{
	background-color: #fcead4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666666;
	margin: 0.000em;
	padding: 0.000em;
	font-size: 1.000em;
	}
	
#wrapper{
	background-color: #fcead4;
	width: 75.000em;
	margin: 0.000em auto;
	}
	
#header{
	padding-top: 1.250em;
	clear: both;
	position: relative;
	}
	
#banner{
	clear: both;
	border: solid 0.063em #e1e1e1;
	}

#mytop{
	clear: both;
	}
	
#content{
	margin-top: 1.250em;
	clear: both;
	}

#mybanner{
	clear: both;
	border: solid 0.063em #e1e1e1;
	}
	
#footer{
	margin-top: 1.250em;
	padding-bottom: 1.250em;
	text-align: center;
	font-size: 0.750em;
	color: #555555;
	clear: both;
	}

/* header */
	
#logo{
	float: left; 
	font-size: 1.750em;
	font-weight: bold;
	}
	
#logo a:hover{
	color: #777777;
	text-decoration: none;
	}
	
#nav{
	float: right;
	padding-top: 0.000em;
	}
	
	#nav .navItem{
		display: inline;
		float: left;
		padding: 0.000em;
		border-right: solid 0.063em #cecece;
		}
		
	#nav .lastChild{
		border-right: none;
		padding: 0.000em;
		}

	#nav a {
		display: block;
		padding: 0.750em;
		line-height: 100%;
		} 

	#nav a span {
		display: none;
		}

/* hack for IE 6 < to make entire block clickable */ 	

	* html #nav a { 
		height: 0.063em;  
		} 

	#nav a:hover { 
		color: #000000; 
		background-color: #fbd3a1;
		text-decoration: none;
		} 

	#nav a:hover span {
		display: block;
		border: 0.063em #cecece solid;
   		position: absolute;
   		padding: 0.500em;
   		margin-top: 0.750em;
   		margin-left: -2.500em;
   		z-index: 100;
   		color: #000000;
   		background: #fbd3a1;
   		}

#navCollapser{
	display: none;
	}
	
.navTip{
	display: none;
	}

/* banner */

#banner img{
	width: 100%;
	}

#mytop img{
	width: 100%;
	}

#mybanner img{
	width: 100%;
	}

/* Content */
	
.content3Column{
	width: 30%;
	margin-top: 1.250em;
	float: left;
	}
	
.content3Column.gap{
	padding-right: 5%;
	}

.content2Column{
	width: 47%;
	margin-top: 1.250em;
	float: left;
	}
	
.content2Column.gap{
	padding-right: 5.8%;
	}

.content1Column.gap{
	width: 100%;
	margin-top: 1.250em;
	float: left;
	}

.contentMedium{
	width: 57.500em;
	float: left;
	}
	
.contentMedium a{
	color: #666;
	}
	
.contentSmall{
	width: 43.750em;
	float: left;
	}
	
.sidebarLeft{
	width: 12.500em;
	float: left;
	margin-right: 1.250em;
	background: #fbdfbc;
	}
	
.sidebarRight{
	width: 16.250em;
	float: right;
	background: #fbdfbc;
	}
	
.sidebarItem{
	padding: 1.250em;
	border-bottom: solid 0.063em #fafafa;
	}
	
.sidebarLeft .sidebarItem img{
	border: solid 0.063em #e1e1e1;
	}
	
.sidebarLeft .sidebarItem .gap{
	margin-bottom: 1.250em;
	}
	
.sidebarLeft a, .sidebarRight a{
	color: #666;
	}

/*
Added for circle of images on TenHouse site
*/

.centerbarItem{
	padding: 0.625em;
	}

.centerbarItem img{
	padding: 0.625em;
	width: 14.063em;
	border: solid 0.000em #e1e1e1;
	}

.blogEntry{
	padding-bottom: 0.938em;
	border-bottom: dotted 0.063em #e1e1e1;
	margin-bottom: 0.938em;
	}
	
.blogEntry.last{
	border-bottom: none;
	margin-bottom: 0.000em;
	}
	
.blogEntry .meta{
	font-size: 0.625em;
	margin-top: -0.625em;
	margin-bottom: 0.625em;
	color: #666666;
	}

.blogEntry .videoIframe{
	width: 57.500em;
	height: 33.750em;
	}
	
.galleryImage{
	float: left;
	width: 13.000em;
	padding-right: 2.500em;
	text-align: left;
	padding-bottom: 1.875em;
	}
	
.galleryImage.last{
	padding-right: 0.000em;
	}

.galleryImage img{
	border: solid 0.000em #e1e1e1;
	width: 13.000em;
	}
	
.portfolioItem{
	float: left;
	width: 15.938em;
	padding-right: 3.720em;
	text-align: left;
	padding-bottom: 1.875em;
	}
	
.portfolioItem.last{
	padding-right: 0.000em;
	}

.portfolioItem img{
	border: solid 0.000em #e1e1e1;
	width: 15.938em;
	margin-bottom: 0.063em;
	}
	
.contentHalfRight{
	width: 40%;
	border-left: solid 0.063em #e1e1e1;
	float: right;
	text-align: left;
	}
	
.contentHalfRightContent{
	margin-left: 5.000em;
	}
	
.contentHalfLeft{
	width: 50%;
	float: left;
	}

.contactForm input, 
.contactForm select, 
.contactForm textarea{
	width: 21.875em;
	border: solid 0.063em #cecece;
	padding: 0.500em 0.313em;
	margin-top: 0.313em; 
	background: #fbdfbc
	}
	
.contactForm select{
	width: 22.500em;
	}
	
.contactForm textarea{
	width: 90%;
	}
	
#mapIframe{
	width: 100%;
	height: 25.000em;
	}

/*
	Screen resolutions below 75.000em +1em for scrollbar (1200px +16px for scrollbar) wide
	Suitable for tablets in landscape mode (i.e. iPad 1 & 2, Blackberry Playbook) and netbooks (i.e. HP Mini, Acer Aspire One)
	____________________________________________________________________________________________________________________________________________________
*/

@media only screen and (max-width: 76.000em){
		
	#wrapper{
		width: 60.000em;
		}
		
	.contentMedium{
		width: 42.500em;
		}
		
	.contentSmall{
		width: 46.250em;
		}
		
	.columns2 .sidebarRight{
		width: 16.250em;
		}
		
	.columns3 .sidebarRight{
		width: 46.250em;
		float: right;
		margin-top: 1.250em;
		padding-top: 1.250em;
		border-top: solid 0.063em #e1e1e1;
		background: none;
		}
		
	.columns3 .sidebarRight .sidebarItem{
		width: 30%;
		float: left;
		padding: 0.000em;
		border-bottom: none;
		}
		
	.columns3 .sidebarRight .sidebarItem.gap{
		padding-right: 5%;
		}
		
	.blogEntry .videoIframe{
		width: 42.500em;
		height: 25.000em;
		}
		
	.galleryImage{
		width: 10.500em;
		padding-right: 1.875em;
		padding-bottom: 1.250em;
		}
		
	.galleryImage.last{
		width: 10.500em;
		}
	
	.galleryImage img{
		width: 10.500em;
		}
		
	.portfolioItem{
		float: left;
		width: 13.125em;
		padding-right: 2.500em;
		text-align: left;
		padding-bottom: 1.250em;
		}
		
	.portfolioItem.last{
		padding-right: 0.000em;
		}
	
	.portfolioItem img{
		border: solid 0.000em #e1e1e1;
		width: 13.125em;
		margin-bottom: 0.063em;
		}
	
	}
	
/*
	Screen resolutions below 60.000em +1em for scrollbar (960px +16px for scrollbar) wide
	Suitable for tablets in portrait mode (i.e. iPad 1 & 2, Blackberry Playbook, Motorola Xoom) and large res smartphones (i.e. Motorola Atrix in landscape mode)
	____________________________________________________________________________________________________________________________________________________
*/

@media only screen and (max-width: 61.000em){
		
	#wrapper{
		width: 45.500em;
		}
		
	.contentMedium, 
	.contentSmall{
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 1.250em;
		}
		
	.columns2 .sidebarRight, 
	.columns3 .sidebarRight{
		width: 100%;
		float: none;
		clear: both;
		padding-top: 1.250em;
		border-top: solid 0.063em #e1e1e1;
		background: none;
		}
		
	.columns2 .sidebarRight .sidebarItem, 
	.columns3 .sidebarRight .sidebarItem{
		width: 30%;
		float: left;
		padding: 0.000em;
		border-bottom: none;
		}
		
	.columns2 .sidebarRight .sidebarItem.gap, 
	.columns3 .sidebarRight .sidebarItem.gap{
		padding-right: 5%;
		}
		
	.columns3 .sidebarLeft{
		width: 100%;
		float: none;
		clear: both;
		padding-top: 1.250em;
		padding-bottom: 1.250em;
		border-top: solid 0.063em #e1e1e1;
		background: none;
		}
		
	.columns3 .sidebarLeft .sidebarItem{
		width: 100%;
		float: none;
		clear: both;
		padding: 0.000em;
		border-bottom: none;
		}
		
	.columns3 .sidebarLeft .sidebarItem .gap{
		margin-right: 1.350em;
		margin-bottom: 0.000em;
		}
		
	.columns3 .sidebarLeft .sidebarItem.gap{
		padding-right: 4%;
		}
		
	.blogEntry .videoIframe{
		width: 45.500em;
		height: 26.688em;
		}
		
	.galleryImage{
		width: 8.250em;
		padding-right: 1.063em;
		padding-bottom: 0.750em;
		}
		
	.galleryImage.last{
		width: 8.250em;
		}
	
	.galleryImage img{
		width: 8.250em;
		}
		
	.portfolioItem{
		float: left;
		width: 10.438em;
		padding-right: 1.250em;
		text-align: left;
		padding-bottom: 0.625em;
		}
		
	.portfolioItem.last{
		padding-right: 0.000em;
		}
	
	.portfolioItem img{
		border: solid 0.000em #e1e1e1;
		width: 10.438em;
		margin-bottom: 0.063em;
		}
		
	.contactForm textarea{
		width: 21.875em;
		}
		
	#mapIframe{
		height: 28.125em;
		}
	
	}
		
/*
	Screen resolutions below 45.500em +1em for scrollbar (728px +16 for scrollbar) wide
	Suitable for mobile devices (i.e. iPhone, Motorola Atrix, Blackberry)
	____________________________________________________________________________________________________________________________________________________
*/

@media only screen and (max-width: 46.500em){
		
	#wrapper{
		width: 100%;
		}
	
	#logo{
		width: 100%;
		text-align: center;
		padding-bottom: 0.250em;
		float: none;
		}
	
	#nav{
		float: none;
		padding-top: 0.000em;
		background: #fbdfbc;
		}
		
	#nav .navItem{
		display: block;
		float: none;
		padding: 0.000em 0.000em;
		text-align: center;
		border-right: none;
		border-bottom: solid 0.125em #e1e1e1;
		}
		
	#nav .lastChild{
		border-right: none;
		padding-right: 0.000em;
		border-bottom: solid 0.125em #e1e1e1;
		}
		
	#nav a:hover span {
		display: none;
   		}

	#nav.collapsible{
		display: none;
		position: relative;
		top: 0.000em;
		left: 0.000em; 
		width: 100%;
		background: #fbdfbc;
		}
		
	#navCollapser{
		display: none;
		cursor: pointer;
		width: 100%;
		padding: 0.938em 0.000em;
		text-align: center;
		background: #fbdfbc;
		border-top: solid 0.125em #e1e1e1;
		border-bottom: solid 0.125em #e1e1e1;
		}
		
	.navTip{
		display: none;
		padding: 0.625em;
		border: solid 0.063em #e1e1e1;
		margin: -1.250em auto 1.250em auto;
		text-align: center; 
		font-size: 0.625em;
		}
		
	#content{
		width: 90%; 
		margin: 1.250em auto 0.000em auto;
		}
		
	#banner{
		width: 100%;
		margin: 0.000em auto;
		}

	#mytop{
		width: 100%;
		margin: 0.000em auto;
		}
		
	#mybanner{
		width: 90%;
		margin: 0.000em auto;
		}
		
	#footer{
		padding-left:2%;
		padding-right:2%
		}

	.content2Column,	
	.content3Column{
		width: 100%;
		padding-top: 1.000em;
		float: none;
		}

	.content2Column.gap,
	.content3Column.gap{
		padding-right: 0.000em;
		}
		
	.content1Column.gap{
		padding-left: 0.000em;
		padding-right: 0.000em;
		}

	.columns2 .sidebarRight, 
	.columns3 .sidebarRight{
		padding-top: 0.000em;
		}
	
	.columns3 .sidebarLeft{
		border-top: none;
		padding-top: 0.000em;
		margin-top: 0.000em;
		}
	
	.columns2 .sidebarRight .sidebarItem, 
	.columns3 .sidebarRight .sidebarItem, 
	.columns3 .sidebarLeft .sidebarItem{
		width: 100%;
		padding-top: 1.250em;
		float: none;
		}
		
	.columns3 .sidebarLeft .sidebarItem{
		text-align: center;
		padding-top: 0.000em
		}
		
	.columns2 .sidebarRight .sidebarItem.gap, 
	.columns3 .sidebarRight .sidebarItem.gap, 
	.columns3 .sidebarLeft .sidebarItem.gap{
		padding-right: 0.000em;
		}
	
	.columns3 .sidebarLeft .sidebarItem img{
		width: 8.625em;
		}
		
	.columns3 .sidebarLeft .sidebarItem .gap{
		margin-right: 0.000em;
		}
		
	.blogEntry {
		width: 100%; 
		}
	
	.blogEntry .videoIframe{
		width: 100%;
		height: 11.875em;
		}
	
	.galleryImage{
		width: 44%;
		text-align: center;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 1.000em;
		}
	
	.galleryImage.last{
		width: 44%;
		padding-left: 3%;
		padding-right: 3%;
		}
	
	.galleryImage.remove{
		display: none;
		}
	
	.galleryImage img{
		width: 90%;
		max-width: 13.000em;
		max-height: 9.750em;
		}

/*
Used for circle of images in TenHouse site
*/

	.centerbarItem img{
		width: 90%;
		max-width: 15.625em;
		max-height: 11.438em;
		}

	.centerbarImage.remove{
		display: none;
		}
	
	.portfolioItem{
		float: none;
		width: 100%;
		padding-right: 0.000em;
		text-align: center;
		padding-bottom: 0.625em;
		}

/*
removes portfolioItem for blank albums
*/

	.portfolioItem.remove{
		display: none;
		}
	
	.portfolioItem.last{
		padding-right: 0.000em;
		}
	
	.portfolioItem img{
		border: solid 0.000em #e1e1e1;
		width: 100%;
		max-width: 15.938em;
		max-height: 8.125em;
		margin-bottom: 0.063em;
		}
	
	.contentHalfRight{
		width: 100%;
		border-left: none;
		float: none; 
		clear: both;
		text-align: left;
		}
	
	.contentHalfRightContent{
		margin-left: 0.000em;
		}
	
	.contentHalfLeft{
		width: 100%;
		float: none; 
		clear: both;
		margin-top: 1.250em;
		}
	
	.contactForm input, 
	.contactForm select, 
	.contactForm textarea{
		width: 95%;
		border: solid 0.063em #666666;
		padding: 0.500em 0.313em;
		margin-top: 0.313em; 
		background: #D9D9D9
		}
		
	.contactForm select{
		width: 100%;
		}
		
	.contactForm textarea{
		width: 95%;
		}
		
	#mapIframe{
		height: 18.750em;
		}
	
	}