/*
Theme Name: HHP Theme
Theme URI: HHP Theme
Description: A custom theme.
Version: 999.9
Author: YourDesignGuys
Author URI: http://www.yourdesignguys.com/
*/

/*import font*/
@import url(http://fonts.googleapis.com/css?family=Coda:400);
@import url(http://fonts.googleapis.com/css?family=Belgrano);
@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700,400italic,700italic);

/* Reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}
	.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	}
	.clearfix { display: inline-block; }
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }


/* Basic Styles */
	body {
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		font-family: 'Coda', cursive;
		font-size: 14px;
		line-height: 1.3em; 
		font-weight:normal;
		color: #4b4f50; 
		background:#fff url(images/bodybg.gif) repeat-x 0 0;
 }


/* Typography */
	h1, h2, h3, h4, h5, h6 {
		font-family: 'Archivo Narrow', sans-serif;
		padding: 0 0 .3em 0;
		margin: 0;
		color: #4b4f50;
		font-weight: 700;
		line-height: 1.1em;
		 }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 20px;}
	h2 { font-size: 18px;}
	h3 { font-size: 16px;}
	h4 { font-size: 15px;}
	h5 { font-size: 14px;}
	h6 { font-size: 14px;}
	
	h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {margin: 0;}

	h1 + h2 {}
	h2 + h3 {font-size: 1.1em;}
	h3 + h4 {font-size: 1.1em;}
	h4 + h5 {font-size: 1.1em;}
	h5 + h6 {font-size: 1.1em;}

	.subheader { color: #666; }

	p { padding: 0 0 1.4em 0; }
	p img { margin: 0;}

	em, i { font-style: italic; }
	strong { font-weight: 700; }
	small { font-size: 80%; }
	
	.big {font-size: 1.1em; line-height: 1.4em;}
	.bigger {font-size: 2em; line-height: 1.4em;}
	.small {font-size: .8em; line-height: 1.4em;}
	.bold {font-weight: bold;}
	.italic {font-style: italic;}
	.vtops { vertical-align: top;}

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* Links  */
	a, a:visited { color: #EC0309; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #EC0309; text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }


/* Lists  */
	ul, ol {margin: 0 0 .8em 30px; }
	ul {list-style: outside; }
	li {padding: 0 0 0.4em 0; margin: 0;}
	ol {list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc {margin-left: 30px; }
	ul.square {list-style: square outside; }
	ul.circle {list-style: circle outside; }
	ul.disc {list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul {margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li {margin-bottom: 6px; }
	ul.large li {line-height: 21px; }
	li p {line-height: 21px; }
	
/* deprecated items should not be used - this is a warning when used  */
	applet, basefont, dir, font, s, strike, center, frameset, frame, isindex, menu, noframes, u {
		color : red; font-weight : bold; margin : 10px; padding : 10px; border : 2px dashed #cd0000; font-size : 1.5em;
	}
	div[align], p[align], table[align] {
		color : red; font-weight : bold; margin : 10px; padding : 10px; border : 2px dashed #cd0000; font-size : 1.5em;
	}

/* Images */
	article img { max-width:100%; }
	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	.img-block-fix {display: block; line-height: 0;}
	.img-center {margin: 0 auto;}
	.borders {
    	border-color: #adaba2;
		border-width: 3px 3px 3px 3px;
		border-style: solid;
		-moz-border-image: url() 3 3 3 3 stretch; /* FF */
		-webkit-border-image: url() 3 3 3 3 stretch; /* Chrome,Safari */
		border-image: url() 3 3 3 3 stretch; /* W3C */
		background-color: #e9e4cc;
	}
	.attachment-post-thumbnail {float: left; margin: 0 15px 15px 0;}
	.alignright{float: right; margin: 0 0 15px 15px;}
	.alignleft{float: left; margin: 0 15px 15px 0;}
	.aligncenter{display: block; margin: 0 auto 15px;}

/* WP Styles */

	.sticky{}
	.bypostauthor{}
	.wp-caption{}
	.wp-caption-text{}
	.gallery-caption{}

/* Buttons */

	a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background:url(images/buttonbg.gif) repeat-x 0 0;
		border: 1px solid #adadad;
		padding: 0 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: inline-block;
		font-size: 15px;
		font-weight: normal;
		text-decoration: none;
		cursor: pointer;
		margin-bottom: 15px;
		font-family:"Times New Roman", Times, serif;
		color:#282212;
		height:27px;
		line-height: 27px !important; 
		}

	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background:url(images/buttonbg.gif) repeat-x 0 0;
		border: 1px solid #adadad;
		}

	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:url(images/buttonbg.gif) repeat-x 0 0;
		border: 1px solid #adadad;
		}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
	  
/*  fixed width slider css  */

	#slides {height: 250px; width: 1000px;}
	.slides_container {height:250px;}
	#slide1, #slide2, #slide3, #slide4, #slide5, #slide6, #slide7, #slide8, #slide9 {width: 1000px;}
	#slide2, #slide3, #slide4, #slide5, #slide6, #slide7, #slide8, #slide9 {display: none;}
	#slides .next, #slides .prev {
		position:absolute;
        margin: -150px 0 0 10px;
		width:24px;
		height:0px;
        padding-top: 47px;
		display:block;
		z-index:101;
        background-image:url(images/page.png);
		background-position: -30px 0;
		overflow:hidden;        
	}
	#slides .next {
		margin-left: 900px;
        	background-position: 0px 0;
	}
	.pagination {
		margin:-30px auto 0;
		width:100px;
		list-style: none;
		position: absolute;
		left: 50%;
		z-index: 1000;
	}
	.pagination li {
		float:left;
		margin:0 1px;
	}
	.pagination li a {
		display:block;
		width:16px;
		height:0;
		padding-top:18px;
		background-image:url(images/pagnation.png);
		background-position:-19px 0;
		float:left;
		overflow:hidden;
	}
	.pagination li.current a {
		background-position: 0px 0;
	}
	
/*  responsive slider css  */
	.rslides {
	  position: relative;
	  list-style: none;
	  overflow: hidden;
	  width: 100%;
	  min-width: 1000px;
	  padding: 0;
	  margin: 0;
	  }
	
	.rslides li {
	  position: absolute;
	  display: none;
	  width: 100%;
	  left: 0;
	  top: 0;
	  background: none;
	  padding: 0;
	  margin: 0;
	  line-height: 0;
	  }
	
	.rslides li:first-child {
	  position: relative;
	  display: block;
	  float: left;
	  }
	
	.rslides img {
	  display: block;
	  height: auto;
	  float: left;
	  width: 100%;
	  border: 0;
	  }
	.rslides_tabs {
		margin:-30px auto 0;
		width:100px;
		list-style: none;
		position: absolute;
		left: 50%;
		z-index: 1000;
	}
	.rslides_tabs li {
		float:left;
		margin:0 1px;
			background: none;
			padding: 0;
	}
	.rslides_tabs li a {
		display:block;
		width:16px;
		height:0;
		padding-top:18px;
		background-image:url(images/pagnation.png);
		background-position:-19px 0;
		float:left;
		overflow:hidden;
	}
	.rslides_tabs li.rslides_here a {
		background-position: 0px 0;
	}


/* Forms */

	form { margin-bottom: 20px; }
	fieldset { margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;	
		padding: 2px 4px; 
		outline: none; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		border-radius: 2px; 
		color: #777; 
		margin: 0; 
		width: 210px; 
		max-width: 100%;  
		background: #fff; 
		}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa; 
		color: #444; 
		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2); 
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); 
		box-shadow:  0 0 3px rgba(0,0,0,.2); 
		}
	textarea {
		min-height: 60px; }
	label,
	legend { }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal; 
		font-size: 13px; 
		color: #444; 
		}
		
/* navigation  */

	nav {} 
	.menu ul, 
	.main_menu,
	.main_menu ul {
		list-style: none; 
		margin: 0px; 
		padding-top: 8px;
		float: right;
		}
	.main_menu {float: left; clear:both; margin:30px 0 40px 0; width:248px; padding:0;}
	.footer_nav ul,
	.footer_nav {margin: 0; list-style: none; }
	.menu li, 
	.main_menu li {
		margin: 0 0 5px 0; 
		padding: 0 0 5px 0; 
		position: relative;
		display:block;
		background:url(images/menuborder.gif) repeat-x left bottom;
		line-height:14px;
		}
	.grid_4 .menu li {float: none;}
	.footer_nav li.last,
	.menu li.last, 
	.main_menu li.last {border-right: none;}
	.footer_nav li.first,
	.menu li.first, 
	.main_menu li.first {border-left: none;}
	.menu a, 
	.main_menu a {
		display: block; 
		font-size: 16px; 
		white-space: nowrap; 
		padding: 0 12px; 
		font-weight:700;
		text-decoration: none; 
		color: #4b4f50; 
		line-height:14px;
		text-transform:lowercase; 
		font-family: 'Archivo Narrow', sans-serif;
		}
	.menu a:hover, 
	.main_menu a:hover, .main_menu .current_page_item a {color: #4b4f50; background:url(images/menuhover.gif) no-repeat right center;}
	.footer_nav a:hover {text-decoration: underline;}

/* Level 2 drop down menu */

  nav ul ul, .menu-stuff-container ul ul {display: none;}
  nav ul li:hover > ul, nav ul li.active > ul {display: block;}
  nav ul:after {content: ""; clear: both; display: block;}
  ul.main_menu ul {
	border-radius: 0px; padding: 0; background-color: #fff;
	position: absolute; top: 100%; z-index: 999;
  }
  ul.main_menu ul li {
	float: none; 
	position: relative;
	margin: 0;
	padding: 3px 8px;
  }
  ul.main_menu ul li:hover {}
  ul.main_menu ul li a {
	display: block
	padding: 15px 40px;
	text-decoration: none;
  }	
  nav ul ul li a:hover {
  }
  ul.main_menu ul ul {
	position: absolute; left: 100%; top:0;
}
	
/* Contact Form 7 Override  --  use form layout <p class="formrow"><span class="label"><label for="firstname" >First Name:</label></span>[text* your-first-name]</p>    -- */
	
	.wpcf7 p {padding-bottom: 4px;}
	.ajax-loader {display: none;}
	.formrow, .submit, .wpcf7-response-output {width: 280px; margin: 0 10px; clear: both;}
	.formrow span.label {float:left; width: 90px; text-align: right; line-height: 20px; color: #fff;}
	.formrow span.wpcf7-form-control-wrap {float: right; width: 180px; text-align: left;margin-bottom: 4px;}
	.formrow span.wpcf7-form-control-wrap input {width: 170px; height: 18px;}
	.formrow span.wpcf7-form-control-wrap textarea {width: 170px; height: 40px;}
	.submit {text-align: right;}
	.submit input, .submit input:hover {width: 132px; height: 37px; background: url(btn.jpg) no-repeat 0 0;  text-indent: -1000px; cursor: pointer; border: none;}
	
	.sidebar .formrow, .sidebar .submit {width: 300px; margin: 0 10px; clear: both;}
	.sidebar .formrow span.label {float:left; width: 90px; text-align: right; line-height: 28px; color: #000; display: block;}
	.sidebar .formrow span.wpcf7-form-control-wrap {float: right; width: 200px; text-align: left;margin-bottom: 4px; display: block;}
	.sidebar .formrow span.wpcf7-form-control-wrap input {width: 190px; height: 22px;}
	.sidebar .submit {text-align: right;}
	.sidebar .submit input {width: 100px; height: 28px; background: url(submit-btn.png) no-repeat 0 0;  text-indent: -1000px; cursor: pointer; border: none;}

/* Social Media Mashup Override */

	.social-media-mashup p {font-size: 12px;}
	.social-media-mashup .entry-meta a {font-size: 14px;}
	
/* Custom Search */

.ct-search {margin: 0 0 0 10px; position: relative;}
#header .ct-search {float: right;}
.ct-search form {position: relative; width: 200px;}
.ct-search input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c3c3c3;
    color: #3c3c3c;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
    width: 130px;
	padding-right: 30px;
	float: left;
	border-radius: 6px;
}
.ct-search input[type="text"]:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #9BB4C3;
}
.ct-search input:-moz-placeholder {
    color: rgba(155, 180, 195, 0.9);
}
.ct-submit-bg {  height: 16px;
float: left;
    width: 16px;}
.ct-search input#go[type="submit"] {
    background: url(images/search.jpg) no-repeat 0 0;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    height: 16px;
    text-shadow: none;
    width: 16px;
	position: absolute;
	margin: 4px 0 0 -25px;
}
	
/* Shell Template */
	#header, #callout, #callout2, #callout3, #footer {min-width: 1000px;}

	.container {
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
        text-align: left;
	}
	
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4 {
		display: inline; 
		float: left; 
		position: relative; 
		padding: 0; 
		margin: 0;
	}
	
	.grid_1 { width: 1000px; } /* full width */
	.grid_2 { width: 693px; margin-right: 15px;}  /* main content width */
	.grid_3 { width: 292px;}  /* sidebar width */
	.grid_4 { width: 250px;}  /* footer nav width */
	
	.box_1, .box_2, .box_3 {}
	
	.box_1 {} /* this style is wraped around every post and every page content*/
	.box_2 {}
	.box_3 {}
	
/*  Shortcode styles 4% gutter */

	.full_width {}
	.one_half { width:48%; }
	.one_third { width:30.66%; }
	.two_third { width:65.33%; }
	.one_fourth { width:22%; }
	.three_fourth { width:74%; }
	.one_fifth { width:16.8%; }
	.two_fifth { width:37.6%; }
	.three_fifth { width:58.4%; }
	.four_fifth { width:67.2%; }
	.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth { position:relative; margin-right:4%; float:left; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
	.textcenter { text-align:center; }
	.textright { text-align:right; }
	.textleft { text-align:left; }
	div.box { background:url(images/dashboxbg.gif) no-repeat center bottom; padding:0 10px 10px 10px; display:block; height:1021px; width:332px; float:left; margin:0 20px 20px 0;}
	.lastbox { margin-right:0 !important; }
	
/*  Shortcode styles 2% gutter */

	.full_width {}
	.one_half { width:49%; }
	.one_third { width:32%; }
	.two_third { width:66%; }
	.one_fourth { width:23.5%; }
	.three_fourth { width:74.5%; }
	.one_fifth { width:18.4%; }
	.two_fifth { width:38.8%; }
	.three_fifth { width:59.2%; }
	.four_fifth { width:79.6%; }
	.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth { position:relative; margin-right:2%; float:left; }
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
	.fl { float:left; }
	.fr { float:right; }

/* Main template css */
	.logo {float: left;}
	.phone {float: right; font-family: 'Archivo Narrow', sans-serif; font-weight:700; height:33px; line-height:33px; font-size:16px; color:#4b4f50; margin:0 0 11px 0;}
		.phone a {color: inherit;}
	div.socialmedia { float:right; clear:right; }
		div.socialmedia img { float:left; }
	#header {
		
	}
	
		#header h2 {
			clear:right;
			float:left;
			font-family: 'Belgrano', serif;
			font-weight:normal;
			margin:58px 0 0 0;
			font-size:26px;
			text-transform:lowercase;
			line-height:28px;
		}
	
	#callout {
		
	}
	#callout2 {
		
	}
	
		#callout2 .grid_2 {
			float:right !important;	
			margin-top:-95px;
			width:725px !important;
		}
		
		#callout2 article {
	
		}
	
	aside {
		width:248px !important;
	}
	
		aside .widget {
			clear:both;
			display:block;
			margin:0 0 40px 0;
			border:1px dashed #c9c9c9;
			padding:8px 12px;	
		}
		
		aside .widget .widget-title {
			background:url(images/widgettitlebg.gif) repeat-x left bottom;
			margin:0 0 11px 0;
			padding:0 0 4px 0 !important;	
		}
		
		aside .widget input[type="submit"] {
			float:right;
		}
	
	#footer {
		clear: both; color: #959492; font-size: 12px; font-family:"Times New Roman", Times, serif;
		border-top:20px solid #f4f4f4;
		background:#e9e9e9;
		font-weight:normal;
		padding:6px 0 0 0;
	}
	#footer a { }
        .copy {clear: both; text-align:right; margin:15px 0 0 0; float:right;}
		
	#footer nav {
		float:left;	
		font-family: 'Archivo Narrow', sans-serif;
	}
	
		#footer nav ul {
			margin:8px 0;
			padding:0;	
		}
		
			#footer nav ul ul {
				display:none !important;	
			}
		
		#footer nav ul li {
			list-style:none;	
			border-left:1px solid #4b4f50;
			line-height:12px;
			float:left;
			padding:0;
		}
		
		#footer nav ul li.first {
			border:none !important;
		}
		
			#footer nav ul li a {
				color:#4b4f50 !important;
				text-decoration:none;
				padding:0 10px !important;
				line-height:12px;
				font-size:14px;
				font-weight:700;
			}
			
			#footer nav ul li a:hover {
				color:#4b4f50;
				text-decoration:underline;
			}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

}