@charset "UTF-8";
/* CSS Document */

@import url(font.css);

@import url(iphone.css);

/* body */

body  {
	font: 100% 'TeXGyreAdventorRegular', Veranda, sans-serif;
	font-weight: normal;
	font-style: normal;
	background: /*url(../images/background.jpg) repeat*/ #ABA69F;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #4C452E;
}

/* container */

#container {
	width: 930px;
	height: auto;
	margin: 15px auto;
	padding: 0;
	position: relative;
}

/* header */

#header { 
	background: url(../images/header.png) no-repeat;
	width: 930px;
	height: 60px;
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
}
#jeffbogardcreative {
	width: 321px;
	height: 31px;
	position: absolute;
	top: 15px;
	left: 30px;
}
#jeffbogardcreative ul {
	list-style: none;
	margin: 0;
	padding: 0; }
#jeffbogardcreative ul li {
	display: inline;
}
#jeffbogardcreative ul li a {
	width: 321px;
	height: 31px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	text-indent: -10000px;
	border: none;
}
#jeffbogardcreative ul li a:link, #jeffbogardcreative ul li a:visited {
	background: url(../images/jeff_bogard_creative.png) no-repeat 0px 0px;
}
#jeffbogardcreative ul li a:hover, #jeffbogardcreative ul li a:active {
	background: url(../images/jeff_bogard_creative.png) no-repeat 0px -31px;
}

/* nav */

#nav { 
	background: url(../images/nav.png) no-repeat;
	width: 930px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
}
#navleft {
	width: auto;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#navleft ul {
	font-size: 1.0em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navleft li {
	float: left;
	height: 30px;
	background: url("../images/nav_tab_left.png") no-repeat left top;
	display: inline;
	margin: 0 -2px 0 0;
	padding: 0 0 0 6px;
}
#navleft a {
	float: left;
	height: 28px;
	display: block;
	width: .1em; /*?*/
	background: url("../images/nav_tab_right.png") no-repeat right top;
	padding: 6px 8px 0 4px;
	text-decoration: none;
	font-weight: normal;
	color: #4C452E;
}
#navleft > ul a { width: auto; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navleft a { float: none; }
/* End IE5-Mac hack */
/*#navleft a:hover {
	color: #333;
}*/
#navleft #current {
	background-position: 0% -60px;
}
#navleft #current a {
	background-position: 100% -60px;
	padding-bottom: 0;
	color: #99600F;
}
#navleft li:hover, #navleft li:hover a {
	background-position: 0% 0;
	color: #99600F;
}
#navleft li:active, #navleft li:active a {
	background-position: 0% 0;
	color: #CC7B0A;
}
#navleft li:hover a {
	background-position: 100% 0;
}
#navright {
	width: auto;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}
#navright ul {
	font-size: 1.0em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navright li {
	float: right;
	height: 30px;
	background: url("../images/nav_tab_left.png") no-repeat left top;
	display: inline;
	margin: 0 0 0 -2px;
	padding: 0 0 0 6px;
}
#navright a {
	float: left;
	height: 28px;
	display: block;
	width: .1em; /*?*/
	background: url("../images/nav_tab_right.png") no-repeat right top;
	padding: 6px 10px 0 4px;
	text-decoration: none;
	font-weight: normal;
	color: #4C452E;
}
#navright > ul a { width: auto; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navright a { float: none; }
/* End IE5-Mac hack */
/*#navright a:hover {
	color: #333;
}*/
#navright #current {
	background-position: 0% -60px;
}
#navright #current a {
	background-position: 100% -60px;
	padding-bottom: 0;
	color: #99600F;
}
#navright li:hover, #navright li:hover a {
	background-position: 0% 0;
	color: #99600F;
}
#navright li:active, #navright li:active a {
	background-position: 0% 0;
	color: #CC7B0A;
}
#navright li:hover a {
	background-position: 100% 0;
}

/* main */

#main {
	background: url(../images/main.png) repeat-y;
	width: 930px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	position: relative;
}

/* footer */

#footer { 
	background: url(../images/footer.png);
	width: 930px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
} 
#footer p {
	color: #B3A786;
	font-size: .625em;
	letter-spacing: 0.1em;
	text-align: right;
	margin: 0;
	padding: 8px 30px 0 0;
}
#footer p a {
	text-decoration: none;
}
#footer p a:link, #footer p a:visited {
	color: #B3A786;
}
#footer p a:hover {
	color: #99600F;
}
#footer p a:active {
	color: #CC7B0A;
}

/* index */

#indeximage { 
	background: url(../images/studio.jpg) no-repeat;
	width: 870px;
	height: 480px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#indextext {
	width: 360px;
	height: auto;
	margin: 45px 0 0 30px;
	padding-top: 0;
	float: left;
	display: inline;
}

#indextext a {
	text-decoration: none;
}
#indextext a:link, #indextext a:visited {
	color: #99600F;
}
#indextext a:hover {
	color: #99600F;
	outline: 0;
}
#indextext a:active {
	color: #CC7B0A;
	outline: 0;
}

p.indexheading {
	font-size: 1.0em;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 37px;
}
p.indextext {
	font-size: 1.0em;
	line-height: 2.5em;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0;
}
p.indexenjoy {
	font-size: 1.0em;
	line-height: 2.5em;
	letter-spacing: 0.1em;
	text-align: right;
	margin-right: 30px;
}

/* info */

#info {
	width: 870px;
	margin: 0 auto;
	padding: 0;
}

#infotop { 
	background: url(../images/info_top.png) no-repeat;
	width: 870px;
	height: 6px;
	margin: 0;
} 
#infomain { 
	background: url(../images/info_main.png) repeat-y;
	width: 870px;
	height: auto;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 10px;
} 
#infobottom { 
	background: url(../images/info_bottom.png) no-repeat;
	width: 870px;
	height: 6px;
	margin: 0;
}
p.infoheading {
	font-size: 1.125em;
	color: #99600F;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 15px 60px 5px 60px;
}
p.infotext {
	font-size: 0.875em;
	line-height: 2.0em;
	/*letter-spacing: 0.1em;*/
	text-align: center;
	margin: 0 60px 45px 60px;
}

/* contact */

p.contacttext {
	font-size: 0.875em;
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 10px 0;
}

/* content */

#content { 
	width: 600px;
	position: relative;
	margin: 0 180px;
	padding: 0;
	text-align: center;
} 
#contentnav { 
	width: 930px;
	height: 40px;
	text-align: center;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
} 
#prev ul {
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
	list-style: none;
	margin: 0 0 0 60px;
	padding: 0;
}
#prev li {
	display: inline; overflow: hidden;
}
#prev li a:link, #prev li a:visited {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute; top: 0;
	text-indent: -10000px;
}
#prev li.prev a:link, #prev li.prev a:visited {
	background: url(../images/arrow.png) no-repeat 0 0;
}
#prev li.prev a:hover {
	background: url(../images/arrow.png) no-repeat -40px 0;
}
#prev li.prev a:active {
	background: url(../images/arrow.png) no-repeat -80px 0;
}
#next ul {
	width: 40px;
	height: 40px;
	position: relative;
	float: right;
	list-style: none;
	margin: 0 60px 0 0;
	padding: 0;
}
#next li {
	display: inline;
	overflow: hidden;
}
#next li a:link, #next li a:visited {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -10000px;
}
#next li.next a:link, #next li.next a:visited {
	background: url(../images/arrow.png) no-repeat -200px 0;
}
#next li.next a:hover {
	background: url(../images/arrow.png) no-repeat -160px 0;
}
#next li.next a:active {
	background: url(../images/arrow.png) no-repeat -120px 0;
}
#contentimage { 
	width: auto;
	margin: 0 auto;
	padding: 0;
	clear: right;
} 
#contentinfo { 
	width: 600px;
	position: relative;
	margin: 0;
	padding: 0;
} 
#contentinfo p {
	text-align: center;
}
#contentinfo p#title {
	font-size: 1.125em;
	color: #99600F;
	line-height: normal;
	margin: 25px 30px 0 30px;
}
#contentinfo p#description {
	font-size: 0.875em;
	line-height: 2.0em;
	margin: 5px 30px 0 30px;
}
#contentinfo p#label {
	font-size: 0.75em;
	line-height: 2.0em;
	margin: 5px -60px 0 -60px;
	padding-bottom: 30px;
}

/* links */

a {
	text-decoration: underline;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #4D452E;
}
a:hover {
	color: #99600F;
	outline: 0;
}
a:active {
	color: #CC7B0A;
	outline: 0;
}
a:focus {
	outline: 0;
}
a.nounderline {
	text-decoration: none;
}

/* floats */

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* site map */

#sitemap {
	width: 200px;
	margin: 15px auto 45px auto;
	padding: 0;
}
#sitemap ul {
	list-style: none;
}
#sitemap ul li {
	font-size: 0.875em;
	line-height: 2.0em;
	margin: 0 -60px 0 0;
}
