/*  
Theme Name: Redstripe2
Theme URI: http://linuxart.com/
Description: New theme, red bar and all
Version: 2.0.0
Author: Garrett LeSage
Author URI: http://linuxart.com/
 */
body {
	font-family: Lucida Grande, Myriad, Andale Sans, Luxi Sans, Bitstream Vera Sans, Tahoma, Toga Sans, Helvetica, Arial, sans-serif;
	color: #000;
	background: #555 url(tile.png);
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

#page {
	color: #555;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #000;
	border-width: 0 1px;
	max-width: 760px;
	/* IE6 only */
	width: 760px;
}

html>body #page {
	width: auto;
}

hr {
	height: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
}
#header ul {
}
#header {
	background: #820022 url(images/header-bg.gif) repeat-x bottom;
	padding: 10px;
	border-top: 5px solid #fcc500;
	border-bottom: 2px solid #b96820;
	/* IE Hack */
	height: 1%;
}
html>body #header {
	height: auto;
}
#header h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	display: none;
}
#header a {
}
#header hr {
	clear: both;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	/* IE Hack */
	display: none;
}
html>body #header hr {
	display: block;
}
#header .description {
	display:  none;
}
#headerimg h1 {
	float: left;
	font-size: inherit;
}
.narrowcolumn, .widecolumn {

}
#footer {
	clear: both;
	text-align: center;
	font-size: x-small;
	color: #999;
	padding: 1em;
	background: #222 url(tile-verydark.png);
	width: 100%;
}
html>body #footer {
	width: auto;
}
.commentlist {
	line-height: 1.6em;
}
.commentlist li {
	margin: 0;
	padding-bottom: 0.5em;
}
.commentlist cite {
	font-style: normal;
	font-size: 1.2em;
}
.commentlist cite, .commentlist cite a {
}
.commentlist p {

}
.commentmetadata {
}
.commentdate {
	margin-left: 1em;
	font-size: 0.9em;
}
.commentdate a:link,
.commentdate a:visited {
	color: #aaa;
}
.commentbody {
	margin: 0 1em 3em;
}
#sidebar {
	clear: both;
	border-top: 1px solid #333;
	line-height: 1.2em;
	color: #8eacbf;
	background: #333 url(tile-dark.png);
	margin: 0;
	padding: 3em;
	overflow: hidden;
	color: #ccc;
	/* IE6 hack for hasLayout */
	height: 1%;
}
html>body #sidebar {
	height: auto;
}
#sidebar h2 {
	font-weight: normal;
	text-transform: lowercase;
	margin: 0.75em 0;
	text-shadow: 3px 3px 5px #444;
}
#sidebar input, #sidebar select {
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li, #sidebar ul {
	list-style: none;
}
#sidebar ul li {
	/*
	margin: 2.5em 2em 3em 2.5em;
	 */
}
#sidebar ul ul,
#sidebar ul form {
	padding: 0;
	margin: 0.5em;
}
#sidebar form  input,
#sidebar form  select {
	font-size: 0.9em;
}
#sidebar ul li {
	float: left;
}
#sidebar li li {
	border: 0;
	margin: 0;
	float: none;
}
#sidebar a:link {
	color: #8eacbf;
	text-shadow: 2px 2px 2px #444;
}
#sidebar a:visited {
	text-shadow: 2px 2px 2px #333;
}
#sidebar a:hover {
	color: #f93;
	text-decoration: underline;
	text-shadow: 2px 2px 2px #333;
}

.post {
	padding: 3em 2em 3em 2em;
}
.post p {
}
.post .entry {
	padding: 0.125em 2em;
	margin: 0;
	line-height: 1.6em;
	/*
	text-align: justify;
	 */
}
.post .entry a,
.post .entrytext a {
	font-weight: bold;
}
.post h2 {
	text-shadow: 0.5px 0.5px 1.5px #ffd01f;
	font-weight: normal;
	margin: 0;
}
.post h2 a {
	color: #cc6c27;
}
.post + .post {
	padding-top: 0;
}
.date {
	font-size: 1.4em;
	color: #bbb;
	border-bottom: 1px solid #c6d5df;
	display: inline;
	padding: 0 3em 3px 0.5em;
}
.day {
	color: #8eacbf;
}
.daydate {
	font-size: 75%;
	padding: 0 0.125em;
}
.year {
	font-size: 65%;
}

.post small {
	font-size: inherit;
}
.post {

}
.date {

}
.postmetadata {
	/*
	font-size: 0.8em;
	 */
color: #bbb;
text-align: right;
font-size: 0.9em;
padding: 0 0.5em;
}
.postmetadata .cat {
	text-align: left;
	float: left;
}
.postmetadata .cat a {
	color: #aaa;
}
.postmetadata .cat a:hover {
	color: #f50;
}
.postmetadata small {
}
.postmetadata .morelink {
}
.postmetadata .morelink a {
	background-color: #edf3f7;
	position: relative;
	padding: 4px 8px;
	white-space: nowrap;
}
.widecolumn .postmetadata {
	color: #aaa;
	text-align: left;
	line-height: 1.6em;
	margin: 2em 2em 0 3em;
	margin-bottom: 0;
}
.widecolumn .post .entrytext {
	margin-left: 1em;
	line-height: 1.6em;
}
.widecolumn .navigation,
.widecolumn .post,
.widecolumn #comments {
	margin: 0 auto;
	max-width: 60em;
}
.widecolumn .notice {
	text-align: center;
}
img.centered {
	text-align: center;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.entry form {

}
#commentform textarea {

}
.post .alt {

}
.commentlist {

}
.commentlist a {

}
.commentlist li {

}
.commentlist .alt {

}
.commentlist li li {

}
#comments h3 {
	margin: 0 0 2em 0;
	text-transform: lowercase;
	color: #999;
	font-weight: normal;
}
#comments {
	margin: 0 3em;
}
#comments form {
	padding-left: 2em;
	line-height: 1em;
}
#comments form textarea {
	width: 40em;
}
#comments form input {
	margin: 0 6pt;
}
#comments form label {
	width: 6em;
	float: left;
	text-align: right;
	padding: 4pt 0 0;
}
#wp-calendar td.pad:hover {

}
hr {
	height: 0;
	border: 0;
}
.navigation {
	overflow: hidden;
	margin: 0 2em 2em;
}
.jumpto-content {
	display: none;
}
.navbar ul {
	list-style: none;
	display: inline;
}
.navbar li {
	display: inline;
}
.navbar li a {
	float: left;
	display: block;
	padding: 0.25em 0.5em;
	color: #fc3;
	text-transform: lowercase;
} 
.navbar li a:before {
}
.navbar li a:after {
}


.wp-caption a img,
.imgbox a img,
.img-box a img {
	padding: 5px;
	background-color: #e6e6e6;
	border: 2px solid #ccc;
	-moz-border-radius: 2.5px;
	border-radius: 2.5px;
	border-width: 1px 2px 2px 1px;
}
.wp-captiona:hover img,
.imgbox a:hover img,
.img-box a:hover img {
	background-color: #f0f0ff;
	border-color: #bbc;
}
.wp-caption a img,
.imgbox a img,
.img-box a img {
	padding: 10px;
}
.wp-caption,
.imgbox,
img-box {
	color: #777;
	font-size: 80%;
	line-height: 2em;
}

.aligncenter {
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
  margin-bottom: 2em;
}

.dirview-box {
	background-color: #fff;
	color: #000;
}
.box-white {
	font-size: small;
}
.dirview-item {
	float: left;
	font-family: arial,sans-serif;
	width: 150px;
	text-align: center;
	font-size: x-small;
	padding-top: 0.5em;
}
.dirview-item a {
	text-decoration: none;
}
.dirview-info {
	color: #999;
}
.dirview-extinfo {
	color: #999;
}
.dirview-date {
	color: #999;
}

#searchform {
	float: right;
	margin: 0;
	padding: 0;
}

.notice {
	margin: -3em -2em 3em -3em;
	padding: 1em 2em;
	display: block;
}
.notice.title {
	padding: 0;
}
.notice.title a {
	background: #e1f5d1 url(images/bg-notice-title.gif) repeat-x bottom;
	display: block;
	padding: 1em 2em;
	font-size: 98%;
	color: #779d5b;
	letter-spacing: 1px;
	border-bottom: 1px solid #ecf0e8;
}
.notice.title a:hover {
	color: #f50;
}

#content {
	padding: 3em 2em 2em 3em;
	border-top: 1px solid #555;
}
html>body #content {
	background: #fff url(images/bg-shadow.png) repeat-x bottom;
}
#content.narrowcolumn {
	/*
	border-left: 240px solid #555;
	 */
}
#content.widecolumn {
}


#main {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	position: relative;
}
html>body #main {
	border: none;
}

#rphotos {
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 104px;
	margin-top: -15px;
	background-color: #000;
}
html>body #rphotos {
	margin: 0 auto;
}

.photo-thumbs {
	height: 104px;
	background-color: #000;
	white-space: nowrap;
	text-align: center;
}
.photo-thumbs a {
	opacity: 1.0;
}
.photo-thumbs a img {
	border: 0;
	border-right: 1px solid #222;
}
.photo-thumbs a:hover {
	opacity: 0.8;
}

a:link {
	color: #7d9cb2;
	text-decoration: none;
}
a:visited {
	color: #a28cd4;
	text-decoration: none;
}
a:active {
}
a:hover {
	color: #f50;
	text-decoration: underline;
}

#err-warn {
	margin: 2em;
	color: #b63;
}

#linkcat-1, #linkcat-4, .pagenav {
	width: 30%;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
	margin: 0 1.5%;
}
#linkcat-1, #linkcat-4 {
}
#linkcat-1 h2, #linkcat-4 h2, .pagenav h2 {
	padding-top: 2em;
}
#linkcat-4 li {
	display: inline;
}
#linkcat-4 a {
	display: inline;
	padding: 0 2pt;
}

#group-archives,
#group-categories {
	text-align: center;
	width: 50%;
}

body.os-wii {
	font-size: 18pt;
}

body.os-wii #page {
	max-width: none;
}

body.os-wii #footer {
	font-size: 12pt;
}
body.os-wii input {
	font-size: 18pt;
}

blockquote {
	border-left: 2px dotted #ccc;
	padding: 0.25em 0 0.25em 1em;
	margin-left: 2em;
}

#tweetbacks {
  margin-top: 4em;
}
