/*  
Theme Name: Pixeled (Modified for PGB)
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Original theme created by <a href="http://samk.ca/">samk</a>. Thank you, Sam! :)
Author: sam, modified by annette arabasz)
Author URI: http://samk.ca, http://arabasz.com
Version: 1.9.1 (05.20090)
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0 0 10px;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Verdana, sans-serif;
  }

hr {
  color: #333;
  border: 1px solid #333;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #498AC3;
  text-decoration: none;
  }

a:hover {
  color: #498AC3;
  text-decoration: underline;
  }

a img {
  border: none;  
  }
  
a.post-edit-link	{padding: 12px 26px;}
  
  
div.topContent  li {margin-left:17px;}

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family:  arial, trebuchet ms, helvetica, sans-serif;
  font-size:10pt;
  background: #212121 url('images/bg-body.png') top center no-repeat;
  }
  
h1	{}
h2	{font-size:22px;}
h3	{}
h4	{}

h2.topTitle	{text-transform:normal;}

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  overflow:hidden;
  }

#header {
  padding: 0;
  margin: 0;
  height: 258px;
  position:relative;
  }

#topright {
  text-align: right;
  float: right;
  margin: 12px 0 0 0;
}
#topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#topright li {
  display: inline;
  }
#topright li a {
  color: #fff;
  font-size: .9em;
  padding: 0 25px 0 0;
  text-transform: lowercase;
  }
#topright li a:hover {
  color: #69c;
  text-decoration: none;
  }

#header #logo {
height:280px;
  width: 960px;
  padding: 0;
  position:absolute;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  font-size: 2em;
  text-decoration: none;
  }
#header h1 a:hover {
  text-decoration: none;
  }
#header span {
display:none;
  padding: 0;
  color: #333;
  font-size: 1.1em;
  position:absolute;
  top:0;
  left:0;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  position:relative;
  clear: both;
  height: 44px;
  width: 960px;
  }
  
#search	{background: url('images/search-bg.gif') no-repeat 0 0; position:absolute; right:38px; bottom:3px;}
#search input#searchbox	{background:none; color:#333; border:0; margin:0; outline:0 none; padding:3px 11px 3px 11px;}
#search .submitbutton {
  margin: -2px 0 0 2px;
  background: transparent url('images/search.gif') no-repeat 0 0;
  border: 0;
  color: #fff;
  font-size: 8pt;
  padding: 0;
  vertical-align: middle;
  width:22px;
  height:22px;
  }
#search.submitbutton:hover {
  color:#000;
  cursor: pointer;
  background: #69c;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  position:absolute;
  left:0;
  bottom:0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
background: url('images/nav-lines.gif') no-repeat right 10px;
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 21px 0 16px;
  padding: 0 14px 0 13px; /* aa910 hierarchal over-ride*/
  font-size: 10pt;
  color: #fff;
  letter-spacing: normal;
  text-transform:uppercase;
  }

#nav li a:hover {
  color: #69c;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-bottom: 1px solid #666;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-bottom: 1px solid #666;
  background: #69c;
  color:#000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  margin: 0;
  display: inline;
  position:absolute;
  right: 273px;
  bottom: 9px;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
background:#000 url('images/bg-whitecol.gif') 0 0;
  margin: 5px 0 0 0;
  clear: both;
  padding:0 15px;
  width: 930px;
  border-bottom:12px #000 solid;
  }
  
#main p	{line-height:1.5em;}

#contentwrapper {
background:#fff url('images/bg-grunge.gif') repeat-x;
  float:left;
  width: 574px;
  margin: 0;
  padding: 18px 0 0 0;
  }
#contentwrapper2 {
background:#fff url('images/bg-grunge.gif') repeat-x;
  float:left;
  width: 930px;  
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 1.4em;
  letter-spacing: normal;
  color: #fff;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px 5px 5px 28px;
  text-transform:uppercase;
  }
.topPost {
  margin: 0;
  padding: 12px 26px 12px 26px;
  }
.topPost h2.topTitle a {
  font-weight: normal;
  color: #184871;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  }
.topPost p.topMeta a {
  text-decoration: underline;
  }
.topPost p.topMeta a:hover {
  }
.topPost div.topContent {
  color: #333;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: none;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  }
.topPost span.topComments, 
.topPost span.topMore, 
.topPost span.topTags {
	display:inline-block;
	text-transform:uppercase;
	font-size:11px;
  background: #fff url('images/bg-comments.gif') repeat-x 0 bottom;
  padding: 2px 10px;
  margin-right: 5px;
  margin-bottom:5px;
  line-height: 16pt;
  color: #333;
  border: 1px solid #999;
  }
.topPost span.linkpages {
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover,
.topPost span.linkpages a:active{
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #ccc;
  }
.topPost span.topComments a {
  color: #333;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 16pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #333;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 16pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 16pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #333;
  line-height: 16pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, 
.topPost span.topMore a:hover, 
.topPost span.topTags a:hover {
  color: #000;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  padding:4px 15px 20px 25px;
  }
#nextprevious a {
  color: #6699CC;
  text-transform: uppercase;
  text-decoration: none;
  }
#nextprevious a:hover {
  color: #333;
  text-decoration:underline;
  }


/* Comments */

#extrastuff	{padding: 0px 15px 10px 15px; margin-bottom: 10px;}
#comment {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #fff;
  border-top:1px #ccc solid;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 0px 15px 10px 15px;
  }
#comment h3 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 15px 0;
  padding: 0;
  }

#comment p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
color:#fff;
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 20px;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  border:1px #666 solid;
  }
#comment #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 18px 0 5px 0;
  background:#fff url('images/bg-grunge.gif') repeat-x;
  }
#main #welcome h2 {
  font-weight: normal;
  color: #333;
  letter-spacing: normal;
  margin: 0 10px;
  padding: 0 0 3px 0;
  }
#main #welcome p {
  font-size: 1em;
  color: #333;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }


/* Sidebars */
#sidebars {
  margin: 0 0 0 0;
  float: right;
  width: 340px;
  color: #333;
  }
#sidebars .sidebarbox {
  background:#fff url('images/bg-grunge.gif') repeat-x;
  padding: 16px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  padding: 0;
  margin: 0;
  }

#sidebar_right {
  padding: 0;
  margin: 0;
  }

#sidebar_extra {
  padding: 0;
  margin: 0;
  }

#sidebars h2 {
color:#498AC3;
font-size:17px;
  margin: 0;
  padding: 8px 0;
  font-weight: normal;
  letter-spacing: normal;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: .96em;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: .96em;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

div.textwidget	{margin-top:8px;}

#morefoot {
  background:#000;
  border-top:1px #69c solid;
  border-bottom:1px #333 solid;
  color:#fff;
  padding: 30px 15px 15px 15px;
  margin: 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 8px;
  margin-bottom:28px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  }
#morefoot a:link,
#morefoot a:visited	{color:#ccc;}
#morefoot a:hover {
  text-decoration: underline;
  color: #69c;
  }
#morefoot h3 {
	color:#69c;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: normal;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 4px 0;
  text-transform:uppercase;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 260px;
  }
#morefoot .col2 {
  float: left;
  margin: 0 25px;
  width: 340px;
  }
#morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  list-style-type:none;
  }
#morefoot #tag_cloud a:link,
#morefoot #tag_cloud a:visited	{text-decoration:none;}

/* footer*/
#footer {
  clear: both;
  background: #000;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
  }
#footer p {
  font-size: .96em;
  color: #666;
  padding: 0;
  }
#footer a {
  color: #666;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

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

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


/* AA910 */
/*-- divider stuff --*/
div.grunge-bottom	{background:#fff url('images/bg-grunge-up.gif') repeat-x 0 bottom; display:block; height:10px;}
div.dotted-bottom	{background:#fff url('images/bg-dotted.gif') repeat-x 0 0; display:block; height:2px; margin-top:24px;}

/*-- events manager --*/
#sidebars table.dbem-calendar-table	{border-collapse:collapse;}
#sidebars table.dbem-calendar-table a {color:#666; text-decoration:none;}

#sidebars table.dbem-calendar-table thead {
		text-transform:uppercase;
		font-size: 16px;  
		font-weight: 300;  
	}

#sidebars table.dbem-calendar-table thead tr	{border:1px #6F777F solid;}
#sidebars table.dbem-calendar-table thead tr td	{background: #333; border:0; color:#bfbfbf; font-family:helvetica, tahoma, arial, sans-serif; font-size:14px; letter-spacing:3px;}
#sidebars table.dbem-calendar-table thead tr td a:link,
#sidebars table.dbem-calendar-table thead tr td a:visited,
#sidebars table.dbem-calendar-table thead tr td a:hover,
#sidebars table.dbem-calendar-table thead tr td a:active	{color:#bfbfbf !important;}

#sidebars table.dbem-calendar-table td {
		
		border-bottom:1px #ccc solid; border-right:1px #ccc solid; border-top:1px #ccc solid; border-left:1px #ccc solid;
		padding: 9px 14px; 
		text-align: center;
	}
#sidebars table.dbem-calendar-table td a:link,
#sidebars table.dbem-calendar-table td a:visited {color:#333;}
#sidebars table.dbem-calendar-table td a:hover,
#sidebars table.dbem-calendar-table td a:active {color:#498AC3; text-decoration:none;}

#sidebars table.dbem-calendar-table td.eventful,
#sidebars table.dbem-calendar-table td.eventless {background: #AFAFAF url(http://playgroundboston.com/wp-content/themes/pixeled/images/caldate-02.gif) repeat scroll 0 0; }

#sidebars table.dbem-calendar-table td.eventless-pre,
#sidebars table.dbem-calendar-table td.eventful-post	{background:#EFEFEF; color:#cfcfcf;}

#sidebars table.dbem-calendar-table td.eventful {background:#8cb5d9 url(http://playgroundboston.com/wp-content/themes/pixeled/images/caldate-02.gif) repeat scroll 0 0; color:#333;}
#sidebars table.dbem-calendar-table td.eventless {font-weight:300 !important; background:#8cb5d9 url(http://playgroundboston.com/wp-content/themes/pixeled/images/caldate-02.gif) repeat scroll 0 0; color:#999;}

#sidebars table.dbem-calendar-table td.eventful,
#sidebars table.dbem-calendar-table td.eventful:hover,
#sidebars table.dbem-calendar-table td.eventful:active,
#sidebars table.dbem-calendar-table td.eventless:hover,
#sidebars table.dbem-calendar-table td.eventless:active,
#sidebars table.dbem-calendar-table td.eventful-post:hover,
#sidebars table.dbem-calendar-table td.eventful-post:active{color:#000; background:#8cb5d9 url(http://playgroundboston.com/wp-content/themes/pixeled/images/caldate-01.gif) repeat scroll 0 0;}

#sidebars table.dbem-calendar-table	td.eventless-pre,
#sidebars table.dbem-calendar-table td.eventless-post	{border-right:1px #999 solid; xborder-top:1px #999 solid; border-left:1px #999 solid; color:#bfbfbf;}
#sidebars table.dbem-calendar-table td.eventful {border-right:1px #999 solid; xborder-top:1px #999 solid; border-left:1px #999 solid;}

#sidebars table.dbem-calendar-table tr.days-names {border:1px #666 solid;}
#sidebars table.dbem-calendar-table tr.days-names td	{border:0;}

#sidebars .dbem-calendar	{padding:0; margin:0 auto;}
#sidebars .dbem-calendar table	{margin:0 auto; border:0; }

ul.dbem_events_list	{padding-left:0 !important;}
table#eventList	{font-size:12px;}
table#eventList tr td {vertical-align:top; text-align:left;}
table#eventList tr td.date {width:66px;}
table#eventList tr td.event	{width:270px;}
table#eventList tr td.location	{width:100px;}
table#eventList tr td.date span {color:#333; display:block; font-size:11px; line-height:13px; font-weight:700; width:66px;}
table#eventList tr td.event span {color:#000; display:block; font-size:14px; line-height:16px; font-weight:700; width:260px; margin-right:10px;}
table#eventList tr td.event a {color:#153f63;}
table#eventList tr td.location	{font-weight:700}
table#eventList tr td.city	{font-weight:700;}
table#eventList tr td.notes p	{color:#333; font-size:11px; line-height:13px; margin-top:0; }

table#eventList2	{font-size:12px; width: 100%;}
table#eventList2 tr td {vertical-align:top; text-align:left;}
table#eventList2 tr td.date {width:66px;}
table#eventList2 tr td.date span {color:#333; display:block; font-size:11px; line-height:13px; font-weight:700;}
table#eventList2 tr td.event span {color:#000; display:block; font-size:14px; line-height:16px; font-weight:700; margin-right:10px;}
table#eventList2 tr td.event a {color:#153f63;}
table#eventList2 tr td.location	{font-weight:700}
table#eventList2 tr td.city	{font-weight:700;}
table#eventList2 tr td.notes p	{color:#333; font-size:11px; line-height:13px; margin-top:0; }


ul.dbem_events_list	{padding:0 !important;}
.dbem_events_list table	{border-bottom:2px #666 dotted; padding: 8px 0 10px; width:100%;}
.dbem_events_list table td.name	{font-size:1.4em; font-weight:700; padding-bottom:4px; padding-right:130px;}
.dbem_events_list table td.date	{font-size:1.2em; font-weight:300;}
.dbem_events_list table td.town	{font-size:1.2em; font-weight:300;}
.dbem_events_list table td.image	{background:#fff; padding:10px; border: 2px #000 dashed;}
table.dbem-calendar-table td.eventful-today	{background:#498AC3;}
table.single-event	{}
table.single-event td	{vertical-align:top;}

/*-- ad blocks --*/
div.ads-side	{color:#000; text-align:center;}
div.ads-side p	{text-align:left;}
div.ads-side img.ad	{margin-bottom:12px;}

/*-- add-to-any plugin --*/
div.addtoany_share_save_container {display:inline-block; margin: 16px 0 8px 0;}
div.addtoany_share_save_container a {font-size:11px; text-transform:uppercase;}

/* wibiya */
