﻿@import url(../feedburner.css);

body
{
	background: #fff url(../../images/stripes/background.jpg) no-repeat;
	font-family: Calibri, Helvetica;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
.error
{
	background-color: #FFC7CE;
	color: #9C0006;
	border: #9C0006 solid medium;
}
.center
{
	text-align: center;
}

#header
{
	margin: 0;
	margin-top: 10px;
}
#header #logo, #header #header_left
{
	float: left;
}
#header #logo
{
	margin-left: 40px;
	border: 0;
}
#header #header_left
{
	margin-left: 10px;
	width: 80%;
}

#header_left .title
{
	font-size: 24pt;
	font-weight: bold;
	margin: 4px 0;
}
#header_left .title a
{
	color: black;
	text-decoration: none;
}
#header_left #menu
{
	margin: 0;
}
#header_left #loading
{
	clear: both;
}
#menu, #menu a
{
	color: #fff;
	font-size: 14px;
}
#menu p
{
	margin-top: 2px;
}
#menu div
{
	margin-top: -1px;
}
#menu p
{
	float: left;
	text-transform: uppercase;
}
#menu p, #menu a
{
	text-decoration: none;
}
#menu a:hover
{
	text-decoration: underline;
}
#menu #feeds
{
	float: right;
	vertical-align: bottom;
}

#page_body
{
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

#main_section
{
	background: url(../../images/stripes/main-section-repeat.png) repeat-y;
	padding: 6px 0 4px 15px;
}
#main_section_top
{
	background: url(../../images/stripes/main-section-top.png) no-repeat;
	padding-top: 13px;
}
#main_section_bottom
{
	background: url(../../images/stripes/main-section-bottom.png) no-repeat;
	padding-top: 13px;
}

#main_content.narrow
{
	width: 450px;
	float: left;
}
#sidebar_one.narrow
{
	width: 300px;
	float: left;
	padding-left: 7px;
}
#sidebar_two.narrow
{
	width: 203px;
	float: left;
	padding-left: 7px;
}
#main_section_end
{
	clear: both;
}

#main_content h1, #main_content h2, #sidebar_one h2, #sidebar_two h2, #footer h2
{
	text-transform: uppercase;
}
#main_content h2 a, #sidebar_one h2 a, #sidebar_two h2 a, #footer h2 a
{
	text-decoration: none;
	color: #000;
}

#main_content h2 a:hover, #sidebar_one h2 a:hover, #sidebar_two h2 a:hover, #footer h2 a:hover {
	text-decoration: underline;
}

#main_content h1
{
	margin: 0;
	padding: 0;
	font-size: 12pt;
}
#main_content h2, #sidebar_one h2, #sidebar_two h2, #footer h2
{
	margin: 0;
	margin-left: 4px;
	margin-bottom: 2px;
	padding: 0;
}
#main_content h2
{
	font-size: 10pt;
}
#sidebar_one h2, #sidebar_two h2
{
	font-size: 9pt;
	margin-left: 0;
}
#main_content .content, #sidebar_one .content
{
	padding: 4px;
}
#main_content .content
{
	border: 2px #eaeaea solid;
	background-color: #fff;
}
#sidebar_one .content
{
	border: 1px #eaeaea solid;
	background-color: #fff;
	margin-bottom: 4px;
	padding: 4px 8px;
}
#sidebar_two .content, #sidebar_two .ads {
	margin-bottom: 4px;
	padding: 4px 8px;
}
#main_content .content p, #sidebar_one .content p
{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.14;
}

#footer
{
	padding: 10px 15px 0 18px;
}
#footer h2
{
	font-size: 8pt;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}
#footer p
{
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

a, a:visited, a:hover, a:link, a:active {
	color: #6498cc;
}

div#search input {
	border: 1px #eaeaea solid;
	background: white;
	text-transform: uppercase;
	font-size: 8pt;
}

div#flickr {
	text-align: center;
}

div#flickr img {
	margin: 2px;
	padding: 1px;
}

div#flickr a img {
	border: 1px #6498cc solid;
}

div#flickr a:hover img {
	border: 1px #D07F30 solid;
}

#creditfooter {
	display: none;
}

ul.tags 
{
	margin: 4px;
	margin-bottom: 10px;
	padding: 0;
}
ul.tags li {
	display: inline;
}

code.psconsole
{
  display: block;
  clear: both;
  background: #012456;
  color: #fff;
  padding: 5px;
  font-family: Consolas, "Courier New", monospace;
  font-weight: bold;
  font-style: normal;
}

code.psconsole .error
{
  color: #f00;
  background: #000;
  border: none;
}
