@charset "UTF-8";
/* CSS Document */
/* Generic iPhone Stylesheet */
* {
	margin:0;
	padding:0;
}
#blog-description {
	display:none;
}
body {
	background:#DDD;
	color:#222;
	font-family:Helvetica;
	font-size:14px;
	margin:0;
	padding:0;
}
#content-container {
	padding:10px;
	width:95%;
}
iframe {
	display:none;
}
img {
	border:2px solid #666;
	margin:2px;
}
.screen {
	display:none;
}
p {
	padding:6px 0;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear {
	clear:both;
}
#header h1 {
	background-color:#CCC;
	color:#222;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	border-bottom:1px solid #666;
	background-image: -webkit-gradient(linear,left top,left bottom, from(#CCC), to(#999));
}
#header ul li.page_item {
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li.page_item a {
	width:159px;
	float:left;
	margin-bottom:-1px;
	margin-right:-1px;
	background-color:#FFF;
	border:1px solid #999;
	display:block;
	color:#222;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#header h1 a {
	text-decoration:none;
	margin: 0 auto;
	color:#222;
	display:block;
	max-width:160px;
	text-shadow:0px 1px 0px #FFF;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#header ul.hide,.page-item-20 {
	display:none;
}
.screen,.widget,#podPress_footer {
	display:none !important;
}
textarea {
	width:95%;
}
.post h2 {
	font-size:20px;
}
#footer {
	color:#FFF;
}
#header div.leftButton {
	position:absolute;
	top:7px;
	left:6px;
	height:30px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	text-shadow:rgba(0,0,0,0.6) 0px -1px 0px;
	line-height:28px;
	border-width:0 8px;
	-webkit-border-image:url(images/button.png) 0 8 0 8;
}
#sidebar div.rightButton {
	position:absolute;
	top:7px;
	right:6px;
	height:30px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	text-shadow:rgba(0,0,0,0.6) 0px -1px 0px;
	line-height:28px;
	border-width:0 8px;
	-webkit-border-image:url(images/button.png) 0 8 0 8;
}
#header div.pressed,#sidebar div.pressed {
	-webkit-border-image:url(images/button_clicked.png) 0 8 0 8;
}

/* from main style */

.post {
	margin-bottom:20px;
}
.post .entry {
	font-size: 0.9em;
	line-height: 1.3em;
	clear: both;
}

.post .entry h1 {
	line-height:1.2em;
}
.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}
.post .date {
	background: url(images/date.png) no-repeat;
	width: 59px;
	float: right;
	margin:5px 0 5px 2px;
	height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
}

.metadata {
	margin-top: 5px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.hr {
	clear: both;
	border: 0;
	background-image: url(images/hr.png);
	width: 300px;
	height: 50px;
	margin: -20px auto 0;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
	margin-top: 10px;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 4px;
   margin: 0;
}

