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


body {
	background-color: #F1F4ED;
	color: #625F5C;
}

a {
	color: #5576AA;
	text-decoration: none;
}

a:hover {
	background-color: #eef2f6;
}

strong {
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	line-height: 1.1;
}

h1 a{ 
	color: #321C14;
}

blockquote {
	border-left: 4px solid #eef2f6;
	padding-left: 8px;
	line-height: 1.6em;
	color: #707070;
	background: #fafafa;
}

p {
	margin: 1.5em 0;
}

.lead {
	font-size: 20px;
	line-height: 30px;
}

.caption {
	font-family: Palatino, serif;
	font-size: 14px;
	font-style: italic;
	color: #7D6F65;
	clear: both;
}

#page {
	-moz-box-shadow: 0 0 7px #E7EAE5;
	display: block;
	margin: 1em auto;
	line-height: 1.75em;
	background: #fff;
	padding: 3em;
	border: 1px solid #dedede;
	width: 900px;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 330px 0 0;
	font-family: Georgia, serif;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

.roundedbottom {
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
}

.roundedtop {
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}

/* Top of Page -- Social Media icons */

#socialmediaicons {
	position: fixed;
	display: block;
	background: rgba(100,100,100,.2);
	width: 185px;
	right: 0;
	top: 0;
	margin-right: 3em;
}

#socialmediaicons .horiz {
	margin: 0;
	padding: 4px;
	text-align: center;
}

#socialmediaicons ul li {
	display: inline;
	list-style-type: none;
}

li.twitter-item {
	list-style-type: none;
}

.flickr ul li {
	display:inline;
	padding-right:5px;
}

ul li .flexo-link {
	font-size: 20px;
	font-weight: bold;
	padding: 2px 3px;
	line-height: 1.1;
	background: #eef;
}

#flickr ul li {
	display: none;
	list-style-type: none;
	
}

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

/* 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-title a {
  background: none;
}

#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


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

#access {
	background: #eee;
	display: block;
	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: #333;
	color: #fff;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul ul a:hover {
	background: #000;
}
#access ul li:hover > ul {
	display: block;
}


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

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	padding: 2px 6px;
	background: #e1e1e1;
	
}
#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 {
	margin: 0 0 1em;
}

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


h1.entry-title {
	font-family: 'Lucida Grande',Helvetica, arial, sans-serif;
	letter-spacing: -1px;
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	color: #321C14;
}

.entry-meta {
	font-size: 10px;
	color: #909090;
	font-family: Arial, sans-serif;
}

.PostDate {
  -moz-box-shadow:2px 2px 3px #CCCCCC;
  -webkit-box-shadow:2px 2px 3px #CCCCCC;
  float:left;
  font-family:Helvetica,Arial,sans-serif;
  list-style:none outside none;
  margin:0 10px 5px 0;
  text-align:center;
  width:50px;
}

.PostDate .day {
	background:#EEE;
  color:#666666;
  display:block;
  font-size:25px;
  font-weight:bold;
  letter-spacing:-0.5px;
  line-height:19px;
  padding:5px 0;
}

.PostDate .month {
	background-color:#DF0F0F;
  color:#FFFFFF;
  display:block;
  font-size:9px;
  line-height:9px;
  padding:5px 0 2px;
  text-transform:uppercase;
  letter-spacing: .3px;
	
}

em {
	background: #ffc;
	padding: 2px 4px;
	border-bottom: 1px solid #DDB811;
	color: #2b2702;
	font-style: normal;
	text-shadow:1px 1px 1px #DDDDDD;
}

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


.home {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 20px;

}


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

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
#content img,
.widget-area img {
	max-width: 100%;
	width: auto;
	height: auto;
}
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 {
	padding-bottom: 8px;
	border-bottom: 1px solid #efefef;
}

#searchform label {
	display: none;
}
#searchform input#s {
	width: 58%;
	border: 4px solid #ddd;
	padding: 4px;
	background: url('/images/search.gif') no-repeat scroll 95px 2px #fff;
}

#searchform input[type=submit] {
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
}

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

#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: #f8f8f8;
	font-family: "helvetica neue", arial, sans-serif;
}
.widget-area ul {
	list-style: none;
	padding: 0 1em;
	margin-top: 10px;
}
.widget-area ul ul {
	padding: 0 0 0 .5em;
	font-size: 80%;
	line-height: 1.4em;
}

.widget-title {
	font-size: 16px;
	letter-spacing: -.5px;
	border-top: 1px solid #e1e1e1;
	padding-top: 2px;
}



/* .widget-area ul ul li { color: #707070; font-size: 80%; line-height: 1.3em; font-family: arial;} */

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

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

#colophon {
	padding: 1em 0 0;
}


/* =header Twitter stuff
-------------------------------------------------------------- */

#topHeader
{
  color: #444;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin: 1em 0;
  font-size: 22px;
  font-family: georgia,serif;
  line-height: 1.4em;
  padding: 0 1em;
}

ul.twitter li.twitter-item {
  font-family: 'lucida grande', arial, sans-serif;
  font-weight: bold;
  color: #888;
  margin:  0 0 0 60px;
  letter-spacing: -1px;
}

a.twitter-link {
  font-weight: bold;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size: 14px;
}

.twitter-timestamp {
  color: #aaa;
  font-size: 14px;
}


