/* CSS Document */

/* THE GLOBAL STUFF TO KEEP BROWSERS FROM HAVING THEIR OWN WAY */
* {
margin: 0;
padding: 0;
}

/* CONTAINER DIV SETTINGS FOR MODERN BROWSERS */
.width {width:100%; min-width:760px; margin:0 auto;}

body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.01em;
	line-height: 130%;
	color: #000000;
	background-color: #E8CFB0;
	min-width:760px;
	background-image: url(images/sky.jpg);
	background-repeat: repeat-x;
}
p, h2 {
	margin: 0em 1em 1em 0em;
}
h2 {
	font-size: 16pt;
	line-height: 130%;
	margin-left: -8px;
	color: #1A3238;
	border-bottom: 1px solid #827F72;
	font-style: italic;
}
h3 {
	font-size: 13pt;
	margin: 1em 1em 0.5em 0em;
	color: #2B3E43;
}
h4 {
	font-size: 11pt;
	margin: 1.25em 1em 0.5em 0em;
}
h5 {
	font-size: 10pt;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	background: url(images/bullet-sm.gif) no-repeat 0px 7px;
	text-indent: 10px;
	margin-left: 5px;
	padding: 0;
}
ol {
	list-style: inside decimal none;
	padding: .5em 0em 1em 1em;
}

ol li {
	background-image: none;
}

dt {
	font-weight: bold;
	margin-top: 1em;
}
dd {
	margin: 0em 0em 1.5em 1em;
}
a img {
	border: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #2C4758;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	color: #18728F;
}

/* BANNER & HEADER STYLES */
/*#basicInfo {    <--- SEO text that Google cockblocked
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 400px;
}*/
#banner {
	position: relative;
	width: 100%;
}
#hslogo {
	position: absolute;
	width:364px;
	height: 125px;
	background-image: url(images/hs-logo.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}
#contact {
	margin:0px 0px 0px 365px;
	background-image: url(images/mountains.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	height: 125px;
	text-align: right;
	line-height: 150%;
	color: #F1E4D4;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contact p {
	padding: 10px 8px 0px 0px;
}

/* NAVIGATION BAR */
#mainnav {
	text-align: right;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: #022532;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainnav ul {
	list-style-type: none;
	padding: 5px 0px 6px 10px;
}
#mainnav li {
	display: inline;
	margin-right: 1.5em;
	background-image: none;
}
#mainnav a, #homenav a {
	text-indent: 10px;
	color: #F1E4D4;
	font-weight: normal;
	padding-top: 4px;
}
#mainnav a:hover, #homenav a:hover {
	color: #FFFFFF;
}
#homenav {
	background-image: url(images/homebar.jpg);
	background-repeat: no-repeat;
	background-color: #022532;
	background-position: top left;
	margin: 0px;
	padding: 5px 0px 1px 0px;
	width: 104px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* These empty classes just "name" the links so the star rollover can be used. */
.linkHome  {}
.linkDesign { }
.linkArt { }
.linkAbout { }
.linkLinks { }
.linkContact { }

a.linkHome:hover {
	background-image:  url("images/nav-star.jpg");
	background-repeat: no-repeat;
	background-position: 1em 0px;
}
a.linkDesign:hover {
	background-image:  url("images/nav-star.jpg");
	background-repeat: no-repeat;
	background-position: 8.45em 0px;
}
a.linkArt:hover {
	background-image:  url("images/nav-star.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.linkAbout:hover {
	background-image:  url("images/nav-star.jpg");
	background-repeat: no-repeat;
	background-position: 1em 0px;
}
a.linkLinks:hover {
	background-image:  url("images/nav-star.jpg");
	background-repeat: no-repeat;
	background-position: .75em 0px;
	border: none;
}
a.linkContact:hover {
	background-image:  url("images/nav-star.jpg");
	background-repeat: no-repeat;
	background-position: 1.55em 0px;
}

/* EVERYTHING BELOW THE NAV BAR - THE BODY OF THE SITE */
#wrapper {
	position: relative;
	background-image: url(images/mainbar.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 30px 10px 0px 10px;
	/*zoom: 1;*/
}
#content {
	margin-left: 160px;
	position: relative;
}

/* SIDEBAR STYLES */
#sidebar {
	width: 96px;
	height: 18em;
	position: absolute;
	border: 1px solid #344A4D;
	background: #EDDCBF url(images/sidebar-bg.jpg) repeat-x left top;
	padding: 8px 14px 15px 13px;
	left: 10px;
	top: 30px;
	letter-spacing: 0.03em;
	font-size: 9pt;
}
#sbShdwTp {
	width: 134px;
	height: 18em;
	position: absolute;
	left: 9px;
	top: 30px;
	background: url(images/shadow-sb-top.jpg) no-repeat left top;
	padding: 8px 10px 27px 15px;
	margin: 0;
	font-size: 9pt;
}
#sbShdwBtm {
	width: 134px;
	height: 18em;
	position: absolute;
	left: 9px;
	top: 30px;
	background: url(images/shadow-sb-bottom.jpg) no-repeat left bottom;
	padding: 8px 10px 27px 15px;
	margin: 0;
	font-size: 9pt;
}
#sidebar li {
	list-style-image: none;
	background: none;
	text-indent: 0;
	margin-left: 0;
}
#sidebar a {
	padding: .75em 0em .75em 0em;
	border-bottom: 1px dotted #808682; 
	display: block;
}
#sidebar li a:hover {
	font-style: italic;
	border-bottom: 1px dotted #18728F; 
}
#sbDes {
}
#sbDes #sidebar, #sbDes #sbShdwTp, #sbDes #sbShdwBtm {
	height: 39em;
}
#portfolio {
	line-height: 110%;
	padding-left: 5px;
	letter-spacing: 0.01em;
}
#portfolio ul li a {
	font-weight: normal;
	font-size: 8.6pt;
	border: none;
}
#portfolio ul li a:hover {
	border: none;
}
a.portfolio {
	border: none;
	padding-bottom: 0.4em;
}

/* THESE STYLES GO ON ALL THE INDIVIDUAL IMAGE PAGES */
#sample {
	position: absolute;
	top: 0px;
	left: 370px;
}
#sample h2 {
	margin: 0;
	border: none;
	font-size: 15pt;
	font-style: normal;
}
#sample h3 {
	color: #000;
	font-size: 12pt;
	margin: 0.5em 1em .25em 0em;
}
#sample h4 {
	margin: 0em 1em 1.5em 0em;
}

/* FOOTER STYLES */
#footer {
	font-size: 10pt;
	text-align: center;
	width: 720px;
	clear: both;
	border-top: 1px solid #022532;
	padding-top: 10px;
	margin: auto;
}
#footer ul {
	list-style-type: none;
	padding-bottom: 10px;
}
#footer li {
	display: inline;
	background: none;
}

/* Now we start the styles for the individual pages 
      HOME PAGE STYLES */
#welcome {
	font-size: 10.5pt;
	line-height: 150%;
}
#welcome p {
	margin: 0em 0em .5em 0em;
}
.welcomeHdr {
	font-size: 12pt;
	margin: -.75em;
}
#intro {
	margin-left: 3px;
	margin-right: 10px;
	text-align: center;
	font-size: 10.5pt;
}
#intro p, #intro h3 {
	margin: 0em 0em 1em 0em;
}
#intro h2 {
	font-size: 13pt;
	margin: 1em 0em 1em 0em;
	border: none;
}
#intro h3 {
	font-size: 12pt;
	font-weight: bold;
}
#intro h4 {
	margin-top: -.5em;
}
#intro ul {
	text-align: left;
	margin-left: 3em;
}
#intro li {
	margin: .4em;
	background: url(images/bullet-med.gif) no-repeat 0px 7px;
	text-indent: 12px;
}
#intro1 {
	float: left;
	width: 32%;
	position: relative;
}
#intro2 {
	position: relative;
	padding: 12px;
	margin-left: 33%;
	margin-right: 33%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 10pt;
}
.newsVert {
	text-align: left;
}
#intro3 {
	float: right;
	width: 32%;
	position: relative;
}

/* DESIGN PAGE STYLES */

#services {
}
#services h3 {
	margin-bottom: .75em;
	margin-top: 0;
}
#services li {
	margin-left: 1em;
	margin-top: .5em;
	list-style-position: inside;
}
#webSvc {
	float: left;
	width: 35%;
	padding: 0px 40px 15px 15px;
	margin: 10px;
	border-right: 1px solid #2B3E43;
}
#graphicSvc {
	position: relative;
	float: left;
	width: 35%;
	padding: 0px 15px 15px 40px;
	margin: 10px;
}
#stars {
	position: absolute;
	width: 50px;
	top: -40px;
	left: -47px;
}

/* GETTING STARTED PAGE STYLES */
#questions {
	padding: 0em 1em 1em 1em;
}
#questions p {
	margin: 0em 1em .75em 0em;
}
#questions h4 {
	margin-top: 1.75em;
}

/* PORTFOLIO PAGE STYLES */
.clientEntry {
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-right: 1em;
}
.clientEntry img {
	float: left;
	padding-right: 25px;
	padding-bottom: 3em;
}
.clientEntry p {
	margin-left: 215px;
}
.clientEntry ul {
	margin-left: 230px;
}
.clientEntry h3 {
	margin-top: 0;
}

/* SKETCHBOOK PAGE STYLES */
#sketchbookPrev {
}
#sketchbookPrev h5 {
	font-size: 11pt;
	color: #1A3238;
	border-bottom: 1px solid #1A3238;
	padding: 0 0em .25em 0em;
	width: 80%;
}
#sketchbookPrev ul {
	margin: .5em 0 0 .5em;
}
#sketchbookPrev li {
	background: none;
	text-indent: 0;
	padding: 1em 0em 0em 0em;
}

/* COMMISSION PAGE STYLES */
#pricing {
	width: 430px;
	height: 6em;
	margin: 20px 0px 20px 10%;
	padding: 10px;
	background-color: #EDDCBF;
	border: 2px solid #6C736C;
	color: #454E4E;
}
#pricing h4 {
	text-align: center;
	margin: .5em 0em 1em -2.5em;
}
#pricing p {
	margin: 0;
}
#priceCol1 {
	width: 42%;
	float: left;
	padding-left: 15px;
	border-right: 1px solid #69716A;
}
#priceCol2 {
	width: 44%;
	float: right;
	padding-right: 5px;
}
.commP {
	margin-right: 50px;
	max-width: 720px;
}

/* IMAGE THUMBNAIL STYLES */
.artTN {
	float: left;
	width: 150px;
	padding: 0px 15px 15px 0px;
	text-align: center;
}
.artTN p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 5em;
}
.commTN {
	float: left;
	width: 200px;
	padding: 0px 5% 20px 0px;
	text-align: center;
}
.commTN p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 5em;
}

.designTN {
	float: left;
	width: 175px;
	padding: 0px 20px 10px 0px;
	text-align: center;
}
.designTN p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 5em;
}


/* LINKS & ABOUT ME PAGE STYLES */
/*#linksCol1 {
		float: left;
		padding-left: 10px;
		width: 40%;
}
#linksCol2 {
		float: left;
		margin-left: 10%;
		width: 40%;
}*/
.block ul {
	margin-top: 1em;
}

.linksList {
	list-style-type: none;
}
.linksList li {
	text-indent: 0px;
	margin: .5em 0em .5em .5em;
	background-image: none;
}

#aboutMe {
	margin-left: 330px;
}
.aboutImg {
	position: absolute;
	width: 300px;
	padding: 0;
	top: 30px;
	left: 10px;
}

/* BASIC GLOBAL CLASS STYLES */
.line {
	clear: both;
	margin-right: 20px;
	border-top: 1px solid #022532;
}
p.clear {
	clear: both;
}
.center {
	text-align: center;
}
.block {
	margin-left: 30px;
	list-style-type: none;
}
.popout {
	background-image: url(images/mainbar.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 30px;
}
.caption {
	font-size: 8pt;
	text-align: center;
	width: 350px;
}
.float175 {
	float: left;
	width: 175px;
	margin: 0px 20px 20px 0px;
}

/* IMAGE MAP STYLES */
#imgMap {
	width: 700px;
	position: relative;
	text-align: center;
	margin: auto;
}
#nomadPhotos {
	background-color: #F0E1CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	left: 89px;
	top: 91px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	padding: 0.75em 0em 0em 0.75em;
}
#nomadPanorama {
	background-color: #F0E1CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	width: 200px;
	left: 362px;
	top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	padding: 0.75em 0em 0em 0.75em;
}
#nomadText {
	background-color: #F0E1CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	width: 200px;
	left: 378px;
	top: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	padding: 0.75em 0em 0em 0.75em;
}
#nomadNews {
	background-color: #F0E1CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	width: 200px;
	left: 438px;
	top: 459px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	padding: 0.75em 0em 0em 0.75em;
}
#nomadContact {
	background-color: #F0E1CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	width: 200px;
	left: 144px;
	top: 447px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	padding: 0.75em 0em 0em 0.75em;
}
#nomadEvents {
	background-color: #F0E1CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	width: 200px;
	left: 323px;
	top: 777px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	padding: 0.75em 0em 0em 0.75em;
}
#nomadConvention {
	background-color: #F0E1CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	width: 200px;
	left: 164px;
	top: 1065px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	padding: 0.75em 0em 0em 0.75em;
}
#gouldImg {
	background-color: #F0E8CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	left: 300px;
	top: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	vertical-align: 50%;
	width: 200px;
	padding: 0.75em 0em 0em 0.75em;
}
#gouldMission {
	background-color: #F0E8CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	left: 140px;
	top: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	vertical-align: 50%;
	width: 200px;
	padding: 0.75em 0em 0em 0.75em;
}
#gouldWord {
	background-color: #F0E8CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	left: 425px;
	top: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	vertical-align: 50%;
	width: 200px;
	padding: 0.75em 0em 0em 0.75em;
}
#gouldArchive {
	background-color: #F0E8CE;
	border: 1px solid #653F38;
	position: absolute;
	visibility: hidden;
	left: 300px;
	top: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #653F38;
	text-align: center;
	vertical-align: 50%;
	width: 200px;
	padding: 0.75em 0em 0em 0.75em;
}
