/* @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;
}
#container{
  width: 950px;
  margin: 70px auto 60px auto;
}
#header{
  overflow: hidden;
}
a:link,
a:visited{
  color: #ff0099;
  text-decoration: none;
}
h1{
  margin: 0 0 20px;
  float: right;
  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: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
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;
  margin-right: 10px;
  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;
}
#mainNav li a:hover,
#mainNav li a:active,
#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 a:hover,
* html #mainNav li a:active,
* 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{
  float: left;
  margin-right: 40px; 
  margin-bottom: 20px;
  padding-bottom: 145px;
  background: url('images/bg_subnavFooter.gif') no-repeat left bottom;
}
#subNav .subNavWrapper{
  width: 263px;
  background: #3C3C3C;
  padding: 40px 0 40px 70px;
}
#subNav ul{
  font-size: 1.4em;
}
#subNav ul.projectList{
  width: auto;
  margin-top: -35px;
  padding: 0 0 40px 85px;
  font-size: 1.2em;
}
#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{
  color: #fff;
  text-decoration: none;
}
#subNav li.current_page_item a:link,
#subNav li.current_page_item 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;
  margin: 30px 10px;
}
.rant{
  width: 585px;
  height: 225px;
  border-top: 7px solid #333;
  padding-top: 20px;
}
#homeInfo{
  float: left; 
  width: 585px;
}
.latestRant{
  background: url(images/strippedRule.gif) repeat-x left top;
  margin-top: 20px;
  padding-top: 25px;
}
.latestRant h3{
  border-bottom: none;
  font-size: 1.4em;
  color: #333;
  font-weight: normal;
}
.latestRant h3 a:link,
.latestRant h3 a:visited{
  color: #ff0099;
  text-decoration: none;
}
#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-top: 3px solid #898989;
  border-bottom: 3px solid #898989;
  padding: 10px 0;
  margin-bottom: 10px;
}
.newWork .info{
  float: left;
  width: 285px;
}
.newWork p{
  margin-bottom: 19px;
  font-size: 1em;
}
.newWork img{
  border: 1px solid #efefef;
}
.newWork h4{
  margin: 10px 0;
  font-size: 1.2em;
  text-transform: normal;
  font-weight: normal;
}
.newWork a:link,
.newWork a:visited{
  color: #ff0099;
  text-decoration: none;
}

.projectQuote{
  font-size:1.4em;
  font-weight:normal;
  margin:10px 0;
  color:#3399FF;
}

/* Recent Projects */

.recentProjects{
  border-top: 3px solid #898989;
  padding: 10px 0;
}
.recentProjects dt{
  font-weight: bold;
  font-size: 1.2em;
}
.recentProjects dd{
  margin-bottom: 15px;
  padding-left: 9px;
}
.recentProjects a:link,
.recentProjects a:visited{
  color: #333;
  text-decoration: none;
}
.recentProjects a:hover,
.recentProjects a:active{
  color: #ff0099;
  text-decoration: none;
}
.projectBullet{
  color: #ff0099;
  vertical-align: 1px;
  margin-right: 3px;
}

/* 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: #dbdbdb;
  padding: 10px 20px;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
  color: #4d4d4d;
}
.contactUs h3{
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  border: none;
}
.contactUs a:link,
.contactUs a:visited{
  color: #4d4d4d;
  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: 1px solid #333;
  font-size: 1em;
}
#subContent{
  overflow: visible;
}
#generalContent{
  float: left;
  width: 570px;
}

.contactInfo{
color:#fff;
}

.contactInfo a:link,
.contactInfo a:visited,
.contactInfo a:hover,
.contactInfo a:active
{
text-decoration:underline !important;
color: #FFF200 !important;
}


#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;
	height:22px;
	width:250px;
	padding:5px 0 0 2px;
	vertical-align:middle;
	font-size:1.2em;
	font-family:helvetica, arial, sans-serif;
	
}

.customAddress input[type="submit"]{
	padding: 0 15px 0 15px;
	margin:0;
	height:24px;
	background-color:#3C3C3C;
	border:#fff;
	color:#FFF200;
	font-weight:bold;	
	vertical-align:middle;
}

*+ html .customAddress input[type="submit"]{
	padding: 0 !important;
	margin:0;
}


label.from{
	vertical-align:middle;
}

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

.googledir img{
	display:none;
}

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

#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 a.lightbox.thumbnail {
	clear: none;
	margin: 5px;
	margin-left: 0;
}

.projectProperties
{
	padding: 10px;
	background-color: #F8F8F8;
	border:solid 1px #EEE;
	margin-top: 10px;
}

.projectContent{
  overflow: hidden;
  width: 440px;
}
.project h3{
  margin-bottom: 10px;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
  border: none;
  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;
}

/* 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;
}

.projectImage {
	border-top: solid 2px #000;
}

.projectImage IMG
{
	margin: 0;
	margin-top: 5px;
  	border: 1px solid #ccc;
  	padding: 4px;
  	width: 560px;
}

.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 */

UL#clientList{
	width: 577px;
}
UL#clientList LI{
	float: left;
	width: 192px;
	height: 192px;
}
UL#clientList LI A{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 192px;
	height: 192px;
}
UL#clientList LI.topRow{
	vertical-align: middle;
	height: 86px;
	margin-bottom: 30px;
}
UL#clientList LI.topRow A{
	vertical-align: middle;
	height: 86px;
}


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

#rantListing{
  float: left;
}
#rantListing .hentry{
  width: 570px;
  margin-bottom: 50px;
}
#rantListing h3{
  margin-bottom: 0;
  font-size: 2em;
  font-weight: bold;
  border: none;
  text-transform: capitalize;
}
#rantListing h3 a:link,
#rantListing h3 a:visited{
  color: #000;
  text-decoration: none;
}
#rantListing h3 a:hover,
#rantListing h3 a:active{
  color: #ff0099;
  text-decoration: underline;
}
#rantListing .meta{
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #999;
}
#rantListing .meta .published{
  color: #4d4d4d;
}
#rantListing .meta .author{
  color: #ff0099;
}

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

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


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

.bio{
  margin-bottom: 50px;
}
.bio h3{
  margin-bottom: 0;
  border: none;
  color: #000;
}
.bio .title{
  display: block;
  margin-bottom: 20px;
  color: #000;
}
.bioMeta{
  float: left;
  background: #DFDFDF;
  margin: 0 15px 15px 0;
  padding: 5px;
}
#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: 390px;
}


/*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;
}
#sidebar #subNav{
  margin-right: 0;
}
/* Self-Clearing Floats
-------------------------------------------------------------------- */

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