/*
Theme Name: Evacuate
Theme URI: http://www.ikatun.com/
Version: v1.0
Author: iKatun
Author URI: http://www.ikatun.com/
Description: Evacuate Boston.
*/

/*
global settings
---------------------------------------------- */
*{
margin: 0;
padding: 0;
}

body {
background: #e0e0e0;
font: 100%/1.3em Arial, Helvetica, sans-serif;
color: #333;
text-align: center;

}
a:link {
color: #7090c0;;
text-decoration: none;
}
a:visited {
color: #7090c0;;
text-decoration: none;
}
a:hover {
color: #7090c0;
text-decoration: none;
}
a:active {
color: #7090c0;
text-decoration: none;
}
a img { 
border: 0; 
}

/* hn */

h1, h2 {
font-weight: normal;
}

/*
layout
---------------------------------------------- */

#container {
	width: 800px;
	margin: 0 auto;
	font-size: 0.75em;
	text-align: left;
	background-color:#f9f9f9;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center -5px;
}

/*
header
----------------------------------------------- */

#header {

margin: 0;
padding: 0;

}
#header-inner {
	padding: 0 10px 10px;
	border: 0px solid #bbb9b9;
	border-top: none;

}
#title a{
text-align:center;
width: 100%;
color:#fff;
height:122px;
display:block;
}
h1 {
padding: 30px 0 0;
font: 1.8em Arial, Helvetica, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: -1px;
line-height:1em;
}
.shadow  { position:relative; display:block; color:#990000; }
.shadow span { position:absolute; display:block; top:0px;  }
.shadow:before { display:block; padding:1px; content: attr(title); color:#666;  } 
h1 a:link {
color: #fff;
}
p#tagline {
margin: 5px 0 0;
font-size: 0.9em;
}

/*
navigation
---------------------------------------------- */

ul#nav {
float: right;
font-size: 0.9em;
text-align: right;
text-transform: uppercase;
letter-spacing: 0.1em;
}
#nav li {
float: left;
list-style-type: none;
display: block;
margin-left: 10px;
}
#nav li a {
float: left;
height: 100%;
display: block;
padding: 30px 5px 0;
}
#nav li a:hover, 
body#home li#nav-home a, 
body#archives li#nav-archives a, 
body#contact li#nav-contact a, 
body#about li#nav-about a {
background: #f9f9f9;
}

/* 
photo		
------------------------------------------------------ */

#photo {
background: #fff;
margin: 0 0 5px;
padding: 0px 5px 5px;
width:540px;
float:left;
overflow:hidden;
}
#photo-inner {
background: #fff;
padding: 0px 10px 10px;
border: 0px solid #bbb9b9;
}
h2.photo-title {
	background: #fff;
	margin: 0 0 1px;
	padding: 5px 5px 1px;
	font-size: 1.8em;
	font-weight:bold;
	color: #666;
	letter-spacing: 0.1em;
	width:430px;
	float: left;
}
h2.photo-title span {
display: block;
background: #fff;
padding: 5px 10px;
border-bottom: 0px solid #ccc;
}
#photo-inner img {
margin: 0 0 10px;
padding: 0 0 10px;
}

/* 
photo meta		
------------------------------------------------------ */

#photo-meta {
	float: right;
	width: 110px;
	background: #fff;
	margin: 0 0 0px;
	padding: 0px 5px;
	font-size:10px;
}
#photo-meta-inner {
	background: #fff;
	padding: 0 10px;
	border: 0px solid #bbb9b9;
	text-align:right;
	vertical-align: bottom;
	margin-top: 15px;
}
#photo-meta ul {
margin: 0;
}
#photo-meta ul li {
list-style-type: none;
display: inline;
margin: 0;
padding: 0 5px;
border-right: 1px solid #e1e1e1;
line-height: 30px;
}

/* 
navigate		
------------------------------------------------------ */

#navigate {
float: right;
width: 200px;
font-size: 0.9em;
margin-top:10px;
}
#navigate-inner {
background: #fff;
padding: 0px;
text-align: center;
}
#navigate span.previous {
float: left;
}
#navigate span.next {
float: right;
}
#navigate span.previous,
#navigate span.next {
display: block;
width: 48%;
height: 30px;
background: #fff;
border: 1px solid #ccc;
}
#navigate span.previous a,
#navigate span.next a {
display: block;
padding: 0 5px;
line-height: 30px;
}
#navigate span.previous a:hover,
#navigate span.next a:hover {
background: #f9f9f9;
}

/* 
comments		
------------------------------------------------------ */

body#commentspopup {
margin: 0 10px;
}
#comments {
background: #e0e0e0;
font-size: 0.75em;
text-align: left;
}
#comments-header {
background: #d7d7d7;
margin: 0 0 20px;
padding: 5px;
padding-top: 0;
}
#comments-header-inner {
padding: 10px;
background: #fff;
border: 1px solid #bbb9b9;
border-top: none;
}
#comments-header h1 {
margin: 0;
padding: 0 0 5px;
border-bottom: 1px solid #cececd;
font: 1.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: -1px;
line-height:1em;
}
#comments-header h1 a:link {
color: #8c8c8c;
}
#comments-header h2 {
padding: 5px 0 0;
font-size: 0.9em;
}
#comments-info {
margin: 20px 0 0;
padding: 10px 0 0;
border-top: 1px solid #cececd;
}
#comments-info p {
font-size: 0.8em;
}
p.comments-meta {
margin: 10px 0 0;
padding: 0 0 5px 80px;
border-bottom: 1px solid #BDA7B0;
font-size: 0.9em;
line-height: 1.2em;
}
div.comment-main {
margin: 20px 0;
padding: 10px;
background: #fff;
border: 1px solid #bbb9b9;
font-size: 0.95em;
}
div.comment-main.authorcomment {
background: #E8D9E1;
}
div.comment-meta {
margin: 0 0 0 45px;
font-size: 0.9em;
line-height: 1.2em;
}
div.gravatar {
float: left;
}
span.comment-meta-author {
display: block;
margin: 0 0 3px;
padding: 0 0 3px;
border-bottom: 1px solid #cececd;
font-weight: bold;
text-transform: uppercase;
}
div.comment-body {
margin: 10px 0 0;
}
#comment-form {
background: #d7d7d7;
margin: 20px 0;
padding: 5px;
}
#comment-form-inner {
padding: 10px;
background: #fff;
border: 1px solid #bbb9b9;
}
#comment-form h2 {
margin: 0;
padding: 0 0 5px;
border-bottom: 1px solid #cececd;
font: 1.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: -1px;
line-height:1em;
}
#comments-form label {
display: block;
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 0.2em;
}
#comments-form label em {
font-style: normal;
text-transform: none;
letter-spacing: normal;
}
#author, 
#email,
#url,
#comment {
width: 95%;
margin: 0 0 10px;
padding: 4px;
background: #f7f7f7;
border: 1px solid #e0e0e0;
font: 0.9em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#comment-submit {
padding: 5px 10px;
background: #888;
border: 3px double #999;
border-top-color: #ccc;
border-left-color: #ccc;
font-size: 85%;
color: #d5d5d5;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.1em;
}
div.comment-form-info {
margin: 10px 0 10px;
border-bottom: 1px solid #cececd;
font-size: 0.9em;
color: #666;
line-height: 1.4em;
}
div.comment-form-info p {
margin: 5px 0;
}
p.trackback {
overflow: hidden;
}

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

#main1 {
	float: left;
	width: 100%;
	margin: 0 0;
	padding: 0px;


}
#main {
	float: left;
	width: 100%;
	margin: 0 0;
	padding: 0px;
	background: #fff;
}

#main-inner {
background: transparent;
padding:10px;
border: 0px solid #bbb9b9;
}
.page-body { }

h2.page-title {
padding: 10px;
border-bottom: 1px solid #cececd;
font: 2.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
font-weight:bold;
color: #326D97;
text-transform: uppercase;
letter-spacing: 3px;
line-height:2.5em;
}

/* sidebar	 */

#side {
float: right;
width: 230px;
background: #fff;
padding: 5px;
font-size: 1em;
}
#side-inner {
background: #fff;
padding: 10px;
border-left: 1px solid #ccc;
}
ul.arch-list {
background: #fff;
padding: 10px 0;
}
ul.arch-list li {
list-style-type: none;
border-bottom: 1px solid #e1e1e1;
}
ul.arch-list li:hover {
background-color:#CCC;

}

/* post */

div.post {
margin: 20px 0;
padding: 0 0 20px;
border-bottom: 1px solid #e1e1e1;
}
div.post-body {
float: left;
width: 100%;
margin: 0 10px 0 0;
padding: 0 10px 0 0;
border-right: 1px solid #e1e1e1;
}
div.post-body img {
padding: 1px;
border: 1px solid #e1e1e1;
}
h3.post-title {
font-size: 1.1em;
font-weight: bolder;
}
h4.post-meta {
font-size: 0.8em;
font-weight: normal;
}


/* 
footer		
------------------------------------------------------ */

#footer {
clear: both;
padding: 0 0 0 15px;
font-size: 0.8em;
text-align: center;
background-color:#326D97;
color: #eee;
}
#footer a, #footer a:hover, #footer a:visited{
clear: both;
padding: 0 0 0 0px;
font-size: 11px;
text-align: center;
background-color:#326D97;
color: #fff;
}

/* 
clear		
------------------------------------------------------ */

.clear {
clear: both;
height: 0;
line-height: 0;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* 
panes		
------------------------------------------------------ */
#meni {
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: solid 1px #ccc;
	height: 80px;
}

.pane {

	float:right;
	width:70px;
	height:85px;
	margin: 2px 20px;
	padding:0px;
	text-align:center;
	border:double 1px #ccc;
	background:#fff url(images/runs_small.jpg) no-repeat center 10px;
}
.pane1 {
	float:right;
	width:70px;
	height:85px;
	margin: 2px 20px;
	padding:0px;
	text-align:center;
	border:double 1px #ccc;
	background:#fff url(images/listen_small.gif) no-repeat center 10px;
}
.pane2 {
	float:right;
	width:70px;
	height:85px;
	margin: 2px 20px;
	padding:0px;
	text-align:center;
	border:double 1px #ccc;
	background:#fff url(images/about_small.jpg) no-repeat center 10px;
}
.pane h2 a, .pane1 h2 a, .pane2 h2 a{
	color:#326D97;
	background: #fff;
	display: block;
	margin-top:0px;
	width:70px;
	height:65px;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
}
.pane h2.on a, .pane1 h2.on a, .pane2 h2.on a{
	color:#326D97;
	background: #fff;
	display: block;
	margin-top:0px;
	width:70px; height:65px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	
}
.pane2 h2 a:hover, .pane1 h2 a:hover, .pane h2 a:hover{
	background:transparent;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	color:#326D97;
	display: block;
	margin-top:0px;
	width:70px; height:65px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
}
/* 
panes front		
------------------------------------------------------ */
#menix {
	margin:0 auto;
	padding-top:15px;
	padding-left:110px;
	margin-bottom:0px;
	height: 215px;
	clear: both;
	text-align:center;
background:#fff;
}

.panex {

	float:left;
	width:150px;
	height:200px;
	margin: 2px 20px 2px 20px;
	padding:0px;
	text-align:center;
	border:double 1px #ccc;
	background:#fff url(images/runs.jpg) no-repeat center 10px;
}
.panex1 {
	float:left;
	width:150px;
	height:200px;
	margin: 2px 20px;
	padding:0px;
	text-align:center;
	border:double 1px #ccc;
	background:#fff url(images/listen.gif) no-repeat center 10px;
}
.panex2 {
	float:left;
	width:150px;
	height:200px;
	margin: 2px 20px;
	padding:0px;
	text-align:center;
	border:double 1px #ccc;
	background:#fff url(images/about.jpg) no-repeat center 10px;
}
.panex h2 a, .panex1 h2 a, .panex2 h2 a{
	color:#326D97;
	background: #fff;
	display: block;
	margin-top:0px;
	width:150px;
	height:160px;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
}
.panex h2.on a, .panex1 h2.on a, .panex2 h2.on a{
	color:#326D97;
	background: #fff;
	display: block;
	margin-top:0px;
	width:150px; height:160px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	
}
.panex2 h2 a:hover, .panex1 h2 a:hover, .panex h2 a:hover{
	background:transparent;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	color:#326D97;
	display: block;
	margin-top:0px;
	width:150px; height:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
}
.breaths {
	font-size:130px;
	color:#FFFFFF;
	font-weight:bolder;
	filter:alpha(opacity=50);
	-moz-opacity:.50;		
	opacity:.50;
	display:block;
	line-height:135px;
	margin:10px;
        margin-bottom: 25px;
	text-align:center;
	height: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.breaths span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: super;
}

