/*
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.
*/

/* =Structure
-------------------------------------------------------------- */

@font-face {
	font-family: 'FetteEngschriftDIN1451W';
	src: url('fonts/FetteEngschriftDIN1451W01-D.eot');
	src: url('fonts/FetteEngschriftDIN1451W01-D.woff') format('woff'), url('fonts/FetteEngschriftDIN1451W01-D.ttf') format('truetype'), url('fonts/FetteEngschriftDIN1451W01-D.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'DINNextW02-Medium';
	src: url('fonts/DINNextW02-Medium.eot');
	src: url('fonts/DINNextW02-Medium.woff') format('woff'), url('fonts/DINNextW02-Medium.ttf') format('truetype'), url('fonts/DINNextW02-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#custom-entry {
	float:left;
	width:300px;
	display:inline;
	padding-right:20px;
}

#custom-entry a {
	text-decoration:none;
	
}

#custom-entry li {
	list-style-type:none;
	display:inline-block;
	
}

ul.entries li {
	list-style-type:none;
	display:inline-block;
}
	

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1em;
	margin: 0px;
}


h1#site-title {
	padding: 2px 0 0 10px
}

#page {
	display: block;
	width: 900px;
	margin-left: auto ;
	margin-right: auto ;
	padding-top: 30px;
}

div#main {
	font-size: .9em;

}

#primary {
	margin: 54px 0 0 0;
	background-color: white;
	border-radius: 10px;
	display: block;
	float: left;

}

#nav-above {
	display: none;
}

#evidence-header {
	font-size: 2.6em !important;
	color: #212121;
	font-family: Avenir, Arial,Helvetica,sans-serif;
	margin: 8px 0 15px 0;
	padding: 0;
	font-weight: normal;
	line-height: 115%;
	padding-bottom:20px;
}

h1#evidence-header a {
	color: #fff;
}


#evidence-subhead {
	
	
}
#branding {
	margin: 0px;
	padding: 0px;
}

#content {
	margin: 0 0 0 0;
	width: 100%;
	background-color: white;

}
#main .widget-area {
	margin-top:54px;
	float:right;
	overflow: hidden;
	width: 250px;
}
#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;
}

a {
	color: #3399CC;
}

/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0;
	background-image: url(/wp-content/themes/toolbox/images/sp_headbg.png);
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
	background: transparent;
	display: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	display: none;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#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;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px 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: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

#subscribe-form {
	margin: 0 0 10px 0;
	color: #414141;
	font-size: 1.1em;
	padding: 2px;
	width: 98%;
}


/* =Content
-------------------------------------------------------------- */

#content h1 {
	margin-bottom: 0px;
	font-size: 2em;
	font-family:'DINNextW02-Medium', Arial, san-serif;
	color:#002c5f;
	text-transform:uppercase;
}

article.post {
	width: 610px;
}
.post {
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content h1 a {
	color: #00B0CA;
	text-decoration: none;
	text-transform:uppercase;
}
#content h1 a:hover {
	text-decoration: none;
}

#content p {
font-size: .9em;
line-height: 165%;
font-family: Arial, Helvetica, sans-serif;
}


.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	line-height: 165%;
}
.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,
.single #content {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
	width: 610px;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 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;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
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;
}
.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;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

div#comments {
	width: 610px;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 0 0 35px 0;
}


h1.widget-title {
  font-family:'FetteEngschriftDIN1451W', Arial, san-serif;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px 15px 0;
  border-bottom: 3px double #ccc;
}
.widget-area {
	float: right;
	margin: 0px 15px 0 0;
}

.widget-area .widget_search {
	overflow: hidden;
	padding: 20px;

}
.widget-area .widget_search input {
	float: left;
}
.widget-area ul {
	list-style-type: none;
	padding: 0;
	line-height: 145%;
}
.widget-area li {
	list-style-type:none;
	text-align:center;
	font: normal 18px/50px 'FetteEngschriftDIN1451W', Arial, san-serif;
	}


.widget-area li a {
	text-decoration:none;
	text-transform:uppercase;
	display: block;
	background-color: #ECF8FB;
	color: #777;
	margin: 0 0 10px 0;
}
.widget-area li a:hover {

	background-color: rgba(168, 221, 237, 0.85);
	color:#fff;
}



/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}
.entry-meta {
	font-size: .8em;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #999;
}

#site-copyright {
	text-align: center;
	font-size: 0.8em;
	color: #FFF;
	text-decoration: none;
}
#site-copyright a {
	color: #FFF;
	text-decoration: none;
}

.columns {
	position:relative;
	width:940px;
	height:auto;
}

.columns p {
	height: 75px;
	font-size:14px;
}


.columns h3  {
	font-family:'DINNextW02-Medium', Arial, san-serif;
	font-size:16px;
	min-height:50px;
	 
}

.columns h3 a {
	text-decoration:none;
	color:#333;
	text-transform:uppercase;
}

.columns h5  {
	font-family:'DINNextW02-Medium', Arial, san-serif;
	font-size:14px;
	height:35px;
	 
}

.columns h5 a {
	text-decoration:none;
	color:#969696;
	text-transform:uppercase;

}

.columns a.old {
	font-family:'DINNextW02-Medium', Arial, san-serif;
	text-decoration:none;
	color:#969696;
	text-transform:uppercase;

}

.columns a:hover {
	color:#00B0CA;
}

.columns h5 a:hover {
	color:#00B0CA;
}

.columns h3 a:hover {
	color:#00B0CA;
}

.column3 {
	text-align:left;
	float: right;
	width: 250px;
	margin-left:690px;
	position:absolute;
}

.column3_post {
	text-align:left;
	float: right;
	width: 250px;
	margin-top:125px;
	
}


.article1 {
	width:250px;
	left:0;
	position:absolute;
	text-align:left;
}

.article2 {
	width:250px;
	margin-left:275px;
	position:absolute;
	text-align:left;
	padding-left:50px;
}

.article3 {
	width:250px;
	left:0;
	position:absolute;
	padding-top:20px;
	text-align:left;
	margin-top: 270px;
}

.article4 {
	width:250px;
	margin-left:275px;;
	position:absolute;
	padding-top:20px;
	text-align:left;
	padding-left:50px;
	margin-top: 270px;
}

.article5 {
	width:250px;
	left:0;
	position:absolute;
	padding-top:40px;
	text-align:left;
	margin-top: 540px;
}

.article6 {
	width:250px;
	margin-left:275px;
	position:absolute;
	padding-top:40px;
	text-align:left;
	padding-left:50px;
	margin-top: 540px;
}

.article7 {
	width:250px;
	left:0;
	position:absolute;
	padding-top:40px;
	text-align:left;
	margin-top: 810px;
}

.article8 {
	width:250px;
	margin-left:275px;
	position:absolute;
	padding-top:40px;
	text-align:left;
	padding-left:50px;
	margin-top: 810px;
}

#blue_header {
	width: 100%;
	height: 40px;
	background-color: #002c5f;
}

.read_more {
	text-decoration:none;
	font-family:'DINNextW02-Medium', Arial, san-serif;
}


.read_more a {
	padding: 10px 15px 6px 15px;
	text-transform: uppercase;
	color: #fff;
	text-decoration:none;
	background: #52BBDB;
	font-size:16px;
	margin-bottom: 50px;
	width: 100px;
}

.read_more a:hover {
	background-color: #002c5f;
	color: #fff;
	
}


 .byline {
	 font-size:12px;
 }
 
 .byline a {
	 text-decoration:none;
	 color:#52BBDB;
 }
 
 .authors h2 {
  font-family:'FetteEngschriftDIN1451W', Arial, san-serif;
  font-size:24px;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px 15px 0;
  border-bottom: 3px double #ccc;

	}


 .archive h2 {
  font-family:'FetteEngschriftDIN1451W', Arial, san-serif;
  font-size:24px;
  color: #013D79;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px 15px 0;
  border-bottom: 3px double #ccc;

	}
	
.archive li {
	list-style-type:none;
	text-align:center;
	font: normal 18px/50px 'FetteEngschriftDIN1451W', Arial, san-serif;
	}
	
.archive li a {
	text-decoration:none;
	text-transform:uppercase;
	display: block;
	background-color: #ECF8FB;
	color: #777;
	margin: 0 0 10px 0;
}

.archive li a:hover {
	background-color: rgba(168, 221, 237, 0.85);
	color:#fff;
}


.archive_all {
	width:900px;
	margin-top:10px;
}

.archive_all li {
	list-style-type:none;
	text-align:center;
	font: normal 18px/50px 'FetteEngschriftDIN1451W', Arial, san-serif;
	}
	
.archive_all li a {
	text-decoration:none;
	text-transform:uppercase;
	display: block;
	background-color: #ECF8FB;
	color: #777;
	margin: 0 0 10px 0;
}

.archive_all li a:hover {
	background-color: rgba(168, 221, 237, 0.85);
	color:#fff;
}




.older_posts {
}


  .email h2 {
	font-family:'FetteEngschriftDIN1451W', Arial, san-serif;
	font-size:24px;
	text-transform: uppercase;
	line-height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 20px 15px 0;
	border-bottom: 3px double #ccc;
	
  }
  
  .email {
	  padding-bottom:150px;
  }
  
  h1.logo {
position: absolute;
margin-top:-50px;
width: 88px;
height: 79px;
background:url('images/header-logo.png') left top no-repeat;
}

#header_nav {
	margin-left:130px;
	margin-top:-25px;
	font-family:'FetteEngschriftDIN1451W', Arial, san-serif;
	font-size:20px;
	line-height:40px;
}

#header_nav a {
	list-style-type: none;
	display:inline;
	margin-right: 30px;
	text-decoration:none;
	text-transform:uppercase;
	color:#58595b;
}

#header_nav a:hover {
	color:#ec7a08;
}

#more {
	width: 610px;
	border-top: 1px solid #E6EBED;
	top:1120px;
	position:absolute;
	padding-top:40px;
	

}



#more more a {
	padding: 10px 15px 6px 15px;
	font-family:'DINNextW02-Medium', Arial, san-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration:none;
	background: #aaa;
	font-size:16px;
	margin-bottom: 50px;
	width: 100px;
}

#more more a:hover {
	background-color: #002c5f;
	
}

#archive_titles {
	width: 900px;
}

#archive_titles h3 a {
	text-decoration:none;
	color:#333;
	text-transform:uppercase;
}

#archive_titles h3 {
	padding-top: 10px;
	margin-bottom: 0px;
	border-bottom: #969696;
}


#archive_titles h3 a:hover {
	color:#3399CC;
}

#archive_titles .byline {
	padding-bottom:20px;
	border-bottom: 1px solid #E6EBED;

}

	

   
 

