/*
	Celico Builders
	www.celicobuilders.ca
	Developed by Landon Poburan 2010
*/

/* TEXT STYLES */
a {
	color: #99590f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 { 
	font-size: 20px;
	color: #99590f;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #99590f;
}

ul {
	margin: 1em 0;
}

ul li {
	list-style: disc;
	line-height: 1.4em;
	margin-left: 17px;
}

em { font-style: italic; }
strong { font-weight: bold; }

/* LAYOUT STYLES */
#container {
	width: 1000px;
	margin: 0 auto;
	background: #EDD9AE;
	background: #99590f;
	background: #f2e9c1;
}

#navigation {
	width: 1000px;
	background: #EDD9AE;
}

#main {
	width: 1000px;
	background: #99590f;
}

	#main-left {
		width: 260px;		
		float: left;
		display: inline;
	}
	
		#main-left img {
			padding-bottom: 7px;
		}
	
	.divider {
		height: 1px;
		border-bottom: 1px dotted #663300;
		margin: 10px 0 11px 0;
	}
	
	#main-right {
		width: 740px;
		background: #f2e9c1;
		float: left;
		display: inline;
		min-height: 368px; 
		height: auto !important; 
		height: 368px;
	}
	
		#main-right-inside {
			padding: 15px 20px 10px 20px;
		}
		
		.column {
			float: left;
			width: 220px;
			margin-right: 20px;	
			display: inline;		
		}
		
		.two-col {
			float: left;
			width: 340px;
			margin-right: 20px;	
			text-align: center;
			display: inline;
		}
		
		.last {
			margin: 0px;
		}
	
	#main-1col {
		width: 1000px;
		background: #f2e9c1;
	}
	
		#main-1col-inside {
			padding: 10px 0 0 0;
		}
		
		#hometext-container {
			text-align: center;
			padding: 15px 0 10px 0;
		}
			
			.hometext {
				height: 50px; 
				font-size: 18pt; 
				color: #99590f; 
				font-family: Pristina, Cursive, Sans-Serif;
				text-align: center;
			}
		
		#home-images {
			width: 495px;
			background: #f2e9c1;
			float: left;
			margin-left: 7px;
			display: inline;
		}
		
			.home-col {
				width: 157px;
				height: 285px;
				margin-right: 8px;
				background: #99590f;
				float: left;
				display: inline;
			}
			
			.middle-col img {
				padding: 35px 0 0 0;
			}
	
	
#footer {
	width: 1000px;
	text-align: center;
	color: #FFFFFF;
	background: #99590f;
	font-size: 10px;
}
	
	#footer-inside {
		padding: 5px 0 5px 0;
	}
	
	#footer a {
		color: #ffffff;
	}
	
	
/* styles for photo gallery --------------------------------------- */
#blenddiv{
    background-image: url(../images/photo-gallery/bw1.jpg); 
    border: 10px solid #fff; 
    background-repeat: no-repeat; 
	width: 520px; 
    height: 450px;
	float: left;
}

#blendimage{
	width: 520px; 
    height: 450px; 
    border: 0; 
    filter: alpha(opacity=0); 
    -moz-opacity: 0; 
    opacity: 0;
}

.fuzzythumb{
    width: 44px;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7;
	
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}

.gallerythumb {
	border: 3px solid #FFF;
}

#gallery-left {
	float: left;
	padding: 20px 0 30px 50px;
}

#gallery-right {
	float: left;
	padding: 20px 0 30px 50px;
}

.gallery-row {
	width: 156px;
}

ul#gallery-links {
	padding-top: 10px;
	clear: left;
}

ul#gallery-links li {
	padding-bottom: 3px;
}

ul#gallery-links li a, ul#gallery-links li a:visited {
	color: #99590f;
	text-decoration: none;
	font-size: 10px;
}

ul#gallery-links li a:hover, ul#gallery-links li a:visited:hover{
	color: #2b2b2b;
}

ul#gallery-links li a.current {
	color: #2b2b2b;
}
/* end of photo gallery styles ------------------------------------- */
