/* Style Sheet for Pixel House */
/*******************************/

body {
	background-image: url(/uploads/design/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #8b4411;
	padding: 0px;
	width: 777px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595c63;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	line-height: 17px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #7F4402;
	margin-top: 0px;
	border-bottom:1px solid #666666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #7F4402;
	margin-top: 0px;
	border-bottom:1px solid #666666;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #7F4402;
	margin-top: 0px;
	border-bottom:1px solid #666666;
}
/****************IDs****************/
/**********************************/

#container {
	background-image: url("/uploads/design/bkgd_body.gif");
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 777px;
	float: left;
	margin-bottom: 13px;
}
#header {
	background-image: url("/uploads/design/bkgd_top.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 777px;
	height: 134px;

}
#headerImg {
	background-image: url("/uploads/design/bkgd_header.gif");
	background-repeat: no-repeat;
	height: 218px;
	padding-left: 28px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#headerImg img {
	float: left;
}
#logo {
	float: left;
	width: 244px;
	height: 100px;
	padding-top: 20px;
}
#navigation {
	float: right;
	height: 134px;
}
#main {
	float: left;
	width: 721px;
	padding: 28px;
	margin-top: -12px;
}

#footer {
	float: left;
	width: 777px;
	height: 61px;
	background-image: url("/uploads/design/footer.jpg");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 11px;
}
#footer p {
	font-size: 11px;
}
#footer p a{
	color: #7F4402;
}
#footer p a:hover{
	color: #000000;
}
#footer_left {
	float: left;
	font-size: 11px;
	padding-left: 44px;
}
#footer_right {
	float: right;
	padding-right: 44px;
}



#content_left {
	float: left;
	width: 470px;
	padding-right: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#content_left p a {
	color: #7F4402;
	font-weight: bold;
	text-decoration: underline;
}
#content_left p a:hover {
	color:#7F4402;
	font-weight: bold;
	background-color: #FFF;
	text-decoration: none;

}
#content_right {
	float: right;
	width: 218px;
}
#content_right p {
	font-size: 13px;
	margin-bottom: 5px;	
}

/*************Classes***************/
/***********************************/

.imageAdjust {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageAdjustRight {
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.featured {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-bottom: 12px;
	margin-top: -4px;
}

.divider {
	background-image: url("/uploads/design/bkgd_divider.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
	width: 218px;
	height: 18px;
	border-top: 1px solid #CCCCCC;
	margin-top: 4px;
}
.form {
	margin: 0px;
	padding: 0px;
	height: 76px;
}

/************Primary NAV****************/
/***************************************/

ul.navigation {
	margin-top: 56px;
	margin-right: 50px;
	padding: 0px;
}
ul.navigation li {
	list-style-type: none;
	float: left;
}
ul.navigation li a {
	height: 24px;
	display: block;
	float: left;
}
ul.navigation li a:hover {
	background-position: 0px -29px;
}
li.home a {
	width: 64px;
	background-image: url(/uploads/design/home.gif);
	background-repeat: no-repeat;
}
li.home a span {
	display: none;
}
li.about a {
	width: 66px;
	background-image: url(/uploads/design/about.gif);
	background-repeat: no-repeat;
}
li.about a span {
	display: none;
}
li.work a {
	width: 92px;
	background-image: url(/uploads/design/work.gif);
	background-repeat: no-repeat;
}
li.work a span {
	display: none;
}
li.contact a {
	width: 96px;
	background-image: url(/uploads/design/contact.gif);
	background-repeat: no-repeat;
}
li.contact a span {
	display: none;
}

#map {
    width: 400px;
    height: 300px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
}

#bigmap {
    width: 500px;
    height: 350px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
}

a:link, a:visited {
	font-family: Verdana, Tahoma, Sans-Serif;

	color: #7F4402;
	text-decoration: underline;
}
a:hover {
	color: #7F4402;
	text-decoration: underline;
	background-image: none;
}


/*	gallery
---------------------------------------------*/
	#gallery-header {
		background: none;
		float: left;
		width: 469px;
		margin: 0 0 2em 0;
	}

	#gallery-capsule {
		background: none;
		float: left;
		width: 469px;
		margin: 0 0 3em 0;
	}

	#gallery-thumb {
		float: left;
		width: 240px;
		margin: 0 0 0 0;
	}
	
	#gallery-thumb img {
		float: left;
		margin: 0 0 0 0;
	}
	
	#gallery-detail {
		float: left;
		width: 469px;
		margin: 0 0 1em 0;
	}
	
	#gallery-detail h1 {
		font-size: 2.65em;
		line-height: .8em;
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	#gallery-detail h2 {
		font-size: 1.75em;
		line-height: .8em;
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	#gallery-info {
		float: right;
		width: 218px;
		margin: .2em 0 0 0;
	}
	
	#gallery-info h2 {
		font-size: 1.85em;
		line-height: .8em;
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	.description {
		font-size: 1.1em;
		line-height: 1.3em;
		color: #000;
	}
	
	.detail-description {
		font-size: 1.1em;
		line-height: 1.3em;
		color: #000;
		margin: 0 0 1.6em 0;
	}
	
	.photo-by {
		font-size: 1.1em;
		line-height: 1.7em;
		color: #000;
	}
	
	.uploaded {
		font-size: 1.1em;
		line-height: 1.7em;
		color: #000;
	}
	
	.location {
		font-size: 1.1em;
		line-height: 1.7em;
		color: #000;
	}
	
	.tags {
		font-size: 1.1em;
		line-height: 1em;
		color: #000;
	}
	
	.tagged {
		font-size: 1.1em;
		line-height: 1.5em;
		color: #000;
	}
	
	.additional-info {
		font-size: 1.1em;
		line-height: 1.3em;
		color: #000;
	}
	
	.results {
		font-size: .9em;
		line-height: 2.6em;
		color: #8a8a8a;
	}
	
	#gallery-footer {
		background: none;
		float: left;
		width: 469px;
		margin: 0 0 2em 0;
		padding: 0 0 2em 0;
		text-align: center;
	}
	
	#gallery-footer-nav a {
		font-size: 1.1em;
		border: #8a8a8a 1px solid;
		margin: 0 2px 0 2px;
		padding: 2px 7px 2px 7px;
		text-decoration: none;
	}
	
	#gallery-footer-nav a:hover {
		background: #D4C6A5;
		font-size: 1.1em;
		color: #fff;
		border: #424242 1px solid;
		margin: 0 2px 0 2px;
		padding: 2px 7px 2px 7px;
		text-decoration: none;
	}
