﻿body {
	margin: 0;
	color: #333333;
	font-size: small;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../i/PBS_magpie.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
a:link {
	color: #69c;
	text-decoration: none;
}
#newshead {
	margin: 0px;
	width: 560px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	font-weight: bold;
	height: 25px;
	padding-top: 0px;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #69c;
	text-decoration: underline;
}
a img {
	border-width: 0;
}
/* Header
-----------------------------------------------
*/
#header-wrapper {
	width: 100%;
	margin: 0 auto 10px;
}
#header-inner {
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(../i/PBS_title.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 80px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header h1 {
	margin: 5px 5px 0;
	padding: 15px 20px .25em;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font: normal normal 200% Georgia, Serif;
}
#header a {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #666666;
}
#header .description {
	max-width: 700px;
	display: none;
}
#header img {
	margin-left: auto;
	margin-right: auto;
}
/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
	width: 800px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 8px;
}
#main-wrapper {
	width: 560px;
	float: left;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */;
	overflow: auto; /* fix for long non-text content breaking IE sidebar float */;
	height: 280px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#sidebar-wrapper {
	border-top: 2px solid #000;
	width: 220px;
		float: right;
		word-wrap: break-word; /* fix for long text breaking sidebar float in IE */;
		overflow: hidden; /* fix for long non-text content breaking IE sidebar float */;
		margin-top: -27px;
	height: 331px;
}
/* Headings
----------------------------------------------- */
h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
h5 {
	text-transform: uppercase;
	color: #333;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0px;
}
/* Posts
-----------------------------------------------
*/
h2.date-header {
	margin: 1.5em 0 .5em;
}
.post {
	margin: .5em 0 1.5em;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.post h3 {
	font-size: 18pt;
	font-weight: normal;
	color: #69c;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
	display: block;
	text-decoration: none;
	color: #69c;
	font-weight: normal;
}
.post h3 strong, .post h3 a:hover {
	color: #333333;
}
.post-body {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	font-size: 10pt;
	line-height: 16pt;
	padding-right: 10px;
	color: #666;
}
.post-body blockquote {
	line-height: 1.3em;
}
.post-footer {
	margin: .75em 0;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: .1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	line-height: 1.4em;
}
.comment-link {
	margin-left: .6em;
}
.post img {
	padding: 4px;
	border: 1px solid #cccccc;
}
.post blockquote {
	margin: 1em 20px;
}
.post blockquote p {
	margin: .75em 0;
}
/* Comments
----------------------------------------------- */
#comments h4 {
	margin: 1em 0;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999999;
}
#comments-block {
	margin: 1em 0 1.5em;
	line-height: 1.6em;
}
#comments-block .comment-author {
	margin: .5em 0;
}
#comments-block .comment-body {
	margin: .25em 0 0;
}
#comments-block .comment-footer {
	margin: -.25em 0 2em;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#comments-block .comment-body p {
	margin: 0 0 .75em;
}
.deleted-comment {
	font-style: italic;
	color: gray;
}
#blog-pager-newer-link {
	float: left;
}
#blog-pager-older-link {
	float: right;
}
#blog-pager {
	text-align: center;
}
.feed-links {
	clear: both;
	line-height: 2.5em;
}
/* Sidebar Content
----------------------------------------------- */
.sidebar {
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sidebar ul {
	list-style: none;
	margin: 0 0 0;
	padding: 0 0 0;
}
.sidebar li {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: .25em;
	padding-left: 15px;
	text-indent: -15px;
	line-height: 1.5em;
}
.sidebar .widget, .main .widget {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	font-size: 8pt;
}
.main .Blog {
	border-bottom-width: 0;
}
/* Profile
----------------------------------------------- */
.profile-img {
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 4px;
	border: 1px solid #cccccc;
}
.profile-data {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	color: #999999;
	font-weight: bold;
	line-height: 1.6em;
}
.profile-datablock {
	margin: .5em 0 .5em;
}
.profile-textblock {
	margin: 0.5em 0;
	line-height: 1.6em;
}
.profile-link {
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	text-align: left;
	margin: 0;
	padding-left: 10px;
	font-size: 8pt;
}
.titlewrapper .title {
	display: none;
}
#crosscol #Text1 .widget-content {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #666;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15pt;
}
#Feed1_feedItemListDisplay {
	color: #69c;
}
#nav {
	margin: 0px;
	padding: 0px;
}
#nav .navlist li {
	display: inline;
	padding: 0px;
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
ul.navlist {
	margin: 0px;
	padding: 0px;
	height: 15px;
}
ul.navlist2 {
	margin: 5px 0 0 0;
	padding: 0px;
	height: 20px;
}
#nav .navlist a .navcontact {
	background-image: url(../i/PBS_nav_contact.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 115px;
	height: 30px;
}
#nav .navlist a .navprojects {
	background-image: url(../i/PBS_nav_projects.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 130px;
	height: 30px;
}
#nav .navlist a .navphotos {
	background-image: url(../i/PBS_nav_catalogue.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 100px;
	height: 30px;
}
#nav .navlist a .navcatalogue {
	background-image: url(../i/PBS_nav_photos.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 150px;
	height: 30px;
}
#nav .navlist a .navlinks {
	background-image: url(../i/PBS_nav_links.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 75px;
	height: 30px;
}
#nav .navlist a p {
	visibility: hidden;
}
#crosscol #Text1 .widget-content img {
	float: right;
	margin: 20px 0 010px;
}

#navbar-iframe {
	display: block;
}
h4 {
	color: #69c;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	line-height: 14pt;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}
#sidebar-additional {
	font-size: 8pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 0px;
	padding: 0px;
}
#sidebar-additional p {
	margin: 0px;
	padding: 0px;
}
#form1 div #footer {
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
