/*  
Theme Name: escape theme 
Theme URI: http://purposemakers.net
Description: escape 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:#d3e5f4 url(img/body_bg_01.png) top center no-repeat;
  color:#324255;
	font-size:100%;
	font-family:Arial, Verdana, sans-serif;
}

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

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

a:hover { 
	color:#669933;
}

h1, h2, h3, h4{
	font-size:1.5em;
	color:#669933;
	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 0 -70px;
	padding:0;
	float:left;
}

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

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

#header .intro h1 { 
  font-size:30px;
	float:left;  
	text-indent:0;  
  font-weight:bold;
  line-height:34px;
  color:#324255;
  margin:30px 0 70px 0;
  text-shadow:0 1px #F4F8FC;
}

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

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

#nav {
	width:600px;
	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 0 0 65px;
	padding: 0;
	list-style-type: none;
	border:0;
	font-weight: bold;
}

ul#navigation li a{
	float: left;
	font-size:32px;
	display: block;
	margin:0;
	padding:0;
	color: #000;
	text-decoration: none;
}

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

ul#navigation li.current_page_item a {
  color:#669933;
}

ul#navigation li.current_page_parent a {
  color:#669933;
}

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

#page_nav {
  clear:both;
  float:left;
  padding:50px 0 0 0;
  height:120px;
  width:100%;  
}

#page_nav {
  clear:both;
  float:left;
  padding:50px 0 0 0;
  height:120px;
  width:100%;  
}

#page_nav { *padding:120px 0 0 0; } 

#page_nav .nav_block {
  float:left;
}

#page_nav .nav_block h5 a {
  width:175px;
  height:40px;
  padding:10px;
  margin:40px 0 20px 20px; 
  background-color:#669933;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #669933;  
  float:left;
  color:#fff;
  font-size:20px;
}

#page_nav .nav_block h5 a:hover {
  background-color:#324255;
  color:#d3e5f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #324255;    
}

#page_nav .nav_block span {
  font-size:11px;
}

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

#primary{
	text-align: left;
}

#primary .inside {
  background-color:#fff;
}

/* Single Post Styles */

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

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

#primary .primary a, #primary .secondary a{
	color:#669933;
	text-decoration:none;
}
#primary .primary a:hover, #primary .secondary a:hover{
	color:#324255;
}

.no_r {
  margin-right:0;
}




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

#primary .secondary{
	float:right;
	width:260px;
	margin:20px;
	padding:0 20px 20px 20px;
	display:inline;
	background-color:#eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eee;    	
}

.secondary h2 {
	margin:0;
}

.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:#000;
  font-weight:bold;
  padding:3px;
}


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

#footer {
	padding:0 0 5em 0;
}

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


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


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

