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



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

* div  {
	background:#fce512;
}


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



* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p { margin:0 0 1em 0; }


.hide { 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:#002b39 url(img/body_bg_01.jpg) top center no-repeat;
  color:#fff;
	font-size:100%;
	font-family:Arial, Verdana, sans-serif;
}

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

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

a:hover { 
	color:#fff;
}

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

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

h4{
	font-size:1.1em;
}

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{

}

#header .inside {
}

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

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

#header #contact_info {
  margin:20px 0 0 0;
  float:right;
  color:#23686e;
  font-size:12px;
  font-weight:bold;
}

#header .intro { 
  width:560px;
  float:right;
}

#header .intro h1 { 
  font-size:22px;
	float:left;  
	text-indent:0;  
  font-weight:bold;
  line-height:25px;
  text-align:right;
  color:#23686e;
  margin:5px 0;
  text-shadow:0 1px #fff;
}

#header .intro p { 
	float:left;
	width:100%;
	clear:left;
	font-weight:bold;
	font-size:14px;
}

#home_tag {
	float:right;
	width:240px;
	margin:30px 0 0 0;
	padding:0 20px;
  border:1px solid #D7D6A8;
	background-color:#004a7e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  		
}

p.notice {
  background-image:url("img/info.png");
  background-position:10px 12px;
  background-repeat:no-repeat;
  margin:5px 0 10px 0;
  padding:5px 10px 0 36px;
}

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

#nav {
	width:650px;
	float:right;
	margin:30px 0 10px 0;
	padding:0;
}

ul#navigation{
	border:0;
	padding:0;
	margin:0 ;
	float:right;
	clear:both;
}

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

ul#navigation li a {
  padding:5px 10px;
  margin:0 0 20px 15px; 
  background-color:#70c53c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float:left;
  color:#fff;
  font-size:14px;
}

ul#navigation li a:hover, ul#navigation li a.selected {
  background-color:#0f6cb6;
  color:#fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul#navigation li.current_page_item a, ul#navigation li.current_page_parent a {
  background-color:#0f6cb6;
  color:#fff;
}

ul#navigation li.no_sep {
	margin:0;  
}

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

#primary{
	text-align: left;
	min-height:600px;
}

#primary .inside {

}

/* Single Post Styles */

#primary .primary {
	width:960px;
	float:left;
}

#primary .post{
	width:500px;
	float:left;
	padding:20px 0 20px 100px;	
}

#primary h2 a {
  color:#fff;
}

#primary h2 a:hover {
  color:#70c53c;
}

#primary .post strong{
  color:#aef9ff;
}

.no_r {
  margin-right:0;
}

.entry h2 {
  margin:20px 0 0 0;
}

.post h4 {
  margin:0 0 20px 0;
  padding:0;
  font-weight:bold;
  font-size:14px;
  color:#70c53c;
}

.post h4 a {
  color:#fff;
}

.postmetadata {
  padding:10px;
	background-color:#004a7e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
}


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

#primary .secondary{
	float:right;
	width:240px;
	margin:30px 0 20px 0;
	padding:0 20px 20px 20px;
	display:inline;
	background-color:#004a7e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  	
}

.secondary h2 {
	margin:0;
	color:#fff;
}

.secondary p {
	font-size:12px;
	margin:0;
}

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

#primary .secondary li.current_page_item a {
  color:#fff;
  font-weight:bold;
  padding:3px;
}

span.comments a {
  color:#fff;
}

span.comments a:hover {
  color:#aef9ff;
}

li.comment {
	background-color:#004a7e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding:15px;
  margin:0 0 30px 0;  
}

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

#footer {
	padding:0;
}

#footer .inside {
  padding:300px 0 0 0;
  background:transparent url(img/footer_bg_01.png) no-repeat bottom center;
  height:55px
}


#footer p {
	margin:0 20px;
	font-size:12px;
  color:#fff;	
}

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

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

#footer a {
  font-weight:bold;
  color:#fff;
}

#footer a:hover {
  font-weight:bold;
  color:#70c53c;
}


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