/*
Theme Name: CBTools
Author: Andy Cochran 
Author URI: http://www.openplans.org/team#andy-cochran
Version: 0.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark 
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin: 2em 0; padding:0; background: #fff; }
input, select { vertical-align:middle; }


/* =Base Typography 
-------------------------------------------------------------- */

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/* =Base Styles 
-------------------------------------------------------------- */

body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #555; 
  /* set your base font here, to apply evenly */
  font-family: 'Arvo', serif;
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { 
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.5em 0;
	color: #888;
	color: rgba(0,0,0,0.45);
	text-shadow: -1px 1px 2px #fff;
}
h1 { font-size: 2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.75em; font-family: 'Gochi Hand', cursive; font-weight: normal; }
h6 { font-size: 1.5em; font-family: 'Gochi Hand', cursive; font-weight: normal; }
/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #00a1f2; }
a:hover { color: #33bbff; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}


/* =Nonsemantic Base Styles 
-------------------------------------------------------------- */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header 
-------------------------------------------------------------- */

#site-marquee {
  display: inline;
  font-size: 15px;
}
#site-title {
	font-size: 2.25em;
	margin: 0;
}
#site-title a {
  color: #ffaa80;
  text-decoration: none;
}
#site-title a:hover {
  color: #ff9966;
}
#site-title span.beta {
  color: #bbb;
	font-size: 0.35em;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  top: -1.5em;
}
#site-description {
  float: left;
  font-family: 'Gochi Hand', cursive;
  max-width: 18em;
	padding: 0;
	margin: 0;
	font-size: 1.25em;
	font-weight: normal;
	letter-spacing: -0.05em;
	position: relative;
	text-shadow: none;
}


/* =Content 
-------------------------------------------------------------- */

#content {
  font-size: 15px;
  line-height: 1.8;
/*  max-width: 640px;*/
}
#content p {
  margin-bottom: 1.2em;
}
#content ul,
#content ol {
  margin-bottom: 0.6em;
}
#content ul li,
#content ol li {
  padding-bottom: 0.6em;
}
#content dl {
  margin-bottom: 0.6em;
}
#content dt,
#content dd {
}
#content dt {
  font-weight: 700;
}
#content dd {
  margin-left: 1.8em;
  padding-bottom: 0.6em;
}

/* Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}

img.wp-post-image {
  display: none;
}

/* Pages & Entries */
.page-title {
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
}
.page-title span {
  font-family: 'Gochi Hand', cursive; 
  font-size: 1.75em;
  text-shadow: none;
  margin-left: 0.25em;
  text-transform: none;
}

.hentry {
  margin-bottom: 2.5em;
}
.sticky {}

.entry-header {
  margin-bottom: 2em;
}
.entry-title {
  margin-bottom: 0.5em;
}
.entry-title a {
  text-decoration: none;
}
.single-cpt_solution .entry-title,
.single-cpt_challenge .entry-title {
  background: url(images/icon-solution-med.gif) left top no-repeat scroll;
  font-family: 'Gochi Hand', cursive; 
  font-size: 1.75em;
  font-weight: normal;
  padding: 0.5em 0 0.5em 58px;
  margin-bottom: 0;
  text-shadow: none;
}

.single-cpt_challenge .entry-title {
  background: url(images/icon-challenge-med.gif) left top no-repeat scroll;
}
.single-cpt_solution .entry-subtitle,
.single-cpt_challenge .entry-subtitle {
  font-family: 'Arvo', serif;
  font-size: 2em;
  font-weight: 700;
}
.entry-content {
  padding-bottom: 3em;
  position: relative;
}

/* Challenge Categories */
div.category {
  margin-bottom: 2em;
}
div.category .illustration img {
  display: none;
}
div.category h4 {
  margin-right: 0.75em;
}
div.category .category-description {
  margin: 0 0.75em 1.5em 0;
  font-size: 1em;
  font-weight: normal;
  font-family: 'Arvo', serif;
}
div.category ul {
  list-style: none;
  margin: 0 1.5em 0 0;
  line-height: 1.2;
  font-size: 85%;
}
div.category ul a {
  float: left;
  text-decoration: none;
  background: #e7e7e7;
  padding: 0.75em 1em;
  margin: 0 0 0.5em;
	text-shadow: -1px 1px 2px #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
div.category ul a:hover {
  background: #eee;
}

/* Search Results */
.search-results .type-page .entry-title {}
.search-results .type-cpt_solution .entry-title {
  background: url(images/icon-solution-med.gif) left center no-repeat scroll;
  padding: 0.5em 0 0.5em 58px;
}
.search-results .type-cpt_challenge .entry-title {
  background: url(images/icon-challenge-med.gif) left center no-repeat scroll;
  padding: 0.5em 0 0.5em 58px;
}

/* JetPack Share */
div.sharing {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sharing_label {
  color: #888;
	text-shadow: -1px 1px 2px #fff;
}

/* Post Navigation */
#content nav {
	display: none;
	overflow: hidden;
}
#content nav a {
  display: block;
  text-decoration: none;
  background: #e7e7e7;
  padding: 0.75em 1em;
  margin: 0 0 0.5em;
	text-shadow: -1px 1px 2px #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
#content nav a:hover {
  background: #eee;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-previous a {
	float: left;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .nav-next a {
	float: right;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
/*  display: block;*/
}
#nav-below {
	margin: 2em 0;
}
.page-link {
	margin: 0 0 1em;
}
.single-cpt_solution #nav-below {
  display: block;
}

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}

/* Comments */
#comments-title,
#reply-title {
}
ol.commentlist {
  list-style: none;
  margin-left: 0;
}
#comments .commentlist li.comment {
  padding-bottom: 2em;
}
#comments .commentlist .children {
  list-style: none;
  margin-left: 2em;
  margin-bottom: 0;
}
#comments .commentlist .children li.comment {
  padding-top: 2em;
  padding-bottom: 0;
}
#comments li.bypostauthor {
  background: #f7f7f7;
  padding: 0.5em  0.5em  2.5em;
  margin: 0 -0.5em;
}
article.comment {
	display: block;
}
article.comment header {
	margin-bottom: 1.2em;
	line-height: 1.4;
}
article.comment header .avatar {
  float: left;
  margin-right: 1.2em;
  margin-bottom: 1.2em;
}
.comment-meta {
  font-size: 13px;
}
.comment-body {
  clear: both;
}
article.comment footer {
  text-align: right;
}
.comment-reply-link {
  font-size: 13px;
  color: #999;
	background: #eee;
  padding: 0.5em 0.75em;
	text-decoration: none;
  font-family: 'Gochi Hand', cursive;
  font-weight: bold;
}
.comment-reply-link:hover {
	background: #607890;
	color: #fff;
}

#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
	font-size: 13px;
	line-height: 1.2;
	color: #666;
}
#respond .form-allowed-tags code {
	display: block;
}

/* Widgets */
.widget {
  margin-bottom: 2.4em;
}
.widget-title {
}
.widget_nav_menu ul {
  list-style: none;
  margin-left: 0;
}
.widget_nav_menu a {
  display: block;
  text-decoration: none;
  background: #e7e7e7;
  padding: 0.75em 1em;
  margin: 0 0 0.5em;
	text-shadow: -1px 1px 2px #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.widget_nav_menu a:hover {
  background: #eee;
}

/* logged-in front end */
.edit-link a {
  font-family: 'Gochi Hand', cursive;
  font-size: 1.25em;
  text-transform: uppercase;
  text-decoration: none;
}


/* =Structure & Layout
-------------------------------------------------------------- */

body {
  background-color: #f7f7f7;
}
#page {
	display: block;
	padding: 0 1.2em 0 1.2em;
	position: relative;
  background: url(images/handmadepaper.png) 0 0 repeat scroll;
}
#branding {
  background-color: #eee;
  background-color: rgba(255,255,255,0.5);
  margin: 0 -1.2em 1.2em -1.2em;
  padding: 3em 1.2em 1.2em;
  border-bottom: 1px solid #ececec;
  position: relative;
}
#main {
  padding-bottom: 2em;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
	padding: 1em 0 0;
  text-align: center;
  background-color: #f7f7f7;
  color: #bbb;
  margin: -1.2em -1.2em 0 -1.2em;
  padding: 1.2em 1.2em 3em;
  border-top: 1px solid #fff;
}
#site-credits {
  margin-top: 1em;
  line-height: 2.5em;
}

/* Utility Menu */
#utility {
  font-family: 'Gochi Hand', cursive;
  font-weight: normal;
  position: absolute;
  top: 0.5em;
  right: 1.2em;
}
#utility ul {
  display: inline;
}
#utility li {
  display: inline;
}
#utility a {
  font-size: 1.5em;
	line-height: 2;
  padding: 0;
  margin: 0 0 0 1em;
	text-decoration: none;
}
#utility a:hover {
}
#utility .not-mobile {
  display: none;
}

#searchform {
  display: none;
}

/* Sidebar Menu */
#nav-bttn {
	float: right;
  font-size: 2em;
  line-height: 1;
  background: #eee;
	color: #444;
	text-decoration: none;
	text-align: center;
	padding: 0.125em 0.4em;
	margin: -0.25em 0 0 -4em;
  font-family: Arial, sans-serif;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
#nav-bttn:hover {
	background: #fff;
	color: #00a1f2;
}
#sidebar-nav {
  font-family: 'Gochi Hand', cursive;
  text-align: left;
  clear: both;
	margin: -1.2em -1.2em 2.4em;
  display: none;
  position: relative;
  z-index: 500;
  background-color: #e7e7e7;
  padding: 1em;
}
#sidebar-nav.expose {
  display: block;
}
#sidebar-nav li {
  margin: 0 0 0.75em;
}
#sidebar-nav li li {
  font-size: 0.75em;
  margin: 0.5em 1em 0;
}
#sidebar-nav li li li {
  font-size: 1em;
}
#sidebar-nav li:last-child {
	border: 0;
}
#sidebar-nav a {
	display: block;
  font-size: 2em;
  line-height: 1.2;
	text-decoration: none;
	text-align: center;
  margin: 0;
	padding: 0.5em 1em;
	background: #b8ced9;
	color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
#sidebar-nav a:hover {
	background: #00a1f2;
}
#sidebar-nav li ul {
  display: none;
}
#sidebar-nav li.current-menu-item > ul, 
#sidebar-nav li.current-menu-ancestor > ul {
  display: block;
}

#sidebar-nav .challenges a    { background-color: #079ff8; }
#sidebar-nav .communication a { background-color: #8c73bf; }
#sidebar-nav .data a          { background-color: #d96c6c; }
#sidebar-nav .outreach a      { background-color: #ffb080; }
#sidebar-nav .solutions a     { background-color: #e5e539; }
#sidebar-nav .visibility a    { background-color: #73bf99; }

#sidebar-nav .challenges a:hover    { background-color: #078fde; }
#sidebar-nav .communication a:hover { background-color: #7a63a6; }
#sidebar-nav .data a:hover          { background-color: #bf6060; }
#sidebar-nav .outreach a:hover      { background-color: #ff9966; }
#sidebar-nav .solutions a:hover     { background-color: #cccc33; }
#sidebar-nav .visibility a:hover    { background-color: #63a685; }

#sidebar-nav .communication li,
#sidebar-nav .data li,
#sidebar-nav .outreach li,
#sidebar-nav .solutions li,
#sidebar-nav .visibility li { 
  margin-left: 0;
}
#sidebar-nav .communication li a,
#sidebar-nav .data li a,
#sidebar-nav .outreach li a,
#sidebar-nav .solutions li a,
#sidebar-nav .visibility li a { 
  background-color: rgba(255,255,255,0.5);
  margin: 0;
}
#sidebar-nav .communication li a { color: #8c73bf;}
#sidebar-nav .data li a          { color: #d96c6c; }
#sidebar-nav .outreach li a      { color: #ffb080; }
#sidebar-nav .solutions li a     { color: #e5e539; }
#sidebar-nav .visibility li a    { color: #73bf99; }

#sidebar-nav .communication li a:hover { background-color: rgba(255,255,255,0.75); color: #7a63a6;}
#sidebar-nav .data li a:hover          { background-color: rgba(255,255,255,0.75); color: #bf6060; }
#sidebar-nav .outreach li a:hover      { background-color: rgba(255,255,255,0.75); color: #ff9966; }
#sidebar-nav .solutions li a:hover     { background-color: rgba(255,255,255,0.75); color: #cccc33; }
#sidebar-nav .visibility li a:hover    { background-color: rgba(255,255,255,0.75); color: #63a685; }

/* Footer Menu */
#footer-nav {
  font-family: 'Gochi Hand', cursive;
  font-size: 1.5em;
  font-weight: normal;
	line-height: 2;
  margin-top: 0.75em;
}
#footer-nav ul {
  display: inline;
}
#footer-nav li {
  display: inline;
}
#footer-nav a {
  padding: 0;
  margin: 0 0 0 2em;
	text-decoration: none;
/*  color: #bbb;*/
}
#footer-nav a:hover {
/*  color: #33bbff;*/
}

/* A-Z Solutions List */
.solutions-list {
  margin: 0;
  padding: 0;
}
.solutions-list li {
  list-style: none;
  float: left;
  padding: 0 0.5em 0.5em 0;
}
.solutions-list li a { 
  background: #ccc url(images/icon-solution-sm.png) 8px 8px no-repeat scroll; 
  display: block;
  padding: 0.5em 1em 0.5em 43px;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.solutions-list li a.filterselected { 
  background-color: #cccc33;
}

.solutions-list li a:hover { 
  background-color: #e5e539;
}

/* Related Solutions & Related Challenges */
.related-challenges,
.related-solutions {
  margin: 0;
  padding: 0;
}
#content ul.related-challenges li,
#content ul.related-solutions li {
  clear: left;
  list-style: none;
  padding: 0 0 1.5em 0;
}
.related-challenges a,
.related-solutions a { 
  background: #079ff8 url(images/icon-challenge-sm.png) 8px 8px no-repeat scroll; 
  display: block;
  float: left;
  padding: 0.5em 1em 0.5em 43px;
  margin: 0 0.5em 0 0;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.related-solutions a { 
  background: #cccc33 url(images/icon-solution-sm.png) 8px 8px no-repeat scroll; 
}
.related-challenges a:hover {
  background-color: #078fde;
}
.related-solutions a:hover { 
  background-color: #e5e539;
}

a.filterlink,
a.filterlink-selected {
  font-family: 'Gochi Hand', cursive;
  color: #fff;
  text-decoration: none;
  margin: 0 0.25em 0.25em 0;
  padding: 0.125em 0.75em;
  white-space: nowrap;
  display: inline-block;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

a.filterlink-selected {
  font-weight: 700;
}

#visibility-filter { background-color: #73bf99; }
#visibility-filter:hover { background-color: #63a685; }

#outreach-filter { background-color: #8c73bf; }
#outreach-filter:hover { background-color: #7a63a6; }

#engagement-filter { background-color: #ffb080; }
#engagement-filter:hover { background-color: #ff9966; }

#data-filter { background-color: #d96c6c; }
#data-filter:hover { background-color: #bf6060; }

#all-filter { background-color: #e5e539; }
#all-filter:hover { background-color: #cccc33; }


/* =Media Queries for Responsive Layout
-------------------------------------------------------------- */

@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
  #page {
  	padding: 2em 4em 0;
  }
  #branding {
    margin: -2em -4em 2em -4em;
    padding-right: 4em;
    padding-bottom: 1em;
    padding-left: 4em;
  }
  #utility {
    right: 4em;
  }
  #site-description {
    max-width: 20em;
  }
  #nav-bttn {
    right: 2em;
  }
  #sidebar-nav {
    margin-top: -2em;
  	margin-right: -4em;
  	margin-left: -4em;
  	padding-right: 4em;
  	padding-left: 4em;
  }
  #colophon {
    margin-right: -4em;
    margin-left: -4em;
    padding-right: 4em;
    padding-left: 4em;
  }
}
@media only screen and (min-width: 768px) {

  #utility {
    top: 3em;
  }
  #utility a {
    margin: 0 0 0 2em;
  }
  #utility .not-mobile {
    display: inline;
  }
  #searchform {
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 2em;*/
/*    right: 4em;*/
  }
  #searchform label,
  #searchsubmit {
    display: none;
  }
  #s {
    background: #eee;
    border: 1px solid #ddd;
    padding: 0.5em 0.75em;
    width: 13em;
    font-size: 1.2em;
    color: #888;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  #s:focus {
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
    outline: 0;
  }

  #primary {
  	float: left;
  	margin: 0 0 0 -221px;
  	width: 100%;
  }
  #content {
  	margin-left: 260px;
  }
  #main .widget-area {
    clear: both;
  	margin: 0 0 0 260px;
  }
  /* Increase the size of the content area for templates without sidebars */
  .full-width #content,
  .image-attachment #content,
  .error404 #content,
  .single-cpt_challenge #content,
  .single-cpt_solution #content,
  .page-template-page-solutions-php #content {
  	margin-right: 0;
  }

  img.wp-post-image {
    display: block;
    float: right;
    margin: 0 0 1em 1.5em;
    max-width: 30%;
    height: auto;
  }

  /* Sidebar Menu */
  #nav-bttn {
    display: none;
  }
  #sidebar-nav {
    display: block;
    float: left;
  	line-height: 2.5em;
  	margin: 0 0 60px;
  	padding: 0;
  	width: 221px;
    background-color: transparent;
  }
  #sidebar-nav ul {
  	list-style: none;
    display: block;
  }
  #sidebar-nav li {
  	position: relative;
    display: block;
  }
  #sidebar-nav li li {
    margin: 0.5em 0 0 3em;
  }
  #sidebar-nav li.current-menu-item > a {
    position: relative;
  }
  #sidebar-nav li.current-menu-item > a:after {
    display: block;
    content: ">";
    position: absolute;
    right: 100%;
    top: 50%;
    margin: -0.5em 0.1em;
    line-height: 1;
    font-size: 2em;
  	color: #888;
  }

  #colophon {
    text-align: left;
  }
  #site-credits {
    float: left;
    font-family: 'Gochi Hand', cursive;
    margin-top: 0.75em;
    font-size: 1.5em;
  	line-height: 2;
  }
  #openplans-logo {
    display: block;
    background: url(images/openplans-logo.gif) 0 0 no-repeat scroll;
    width: 133px;
    height: 38px;
    text-indent: -9999px;
  }
  .period {
    display: none;
  }
  #openplans-logo:hover {
    background-position: left bottom;
  }
  #footer-nav {
    float: right;
  }
  #site-title {
  	font-size: 3em;
	}
  #site-description {
  	font-size: 1.5em;
	}
}
@media only screen and (min-width: 1024px) {
  #primary {
  	margin-right: -260px;
  }
  #content {
  	margin-right: 220px;
  }
  img.wp-post-image {
    max-width: none;
  }
  #main .widget-area {
    clear: none;
  	float: right;
  	overflow: hidden;
  	width: 180px;
  	margin: 0;
  }
  div.category {
    float: left;
    width: 25%;
  }
  div.category .illustration img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #page {
  	padding: 2em 8em 0;
  }
  #utility {
    top: 5em;
    right: 8em;
  }
  #searchform {
/*    right: 8em;*/
  }
  #branding {
    margin: -2em -8em 3em -8em;
    padding-top: 4em;
    padding-right: 8em;
    padding-left: 8em;
  }
  #colophon {
    margin: 0 -8em;
    padding-right: 8em;
    padding-left: 8em;
  }
  h1 { font-size: 2.5em; }
  h2 { font-size: 2.5em; }
  h3 { font-size: 2em; }
  h4 { font-size: 1.75em; }
  h5 { font-size: 1.5em; }
  h6 { font-size: 1.5em; }
  #site-title {
  	font-size: 4em;
	}
  #site-description {
  	font-size: 1.75em;
	}
}

/* Base Print Styles, inline to save the HTTP request */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/* =Media Query Size Indicator
-------------------------------------------------------------- */

/* Uncomment the following to display the media query results in your browser. */
/*body:after { content: "less than 320px"; font-size: 300%; font-weight: bold; position: fixed; bottom: 0; width: 100%; text-align: center; background-color: hsla(1,60%,40%,0.7); color: #fff; }
@media only screen and (min-width: 320px) { body:after { content: "320 to 479px"; background-color: hsla(90,60%,40%,0.7); } }
@media only screen and (min-width: 480px) { body:after { content: "480 to 767px"; background-color: hsla(180,60%,40%,0.7); } }
@media only screen and (min-width: 768px) { body:after { content: "768 to 1023px"; background-color: hsla(270,60%,40%,0.7); } }
@media only screen and (min-width: 1024px) { body:after { content: "1024 to 1299px"; background-color: hsla(360,60%,40%,0.7); } }
@media only screen and (min-width: 1300px) { body:after { content: "1300 and up"; background-color: hsla(60,60%,40%,0.7); } }*/