/* @override http://wwwdev.mediahive.com/wp-content/themes/mediahive%20v3/style.css */

/* Reset All Styles
-------------------------------------------------------------------- */



html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: none; }


body{
  font: 70% 'helvetica neue', helvetica, arial, sans-serif;
  color: #4d4d4d;
  background: #fff;
}
strong{
  font-weight: bold;
}
img {
  -ms-interpolation-mode: bicubic;
}
#container{
  width: 950px;
  margin: 70px auto 60px auto;
}
#header{
  overflow: hidden;
  position: relative;
}

a:link,
a:visited{
  color: #ff0099;
  text-decoration: none;
}

h1{
  position: absolute;
  right: 0;
  margin: 0 0 20px;
  text-indent: -9999px;
}
h1 a:link,
h1 a:visited{
  display: block;
  width: 168px;
  height: 38px;
  background: url('images/mh_logo.gif') no-repeat;
}
h2{
  margin: 30px 0 30px 10px;
  font-size: 4.5em;
  font-weight: bold;
  color: #ff0099;
}
h3{
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FB0099;
  padding-bottom: 5px;
}
h4{
  margin-bottom: 0;
  font-size: 1.9em;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
}
h4 a:link,
h4 a:visited{
  color: #000;
  background: url(images/linkArrow_small.gif) no-repeat right 50%;
  padding-right: 17px;
}
h4 a:hover,
h4 a:active{
  background-color: #333;
  color: #fff;
  padding: 2px 17px 2px 5px;
  margin-left: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

p{
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.5em;
}

/* Main Navigation
-------------------------------------------------------------------- */

#mainNav{
  margin: 10px 0 0;
  padding: 0 0 0 10px;
  background: url('images/header_bg.gif') repeat-x left bottom;
}
#mainNav li{
  float: left;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .08em;
}
#mainNav li a:link,
#mainNav li a:visited{
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #666;
  padding-bottom: 24px;
}
#navMark{
  position: absolute;
  bottom: 0;
  left:-20px;
  background: #999;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  height: 7px;
  width: 0;
  display: none;
}
#mainNav li.current_page_item a:link,
#mainNav li.current_page_item a:visited,
#mainNav li.current_page_item a:hover,
#mainNav li.current_page_item a:active{
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  padding: 10px 8px 24px;
  background: url('images/header_bg_hover.gif') repeat-x left bottom;
}
* html #mainNav li.current_page_item a:link,
* html #mainNav li.current_page_item a:visited,
* html #mainNav li.current_page_item a:hover,
* html #mainNav li.current_page_item a:active{
  padding-bottom: 23px;
}



/* Sub Navigation
-------------------------------------------------------------------- */

#subNav{
  margin-right: 40px; 
  margin-bottom: 20px;
  padding-bottom: 145px;
  background: url('images/bg_subnavFooter.gif') no-repeat left bottom;
}
#subNav .subNavWrapper{
  width: 243px;
  background: #3C3C3C;
  padding: 40px 40px 40px 50px;
}

#subNav ul{
  font-size: 1.4em;
}
#subNav ul.projectList{
  width: auto;
  font-size: 1.25em;
}
#subNav li{
  margin-bottom: 13px;
}
#subNav a:link,
#subNav a:visited,
#subNav li.current_page_item li a:link,
#subNav li.current_page_item li a:visited,
#subNav li.current_post_item li a:link,
#subNav li.current_post_item li a:visited,
#subNav li.current-cat li a:link,
#subNav li.current-cat li a:visited{
  color: #fff;
  text-decoration: none;
}
#subNav li.current_page_item a:link,
#subNav li.current_page_item a:visited,
#subNav li.current_post_item a:link,
#subNav li.current_post_item a:visited,
#subNav li.current-cat a:link,
#subNav li.current-cat a:visited,
#subNav a:hover,
#subNav a:active{
  color: #fff200;
}
#subNav .tagList{
}
#subNav .tagList ul{
  padding: 20px;
  background-color: #666;
  width: 293px;
}
#subNav .tagList li{
  display: inline;
  margin-right: 12px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  padding-right: .5em;
}
#subNav .tagList li a:link,
#subNav .tagList li a:visited{
 color: #ececec; 
}
#subNav .tagList li a:hover,
#subNav .tagList li a:active{
 color: #fff200; 
}

/* Homepage
-------------------------------------------------------------------- */

p.intro{
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: normal;
  color: #3399FF;
  padding: 30px 10px;
  margin: 0;
  border-bottom: 7px solid #333;
}
#homeInfo{
  float: left; 
  width: 290px;
  margin-right: 35px;
}
#generalContent ul{
  list-style: square;
  margin: 0 0 0 25px;
  font-size: 1.2em;
}
#generalContent ul li{
  margin: 0 0 5px;
}

/* New Work */

.newWork{
  border-bottom: 3px solid #898989;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #CFCFCF;
}
.newWork h3{
  color: #333;
}
.newWork .info{
  display: block;
  opacity: 0;
  float: left;
  width: 285px;
  background: #fff;
  padding: 9px;
  margin-right: 10px;
  color: #666;
  -webkit-box-shadow: #B0B0B0 0 3px 4px;
  -moz-box-shadow: #BCBCBC 0 3px 4px;
}
.newWork .info:last-child{
  margin-right: 0;
}
.newWork .info a:link,
.newWork .info a:visited{
  color: #000;
}
.newWork p{
  margin-bottom: 19px;
  font-size: 1em;
}
.newWork .thumbnails{
  width: 283px;
  overflow: hidden;
}
.newWork img{
  border: 1px solid #efefef;
  opacity: .85;
}
.newWork .title{
  display: inline-block;
  margin: 10px 0;
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  padding-right: 15px;
  background: url(images/linkArrow_small.gif) no-repeat right 50%;
}

.quote{
  font-family: constantia,palatino,"times new roman";
  font-style: italic;
  margin: 50px 0 0;
  color: #333;
  padding-left: 25px;
  clear: left;
}
.quote p{
  position: relative;
  font-size: 1.7em;
  line-height: 25px;
  font-weight: normal;
}
.quote span{
  position: absolute;
  top: 7px;
  left: -30px;
  line-height: 35px;
  font-size: 2.9em;
  font-weight: bold;
  color: #FA0087;
}
.quoteAuthor{
  float: right;
  width: 200px;
  margin-bottom: 20px;
}
.quote cite{
  font-size: 1.5em;
  color: #FA0087;
}
.quote .authorTitle{
  font-size: 1.2em;
  color: #666;
  margin-left: 10px;
  
}

/* Recent News */

#recentNews{
  float: left;
  width: 625px;
  margin-top: 25px;
}

/* We're Hiring */

.wereHiring{
  margin-bottom: 10px;
  color: #fff;
  margin-top: -8px;
}
.wereHiring strong{
  font-size: 1.3em;
  background-color:#36A1FE;
  display: block;
  padding: 10px 6px;
  font-weight: normal;
}
.wereHiring ul{
  margin: 3px 0 10px 15px;
  list-style: square;
  padding: 10px;
}
.wereHiring li{
  margin: 0 0 5px;
  color: #2568A7;
  font-size: 1.2em;
}
.wereHiring a:link,
.wereHiring a:visited{
  color: #36A1FE;
  border-bottom: 1px solid #fff;
}
.wereHiring a:hover,
.wereHiring a:active{
  color: #36A1FE;
  border-bottom: 1px solid #36A1FE;
}

/* Contact Us */

.contactUs{
  margin-top: 30px;
  margin-bottom: 20px;
  background: #2E2E2E;
  padding: 10px 20px;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
  color: #fff;
}
.contactUs.qrBanner{
  padding-bottom: 30px;
  background: #2E2E2E url(/wp-content/themes/mediahive/images/qr_arrow.png) no-repeat right bottom;
}
.contactUs h3{
  margin: 0;
  padding: 0;
  color: #BFBFBF;
  font-weight: bold;
  font-size: 1.1em;
  border: none;
}
.contactUs a:link,
.contactUs a:visited{
  color: #fff;
  text-decoration: none;
}
.contactUs a:hover,
.contactUs a:active{
  color: #E40079;
}
#metaInfo{
  float: right;
  width: 290px;
}
h3.products{
  background: url('images/bg_productsHeader.gif') no-repeat right top;
  padding-top: 85px;
}
#footer{
  clear: both;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 7px solid #333;
  font-size: 1em;
}
#subContent{
  overflow: visible;
}
#generalContent{
  float: left;
  width: 570px;
}

#generalContent.qr{
  float: left;
  width: 690px;
  margin-bottom: 50px;
}

.contactInfo{
  font-size: 1.2em;
  color:#fff;
}
.contactInfo div,
.contactInfo .fn{
  margin-bottom: 3px;
}
.contactInfo .adr{
  margin-bottom: 20px;
}
.contactInfo .elecMail{
  margin-top: 20px;
}
.contactInfo a:link,
.contactInfo a:visited,
.contactInfo a:hover,
.contactInfo a:active
{
text-decoration:underline !important;
color: #FFF200 !important;
}




/* Project
-------------------------------------------------------------------- */

#featuredProject{
  margin-bottom: 50px;
  padding: 15px;
  background-color: #2A2A2A;
  color: #ccc;
}
#featuredProject img{
  float: left;
  margin-right: 20px;
  border: 5px solid #fff;
}
#featuredProject h3 a:link,
#featuredProject h3 a:visited{
  font-size: 1.2em;
  color: #fff;
  text-transform: capitalize;
  padding-right: 18px;
  background: url(images/linkArrow_big.gif) no-repeat right 50%;
}
#featuredProject p{
  font-size: 1.25em;
  line-height: 20px;
}
#projectListing{
  width: 575px;
}
#projectListing h3{
  color: #333;
}
#projectListing .info{
  float: left;
  width: 250px;
  height: 210px;
  background: #fff;
  padding: 9px 71px 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
#projectListing .info p{
  font-size: 1em;
}

#projectListing p{
  margin-bottom: 19px;
  font-size: 1.2em;
}
#projectListing .thumbnails{
  width: 250px;
  height: 85px;
  overflow: hidden;
  border: 1px solid #efefef;
}

#projectListing .title{
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: bold;
}
#projectListing .title a:link,
#projectListing .title a:visited{
  color: #000;
  text-decoration: none;
  padding-right: 15px;
  background: url(images/linkArrow_small.gif) no-repeat right 50%;
}
#projectListing .title a:hover,
#projectListing .title a:active{
  background-color: #333;
  color: #fff;
  padding: 2px 17px 2px 5px;
  margin-left: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#projectListing{
  float: left;
  margin-bottom: 20px;
}
.project{
  width: 570px;
  margin-bottom: 20px;
  min-height: 110px;
}
.project a.thumbnail:link,
.project a.thumbnail:visited{
  display: block;
  float: left;
  margin: 5px 24px 0 0;
  border: 1px solid #ccc;
  padding: 4px;
}
.project a.thumbnail:hover,
.project a.thumbnail:active{
  border: 1px solid #E40079;
  float: left;
}
.project img{
  border: 1px solid #ddd;
}

.projectContent{
  overflow: hidden;
  width: 440px;
}
.project h3{
  margin-bottom: 30px;
  font-size: 2em;
  text-transform: capitalize;
}
.project h3 a:link,
.project h3 a:visited{
  color: #000;
  text-decoration: none;
}
.project h3 a:hover,
.project h3 a:active{
  color: #E40079;
  text-decoration: underline;
}
.project p{
  font-size: 1.1em;
  line-height: 18px;
  padding-bottom: 5px;
}
#projectListing p.wp-caption-text{
  font-size: 1em;
  font-style: italic;
  background: #E9E9E9;
  margin-top: 3px;
  padding: 3px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
}

/* Individual Project Page */

#project{
  margin-top: -80px;
  margin-left: 375px;
}
#project img{
  margin-bottom: 15px;
  border: 1px solid #999;
  padding: 5px;
}

.projectTitle{
	margin-bottom: 5px;
}


.projectThumbnails
{
	border-bottom: solid 2px #000;
	height: 100%;
	overflow: hidden;
}

.projectInfo{
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: bold;
  color: #E40079;
}
.projectInfo .fieldTitle{
  color: #1D1D1D;
}
.projectInfo li{
  margin-bottom: 10px;
}

dl.projectDetails{
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
}

.projectDetails dd,
.projectDetails dt{
	float: left;
}

.projectDetails dt{
	clear: left;
	font-weight: bold;
	text-align: right;
	width: 50px;
	margin-right: 5px;
}
/* Client List */

#clientList{
  padding-bottom: 40px;
  padding-left: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}
#clientList li{
  font-size: 1.4em;
  margin-bottom: 5px;
  color: #333;
}
.postNav{
  float: right;
  margin-bottom: 40px;
}
.postNav a:link,
.postNav a:visited{
  color: #666;
  font-weight: bold;
  font-size: 1.2em;
}
.postNav div{
  float: left;
}
.postNav .prev{
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.postNav .next a{
  padding-right: 15px;
  background: url(images/linkArrow_small.gif) no-repeat right 50%;
}
.postNav .prev a{
  padding-left: 12px;
  background: url(images/linkArrow_small_left.gif) no-repeat left 50%;
}

/* Rant
-------------------------------------------------------------------- */

#newsListing{
  float: left;
  width: 575px;
}
.hentry{
  margin-bottom: 50px;
}
.hentry .meta{
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #999;
}
#newsListing .meta .published,
#newsListing .meta .author,
#recentNews .meta .published,
#recentNews .meta .author{
  color: #4d4d4d;
}

.newsPost h1{
  position: static;
  font-weight: bold;
	margin: 5px 0;
	font-size: 1.5em;
	float: none;
	text-indent: 0;
}
.newsPost h2{
	font-weight: bold;
	font-size: 1.3em;
	margin: 5px 0;
	color: #7D7D7D;
}
.newsPost p,
.newsPost ol,
.newsPost ul{
  font-size: 1.1em;
  line-height: 18px;
  margin-bottom: 20px;
}
.newsPost ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
.newsPost ul{
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 20px;
}
.newsPost li{
	margin-top: 1px;
	margin-bottom: 5px;
}
.newsPost blockquote{
	margin: 20px;
	font-style: italic;
}

.newsPost pre{
  font-size: 1.2em;
}


/* About
-------------------------------------------------------------------- */

#team{
  margin-top: 60px;
}
#team h3{
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.aboutCompany p:first-child{
  font-weight: bold;
  font-size: 1.6em;
  line-height: 22px;
  color: #333;
}
.bio{
  margin-bottom: 50px;
}
.bio h3{
  margin-bottom: 0;
  border: none;
  color: #000;
}
.bio .fn{
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
}
.bio .title{
  display: block;
  margin-bottom: 20px;
  color: #666;
}
.bioMeta{
  float: left;
  margin: 0 15px 15px 0;
}
.bioMeta img{
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#generalContent .bioMeta ul{
  list-style: square;
  margin: 10px 0 10px 15px;
}
.bioMeta li{
  margin: 0 0 5px 0;
  font-size: .85em;
}
.bioMeta li a:link,
.bioMeta li a:visited{
  color: #333;
  text-decoration: none;
}
.bioMeta li a:hover,
.bioMeta li a:active{
  color: #E40079;
  text-decoration: none;
}
.bioContent{
  float: left;
  width: 465px;
}
.twitter-follow-button{
  margin-top:10px;
}
.twitter,
.flickr,
.facebook{
  clear: left;
  margin-top: 20px;
  padding: 10px;
  border: dashed 1px #ccc;
}
.flickr{
  padding: 10px 10px 10px 5px;
}
.flickr img{
  opacity: .6;
}
.flickr a{
  margin-left: 4px;
}
.twitter h5{
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: #0F86C0;
}
.flickr h5{
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: #0F86C0;
}
.facebook a{
  display: block;
  padding: 2px 0 2px 19px;
  background: url(images/icon_facebook.gif) no-repeat left 50%;
}
.feed{
  vertical-align:-1px;
  margin-left: 3px;
}

/*QR Reader
-------------------------------------------------------------------- */

#snapshotPanel{

}

/* Form Styles
-------------------------------------------------------------------- */
#form_types dl{
	margin-bottom:13px;
}

#form_types dt{
	color:#fff;
	font-size:1.4em;
	margin-bottom:2px;
}
#form_types dd{
	padding-left:10px;
}

#form_types td,
#form_types th{
	text-align:center;
	vertical-align:top;
}
#form_types th{
	background:	#CCCCCC
}

#currentbrowser{
	text-align:center;
}

/* Element Styles */

/* Buttons and Text Inputs */

#test1{
}

#test2{
	color:#0033FF;
}

#test3{
	background-color:#0033FF;
	color:#fff;
}

#test4{
	border:2px solid #000;

}

#test5{
	border:none;
}

#test6{
	font-family:"Courier New", Courier, monospace;
}

#test7{
	font-size:18pt;
}

#test8{
	height:150px;
}

#test9{
	width: 120px;
	text-align:right;
}

#test10{
	width: 120px;
	text-align:left;
}

#test11{
	width: 120px;
	border: 4px dashed #999966
}

#test12{
	font-size:8px;
}

#test13{
	font-weight:bold;
}

#test14{
background-image:url(images/check.png);
background-repeat:no-repeat;
background-position:right;
width:100px;

}

#test15{
color:#050;
background-color:#fed;
border:2px solid;
border-top-color:#696;
border-left-color:#696;
border-right-color:#363;
border-bottom-color:#363;
}
#test15.btnhover{
border-top-color:#c63;
border-left-color:#c63;
border-right-color:#930;
border-bottom-color:#930;
color:#930;
}


/* Check Boxes */

#check1{

}
#check2{

}
#check3{
	background-color:#0099FF;
	color:#FFFFFF;
}
#check4{
	background-color:#0099FF;
}
#check5{
	border: 2px solid #0099FF;
}
#check6{
	border: 2px solid #0099FF;
}
#check7{
	height:50px;
	width:50px;
}
#check8{
	height:50px;
	width:50px;
	border:1px solid #CCCCCC;
}
#check9{
	font-size:20%;
}
#check10{
	font-size:20%;
}
#check11{
	font-size:200%;
}
#check12{
	font-size:200%;
}
#check13{
	margin:0;
	padding:0;
}
#check14{
	color:#0066FF;
}
#check15{
	color:#0066FF;
}


/* Welcome
-------------------------------------------------------------------- */

.introText{
  font-size: 1.5em;
  line-height: 18px;
  font-weight: bold;
}
.welcomeScreenshot{
  margin-top: 40px;
}
.featuredClients{
  clear: left;
}
.featuredClients img{
  width: 73px;
}
.featuredClients .project{
  width: auto;
  margin-bottom: 10px;
}
.featuredClients .projectContent{
  width: 224px;
}
.featuredClients .projectContent p{
  font-size: 1em;
  line-height: 14px;
}
.featuredClients .project h3{
  font-size: 1.2em;
  margin-bottom: 5px;
}
.featuredClients .project h3 a:link,
.featuredClients .project h3 a:visited{
  color: #332;
}
#sidebar{
  width: 334px;
  float: left;
  margin-right: 40px;
}

#subNav h3{
  color: #fff;
  text-transform: capitalize;
}
#sidebar #subNav{
  margin-right: 0;
}

#sidebar.qr
{
	width: 200px;
}

#sideBar.qr .subNavWrapper
{
	width: 200px;
	overflow: hidden;
	padding-right: 0;
	padding-left: 0;
}

.qrInstructions
{
	margin-bottom: 30px;
}

.contactInfo .getDirections a:link,
.contactInfo .getDirections a:visited{
  text-decoration: none !important;
  color: #fff !important;
  background: #666 url(images/linkArrow_small.gif) no-repeat right 50%;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 3px 18px 3px 10px;
  margin-top: 20px;
}
.contactInfo .getDirections a:hover,
.contactInfo .getDirections a:active{
  background: #1B1B1B url(images/linkArrow_small.gif) no-repeat right 50%;
  
}
#map{
  position: relative;
  color: #ccc;
  
}
.jqmWindow {
  display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    opacity: .9;
    margin-left: -300px;
    width: 650px;

    background-color: #000;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: #000 0 6px 10px;
    -moz-box-shadow: #000 0 6px 10px;

}
.jqmOverlay{
  background-color: #000;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.hideDialog{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(images/close.gif) no-repeat;
}
.hideDialog:hover{
  background: url(images/close_hover.gif) no-repeat;
}

#location{
	font-family:helvetica, arial, sans-serif;
	letter-spacing:.03em;
	width:350px;
}

div.ip_location{
	border-bottom:dotted 1px #3C3C3C;
	padding: 15px 0 2px 0;
	margin-bottom:10px;
	letter-spacing:.03em;

}

span.ip_location_label{
	font-size:1.1em;
	letter-spacing:.03em;

}

span.ip_location_display{
	color: #FF0099;
	font-size:1.2em;
	letter-spacing:.03em;
	font-weight:bold;
}

div.customAddress{
	padding:20px 0 10px 0;
}

input#fromAddress[type="text"]{
	border: 1px silver solid;
	width:250px;
	padding:2px 0 0 2px;
	vertical-align:middle;
	font-size:1.2em;
	font-family:helvetica, arial, sans-serif;

}

label.from{
	vertical-align:middle;
}

span.location_note{
		letter-spacing:.03em;
}

.googledir img{
	display:none;
}
#directions{
  position: absolute;
  top: 0px;
  right: 5px;
  border: 1px solid #999;
  height: 290px;
  width: 270px;
  overflow: auto;
  background-color: #fff;
  color: #000;
}
/* Self-Clearing Floats
-------------------------------------------------------------------- */

.newWork:after,
#subNav:after,
.bio:after,
#subNav .tagList ul:after,
#mainNav:after,
#form_types:after,
.featuredClients:after,
#sidebar:after,
.projectContent:after,
#featuredProject:after,
#map:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #header,
* html #form_types,
* html .featuredClients,
* html #sidebar
* html .projectContent,
* html #featuredProject{
  zoom:1;
}
*+html #header,
*+html #featuredProject,
*+html #mainNav{
  zoom:1;
}
