

html, body {
	background-color: #5d5249;
	text-align: center;
	
}

ul, li {
	list-style-type: none; 
	
	
}

:focus {
	outline: 0;
}

/*** Layout ***/
#main {
	margin-top: -269px;
	margin-left: -368px;
	height: 508px;
	width: 737px;
	top: 50%;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	padding-top: 8px;
	position: absolute;

}

#viewfront {
	border: 4px solid #5d5249;
	height: 463px;
	width: 713px;
	margin:0 8px 0 8px ;
	overflow: hidden;
	
}

#viewfrontcontact {
	background-color: #8a2525;	
	border: 4px solid #5d5249;
	height: 463px;
	width: 713px;
	margin:0 8px 0 8px ;
	overflow: hidden;
	text-align: center;
}

#viewfronthome {
	background: #fff url(/_images/view_front.jpg) repeat-x center top;	
	border: 4px solid #fff;
	height: 463px;
	width: 713px;
	margin:0 8px 0 8px ;
	overflow: hidden;
}

h1 {
	display: none;	
}
#title {
	padding-top: 34px;
}

#copyright {
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 15px;
}

#box {
	width: 320px;
	height: 360px;
	background: url(bg.jpg) no-repeat center;
}

/*** Collection ***/

#imgs-frame {
	height: 350px;
	margin: 0 0 -15px 0;
	padding: 0;
}

#imgDisplay {
	padding: 8px 8px 0 8px;
	margin: 40px 0 0 0;
	border: 1px solid #fff;
}

#imgDisplay_number {
	color: #fff;
	display: none;
}

#galnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	text-align: left;
	width: 628px;
	
}

#galnav li{
	margin: 0 7px;
	display: inline;
	
}

#galnav a:link, #galnav a:visited {
	text-decoration: none;
	color: #8a2525;
	margin: 0 7px;
}

#galnav a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #7f0000;
}

#coltop {
	font-size: 15px;
	width: 100%;
	
}

#coltop li {
	margin: 0;
}


#italic {
	color: #7f0000;
	font: italic 17px/18px Georgia, "Times New Roman", Times, serif;
}

#prevnext {
	padding: 0 7px;
	list-style-type: none; 
	
}

.numbers {
	font-size: 11px;
	word-spacing: -6px;
	padding-right: 7px;
	list-style-type: none; 
	display: inline;
}

#coltopright,  #coltopright a {
		font: 10px Georgia, "Times New Roman", Times, serif;
	margin: 0;
}


#colmid {
	text-align: justify;
	margin: auto;
	padding: 0 0 0 5px;
	font-size: 11px;
	width: 660px;
}

#colmid ul li {
	margin: 0;
	padding: 0;
}


#colbot {
	font: 9px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	top: 445px;
	position: absolute;
	width: 100%;
	right: 48px;
	margin: 0;
	padding: 0;
}

#colbot li, #colbot a {
	font: 9px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #000;
}


#colbot a:link, #colbot a:visited {
	font: 9px Georgia, "Times New Roman", Times, serif;
	color: #000;

}

/*** Contact ***/

#contact {
	width: 703px;
	margin-top: 150px;
	text-align: center;
}

#contact a {
	text-decoration: none;
	color: #fff;
}

#contact a:hover {
	text-decoration: underline;
	color: #000;
}


#body {
	font: 12px/1.8em Georgia, "Times New Roman", Times, serif;

}	
/*** Blog ***/

#bloglogo {
	margin: 60px auto 0;
	display: block;
	width: 440px;
	padding-bottom: 15px;
	border-bottom: 1px solid #9e9e9e;
}

h3 {
	color: #fff;
	font: italic 15px/16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	line-height: 18px;
	text-align: center;
}

h4 {
	float: left;
	text-align: left;
	color: #afafaf;
	text-transform: uppercase;	
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
	margin-top: 10px;
}

h5 {
	color: #8a2525;
	font: italic 15px/16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	line-height: 18px;
	text-align: left;
}


#blognav {
	position: absolute;
	top: 445px;
	width: 673px;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
}

.entry {
	font: 12px/1.8em Georgia, "Times New Roman", Times, serif;
	top: 10px;
}

.entry p {
	padding-right: 10px;
}

.entry a:link, .entry a:visited {
	font: 12px/1.8em Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #7f0000;
	letter-spacing: 0;
	word-spacing: 0;
	margin: 0;
	padding: 0;
}

.entry a:hover {
	text-decoration: underline;
	color: #afafaf;
}

.entry img{
	background-color: #fff;
	border: 1px solid #000;
	float: left;
	margin: 3px 7px 3px 0;
}

.left, .left a:link, .left a:visited{
	font: normal 10px Georgia,"Times New Roman",Times,serif;
	float: left;
	color: #000;
	letter-spacing: 0;
	text-decoration: underline;
	text-align: left;
	width: 50%;

}
.left a:hover{
	color: #7f0000;
	
	font-weight: normal;
	font-style: normal;
}

.right, .right a:link, .right a:visited{
    float: right;
	font: normal 10px Georgia,"Times New Roman",Times,serif;
	float: right;
	color: #000;
	letter-spacing: 0;
	text-decoration: underline;
	text-align: right;
	width: 50%;
}
.right a:hover{
	color: #7f0000;
	font-weight: normal;
	font-style: normal;
}
#blog{
	margin-top: 10px;
	margin-left: 136px;
	width: 440px;
	height: 340px;
	font-family: Georgia,"Times New Roman",Times,serif;
	text-align: justify;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;	
}

hr {
	display: block;
	margin: 10px 0 25px 0;
	border: none 0;
	background-color: #fff;
	color: #fff;
	height: 2px;
	display: inline-block;
	
}

/* Anticipate Page */

#aboutlogo {
	padding-left: 100px;
	padding-bottom: 5px;
	}


#logo {
	position: absolute;
	display: block;
	left: 360px;
	text-indent: -3000px;
	width: 18px;
	height: 16px;
	background: transparent url('/_images/logo_nav.png') no-repeat;
	margin-top: 14px;
	background-position: center -16px;
}

#logo:hover {
	background-position: center 0px;
}

#anticipate {
	color: #000;
	font: 11px/13px Georgia, "Times New Roman", Times, serif;
	width: 355px;
	left: 345px;
	text-align: justify;
	margin-top: 30px;
	position: absolute;
}

#anticipate em {
	color: #7f0000;
	font: italic 17px/18px Georgia, "Times New Roman", Times, serif;
}

#anticipate p {
	margin-top: 16px;
}

#em2 {
	color: #000;
	font: italic 9px Georgia, "Times New Roman", Times, serif;
	margin-top: 26px;
	text-align: center;
}

#photo img {
	padding: 8px;
	border: 1px solid #fff;
	margin-top: 22px;
	margin-left: 21px;
	float: left;
}


/*-----------------------------------
Nav
/*---------------------------------*/

#nav {
	height: 24px;
	width: 482px;
	margin: 6px 50px 0 2px;
	padding: 0;
	border: 0;
	float: right;
	}

#nav ul#menu	{
	height: 24px;
	width: 482px;
	background: url(/_images/nav.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#nav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}

ul#menu li, ul#menu a {
	height: 24px;
	display: block;
	}

#nav ul#menu li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}
	
#about {left: 0; width: 43px;}
#collection	{left: 56px; width: 69px;}
#process	{left: 139px; width: 49px;}
#anticipating	{left: 204px; width: 75px;}
#contactlink {left: 294px; width: 51px;}
#anticipatelink {left: 361px; width: 119px;}

/* Hover nav */

#about a:hover {background: transparent url(/_images/nav.jpg) 0 -48px no-repeat;}
#collection a:hover {background: transparent url(/_images/nav.jpg) -56px -48px no-repeat;}
#process a:hover {background: transparent url(/_images/nav.jpg) -139px -48px no-repeat;}
#anticipating a:hover {background: transparent url(/_images/nav.jpg) -204px -48px no-repeat;}
#contactlink a:hover {background: transparent url(/_images/nav.jpg) -294px -48px no-repeat;}
#anticipate a:hover {background: transparent url(/_images/nav.jpg) -361px -48px no-repeat;}


/* You Are Here nav */

body#homeabout #about {background: transparent url(/_images/nav.jpg) 0 -24px no-repeat;}
body#homecollection #collection {background: transparent url(/_images/nav.jpg) -56px -24px no-repeat;}
body#homeprocess #process {background: transparent url(/_images/nav.jpg) -139px -24px no-repeat;}
body#homeanticipating #anticipating {background: transparent url(/_images/nav.jpg) -204px -24px no-repeat;}
body#homecontact #contactlink {background: url(/_images/nav.jpg) -294px -24px no-repeat;}
body#homeanticipate #anticipatelink {background: url(/_images/nav.jpg) -361px -24px no-repeat;}

