/*  
Theme Name: Pixeled (Modified for Sokolove Law, LLC)
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Original theme created by <a href="http://samk.ca/">samk</a>.
Author: sam
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;
  }
  
  body {font-family:arial,"lucida sans",verdana,sans-serif; color:#333;  	  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 1em 0;
  padding: 0;
  }

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: #7B1401;
  text-decoration: none;
  }

a:hover {
  color: #44555F;
  text-decoration: underline;
  }

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

blockquote {
  background: #fff;
  border: 1px solid #ABD1EA;
  padding: 10px 15px;
  margin: 16px 10px 16px 15px;
  font-style: italic;
  color: #333;
  }

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.jpg') top center no-repeat;
  }

p	{margin-bottom:1em;}  
h1	{margin-bottom:1em;}
h2	{margin-bottom:1em; font-size:22px;}
h3	{margin-bottom:1em; }
h4	{margin-bottom:1em;}

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: 83px;
  position:relative;
  }

#topright {
display:none;
  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	{position:relative;}

#header #logo {
height:84px;
  width: 960px;
  padding: 0;
  position:absolute;
}
#header h1 {
font-weight:100;
position:absolute;
left:89px;
top:57px;
  padding: 0;
  margin: 0;
  font-family: "gill sans","lucida sans",arial,sans-serif;
  font-size: 15px;
  text-transform:uppercase;
  }
#header h1 a {
color:#666;
  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 {
background-color:#44555F;
  margin: 0;
  padding: 0;
  position:relative;
  clear: both;
  height: 44px;
  width: 960px;
  }
  
#search input#searchbox	{background:#fff; color:#333; border:1px #ccc solid; margin:0; outline:0 none; padding:3px 11px 3px 3px;}

#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;
  font-family:"gill sans","lucida sans",arial,sans-serif;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 0 0 8px;
  font-size: 10pt;
  color: #fff;
  letter-spacing: normal;
  text-transform:uppercase;
  }

#nav li a:hover {
  color: #EED7A5;
  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: 24px;
  bottom: 9px;
  width: 107px;
  line-height: 41px;
  }



/* Top Content */

#main {
background: #fff url('images/bg-main.gif') top left repeat-y !important;
  margin: 0;
  clear: both;
  padding:0;
  width: 960px;
  }
  
#main p	{line-height:1.5em;}

#main h1,
#main h2,
#main h3,
#main h4 {font-family: "gill sans","lucida sans",arial,sans-serif}

#contentwrapper {
clear:left;
  float:left;
  width: 574px;
  margin: 0;
  padding: 18px 0 0 0;
  }
  
#contentwrapper small	{margin-left:27px;}

#contentwrapper .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;
  }
.topPost {
background: #fff url('images/bg-toppost.gif') no-repeat 0 bottom;
  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: 0;
  margin-right: 5px;
  margin-bottom:5px;
  line-height: 16pt;
  color: #333;
  border: 0;
  }
.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 {
  
  }
.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;}
#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left:12px;
  background: #fff;
  border-top:0;
  width: 490px; /* 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;
  }
#comments h3 {
  font-size: 1.1em;
  font-weight: normal;
  padding: 0;
  }
#comments p a {
  }
#comments p a:hover {
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
  
#comments textarea	{width:100%;}
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  list-style-type: none;
  }
.commentlist li.alt {
  border: 1px solid #ccc;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 20px;
  font-style: normal;
  }
.commentlist small.commentmetadata a {
  }
.commentlist p {
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comments {
  width: 450px;
  background: #fff;
  padding: 10px;
  border:1px #ccc solid;
  }
#comments #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 {
  padding: 16px 15px;
  }
  
#main #welcome p	{margin:0;}
#main #welcome h2 {
  font-weight: normal;
  color: #333;
  letter-spacing: normal;
  padding: 0 0 3px 0;
  }
#main #welcome p {
  font-size: 12px;
  color: #333;  
  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 {
background-color:#fff;
  margin: 0 0 0 0;
  float: right;
  width: 358px;
  color: #333;
  }
#sidebars .sidebarbox {
  border-bottom:6px #44555F solid;
  padding: 16px 15px;
  }
  
#sidebars li#akismet .sidebarbox {border-bottom:0;}

#sidebar_full {
background-color:#fff !important;
  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:#44555F;
font-size:20px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: normal;
  }

#sidebars table {
  width: 130px;
  }

#sidebars table#wp-calendar	{border:1px #f1f1f1 solid; padding: 6px 3px; width:100%;}
#sidebars table#wp-calendar caption	{text-transform:uppercase; font-weight:700; background:#7B1401; border-bottom:4px #fff solid; color:#fff; padding:4px 0;}
#sidebars table#wp-calendar tr	{text-align:center; padding:8px;}
#sidebars table#wp-calendar tr td	{border:1px #f1f1f1 solid; color:#666; margin-bottom:4px;}
#sidebars table#wp-calendar tr td#today	{border-color:#ccc; color:darkred;}


#sidebars ul {
background-color:#fff;
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  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 a:hover {
  }

#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:#44555F;
  border-top:1px #69c solid;
  border-bottom:1px #333 solid;
  color:#fff;
  padding: 30px 15px 15px 15px;
  margin: 0;
  }
#morefoot p {
  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:#EED7A5;
	  font-family: "gill sans","lucida sans",arial,sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 12px 0;
  padding: 0 0 4px 0;
  }
#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: #44555F;
  border-top:1px solid #070707;
  padding: 15px 15px 10px 15px;
  }
#footer p {
  font-size: .96em;
  color: #ccc;
  padding: 0;
  }
#footer a {
  color: #ccc;
  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 20px 10px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
  }
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:#bfbfbf;}
#sidebars table.dbem-calendar-table td a:hover,
#sidebars table.dbem-calendar-table td a:active {color:#44555F !Important; 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; font-weight:700;}

#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: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{background:#ccc;}

#sidebars table.dbem-calendar-table	td.eventless-pre,
#sidebars table.dbem-calendar-table td.eventless-post	{xborder-bottom:1px #999 solid; border-right:1px #999 solid; xborder-top:1px #999 solid; border-left:1px #999 solid; color:#bfbfbf;}
#sidebars table.dbem-calendar-table td.eventful {xborder-bottom:1px #999 solid; 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:0 !important;}
.dbem_events_list table	{border-bottom:2px #333 dotted; padding: 10px 0 14px; 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:#c60;}
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;}



/* Welcome2 section */

#welcome2 h2	{
background: url(images/get_connected.gif) 0 0 no-repeat;
display: inline;
float: left;
height: 126px;
margin: 15px 0 0px 25px;
position: relative;
text-indent: -9999px;
width: 282px;
}

#welcome2 p	{
color: #6a2c1f;
font-family: "Times New Roman", Times, serif;
font-size: 20px;
font-style: italic;
font-weight: bold;
line-height: 20px;
margin: 15px auto;
width: 75%;
}

#welcome2 #circle	{
background: url(images/semicircle.gif) bottom right no-repeat;
display: inline;
float: right;
height: 59px;
margin: -35px 0 0 0;
width: 73px;
}

/*
P.I.E. FLOAT CLEARING

See http://www.positioniseverything.net/easyclearing.html 
--------------------- */



.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

#welcome2 .Signup {padding: 20px 0 0 0; margin: 0 auto; width:275px;}
#welcome2 .Signup p {margin:0 0 1em 0; width:auto;}
#welcome2 .Signup form {border-top:1px #6A2C1F dotted; padding-top:12px;}
#welcome2 .Signup form label,
.topContent .story form#join {font-size:13px; font-weight:700; color:#6A2C1F;}
#welcome2 .Signup input#name,

#welcome2 .Signup input#email,
.topContent .story form#join input.input-wide,
.topContent .story form#join select {font-size:14px; font-weight:300; color:#333; margin-bottom:6px; padding: 1px 3px; vertical-align:top; width:200px;}

.topContent .story form#join p {font-weight:400; color:#333333;}

#welcome2 .Signup input[type="image"] {display:block;}
#welcome2 .alert {color:#C00; font-style:italic; font-size:11px; margin-left:6px;}