/* @override http://127.0.0.1/wp-content/themes/toolbox-IAB/style.css */

/* @override http://127.0.0.1/wp-content/themes/toolbox-IAB/style.css */






/*
Theme Name: Toolbox-IAB
Theme URI: NONE
Author: Olaf
Author URI: http://www.iab.org/
Description: An ultra-minimal set of super-clean, HTML5, starter templates for your own WordPress theme development. Based on the Toolbox template (0.4.3)
Version: 0.0.1
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

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
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 1px;
		background: url(lowrightcorner.png) no-repeat scroll right bottom;

}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}


#content {
	margin: 10px 240px 0 110px;
	padding: 10px;
	border-style: dotted;
	border-width: 1px;
	background-color: #fff;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 200px;
	margin-right: 20px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

div#site-generator {
	font-size: xx-small;
	text-align: center;
}

/* 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,
.section-heading {
	position: absolute;
	left: -9000em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #1e5395;
	text-decoration: none;
}
a:link {
	color: #1e5395;
	}      /* unvisited link */
a:visited {
	color: #1e5395;
	}  /* visited link */
a:hover {
	color: #286aac;
	text-decoration: underline;
}  /* mouse over link */
a:active {
	color: #133b63;
	}  /* selected link */




/* =Header
-------------------------------------------------------------- */

/* The Font size scales the lot */
header#branding {
	font-size: 15pt;
}

#site-title {
	padding-left: 7.2ex;
	color: #1e5395;
	font: bold "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 10em;
	margin-bottom: 0.7ex;
	margin-top: 0.7ex;
}



#site-title a {
	color: #1e5395;
	text-decoration: none;
	text-shadow: #d5d5d5 5px 3px 6px;
}



#site-description {
        display:none;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


img#site-logo {
	position: relative;
	top: 0px;
	left: 0ex;
	float: left;
	height: 9ex;
	margin-left: 0.6em;

}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	font-size: 10pt;
	width:100%;
	float: left;
	width: 100%;
	display: block;
	border-bottom: 1px dotted #a9a9a9;
}
#access ul {
	list-style: none;
	margin: 0 0 0 9px;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 1.4em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	margin: 0;
	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;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color: #fff;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	font-size:0.9em;
	width: 13em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #1e5395;
	color: #fff;
}
#access ul ul a:hover {
	background:#1e5395;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#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;
	font-size:70%;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
	font-size:70%;
}
.page-link {

    margin: 0 0 1em;
}

div.page_hierarchy {
    font-size: 0.9em;
    background-color: #eee;
    margin: 0 0 1em;
    border-style: dotted;
    border-width: 1px;

}

pre {
	margin: 4px;
	padding: 4px;
	background-color: rgba(30,82,146,0.12);
	color: #1e5292;
	border-style: dotted;
	border-width: 1px;
}


ul.post-meta {
	background-color: #fff;
	list-style-type: none;
	margin: 4px 0 3px;
	padding: 0;
}

ul.post-meta li{
	margin-bottom: 4px;
	border: 1px dotted #a9a9a9;
	padding: 4px 2px;
}

div.the_meta {
	position: relative;
	width: 100px;
	font-size: 10px;
	font-style: italic;
	padding-right: 0;
	margin-left: -114px;
	float: left;
}

span.post-meta-key {
	
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}

footer.entry-meta,
div.entry-meta {
    font-size: 0.8em;
    margin: 0px 10px 10px 0;
    width: 10em;
}


/* 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;
}


/* =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 {
	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;
}


/* =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
-------------------------------------------------------------- */


span.comments-link {
	display: none;	
}


article.comment {
	display: block;
}
#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%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area {
	background: #eeeeee;
	padding: 1em 0;
}

h2.widget-title {
	color: #1e5292;
	margin-bottom: 0.3em;
}
.widget {
	
	display: block;
	padding: 0 0.5ex 0 0.5px;
}

h1.widget-title {
	font-size: 1em;
	margin-left: 0.2em;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}
.widget-area .widget_search {
	overflow: hidden;
	padding: 5px 3px 6px;
}


.widget ul {
	background-color: #d5d5d5;
	margin-bottom: 0.2em;
	color: #98a6e1;
	list-style-type: none;
	margin-top: 0.3em;
	margin-left: 0.2em;
	padding-left: 1ex;
	font-size: small;
}


.widget a {
	color: #fff;
	text-decoration: none;
}
.widget a:link {
	color: #1e5395;
	}      /* unvisited link */
.widget a:visited {
	color: #1e5395;
	}  /* visited link */
.widget a:hover {
	color: #286aac;
	text-decoration: underline;
}  /* mouse over link */
.widget a:active {
	color: #133b63;
	}  /* selected link */


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}

body {
	margin: 0px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}




/* -------- Blog page (home) customization --- */

/* Do without the meta cruft except for the date */
body.blog .entry-meta .meta-sep,
body.blog .entry-meta .author,
body.blog .entry-meta .meta-prep {
    display: none;
}

/* smaller title */
body.blog .entry-title {
    font-size: 1.2em;
    margin: 0.5em 8em 0.5em 0;
}

body.blog .entry-title a {
    line-height: 130%;
}

body.blog .entry-meta {
    float: right;
    margin: -3.0em  0 0 10px;

}

body.blog .entry-content {
    border-bottom-style: dotted;
    border-width: 1px;
    border-color: #ccc;
}

body.blog footer.entry-meta {
    display: none;
}



/* Normal Page */
.entry-title {
    font-size: 2em;
    color: #1e5395;
}

