/*
Theme Name: PBCore
Theme URI: http://pbcore.org/
Description:
Author: cbeer
Template: hybrid
Version: 0.2
*/

@import url(../hybrid/style.css);

html {
  background-color: #f7f7f7;
  border-bottom: 5px solid #59618f;
}
body {
	background-color: #f7f7f7;
background-image: url(assets/bg-gray.jpg);
background-repeat: repeat-x;
background-image: -webkit-linear-gradient(
rgb(231,231,231) 4%,
rgb(247,247,247) 820px,
rgb(247,247,247) 100%
);
background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.04, rgb(231,231,231)),
    color-stop(820px, rgb(247,247,247)),
    color-stop(1.00, rgb(247,247,247))
);
background-image: -moz-linear-gradient(
    center top,
    rgb(231,231,231) 4%,
    rgb(247,247,247) 820px,
    rgb(247,247,247) 100%,
);
	font-size: 12px;
	font-family: Arial;
	line-height: 1.5em;
	color: #333;
}



a[href^="http:"]:not([href*="pbcore.org"]) {
  background:url(assets/outsidelink-icon.gif) no-repeat right;
  background-position: 100% 45%;
  padding-right: 12px; 
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	font-style: normal;
  color: inherit;
}

.entry-title, .byline {
	font-style: normal;
}

a:link, a:visited {
	text-decoration: none;
color: #b53315
}

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

#body-container {
	margin: 0;
	width: auto;
	min-width: 1004px;
	padding-top: 24px;
   position: relative;
}

#header-container {
  position: relative;
	background-color: #585f8d;
  background-image: url(assets/bg-bar-blue-nobottomborder.png);
background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1.00, rgb(80,87,131)),
    color-stop(0.90, rgb(92,100,147)),
    color-stop(0.00, rgb(80,87,131))
);
background-image: -moz-linear-gradient(
    center top,
    rgb(80,87,131) 100%,
    rgb(92,100,147) 90%,
    rgb(80,87,131) 0%
);
padding-top: 12px;	
	height: 94px;
	margin-bottom: 13px;
        border-bottom: 1px solid #acafc0;
}

#navigation {
	display: none;
}

#container {
	margin-left: 215px;
	margin-right: 37px;
}

#primary {
	position: absolute;
	left: 0;
	width: 159px;
}

#primary .widget {
	background-color: white;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
  overflow: visible;
}

#primary a:link, #primary a:visited {
	color: #6b6c77;
	font-weight: bold;
	width: 140px;
	display: block;
	position: relative;
  padding-left: 2px;
  padding-right: 6px;
  
}

#primary li {
}

#primary a:hover {
}

#primary .active a, #primary .menu-item a:hover, #primary .current-menu-item a, #primary .current-menu-parent a {
/* , #primary .current_page_parent a { */
  background-color: #caea78;
}

.linkcat {
  overflow: visible;
}

#primary .widget h3 {
	display: none;
}

#content {
	width: 561px;
	margin-right: 29px;
	float: left;
  margin-top: 1.5em;
}

.content {
	width: 561px;
}

#secondary {
	margin-top: 66px;
	width: 162px;
	float: left;
}

#secondary .widget {
  border-bottom: 5px solid #dddde0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#secondary .widget:last-child {
  border-bottom: none;
}

#secondary h3 {
  display: none;
}

#secondary .widget-categories h3, #secondary .widget-archives h3 {
  display: block;
  padding: 0;
  margin-top: 0;
  color: #333;
  line-height: 20px;
}

#secondary .widget-archives {
  overflow: visible;
}

ul {
	list-style: none;
	margin: 0;
	margin-right: 10px;
}

li {
	list-style: none;
	margin: 0;
}

.post .entry-content ul, .post .entry-content li {
  list-style: circle inside;
}

.post .entry-content ul {
  padding-left: 15px;
  margin-bottom: 1em;
}

.post .entry-content li {
  padding-left: 13px;
  text-indent: -13px;
}

.entry-title, .news a {
  font-weight: bold;
  font-size: 18px;
  padding-top: 3px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.home ul, .home li, .page-313 ul, .page-313 li {
  padding: 0;
  margin: 0;
  list-style: none;
text-indent: 0;
}

.page-title {
  margin-bottom: 12px;
}

.news li {
  border-top: 5px solid #dddde0;
  margin-top: 14px;
  padding-top: 10px;
}

.news li:first-of-type {
  border-top-color: #59618f;
}

.byline, .news small, .comment-meta {
  margin-bottom: 11px;
  font-weight: bold;
  color: #999;
  font-size: 0.85em;
  line-height: 1em;
}

.news small {
  display: block;
  margin-bottom: 0.75em;
}

.news br {
  line-height: 0.5em;
}


.byline-prep {
  display: none;
}

.post {
  border-bottom: 5px solid #dddde0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}


.singular .post {
}


#footer-container {
	margin-left: 211px;
}

#footer {
	font-style: normal;
}

.funding {
	color: #000;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

.funding img {
  margin-top: 0.5em;
}

.copyright {
	color: #8b9fa6;
}

.home #subsidiary {

  width: 551px;
}

#subsidiary {
	margin-bottom: 6px;
  border-top: 5px solid #dddde0;
  width: 561px;
  padding-top: 15px;
}

#subsidiary .bookmarks {
	width: 500px;
	font-size: 0.8em;

}

#subsidiary h3 {
	display: none;
}

#subsidiary ul, #subsidiary li {
  list-style: none;
  display: inline;
}
#subsidiary li {
  margin-right: 2px;
}

#subsidiary li a:link, #subsidiary li a:visited {
	font-weight: bold;
}

#subsidiary li:after {
  padding-left: 2px;
  content: " • ";
}

#subsidiary li:last-child:after {
  content: "";
}

p {
  margin-bottom: 1em;
}

h3 {
  margin-top: 1em;
  margin-bottom: 0.3em;
}

h2, h3, h4, h5, h6 {
  font-size: 12px;
  margin-bottom: 0.3em;
}

.byline {
  margin-bottom: 2em;
}

.page-title, .post-title, .entry-title {
   font-weight: bold; 
}


.howdy {
font-size: 18px;
line-height: 1.44em;
color: #777;	
}

.home .edit {
  display: none;
}

.home #header-container {
  height: 118px;
}

#site-title a {
  display: block;
  position: relative;
  text-indent: -9999px;
  background-repeat: no-repeat;
  width: 514px;
  background-image: url(assets/logo_s.png);
  margin-left: 0px;
  height: 74px;
  position: absolute;
  bottom: -13px;
}

.home #site-title a {
  background-image: url(assets/logo_lg.png);
  height: 99px;
  width: 900px;
  bottom: -14px;
}

#site-title a {
}

#header-container h2, #site-description {
  text-indent: -9999px;
}

.home .page-title {
  display: none;
}

.home .howdy {
  width: 752px;
}

.home .content, .home #content .home #container, .home .entry-content   {
  width: 752px;
}

.home #secondary {
  margin-top: 10em;
  display: none;
}

.home .entry-tags {
  display: none;
}


.callout, #secondary {
  border-top: 5px solid #caea78;
  background-color: white;
  padding: 0px 15px;
  color: #555555;
  width: 148px;
  line-height: 1.4em;
}


.callout {
  margin-top: 32px;
  float: right;
  width: 132px;
  margin-left: 29px;
  clear: right;

}

.callout h3 {
  font-size: 12px;
}

.news {
  width: 561px;
  *width: 541px;
}

.news h3 {
  font-size: 18px;
  color: #777;
  font-weight: normal;
} 

.news h3:after {
  content: ":";
}



.breadcrumb {
  display: none;
}

#loginform label {
  font-weight: bold;
  font-size: 11px;
}
#loginform input {
background-color: #e6e8ec;
  border: none;
}

#loginform .submit, #loginform .submit input {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
}

#loginform .submit input {
  background-image: url(assets/arrow.png);
  text-indent: -999px;
  width: 20px;
  height: 20px;
}

.widget-title {
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
}

.widget-title:after {
  content: ":";
}

#utility-before-content {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 36px;
  left: 685px;
}

.home #primary #menu-navigation .current-menu-item {
  display: none;
}

.search-text {
	width: 174px;
  margin-right: 3px;
  padding: 2px 6px;
  padding-left: 11px;

	color: #bbbbbf;
	font-weight: bold;
	font-size: 12px;
  border: 0px;
  border-top: 1px solid #d8dad1;
  border-left: 1px solid #d8dad1;
}

.search-form .search-submit {
  background: none;
  background-repeat: no-repeat;
  border: none;
  background-image: url(assets/b_go.png);
  text-indent: -9999px;
}

input, textarea {
	font-family: Arial;
}

input:focus, textarea:focus {
}

.search-title {
  margin-top: 3px;
}

.search-description {
  display: none;
}

.search-info {
	margin-bottom: 0px;
}

.button, .submit, .reset {
  padding: 3px 10px;
  border-color: #dfa598;
}

.button:hover:hover, .submit:hover, .reset:hover {
  border-color: #831900;
}
.entry-meta {
  font-style: normal;
  color: #333;
}

.tags {
  background-color: #D4D5D9;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0px 2px;
  padding-bottom: 2px;
  padding-right: 4px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1em;
  color: #999;
}

.rss-text {
  font-weight: bold;
  background-image: url(assets/rss.png);
  font-size: 11px;
  background-repeat: no-repeat;
  background-position: 70px 4px;
  padding-right: 25px;
  line-height: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  margin-top: 1.5em;
}

.logged-in #text-4, .logged-in #loginform {
  display: none;
}

.not-logged-in .widget_meta {
  display: none;
}

.comments-link {
  padding-left: 40px;
  display: block;
  height: 22px;
  padding-top: 3px;
  font-weight: bold;
  background-image: url(assets/bubble.png);
  background-repeat: no-repeat;
}

#comments-number {
  display: none;
}

.singular .comments-link {
  background-image: url(assets/bubble_on.png);
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 18px;
  font-weight: normal;
}

.singular .comments-link:link, .singular .comments-link:visited {
  color: #333;
}

.singular h1 a:link, .singular h1 a:visited, .archive-title {
  color: #333;
  font-weight: bold;
}

.wpcf7-form input, .wpcf7-form textarea {
  border: 1px solid #aaa;
}

.wpcf7-form input[type=submit] {
  cursor: pointer;
  border: 1px solid #751101;
}

#comments li, #comments li li li, #comments li li li li li {
  background-color: #E6E8EC;
  border: none;
  font-size: 12px;
  margin-bottom: 2px;
}

#comments-template label {
  font-weight: bold;
  font-size: 12px;
}

.comment-meta {
  margin-bottom: 2.2em;
  line-height: 15px;
}

.comment-text {
  margin: 0;
}

.comment-author, .comment-author cite {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}

.comment-reply-link, .permalink, .comment-edit-link {
  font-style: normal;
  font-weight: bold;
}

#reply.comments-header {
  font-style: normal;
  margin-top: 1.6em;
  font-size: 18px;
}

#reply:after {
  content: ":";
  margin-left: -4px;
  position: relative;
  display: inline-block;
}

#loginform p {
  margin-bottom: 0.2em;
}

#loginform p a {
  font-size: 10px;
  line-height: 1em;
}

#loginform .login-meta {
  margin-bottom: 0;
}

.widget_nav_menu li, .blogroll li {
  margin-bottom: 0.4em;
}

.comments-closed {
  font-style: normal;
}

.navigation-links {
  font-style: normal;
}

#section-header {
  font-size: 48px;
  line-height: 1em;
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
  color: #76919a;
}

.singular #section-header {
  border-bottom: 1px solid #c5c5c5;

}

.singular-page #secondary {
  display: none;
}

.site-map {
  width: 200px; 
}

.site-map ul {
	margin-left: 20px;
}

.site-map li {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.site-map li li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.site-map h2 {
  font-size: 14px;
  margin-top: 1em;
  margin-bottom :0.3em;
}


.wpcf7 textarea { width: 390px;  display: block; }
.wpcf7 input[type="text"] { width: 390px; display: block; }
.wpcf7 .wpcf7-list-item { display: block; }
.wpcf7 label { font-weight: normal; }
.wpcf7 .l { font-weight: bold; font-size: 0.8em; line-height: 1em; }

.page-menu {
  position: relative;
  clear: right;
  float: right;
  width: 132px;
  margin-right: -175px;
  margin-top: 32px;
  padding-bottom: 1em;
}

.page-menu hr {
  
  height: 5px;
  background-color: #dddde0;
  margin-bottom: 1em;
}

.entry-content hr {
  clear: both;
  height: 5px;
  background-color: #dddde0;
  margin-bottom: 1em;
  margin-top: 1em;
}

.wp-caption {
  margin-bottom: 1em;
}

.entry-content .wp-caption a img {
  border: 1px solid  #dfa598;
}

.xpath {
  display: none;
}


.page-template-element .post-meta-data {
  position: absolute;
  margin-top: -5.5em;

}

.page-template-element .entry-content, .page-template-element .content {
  width: 541px;
}

.page-template-element .breadcrumb {
  display: block;
  font-style: normal;
  color: inherit; 
  margin-bottom: 0px;
  margin-top: 0px;
} 

.page-template-element .page-title {
  color: black;
  font-size: 18px;
  font-weight: bold;
   margin-top: 0;
  padding-top: 0;
}

.page-menu img {
  border: 1px solid #dfa598;
}

.page-menu img:hover {
  border-color: #831900;

}

.page-template-element .entry-content h2 {
  font-size: 12px;
  margin-bottom: 0.3em;
  margin-top: 1.5em;
}

.page-template-element .entry-content h2.description {
  display: none;
}

.page-template-element .entry-content .toggle {
  margin-bottom :0;
}

.page-template-element .entry-content h3 {
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}

.page-template-element .entry-content  ul {
  margin-top: 0;
  margin-bottom: 1em;
  list-style: none;
  padding: 0;
}

.page-template-element .entry-content p + ul {
  margin-top: -1em;
}


.page-template-element .entry-content li {
  padding-left: 25px;
  text-indent: 0;
  list-style: none;
}

.page-template-element .page-title a:link, .page-template-element .page-title a:visited, .page-template-element .page-title a:active, .page-template-element .page-title a:hover {
  color: inherit;
}

.page-template-element .breadcrumb .breadcrumb-title, .page-template-element .breadcrumbs .trail-begin, .page-template-element .breadcrumbs .sep:nth-of-type(2) {
  display: none;
}

.page-template-element .entry-content, .page-template-element .content, .page-template-element #container {
  overflow: visible;
}

.toggle, .examples {
  margin-left: -10px;
  padding-left: 30px;
  position: relative;
}

.toggle {
  background-image: url(assets/arrow-open.png);
  background-repeat: no-repeat;
  background-position: 4px 3px;
}

.toggle-closed {
  background-image: url(assets/arrow.png);
}

.page-template-element .toggle {
  background-color: #d6d8e1;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.page-template-element .syntax-container li, .post .syntax-container li {
  padding: 0;
  text-indent: 0;
  list-style: none;
} 

.page-template-element .examples h3 {
  padding-top: 1em;
  font-style: normal;
  font-weight: bold;
}


.examples .syntax-container {
  padding: 0;
  padding-right: 1em;
  margin-bottom: 1em;
}

.syntax-container .toolbar {
  display: none;
}

.examples {
  background-color: #ecedf0;
  padding-bottom: 1em;
}

.examples h3 {
  margin-top: 0;
}

.syntax-container ol.syntax {
  padding: 0 !important;
  background: transparent;
}

.page-menu h3 {
  font-style: normal;
  font-weight: bold;
  margin-top: 1.5em;
}

.breadcrumbs a[title="v2"], .breadcrumbs a[title="Elements"] {
  display: none;
}

a[title="v2"] + .sep, a[title="Elements"] + .sep {
  display: none;
}



.two-columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

#post-559 ul, #post-559 li {
  list-style: none;
}

#post-559 ul {
  padding: 0;
}

#post-559 li {
  padding-left: 15px;
  text-indent: -15px;
}


#nav_menu-6 {
  display: none;
}

.category-how-to #secondary {
  display: none;
}

.singular-post .navigation-links {
  display: none;
}

.discussions {
  margin-bottom: 1em;
  word-wrap: break-word;
}

.discussions li {
  margin-bottom: .5em;
}

.note {
  padding: 0;
  border: 0;
  background: none;
}

