/*
Theme Name: Running Bird
Theme URI: http://manytricks.com
Description: Very loosely based on the default WordPress theme, which in turn is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. (Warning: This will not work out of the box unless you have access to our global template.php!)
Version: 1.1
Author: Many Tricks
Author URI: http://manytricks.com
Tags: tagfree
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/



/* Begin Typography & Colors */
body {
	background-color: #909090;
	color: #000;
	font-family: lucida grande, helvetica, arial;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}

#sidebar {
	text-align: left;
	color: #888;
	}

#page {
	text-align: left;
	color: #000;
	}

#content {
	padding-right:25px;
	border-right: 1px solid #eee
	}

#footer {
	border: none;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#page h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	}

#page h2 {
	color: #333;
	font-size: 21px;
	line-height: 24px;
	}

#page h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-shadow: 0px 1px 2px #cccccc;
	}

#page h2 a:link, #page h2 a:visited, #page h3 a:link, #page h3 a:visited {
	color: #333;
	}
#page h2 a:hover, #page h2 a:active, #page h3 a:hover, #page h3 a:active {
	color: #06a;
	}

#page h2, #page h2 a, #page h2 a:hover, #page h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar h2 {
	font-size: 14px;
	}

.entry {
	font-size: 14px;
	line-height: 21px;
	}

.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

small, .postmetadata {
	font-size: 10px;
	color: #aaaaaa
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 850px;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 570px;
	}

.widecolumn {
	padding: 0;
	margin: 0;
	width: 594px;
	}

.post {
	margin: 0;
	}

.widecolumn .post {
	margin: 0;
	}

.post + .post, .post + .navigation {
	margin-top: 50px;
	}

.post p {
	text-align: justify;
	}

.post p code {
	text-align: left;
	}

p.postmetadata {
	margin: 15px 0;
	text-align: center;
	}

.single p.postmetadata {
	margin: 30px 0;
	text-align: justify;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 850px;
	height: 30px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
#page h1 {
	padding-top: 70px;
	margin: 0;
	}

#page h2, #page h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	}

#sidebar h2 {
	margin: 0 0 5px 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 10px;
	padding: 0;
	}

html>body .entry ol {
	margin-left: 10px;
	padding: 0;
	}

html>body .entry li {
	margin: 7px 0 8px 30px;
	}

.entry li p {
	text-indent: 0;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul {
	margin: 0 0 0 11px;
	padding: 0;
	text-indent: -11px;
	}

#sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul {
	margin-left: 6px;
	padding-left: 0;
	}

#sidebar ul ul li {
	list-style-type: disc;
	margin: 3px 0 0;
	padding: 0;
	text-indent: 0;
	}

#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#sidebar #searchform #s {
	width: 122px;
	padding: 2px;
	-webkit-appearance: searchfield;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 5px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond {
	margin: 30px 0 30px 0;
	}
#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#commentform #submit {
	margin: 5px -5px 5px auto;
	float: right;
	}
#ajax-comment-preview {
	padding: 30px 0 0 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 3px 0 3px 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
.children {
	padding: 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0;
	margin: 0 0 0 auto;
	width: 230px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	width: 100%;
	height: 1px;
	margin: 14px 0 15px 0;
	color: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #eee;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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 5px;
	margin: 0;
}
/* End captions */

.rightalignedpaspartout {
	float: right;
	margin: 2px 0 10px 10px;
	padding: 3px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.leftalignedpaspartout {
	float: left;
	margin: 2px 10px 10px 0;
	padding: 3px;
	border: 1px solid #ddd;
	background-color: #fff;
}

/* Rob's tags */

.reviewnote {
	color:#990000;
}

.reviewgood {
	color:#008906;
	font-weight:bold;
}

.reviewreply {
	margin-left:10px;
}

.reviewheader {
	font-weight:bold;
	font-size:120%;
	padding-top:10px;
}

/* These are for formatting AppleScript */

/* bold-black */
.asbb {
	font-weight:bold;
}

/* italic-blue */
.asibu {
	font-style: italic;
	color: #0034ff;
}

/* green */
.asgr {
	color: #758f00;
}

/* purple */
.aspu {
	color: #773292;
}

/* bold-blue */
.asbub {
	font-weight: bold;
	color: #0034ff;
}

/* blue */
.asbu {
	color: #0034ff;
}

/* Many Tricks stuff */

img.magnifyingglass {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: -24px;
	right: 7px;
}

.screenshotframe {
	margin: 15px 0 15px 0;
	padding: 3px;
	width: 275px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.screenshot, .stealthscreenshot, .nonzoomingscreenshot, .movieshot {
	max-width: calc(100% - 8px);
	padding: 3px;
	border: 1px solid #ddd;
	background-color: #fff;
}

p.stickynote, div.stickynote {
	padding: 10px;
	background-color: #fff19c;
	border: 1px solid #efe18c;
	color: #771c00;
	text-align: center;
}
div.stickynote p {
	margin: 0;
	padding: 0;
	text-align: center;
}
div.stickynote p + p {
	margin-top: 5px;
}

/* table borders */

.entry table {
	border-collapse: collapse;
}

.entry table, .entry td {
	border: 1px solid #ccc;
}

.entry th {
	border: 1px solid #adadad;
}

.entry table.noborder, .entry table.noborder td, .entry table.noborder th {
	border: none;
}

.entry table.spaced {
	border-spacing: 10px;
	border-collapse: separate;
}

/* style to center all columns of a table */
	
table.cmany th,
table.cmany td {
	text-align: center;
}

/* styles to center various table columns */

table.c1 th:first-of-type, 
table.c1 td:first-of-type {
	text-align: center; 
}

table.c2 th:nth-of-type(2), 
table.c2 td:nth-of-type(2) { 
	text-align: center; 
}

table.c3 th:nth-of-type(3), 
table.c3 td:nth-of-type(3) { 
	text-align: center; 
}

table.c4 th:nth-of-type(4), 
table.c4 td:nth-of-type(4) { 
	text-align: center; 
}

table.c5 th:nth-of-type(5), 
table.c5 td:nth-of-type(5) { 
	text-align: center; 
}
