/*  
Theme Name: mha
Theme URI: http://purposemakers.net
Description: mha
Version: 0.1
Author: Michael McCrea
Author URI: http://purposemakers.net
*/



/*-----------------------------------------------------------------------------------------------
* div  {
  background:#cfd0d2;
}

  Reset and Global Styles
-----------------------------------------------------------------------------------------------*/

* {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
}

.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.alignleft {float:right; padding:0 10px 10px 0;}
.t_right{ text-align:right; }
.alignright {float:right; padding:0 0 10px 10px;}
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }


/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body {
  font-size:12px;
  line-height:1.5;  
  color:#323232;
  background:#fff;
  font-family:Arial, Helvetica, sans-serif;
}

/* This class sets the width and position for all rows */
.inside {
  width:960px;
  margin:0 auto;
  padding:0;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #50595b; }

h1 { font-size: 24px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 18px; margin-bottom: 0.75em; }
h3 { font-size: 18px; font-weight: normal; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 12px; font-weight: bold; margin-bottom: 0; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 12px; font-weight: bold; }

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a {
  color:#a60e47;
  text-decoration:none;
  font-weight:bold;
}

a:hover { 
  color:#a8a9a1;
}

ul {
  margin:0 0 20px 0;
}

ul li{
  list-style-type:square;
  margin:0.5em 0 0.5em 2em;
}

blockquote{
  padding:1px 12px 1px 1em;
  border-left:2px solid #C00;
  color:#BBB;
  background-color:#333;
  font-size:1.1em
}

hr {
  background-color: #fff;
  color: #fff;
  height:1px;
  border:0;
  margin:0;
  padding:0;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header {
  background:#505a5c url(img/header_bg_01.jpg) repeat-x top left;
  color:#a8a9a1;
  height:200px;
}

#header .inside {
  padding-bottom:10px;
}

#header h1{ 
  padding:60px 0 0 0;
  margin:0 0 0 30px;
  float:left;
}

#header h1 a { 
  text-decoration:none; 
  display:block;
  width:222px;
  height:60px;
  border:0;
  text-indent:-10000px;
  background: transparent url(img/mha_logo_01.png) no-repeat left top;
}

#search {
  float: right;
  padding: 30px 0 0 0;  
}

#header .intro { 
	float: right;
	padding: 15px 0 0;
	margin:0 8px 0 0;
	width: 600px;
}

#header .intro h2 { 
  font-size:21px;  
	text-indent:0;  
  font-weight:normal;
  line-height:21px;
  text-align:right;
  color:#edeeef;
  margin:0 15px 0 0;
  text-shadow:0 1px #000;
}

#header strong { 
  color:#dddedf;
}

/*-----------------------------------------------------------------------------------------------
  Menu Styles
-----------------------------------------------------------------------------------------------*/

#navigation {
	float: right;
	padding: 65px 0 0;
	margin:0 15px 0 0;
	width: 600px;
}

#navigation ul {
	float: right;
	margin:0 0 20px 0;
	list-style: none;
}

#navigation li {
	float: left;
	list-style: none;	
	margin:0 15px 0 0;
}

* html #navigation li {
	margin:0 0 -5px 0;   
}

#navigation a {
  display:block;
	color:#fff;
	font-size:11px;
  text-transform: uppercase;	
	background-color:#798082;	
	padding:5px 10px;
  font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#navigation li a:hover, #navigation li.current_page_item a, #navigation li.current_page_parent a {
	color:#fff;
  background-color:#a60e47;
}

#navigation li.current_page_item a:hover, #navigation li.current_page_parent a:hover {
	color:#fff;
  background-color:#a60e47;
}

#breadcrumb {
  font-size:11px;
  padding:15px 0 0 0;
  clear:both;
  font-weight:bold;
}

#breadcrumb a {
  color:#cc3333;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary {
  text-align:left;
}

#primary h2 {
  color:#fff;
  background:transparent url(img/h2_bg_01.png) top right no-repeat;
	padding:2px 45px 7px 15px;
	display:inline-block;
	margin:0 0 15px 0;
  zoom:1;
  *display:inline;	
}

#primary h2.red {
  background:transparent url(img/h2_bg_red_01.png) top right no-repeat;
}

#primary h2 a{
  font-weight:normal;
  color:#fff;
}

#primary h2 a:hover {
  color:#a60e47;
}

.breadcrumb {
  padding:10px 0 0 0;
  font-size:110%;
}

#primary .primary {
  width:620px;
  margin:0 10px 0 0;
  float:left;
}

#s1_container {
  padding:25px 0 15px 0;
  float:left;
  width:960px;
  height:340px;
  border-bottom:1px dashed #a8a9a1;   
}

#s1 {
  float:left;
  width:620px;
  height:340px;
}

#page_img_container {
  float:right;
  width:730px;
  height:356px;
  position:relative;  
}

#title {
  position:absolute;
  top:420px;
  height:25px;
  width:670px;
  z-index:100;
  background: url(img/s1_title_bg_01.png) repeat-x left top;
  padding:15px 30px 0 30px;
  color:#fff;
  text-align:right;
  font-weight:bold;  
}


* html #title {

}

#title h3 {
  color:#fff;
  display:inline;
	padding:0 0 0 20px;
	margin:0;
  font-size:11px;	
  font-weight:bold;	
}

#section_tag {
  float:right;
  width:670px;
  padding:10px 30px 0 30px;
  height:30px;
  margin-top:-40px;
  text-align:right;
  background-color:#a60e47;  
}

* html #section_tag {
  position: relative;
  top: -40px;
  margin-top:0;  
}


#section_tag h3 {
  color:#fff;
  display:inline;
  background: transparent url(img/bullet_bg_dark_01.gif) no-repeat left center; 
	padding:0 0 0 20px;
	margin:10px 0 0 0;
  font-size:18px;	
}

#content {
  float:left;
  width:640px;
  margin:25px 0;
  border-right:1px dashed #a8a9a1;    
}

* html #content {
  position: relative;
  top: -40px;
  margin-top:0; 
}

#home {
  width:610px; 
  padding:0 20px 0 0;
  float:left;
  margin:0 0 20px 0;
}

.post {
  padding:0 30px 0 0;
}

#page_col1 {
  width:480px;
  float:left;
  border-right:1px dashed #a8a9a1;   
}

#page_col2 {
  width:440px;
  float:right;  
}

#page_col1 h3, #page_col2 h3 {
  color:#a60e47;
  margin:0 0 4px 0;
  font-size:15px;
  font-weight:bold;
}

#page_col1 h4, #page_col2 h4 {
  color:#a60e47;
  font-size:12px;
  font-weight:bold;
}


#full_page {
  margin:25px 0;
}

.postmetadata {
  background-color:#eee;
  padding:5px 10px;
  margin:0 0 50px 0;
}

.back_link {
  color:#fff;
  background:transparent url(img/back_links_01.png) top left no-repeat;
	padding:5px 15px 7px 35px;
	display:inline-block;
	margin:0 0 15px 0;
  zoom:1;
  *display:inline;	  
}

.profile {
  width:112px;
  float:left;
  margin:10px 35px 0 0;
}


.last {
  margin-right:0;
}



/*-----------------------------------------------------------------------------------------------
  Home Projects
-----------------------------------------------------------------------------------------------*/

.home_projects_container {
  position:relative;
  width:303px;
  height:337px;
  float:left;
  margin:20px 0 20px 0;
  padding:0 17px 0 0;
}

.home_projects_container h3 {
  font-size:15px;
  position:absolute;
  bottom:0;
  left:0;
  height:45px;
  width:263px;
  z-index:100;
  background: url(img/s1_title_bg_01.png) repeat left top;
  padding:10px 20px 0 20px;
  margin:0;
  color:#fff;
}

.home_projects_container h3 a {
  color:#fff;

}

.home_project_hover {
  position:absolute;
  top:0;
  left:0;
  width:303px;
  height:337px;
  background:transparent url(img/home_project_hover_trans_01.png) top left;
  z-index:101;
  display:none;
  cursor:pointer;
}

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

.project_container {
  position:relative;
  width:196px;
  height:217px;
  float:left;
  margin:0 0 40px 0;
  padding:0 10px 0 0;
}

.project_container h3 {
  font-size:15px;
  position:absolute;
  bottom:0;
  left:0;
  height:45px;
  width:156px;
  z-index:100;
  background: url(img/s1_title_bg_01.png) repeat left top;
  padding:10px 20px 0 20px;
  margin:0;
  color:#fff;
}

.project_container h3 a {
  color:#fff;

}

.project_hover {
  position:absolute;
  top:0;
  left:0;
  height:217px;
  width:196px;
  background:transparent url(img/project_hover_trans_01.png) top left;
  z-index:101;
  display:none;
  cursor:pointer;
}

.thumb_base {
  height:360px;
  float:right;
  clear:right;  
}

.main_img_container {

}

.img_container {

}

#page {
  width:420px;
  padding:0 30px;
  float:left;
  border-right:1px solid #a8a9a1;
}

.date {
  font-weight:bold;
  color:#a60e47;
}

#project_container {
  margin:15px 0;
  min-height:500px;
}

#project_images {
  float:left;
  width:480px;
  border-right:1px dashed #a8a9a1;   
}

#project_details {
  float:right;
  width:440px;
}

h2.cat_header {
  margin-top:50px !important;
}
 

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

#gallery ul {
  display:none;
}


#gallery ul li {
  display:inline;
	list-style: none;
	padding:0;
	margin:0;
}

#gallery ul li a {
	height:116px;
	display:block;
	float:left;
	padding:10px 10px 20px 0;	
}

.wrapper {
  width:360px;
  margin:0 auto;
  position:relative;
}

span.project_gallery {
  position:absolute;
  bottom:0;
  right:0;
  height:47px;
  width:360px;
  background:transparent url(img/gallery_trans_01.png) top left;
  z-index:101;
}
 
/*-----------------------------------------------------------------------------------------------
  Thumbnail Gallery
-----------------------------------------------------------------------------------------------*/

.image-container {
	width: 940px;
	height: 600px;
	position: relative;
	overflow: hidden;
}

#showreel {
	width: 940px;
	height: 150px;
	display: block;
	margin:0 0 200px 0;
}

#showreel a {
	border: none;
	padding: 0;
}

#thumb_container {
	padding: 15px 0;
	overflow:hidden;
	width:890px;	
	right: 25px;
	float: left;
}


#thumb_container a {
	margin: 0 8px 0 7px;
}

#arrow_left {
	overflow: hidden;
	width: 25px;
	float: left;
	height: 35px;
	padding-top: 35px;
}

#arrow_left a {
	width: 12px;
	height: 22px;
	display: block;
	background-image: url(img/arrow-left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -10000px;
	float: left;
}

#arrow_left a:hover {
	background-position: -12px 0;
}

#arrow_right {
	width: 25px;
	float: right;
	overflow: hidden;
	height: 35px;
	padding-top: 35px;
}

#arrow_right a {
	width: 12px;
	height: 22px;
	display: block;
	background-image: url(img/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: 100000px;
	float: right;
}

#arrow_right a:hover {
	background-position: -12px 0;
}

.image-description {
	background-color: #000;
	position: absolute;
	bottom: 125px;
	left: 31px;
	padding: 10px;
}

.image-description h2,
.image-description p {
	margin: 0;
	padding: 0;
}

.image-description h2 {
	font-size: 18px;
}

.thumbnails {
  float:left;
}
  

/*-----------------------------------------------------------------------------------------------
  Secondary Items
-----------------------------------------------------------------------------------------------*/

#primary .secondary {
  width:300px;
  padding:25px 0 15px 0;
  float:right;
}

.secondary h3 {
  margin:0;
	padding:0; 
}

.secondary ul li {
  margin:0 ;
  list-style:none;
	padding:0 0 5px 15px;
  background:transparent url(img/red_arrow_bullet_01.png) 0 4px no-repeat;
}

.secondary li a {
  color:#50595b;
}

.secondary li a:hover, .secondary li.current-cat a {
  color:#a60e47; 
}

.sidebar_module {
  width:240px;
  float: left;
  margin:10px 0 10px 10px;
  padding:0 0 10px 0;
}

.first {
  margin:10px 0 10px 0; 
}

#primary .news {
  margin:30px 0 0 0;
}


#primary #page_sidebar {
  width:180px;
  float:right;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary {
  color:#fff;
  font-weight:bold;
  background-color: #a60e47;
}

#ancillary .inside{
  height:70px;
}

#ancillary p{
  padding:28px 0 0 0;
}

#ancillary a {
  color:#fff;
}

#ancillary a:hover { 
  color:#cc3333;
}

span.blue_t {
  color:#cc3333;
}

/*-----------------------------------------------------------------------------------------------
  Contact Form
-----------------------------------------------------------------------------------------------*/

.contactform {
  float:left;
  font-size:1.1em;
  width:400px;
}

label {

} 

.contacterror {
  border: 1px solid #ff0000;
}

.sub_error {
  background-color:#cc0000;
  color:#fff;
  padding:5px;
  margin:0 0 20px 0;
}

.sub_error p {
  padding:0px;
  margin:0px;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
  clear:both;
  color:#50595b;
  background:#f0f4f4 url(img/footer_bg_wide_01.gif) top left repeat-x;
}

#footer .inside {
  background:url(img/footer_bg_01.gif) top right no-repeat;
  height:374px;
}


#footer h3 {
  font-weight:bold;
}


#footer .sock {
  float:right;
  width:960px;
  padding:100px 0 80px 0;
}

#footer a {
  text-decoration:none;
  font-weight:bold;
  color:#50595B;
  text-transform:uppercase;
  font-size:11px;  
}

#footer ul {
  padding:0;
  margin:0;
  border-bottom:1px solid #ccc;  
}

#footer li {
  padding:7px 0;
  list-style-type:none;
  margin:0;
  border-top:1px solid #BABFC0;
}

#footer a:hover { 
  color:#A60E47;
}

#footer p {
  margin:0;
  font-size:11px;
}

#footer p.attributes{ 
  float:right;
  padding:0 0 0 1em;
}

a.rss {
  padding:4px 0 5px 16px;
  margin:5px 0 0 0;
  background: url(img/feed-icon-12x12.gif) no-repeat left center;
}

#contact_foot {
  width:293px;
  white-space: nowrap;
  float: left;
  padding:32px 30px 0 0;  
}

#contact_foot p {
  margin:0;
  padding:0;
}


.footer_links {
  float:left;
  padding:32px 143px 0 0;  
}

/*-----------------------------------------------------------------------------------------------
  Tables
-----------------------------------------------------------------------------------------------*/

#mytable {
  padding: 0;
  margin: 0;
  font-size: 85%;
  width:95%;
}

#mytable a {
  font-weight:bold;
}

th {
  color: #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background-color: #bc9b6a;
}

td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #4f6b72;
}

td.spec {
  border-left: 1px solid #eee;
  border-top: 0;
  font-weight:bold;
  background-color: #f5f5f5;  
}


label {
  float:left;
  font-size:15px;
  font-weight:bold;
}

input, textarea {
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  background-color:#eee;
  border:1px solid #ccc;
  color:#333;
  width:290px;
  font-family:Arial,Verdana,sans-serif;
  font-size:12px;
  margin-top:5px;
  padding:5px;
}

INPUT[type="submit"], .editable_input INPUT[type="button"] {
  color:#333;
  width:auto;
}

INPUT[type="checkbox"] {
  width:auto;
  padding:0;
  margin:2px 5px 0 2px;
}

