




/*
     FILE ARCHIVED ON 4:17:00 Jan 7, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:37:29 Mar 16, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
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
-------------------------------------------------------------- */
html {
	margin: 0px;
}

body {
	margin: 10px 0px 0px 0px;
	font: 14px "Lucida Grande", "Trebuchet MS", "Arial", "Bitstream Vera Sans", "Verdana";
	color: #333;
	background-image: url(/wp-content/themes/toolbox/images/bg.jpeg);
	background-position: top center; 
	background-repeat: no-repeat;
	background-color: #191919;
}

header#branding {
	height: 126px;
	width: 960px;
	background-image: url(/wp-content/themes/toolbox/images/header-menu.png);
}


header#branding img {
	float: left;
	height: 125px;
}

#page {
	width: 960px;
	display: block;
	margin: auto;
}

#primary {
	float: left;
	margin: 5px -240px 0px 0;
	width: 100%;
	border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	padding-bottom: 30px;
	background: #FFF url("http://www.ipv6observatory.eu/wp-content/themes/toolbox/images/content-bg-top.png") no-repeat center top;
	min-height: 1000px;
	text-align: justify;
}

#content {
	margin: 10px 280px 10px 0;
	padding-left: 40px;
	min-height: 2000px;
}

#main .widget-area {
	margin-top: 30px;
	float: right;
	overflow: hidden;
	width: 220px;
}

#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: 0px 40px 0px 0px;
}

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

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


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

#access {
	font: 15px 'ColaborateMediumRegular', Arial, sans-serif;letter-spacing: 0;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 620px;
	text-transform: uppercase;
	float: left;
	margin-top: 73px;
	margin-left: 30px;
}

#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access ul li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	background: url("http://www.ipv6observatory.eu/wp-content/themes/toolbox/images/menu-separator.png") no-repeat right top;
	height: 40px;
}

#access ul li:last-child {
	background: url("")
}

#access a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	text-decoration: none;
	color: #505050;
	padding-top: 6px;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #F3F3F3;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item a {
	color: #BE7E08;
	background: url("/wp-content/themes/toolbox/images/selected.png") no-repeat 6px 30px;
}

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

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.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;
	margin-top: 0px;
}
.paged #content #nav-above,
.single #content #nav-above {
    margin-top: 20px;
    display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.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;
}


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

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

h1.widget-title {
	color: #444;
}

.widget ul {
	list-style: none;
  padding:0;
  margin:0;
}

.widget ul li { 
  padding-left: 1em; 
  text-indent: -.7em;
  padding-bottom: 6px;
}

#text-2 {
    margin-top: 30px;
}

.widget ul li:before {
	content:'\2022';
	padding-right: .5em;
	color: #D4AC60; 
}​

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

#colophon {
	padding: 1em 0 0;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 16, 2012 11:09:14 AM America/New_York */



@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('/wp-content/themes/toolbox/fonts/ColabThi-webfont.eot');
    src: url('/wp-content/themes/toolbox/fonts/ColabThi-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/toolbox/fonts/ColabThi-webfont.woff') format('woff'),
         url('/wp-content/themes/toolbox/fonts/ColabThi-webfont.ttf') format('truetype'),
         url('/wp-content/themes/toolbox/fonts/ColabThi-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('/wp-content/themes/toolbox/fonts/ColabLig-webfont.eot');
    src: url('/wp-content/themes/toolbox/fonts/ColabLig-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/toolbox/fonts/ColabLig-webfont.woff') format('woff'),
         url('/wp-content/themes/toolbox/fonts/ColabLig-webfont.ttf') format('truetype'),
         url('/wp-content/themes/toolbox/fonts/ColabLig-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('/wp-content/themes/toolbox/fonts/ColabReg-webfont.eot');
    src: url('/wp-content/themes/toolbox/fonts/ColabReg-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/toolbox/fonts/ColabReg-webfont.woff') format('woff'),
         url('/wp-content/themes/toolbox/fonts/ColabReg-webfont.ttf') format('truetype'),
         url('/wp-content/themes/toolbox/fonts/ColabReg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('/wp-content/themes/toolbox/fonts/ColabMed-webfont.eot');
    src: url('/wp-content/themes/toolbox/fonts/ColabMed-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/toolbox/fonts/ColabMed-webfont.woff') format('woff'),
         url('/wp-content/themes/toolbox/fonts/ColabMed-webfont.ttf') format('truetype'),
         url('/wp-content/themes/toolbox/fonts/ColabMed-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('/wp-content/themes/toolbox/fonts/ColabBol-webfont.eot');
    src: url('/wp-content/themes/toolbox/fonts/ColabBol-webfont.eot') format('embedded-opentype'),
         url('/wp-content/themes/toolbox/fonts/ColabBol-webfont.woff') format('woff'),
         url('/wp-content/themes/toolbox/fonts/ColabBol-webfont.ttf') format('truetype'),
         url('/wp-content/themes/toolbox/fonts/ColabBol-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1.entry-title {
	font: 35px 'ColaborateBoldRegular', Arial, sans-serif;letter-spacing: 0;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 3px;
}

h1.entry-title, h1.entry-title a {
	color: #BD7E08;
	text-decoration: none;
	font-weight: normal;
}

/*
h1.entry-title a {
	color: #BD7E08;
	text-decoration: underline;
}
*/
h3 {
	color: #444;
}

.entry-meta {
	font-size: 12px;
	color: #777;
}


#meteor-slideshow {
    display: none;
/*	margin-top: 20px;
	padding: 14px;
	margin-bottom: 10px;*/
}

#meteor-slideshow img {
  border: 10px solid #fff;
  box-shadow: 1px 1px 6px #555; 
	-moz-box-shadow: 1px 1px 6px #555; 
  -webkit-box-shadow: 1px 1px 6px #555; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	color: #FFF;
}

#secondary {
	float: right;
	padding-right: 10px;
}

footer#colophon {
	margin-top: 125px;
	background: #000 url("/wp-content/themes/toolbox/images/body-footer.png") no-repeat center 0px; 		
	min-height: 400px;
	padding-top: 105px;
}

footer#colophon #wrapper {
	width: 960px;
	padding-top: 40px;
	margin: auto;
	font-weight: normal;
}

footer#colophon #wrapper ul {
	list-style-type: none;
	padding-left: 0px;
}

footer#colophon #wrapper #pages {
	width: 150px;
	float: left;
	padding-left: 0px;
}

footer#colophon #wrapper #latest-news {
	width: 150px;
	float: left;
	padding-left: 0px;
}

footer#colophon #wrapper #copyrights {
	width: 350px;
	float: left;
	padding-left: 0px;
	text-align: center;
	color: #AAA;
	padding-top: 30px;
}

footer#colophon #wrapper #logos {
	text-align: right;
	float: right;
	width: 300px;
	padding-right: 0px;
}

footer#colophon #wrapper #latest-news #title {
	color: #AAA;
	padding-top: 10px;
	display: block;
}

footer#colophon #wrapper #latest-news ul {
	margin-top: 2px;
}

footer#colophon #wrapper #logos img {
	width: 80px;
}

footer#colophon #wrapper #logos img.ec {
	width: 80px;
	padding-bottom: 10px;
}

a {
	color: #00468D;
	text-decoration: none;
}

.meteor-slides p {
    font: 35px 'ColaborateRegular', Arial, sans-serif;letter-spacing: 0;
    color: #FFF;
    background-color: #000;
    -moz-opacity:0.5;
    opacity: 0.5;
    filter:alpha(opacity=50);
    top: 40px;
    left: 50px;
    margin: 0;
    padding: 5px;
    position: absolute;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
}

.homepage-post {
		margin-top: 1	0px;
    border: 1px solid #CECECE;
    background-color: #F2EFE8;
    width: 100%;
  	border-radius: 6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
  	padding: 0px 10px 5px 10px;
		color: #333;
		text-align: justify;
  box-shadow: 1px 1px 4px #777;
  -moz-box-shadow: 1px 1px 4px #777;
  -webkit-box-shadow: 1px 1px 4px #777;
}

.homepage-post h2 {
	font: 25px 'ColaborateBoldRegular', Arial, sans-serif;letter-spacing: 0;
	margin-bottom: 0px;
	color: #111;
}


li.page-item-75, li.page-item-542, li.page-item-850, li.page-item-24, li.page-item-993, li.page-item-1097 {
	display: none;
}

#indicator-wrapper {
    margin-top: 30px;
    width: 810px;
    background-color: #F2EFE8;
    border: 1px solid #C9C8C6;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 4px #777; 
    -moz-box-shadow: 1px 1px 4px #777; 
    -webkit-box-shadow: 1px 1px 4px #777; 
    padding: 0px 35px 35px 35px;
    font-size: 13px;
}

#indicator-wrapper h2 {
    font: 20px 'ColaborateBoldRegular', Arial, sans-serif;letter-spacing: 0;
    color: #333;
    background-image: url('/wp-content/themes/toolbox/images/indicator-arrow.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    margin-top: 20px;
    padding-left: 15px;
    clear: both;
}

#indicator-wrapper ul {
    padding-left: 10px;
}

#indicator-wrapper ul li {
    list-style-type: none;
}

#indicator-wrapper ul li:before {
    list-style-type: none;
    content:'\2022';
    padding-right: .5em;
    color: #DDA600;
} 

.v6demon-figure {
  background-color: #E1D8CC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#v6demon-top-500-map {
  float: left;
}

#v6demon-top-10 {
  float: left;
  padding: 8px;
  margin-left: 30px;
}

#nav-above {
    margin-top: 15px;
}

.sep {
width: 100%;
clear: both;
border: 2px solid #F2EFE8;
margin-bottom: 20px;
}

.page-item-196, .page-item-22, .page-item-1314 {
  display: none;
}

table.workshop {
    margin-left: 70px;
    width: 700px;
    color: #444444;
    margin-bottom: 20px;
}

table.workshop thead tr th {
   padding: 10px;
}

table.workshop, table.workshop td {
    border: 1px solid #444;
    border-collapse: collapse;
    padding: 6px;
    height: 45px;
}

table.workshop tbody td:first-child {
    width: 130px;
    text-align: center;
    color: #555;
}

#ec-address, #hotel-address {
    margin-top: 20px;
    width: 300px;
    float: left;
}
#ec-map {
    margin-top: 20px;
    width: 480px;
    float: left;
}

#ec-map iframe {
    box-shadow: 1px 1px 12px #555;
}

.widget_sp_image a img {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 3px;
}

h2.indicator {
  color: #555;
}

#toc_container {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
margin-left: 20px;
}

.toc h1 {
    color: #BD7E08;
    margin-top: 35px;
}

.toc h2, .toc h3, .toc h4 {
    color: #686866;
}

.wp-caption-text {
    font-size: 12px;
    font-color: #888;
}

body.toc{counter-reset: section}
.toc h2{counter-reset: sub-section}
.toc h3{counter-reset: composite}
.toc h4{counter-reset: detail}

.toc h2:before {
    counter-increment: section;
    content: counter(section) " ";
}

.toc h3:before{
     counter-increment: sub-section;
     content: counter(section) "." counter(sub-section) " ";
}

.toc h4:before{
     counter-increment: composite;
     content: counter(section) "." counter(sub-section) "." counter(composite) " ";
}
.toc h5:before{
     counter-increment: detail;
     content: counter(section) "." counter(sub-section) "." counter(composite) "." counter " ";
}

#search-2 {
    margin-bottom: 10px;
   margin-left: 3px;
}

#search-2 h1.widget-title {
  font-size: 12px;
  margin-bottom: 2px;
}