html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#587582; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }
ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color: #FF5E99; } 


html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


 /* Primary Styles
    Author: Ryan Hudson
 */

body {
	background: #1d2336;
}

body.home {
	background: #000;
}

#main {
	position: relative;
	background: url(/img/bluebg.jpg) repeat;
	height: auto;
	width: 100%;
}

#main.home {
	background: url(/img/bg.home.jpg) no-repeat top #000;
	height: 100%;
}

#main #content {
	position: relative;
	width: 820px;
	height: 600px;
	left: 50%;
	margin-left: -410px;
	background: url(/img/contentbg.png) no-repeat 0px 100px;
	z-index: 9;
}

#main.home #content{
	background: none;
}

#main #content #logo {
	position: absolute;
	width: 250px;
	height: 220px;
	background: url(/img/hhlogo.png) no-repeat;
	z-index: 10;
}

#main.home #content #logo {
	background: none;
}

#main #content #nav {
	position: absolute;
	width: 450px;
	height: 90px;
	top: 0px;
	right: 0px;
}

#nav ul {
	position: absolute;
	list-style: none;
	width: auto;
	height: 140px;
	padding: 0px;
	margin: 0px;
	right: 0px;
}

#nav ul li {
	float: left;
	width: 90px;
	height: 140px;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	width: 90px;
	height: 140px;
	background: url(/img/nav.jpg) no-repeat 0px 0px;
	display: block;
}

#nav.home ul li a {
	background: url(/img/nav.home.jpg) no-repeat 0px 0px;
}

#nav ul li a.work {
	background-position: 0px 0px;
}

#nav ul li a.about {
	background-position: -90px 0px;
}

#nav ul li a.expect {
	background-position: -180px 0px;
}

#nav ul li a.contact {
	background-position: -270px 0px;
}

#nav ul li a.home {
	background-position: -360px 0px;
}

#nav ul li a.work:hover, #nav ul li a.work.current:hover{
	background-position: 0px -140px;
}

#nav ul li a.about:hover, #nav ul li a.about.current:hover {
	background-position: -90px -140px;
}

#nav ul li a.expect:hover, #nav ul li a.expect.current:hover {
	background-position: -180px -140px;
}

#nav ul li a.contact:hover, #nav ul li a.contact.current:hover {
	background-position: -270px -140px;
}

#nav ul li a.home:hover, #nav ul li a.home.current:hover {
	background-position: -360px -140px;
}

#nav ul li a.work.current {
	background-position: 0px -280px;
}

#nav ul li a.about.current {
	background-position: -90px -280px;
}

#nav ul li a.expect.current {
	background-position: -180px -280px;
}

#nav ul li a.contact.current {
	background-position: -270px -280px;
}

#nav ul li a.home.current {
	background-position: -360px -280px;
}

#content #home {
	position: absolute;
	height: 310px;
	width: 450px;
	background: url(/img/home.png) no-repeat 0px 0px;
	left: 200px;
	top: 160px;
	padding-top: 80px;
}

#content #about {
	position: absolute;
	height: 340px;
	width: 452px;
	background: url(/img/about.png) no-repeat 50px 0px;
	left: 200px;
	top: 160px;
	padding-top: 100px;
}

#main #content #ryancas {
	position: absolute;
	right: -115px;
	top: 140px;
	width: 350px;
	height: 510px;
	background: url(/img/ryancas.png) no-repeat;
}

#content #work {
	position: absolute;
	height: 260px;
	width: 450px;
	background: url(/img/work.png) no-repeat;
	left: 200px;
	top: 160px;
	padding-top: 140px;
}

#work ul.categories {
	list-style: none;
	width: 350px;
	height: auto;
}

#work ul.categories li {
	height: 50px;
	width: 350px;
}

#work ul.categories li a {
	height: 50px;
	width: 350px;
	display: block;
	background: url(/img/work.categories.png) no-repeat 0px 0px;
}

#work ul.categories li a.print {
	background-position: 0px 0px;
}

#work ul.categories li a.web {
	background-position: 0px -50px;
}

#work ul.categories li a.corporateid {
	background-position: 0px -100px;
}

#work ul.categories li a.logos {
	background-position: 0px -150px;
}

#work ul.categories li a.print:hover {
	background-position: -350px 0px;
}

#work ul.categories li a.web:hover {
	background-position: -350px -50px;
}

#work ul.categories li a.corporateid:hover {
	background-position: -350px -100px;
}

#work ul.categories li a.logos:hover {
	background-position: -350px -150px;
}

#main #content #frame {
	position: absolute;
	right: -20px;
	top: 160px;
	width: 240px;
	height: 325px;
	background: url(/img/frame.png) no-repeat;
}

#content #contact {
	position: absolute;
	height: 260px;
	width: 452px;
	background: url(/img/contact.png) no-repeat;
	left: 200px;
	top: 160px;
	padding-top: 155px;
}


#main #content #phone {
	position: absolute;
	right: -45px;
	top: 370px;
	width: 240px;
	height: 300px;
	background: url(/img/phone.png) no-repeat;
}

#content #expect {
	position: absolute;
	height: 260px;
	width: 452px;
	background: url(/img/expect.png) no-repeat;
	left: 200px;
	top: 160px;
	padding-top: 180px;
}


#main #content #heart {
	position: absolute;
	right: -130px;
	top: 140px;
	width: 350px;
	height: 450px;
	background: url(/img/heart.png) no-repeat;
	z-index: 5;
}

footer {
	position: relative;
	height: 100px;
	background: url(/img/footer.jpg) repeat-x;
}

footer.home {
	background: none;
}

footer #copyright {
	position: relative;
	left: 50%;
	margin-left: -410px;
	width: 820px;
	padding: 20px 0px;
	color: #7a96a2;
}

#contactform {
	margin: 10px 0px 20px 0px;
}

#contactform input, textarea{
	background: url(/img/form_bg.png) repeat;
	border: none;
	cursor: text;
	font-size: 90%;
	color: #556b6d;
	width: 300px;
	padding: 5px;
	margin: 2px 0px;
}

textarea {
	height: 40px;
}

#contactform input.but {
	border: none;
	color: #556b6d;
	width: 50px;
	cursor: pointer;
	font-weight: bold;
}

#contactform input:hover, textarea:hover, .focusField {
	color: #222 !important;
}


/* 
 * print styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 

}


