/*
Theme Name: Toolbox
Description: An ultra-minimal HTML5 starter theme.
Author: The Automattic Theme Team
Author URI: http://themeshaper.com/
Version: 0.3
Tags: translation-ready, microformats, rtl-language-support

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, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;	vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {list-style: none;}
/* 'tables still need 'cellspacing="0"' in the markup' - Eric Meyer */
table {border-collapse: separate;	border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a {text-decoration: none;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}
/* end or reset */

body {
	font-family: georgia,"times new roman",times,serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center; background: #fff;
}

strong { font-weight: bold; }
em { font-style: italic; }

pre { font-family: courier; font-size: .8em; background: #fff; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }

#page {
	width: 900px;
	display: block;
	text-align: left;
	margin: 0 auto;
	margin-top: 1px;
	/*border: 1px solid #000;*/
	background: #fff;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
	padding: 10px;
}
#main .widget-area {
	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: 0;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000em;
}


/* =Header
-------------------------------------------------------------- */
#branding{
	height: 115px;
}
#site-title {
	font-size: 2.5em;
	font-weight: bold;
	font-family: 'Yanone Kaffeesatz', arial, verdana;
	letter-spacing: 0.1em;
	word-spacing: .15em;
	margin-left: .8em;
	padding: 40px 0;
	width: 250px;
	display: block;
	text-align:center;
	background: rgb(0,0,0);
-webkit-border-radius-topleft: 0px;
-webkit-border-radius-topright: 0px;
-webkit-border-radius-bottomright: 4px;
-webkit-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; 
}
#site-title a {
	color: #fff;
}
#site-title a:hover {
	color: #ccc;
}

#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: none;
}

/* =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;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0 0;
}
.page-link {
	margin: 0 0 1em 0;
}

article.type-post {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.entry-title { 
	font-family: 'Yanone Kaffeesatz', arial, verdana;
	letter-spacing: 0.075em;
	font-weight: normal;
	font-size: 2em;
	margin: .5em 0;
	text-shadow: 1px 1px 1px #999;
	font-weight: bold;
	text-transform: uppercase;
}

.entry-title a {
	color: #000;

}
.entry-title a:hover {
	color: #666;
}

.entry-meta {
	font-size: .8em;
	text-align: right;
	padding: 5px 0;
}
.entry-meta a {
	color: #999;
}
.entry-meta a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}

.entry-content p {
	font-size: .9em;
	line-height: 1.2em;
	padding: .5em;
}
.entry-content ul { margin-left: 30px; font-size: 13px; list-style-type: disc; }
.entry-content ol { margin-left: 30px; font-size: 13px; list-style-type: decimal; }
.entry-content h2 { font-family: 'Yanone Kaffeesatz', arial, verdana; color: #3366CC;
	text-shadow: 1px 1px 1px #999;
	letter-spacing: 0.075em;
	font-weight: normal;
	font-size: 1.4em;
	margin: .5em 0; }
.entry-content h2, .entry-content h3 { padding: .25em; text-transform: uppercase; }
.entry-content p a { color: #666; border-bottom: 1px dotted #666; font-weight: bold; }
.entry-content p a:hover { color: #000; border-bottom: 1px dotted #000; }
.nav-previous, .nav-next {
	font-size: .725em;
}
.nav-previous a, .nav-next a {
	color: #999;
}
.nav-previous a:hover, .nav-next a:hover {
	color: #666;
}

h3, h3#reply-title {
	font-family: 'Yanone Kaffeesatz', arial, verdana;
	text-shadow: 1px 1px 1px #999;
	letter-spacing: 0.075em;
	font-weight: normal;
	font-size: 1em;
	margin: .5em 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;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}


/* =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%;
}
#submit {
	font-weight: bold;
	border: 2px solid #36c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
#submit:hover {
	background: #36c;
	color: #fff;
}

/* Class for labelling required form items */

.required {
	color: #CC0033;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	margin-left: 20px;
}
#commentform p {
	padding-bottom: 10px;
}
#commentform label {
	font-weight: bold;
	font-size: .8em;
}
#comments h2 {
	font-family: 'Yanone Kaffeesatz', arial, verdana;
	text-shadow: 1px 1px 1px #999;
	letter-spacing: 0.075em;
	font-weight: normal;
	font-size: 1.5em;
	margin: .5em 0;
}
#comments a {
	color: #999;
}
.comment-body {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.comment-body p, .comment-notes {
	font-size: .8em;
	padding: 15px;
}
.form-allowed-tags {
	font-size: .725em;
}
#respond input[type=text] {
	margin: 0 1em 0 0;
	width: 60%;
	display: block;
}
#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%;
	color: #999;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */
#secondary {
	border:1px solid rgb(0,0,0);
}
.widget-area {
}
.widget-area ul {
	list-style: none;
	padding: 0 1em;
}
.widget-area ul ul {
	list-style: disc;
	padding: 0 0 0 1em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.widget-container {
	font-size: .8em;
}
.widget-container h2 {
	font-family: 'Yanone Kaffeesatz', arial, verdana;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 .25em 0;
	background: #000;
	padding: 2px 2px 2px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.widget-container ul {
	list-style: none;
}
.widget-container li {
	list-style: none;
	line-height: 1.8em;
}
.widget-container a {
	color: #999;
}
.widget-container a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}
.widget_search {
	margin-top: 10px;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0 0;
	font-size: .725em;
	border-top: 2px solid #999;
}
#colophon section {
	height: 150px;
}
#colophon section article {
	float: left;
	margin: 10px 0 0 30px;
	width: 260px;
	font-size: .9em;
	font-weight: bold;
}

#colophon div {
	padding: 20px;
	text-align: right;
}
#colophon a {
	color: #fff;
}
#colophon a:hover {
	text-decoration: underline;
}

/* =WordPress basics
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Media Queries */
@media screen and (max-device-width:480px)  {
	#page { width: 100%; background-image: none; background-color: #F3F2E7; }
	#secondary { display: none; }	
	#primary { float: none; position: relative; margin: 0; width: 100%; padding: 0; }
	#content { margin: 0; }
}
/*
@media 
	(max-device-width:480px) {
	#page { width: 440px; background-image: none; background-color: #F3F2E7; }
	#primary { float: none; margin: 0; width: 100%; }
	#content { margin: 0; }
	#secondary { display: none; }
	.entry-title a { font-size: 18px; }
	.entry-content h2 { font-size: 14px; }
}*/

