/*  
Theme Name: mba
Theme URI: http://purposemakers.net
Description: mba
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:11px;
  line-height:1.5;  
  color:#323232;
  background:#fff;
  font-family:"Helvetica Neue", 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: #323232; }

h1 { font-size: 24px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 20px; margin-bottom: 0.75em; }
h3 { font-size: 15px; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 12px; font-weight: bold; margin-bottom: 1.25em; }
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:#a8a9a1;
  text-decoration:none;
  font-weight:bold;
}

a:hover { 
  color:#a50f38;
}

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-color:#323232;
  color:#a8a9a1;
  height:196px;
}


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

#header h1{ 
  font-size:2.25em;
  padding:30px 15px 15px 0;
  margin:0;
  float:left;
}

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

#header h2{ 
  margin:0;
  padding:0;
  float:left;
  clear:right;
  font-size:2.5em;
}

#header h2 a { 
  text-decoration:none; 
  display:block;
  width:290px;
  height:80px;
  border:0;
  text-indent:-10000px;
}

#members h2 a { 
  background: transparent url(img/members_button_01.gif) no-repeat left top;
  margin:0 0 0 30px;
}

#visitors h2 a { 
  background: transparent url(img/visitors_button_01.gif) no-repeat left top;
  margin:0 0 0 120px;
}

#home_tag {
  float:left;
  width:670px;
  margin:20px 0 0 45px;
}

#home_tag p, #home_tag h3  {
  margin:0;
}

#home_tag p  {
  color:#ccc;
  font-size:13px;
  font-weight:bold;
}

#home_tag h3  {
  font-size:2em;
}

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

#contact_head {
  width:370px;
  white-space: nowrap;
  float: right;
  clear:right;
  padding:40px 30px 0 0;  
}

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


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

#nav {
  width:175px;
  float:left;
  font-size:12px;
}

ul#navigation{
  padding:30px 0 0 0;
  margin:0 ;
}

#navigation li {
  margin:0 ;
  list-style:none;
	padding:0 0 0 20px;   
	margin:0 0 5px 0;   
  background: transparent url(img/bullet_bg_01.gif) no-repeat 0 5px;  
}


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

}


#navigation a {
  display:block;
	color:#191919;	 
	padding:0; 
  font-weight:bold;  
}


ul#navigation li a:hover, ul#navigation li a.selected{
	color:#a50f38;	
}

#navigation li.current_page_item, #navigation li.current_page_parent {
	color:#a50f38;
}

#navigation li.current_page_item a, #navigation li.current_page_parent a {
  color:#a50f38; 
}

#navigation li.current_page_item a:hover, #navigation li.current_page_parent a:hover {
  color:#191919;
}

#navigation li ul {
  padding:5px 0 0 0;  
}

#navigation li ul li {
  background: transparent url(img/bullet_bg_grey_01.gif) no-repeat 0 7px;
	padding:0 0 0 15px; 
}

#navigation li ul li a {
  color:#a8a9a1;
}

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

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

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

#primary {
  text-align:left;
}

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

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

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

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

#s1_container {
  float:right;
  width:730px;
  height:460px;
  position:relative;  
}

#s1 {
  width:730px;
  height:460px;
}

#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;
  background: transparent url(img/bullet_bg_01.png) no-repeat 0 3px; 
	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:#a50f38;  
}

* 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:right;
  background-color:#ededed;
  width:730px; 
}

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

#home {
  width:305px;
  padding:0 30px;
  float:left;
  margin:20px 0;
  border-right:1px solid #a8a9a1;  
}

.post h2 {
	padding:0 0 0 20px;   
	margin:0 0 5px 0;   
  background: transparent url(img/bullet_bg_01.gif) no-repeat 0 12px;
}


.project_container {
  border-bottom:1px solid #a8a9a1;
}

.project {
  width:470px;
  float:left;
  margin:20px 0;
  padding:0 30px;
  clear:left;

}

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

.pro_details {
  float:left;
  margin:30px 0 0 10px;
  width:165px;
  clear:right;
}

.main_img_container {
  width:480px;
  margin:-5px 0 0 0;
  padding:0;  
  float:left;
}

.img_container {
  width:135px;
  margin:15px 0;
  padding:0 30px;  
  float:right;
  clear:right;
}

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

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

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

#primary .secondary {
  width:295px;
  padding:15px 30px;
  float:right;
}

#primary .secondary h2 {
	padding:0 0 0 20px;   
	margin:0 0 5px 0;   
  background: transparent url(img/bullet_bg_01.gif) no-repeat 0 12px;
}

#primary .secondary h2 a{
  margin:10px 0 10px 10px;
  display:block;
  padding:3px 10px 5px 5px;  
  font-weight:normal;
  color:#fff;
  background-color:#a50f38;
}

#primary .secondary h2 a:hover {
	color:#fff;
	background-color:#cc3333;
}


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

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

.secondary li a {
  color:#323232; 
}

.secondary li a:hover {
  color:#a50f38; 
}

.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: #a50f38;
}

#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:#a8a9a1;
}

#footer .sock {
  float:right;
  background-color:#ededed;
  width:670px;
  padding:15px 30px 80px 30px;
}

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

#footer a:hover { 

}

#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;
}


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


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


