/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

a:link, a:visited {
	text-decoration: none;
	color: #880d00;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 18px 0 18px 0;
}

h3 {
	padding: 0;
	margin: 24px 0 -10px 0;
}

/* =Structure
-------------------------------------------------------------- */

html {
	background-color: #636367;
	background-image: url('images/bgimage6.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "calibri", "helvetica", "arial", sans-serif;
}
#page {
	position: relative;
	display: block;
	width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
#primary {
	position: relative;
	display: block;
	width: 950px;
	margin-top: 0px;
	margin-left: 276px;
	padding: 0;
	border-top: #000000 4px solid;
	border-left: #000000 4px solid;
}
#primary.full-width {
	width: 1180px;
	margin-left: 0px;
}
#content {
	background-color: white;
	line-height: 1.5em;
	padding: 16px 40px 24px 40px;
	margin: 0;
	min-height: 1000px;
}
.full-width #content {
	padding-left: 200px;
	padding-right: 200px;
}
.full-width .social-media-article {
	display: none;
}
.home #content {
	padding: 1px 12px 20px 12px;
}
#main {
	position: relative;
}
#main .widget-area {
	position: absolute;
	
	width: 276px;
	top: 0px;
	bottom: 0;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	position: relative;
	font-family: "arial black", arial, sans-serif;
	display: block;
}
#branding img {
	margin-bottom: -5px;
	margin-left: -4px;
}
#site-description {
	display: none;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
}
#social-media-area {
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 100;
}
#social-media-area img {
	padding-left: 18px;
	margin-bottom: 0;
}
#social-media-area img:hover {
	margin-bottom: 1px;
}

#donate-area {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 37px;
	padding: 10px;
	background-color: rgba(10,10,10,0.7);;
	border: 0px white solid;
}
#donate-area div {
	position: absolute;
	top: 14px;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
#donate-area #donate-field {
	position: absolute;
	left: 114px;
	top: 11px;
	width: 30px;
	height: 28px;
	font-size: 20px;
}
#donate-area .takeaction-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}


/* =Menu #fece4c yellow
-------------------------------------------------------------- */

#access {
	background: #880d00;
	background: rgba(136, 13, 0, 0.9); /* same color as above, with some transparency */
	border-left: 4px #161616 solid;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 276px;
	width: 950px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #f0f0f0;
	font-weight: bold;
}
#access ul li.current-menu-item a {
	background-color: #161616;
	color: #f0f0f0;
}
#access ul ul {
	box-shadow: -3px 4px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: -3px 4px 10px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: -3px 4px 10px 1px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;

	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #880d00;
	font-size: 12px;
	line-height: 1em;
	padding: .9em 10px .9em 20px;
	width: 18em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #6d0b00;
}
#access ul ul a:hover {
	background: #6d0b00;
}
#access ul .current-menu-item ul a:hover {
	background: #333333;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 14px;
	color: #777777;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
.entry-header {
	position: relative;
	display: block;
	text-align: right;
}
.entry-header .entry-title-and-meta {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 300px;
}
.entry-header img {
	display: inline;
	position: relative;
	right: 0;
}
.entry-header .entry-title {
	text-align: left;
	margin: 40px 0 0 0;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

ul.posts-by-tag-list {
	list-style: none;
	padding: 0;
}
ul.posts-by-tag-list li {
	padding-bottom: 0px;
	height: 130px;
	clear: both;
}
ul.posts-by-tag-list img {
	float: left;
	padding: 0 20px 0 0;
	height: 120px;
	width: 120px;
}
ul.posts-by-tag-list a {
	font-weight: bold;
}
ul.posts-by-tag-list p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
	margin-top: 0.5em;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	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 .wp-caption-text {
	margin: .5em;
	font-size: 11px;
	line-height: 1.1em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Sidebar
-------------------------------------------------------------- */

.widget-area #short-description-box {
	height: 100px;
	padding: 16px 14px 0px 10px;
}
.widget-area {
	position: relative;
	background: #880d00;
	padding: 0 0 0 0px;

	font-weight: normal;
	font-size: 16px;
	line-height: 1.3em;
	color: #f0f0f0;
	border-top: #161616 4px solid;
}

.widget-area a:link, .widget-area a:visited {
	color: white;
}

.widget-area h1 {
	font-family: "arial black", arial, sans-serif;
	font-size: 18px;
	margin: 24px 0 6px 0;
}

.widget {
	display: block;
	margin-top: 34px;
	padding: 0 10px 0 10px;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.widget-area #signupform {
	height: 72px;
}
.widget-area #signupform .signupemail {
	width: 247px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
	margin: 4px 0 0 0;
	color: #404040;
}
.widget-area #signupform .signupbutton {
	display: block;
	float: right;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 4px 10px 4px 10px;
	margin: 6px 5px 0 0;
	background-color: #fece4c;
	border: none;
	color: white;	
}

.widget-area .takeaction-link, #takeaction-followup-page .takeaction-link {
	display: block;
	float: none;
	width: 257px;
	font-family: "calibri", "helvetica", "arial", sans-serif;
	font-size: 16px;
	padding: 3px 0px 3px 0px;
	margin: 8px 6px 10px 0px;
}
.widget-area .takeaction-link:after, #takeaction-followup-page .takeaction-link:after {
	content: '';
}
.widget-area .takeaction-link:hover, #takeaction-followup-page .takeaction-link:hover {
	cursor: pointer;
}

.widget_recent_entries li {
	margin-bottom: 10px;
	
}
.widget_recent_entries ul {
	padding-left: 18px;
	margin-left: 0;
}

/* =Front page take action area
-------------------------------------------------------------- */

#takeactionarea {
	position: relative;
}

#takeactionarea p {
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.2em;
}

#takeaction-1 h2, #takeaction-2 h2, #takeaction-3 h2 {
	margin: 0;
	padding: 0;
}
#takeaction-1 h2 a:link, #takeaction-2 h2 a:link, #takeaction-3 h2 a:link,
#takeaction-1 h2 a:visited, #takeaction-2 h2 a:visited, #takeaction-3 h2 a:visited {
	color: #880d00;
}
 
#takeaction-1 {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	height: 300px;
}
#takeaction-1 h2 {
	font-size: 20px;
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 6px;
}
#takeaction-1 div {
	padding-right: 20px;
}
#takeaction-1 img {
	padding-right: 20px;
}
#takeaction-1 img, #takeaction-2 img, #takeaction-3 img {
	display: block;
	float: left;
}

#takeaction-2 h2, #takeaction-3 h2 {
	font-size: 15px;
	line-height: 1.2em;
	text-transform: none;
	margin-bottom: 4px;
}
#takeaction-2, #takeaction-3 {
	position: relative;
	font-size: 14px;
	padding-top: 20px;
}
#takeaction-2 div, #takeaction-3 div {
	background-color: none;
	padding-right: 10px;
}
#takeaction-2 img, #takeaction-3 img {
	padding-right: 10px;
}
#takeaction-2 {
	background-color: none;
	display: block;
	width: 436px;
	height: 170px;
}

#takeaction-3 {
	background-color: none;
	display: block;
	position: absolute;
	width: 436px;
	height: 170px;
	right: 0;
	bottom: 0;
}

.takeaction-link {
	display: block;
	float: right;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin-right: 0px;
	background-color: #fece4c;
	color: black !important;
	border: none;
}
.takeaction-link:after {
	content: ' »';
}
.takeaction-link:hover {
	background-color: #ffdb4d;
	text-decoration: none;
}
#takeaction-2 .takeaction-link, #takeaction-3 .takeaction-link {
	font-size: 16px;
	padding: 2px 6px 2px 6px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#whatwedo {
	background-image: url('/wp-content/themes/toolbox/images/what-we-do-conf2012.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 870px;
	height: 211px;
	display: block;
	
	font-size: 16px;
	line-height: 1.2em;
}

#whatwedo div {
	margin-top: 176px;
}

#whatwedo h2 {
	text-align: left;
	border-bottom: 2px solid #161616;
	margin-bottom: 30px;
}

#whatwedo h4 {
	display: inline;
	border-bottom: 5px solid white; /* #880d00; */
	font-size: 18px;
	margin-left: 18px;
}

#whatwedo h4 a:visited, #whatwedo h4 a:link{
	color: white !important;
}

#whatwedo h4 a:hover {
	text-decoration: none;
}

#whatwedo div {
	width: 290px;

	float: left;
	display: block;
	border: none;
	text-align: left;
}

#whatwedo ul {
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 0;
	text-align: left;
}

#whatwedo li {
	padding-bottom: 10px;
}

#whatwedo p {
	padding-left: 18px;
	padding-right: 10px;
	margin-top: 0;
	text-align: left;
	font-weight: bold;
}

div.threecolA {
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	padding-right: 0px;
	padding-top: 10px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
	background: #880d00;
	background: rgba(136, 13, 0, 0.9); /* same color as above, with some transparency */
	color: #f0f0f0;
	border-top: 4px solid #161616;
}

#colophon h4 {
	margin-bottom: 0;
	padding-left: 20px;
}

#colophon img {
	width: 134px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 25px;
	display: block;
	float: left;
}


#colophon > ul {
}

#colophon > ul > li {
	float: left;
	max-width: 170px;
	list-style: none;
	padding-right: 20px;
	padding-left: 0;
}

#colophon > ul > li > a {
	border-bottom: 5px solid white;
	font-weight: bold;
	display: inline-block;
}
#colophon > ul > li > a:hover {
	text-decoration: none;
}

#colophon > ul > li ul {
	list-style: disc;
	font-size: 14px;
	line-height: 1.3em;
	padding-left: 15px;
	padding-top: 14px;
	margin-left: 0;
}

#colophon > ul > li > ul > li {
	text-decoration: none;
	padding-bottom: 8px;
	padding-left: 0;
	margin-left: 0;
}

#colophon a {
	color: #f0f0f0;
}

#colophon-right-box {
	text-align: right;
	padding-right: 20px;
}

/* Social media */

.social-media-article {
	position: relative;
	display: block;
	top: 19px;
}

.social-media-article .twitter-share-button {
	position: relative;
	display: block;
	top: 0px;
	left: 90px;
	z-index: 100;
}
	
.social-media-article .fb-like {
	position: absolute;
	display: block;
	top: -4px;
	z-index: 100;
}

.post-template-actionpage-template-php .social-media-article {
	top: 100px;
}

.twitter-follow-button {
}