/*  
Theme Name: triax
Theme URI: http://purposemakers.net
Description: triax
Version: 0.2
Author: Michael McCrea
Author URI: http://purposemakers.net
*/



/*-----------------------------------------------------------------------------------------------

* div  {
	background:#b5bbd1;
}


  Global Styles
-----------------------------------------------------------------------------------------------*/



* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }

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

body {
	background:#fff;
	color:#777;
	font-size:70%;
	font-family:Verdana, Arial, sans-serif;
}

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

a {
	color:#061b64;
	text-decoration:none;
}

a:hover { 
	color:#495492;
}

h1, h2, h3, h4{
	font-size:2em;
	color:#061b64;
	font-weight:normal;
	padding-top:10px;
	margin:0 0 20px 0;	
}

h2, h3{
	font-size:1.8em;
}

h4{
	font-size:1.5em;
}

p{
	line-height:1.75em;
}

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
}



/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	height:185px;
	background-color:#665bd1;
	border-top:10px solid #061b64;	
}

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

#header h2 a{ 
	text-decoration:none; 
	display:block;
	width:850px;
	height:185px;
	border:0;
	text-indent:-10000px;
	background: transparent url(img/triax_header_logo_01.gif) no-repeat left top;
}


#header h3{ 
	margin:40px 0 0 0;
	padding:0;
	color:#495492;	
}

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

#nav {
	background-color:#495492;
	border-bottom:10px solid #b5bbd1;	
}

ul#navigation{
	width:75em;
	border:0;
	padding:0;
	margin:10px 0 0 0 ;
	float:left;
	clear:both;
}

ul#navigation li{
	float: left;
	display: inline;	
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	border:0;
	font-size: 1.1em;
	font-weight: bold;
}

ul#navigation li a{
	float: left;
	display: block;
	margin:7px 0 0 0;
	padding: 5px 12px;
	border:1px solid #fff;
	border-bottom:none;
	color: #fff;
	text-decoration: none;
  background: #061b64 url(img/nav_seperator_01.gif) no-repeat left top;	
}



ul#navigation li a:hover, ul#navigation li a.selected{
	background-color: #665bd1;
	color: #fff;
}

ul#navigation li.current_page_item a {
  background: #b5bbd1 url(img/nav_seperator_01.gif) no-repeat left top;
  color:#061b64;
}

ul#navigation li.current_page_parent a {
  background: #b5bbd1 url(img/nav_seperator_01.gif) no-repeat left top;	
  color:#061b64;
}

ul#navigation li a.no_sep {
  background-image:none;
}

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

#primary{
	padding:2em 0 0 0;
	text-align: left;
  background: url('img/main_bg_01.jpg') repeat center top;	
}

/* Single Post Styles */

#primary .primary{
	float:left;
	width:50em;
	padding:10px 0 30px 0;
}

#primary.home img {
	float:left;
	margin:10px 10px 0 0;
}


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

#primary .secondary{
	float:right;
	width:20em;
	padding:10px 0 30px 0;
	margin-left:5px;
	display:inline;
}

.secondary ul {
	list-style-type:none;
	margin:0 0 2em 0;
}

.secondary ul li {
	list-style-type:none;
	margin:0;
	padding:0.8em 0;
	border-bottom:1px solid #eee;
}

.secondary h2 {
	margin-bottom:10px;
}

#primary .secondary li.current_page_item a {
  color:#fff;	
  background-color: #495492;
  padding:3px;
}

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

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

#ancillary .inside{
	height:70px;
  background: url(img/triax_icon.gif) no-repeat left 70%;
}

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

#ancillary a {
	color:#fff;
}

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

span.blue_t {
	color:#061b64;
}

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

#footer{
	clear:both;
	padding:1em 0 5em 0;
	border-top:10px solid #b5bbd1;	
}

#footer .inside{
	padding:0.5em 0;
}

#footer p {
	margin:0;
	font-size:0.95em;
}

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

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


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

table {
  font-size:70%;
  padding: 0;
  margin: 0 0 20px 0;
  border-collapse:collapse; 
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;  
}

th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  text-align: left;
  padding: 5px 5px 5px 10px;
}

td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 5px 10px;
}