/*
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{margin:0;background-color:#fff;font:14px tahoma,'lucida grande',sans-serif;color:#222; width:1020px; align:center;}

a{color:#36c;text-decoration:none;}a:active{color:#36c;}a:hover{color:#69f;text-decoration:underline;}a:link{color:#0052a4;}a:visited{color:#0052a4;}

#page {
	display: block;
	margin: 1em;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
}
#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
-------------------------------------------------------------- */

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


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

#access {
	background: #333;
	display: block;
	float: left;
	margin: 0 auto 1em auto;
	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;
	color: #999;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	float: left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #666;
	color: #fff;
}
#access ul ul a:hover {
	background: #666;
}
#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;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0 0;
}
.page-link {
	margin: 0 0 1em 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%;
}

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

}
.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;
}


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

#colophon {
	padding: 1em 0 0 0;
}

/* =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;
}
/* =WTiles
-------------------------------------------------------------- */
#tiles {
height:122px;
padding:8px;
}
#tiles div {
float:left;
width:172px;
}
.tile_marketplace, .tile_analytics, .tile_metrics, .tile_iphone {
background:transparent url(/images/homepageBoxes.png?1) no-repeat scroll 0 0;
display:block;
height:106px;
position:relative;
}
.tile_marketplace span, .tile_analytics span, .tile_metrics span, .tile_iphone span {
color:white;
cursor:pointer;
font-size:15px;
font-weight:bold;
left:15px;
position:absolute;
top:15px;
}
.tile_marketplace {
background-position:0 -733px;
}
a.tile_marketplace:hover {
background-position:0 -839px;
text-decoration:none;
}
.tile_analytics {
background-position:0 -975px;
}
a.tile_analytics:hover {
background-position:0 -1081px;
text-decoration:none;
}
.tile_metrics {
background-position:0 -1217px;
}
a.tile_metrics:hover {
background-position:0 -1323px;
text-decoration:none;
}
.tile_iphone {
background-position:0 -491px;
}
a.tile_iphone:hover {
background-position:0 -597px;
text-decoration:none;
}
a.more_iphone, a.more_marketplace, a.more_analytics, a.more_metrics {
background:transparent url(/images/homepageBoxes.png?1) no-repeat scroll 0 0;
display:block;
height:24px;
position:relative;
text-align:right;
text-decoration:none;
width:172px;
}
a.more_iphone span, a.more_marketplace span, a.more_analytics span, a.more_metrics span {
color:black;
cursor:pointer;
font-size:12px;
font-weight:bold;
position:absolute;
right:10px;
text-decoration:none;
top:2px;
}
a.more_iphone span {
color:#FFFFFF;
}
a.more_marketplace span {
color:#FFFFFF;
}
a.more_analytics span {
color:#FFFFFF;
}
a.more_metrics span {
color:#FFFFFF;
}
a.more_iphone {
background-position:0 -234px;
}
a.more_marketplace {
background-position:0 -288px;
}
a.more_analytics {
background-position:0 -342px;
}
a.more_metrics {
background-position:0 -396px;
}

