/*
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
-------------------------------------------------------------- */

#lang_sel {
	margin-top: 10px;
	z-index: 100;
}

* { margin:0; padding:0;}

body { background:url(http://cdn.pdflite.com/background.png) top left repeat-x #fff;
	line-height:1.4em; color:#666; font: 0.95em/1.4 ars-maquette-web,"Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.page-template-download-php, body.page-template-variable-title-php { background:url(http://cdn.pdflite.com/background-download.png) top left repeat-x #fff !important; }

a { color: #d57f2b; text-decoration: none; cursor: pointer;}
a:hover { color: #aa5a0d; text-decoration: none; }
.clear { clear: both; }

.page-id-1090 h1 {
	text-align: center;
}

h1 {
	font-size: 1.5em;
}

h1, h2, h3, h4, p, ul {
	margin-bottom: 15px;
}

li {
	margin-left: 40px;
}

h2, h3, .post .entry-title a {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 5px;
	margin-bottom: 20px;
	width: 100%;
	color: #000000;
	font-weight: normal;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.post .entry-title a {
	display: block;
}

.post .entry-title a:hover {
	color: #d57f2b; text-decoration: none;
}

h4 {
	color: #555;
}

blockquote {
	font-family: Georgia,Times,serif;
	font-style: italic;
	padding: 0px 15px 0px 0px;
}

cite {
	color: #7F7F7F;
	float: left;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 0 0 20px 10px;
	text-transform: uppercase;
}

cite em {
	color: #E19750;
	font-style: normal;
}

.date {
	color: #7F7F7F;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 15px 15px;
	text-transform: uppercase;
}

#columns3 li {
	margin: 0px;
	padding:  1% 3% 0% 0%;
	float: left;
	width: 30%;
	list-style: none;
}

#page {
	display: block;
	/*margin: 1em;*/
	max-width:1000px;min-width:1000px;margin:0 auto;
	padding: 0 60px 0 15px;
}

#main { clear: both; }

#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,
.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
-------------------------------------------------------------- */

hgroup {
	float: left;
}

hgroup #site-title {
	margin-top: 0px;
	height:44px;
	width:96px;
	background:url('http://cdn.pdflite.com/logo.png');
	background-size: 96px 44px;
}

hgroup #site-title a {
	margin-top: 0px;
	display: block;
	height:44px;
	width:96px;
	border: none;
	text-indent: -9999px;
}

hgroup #site-description {
	display: none;
}

#branding {
	height: 45px;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px solid #2f2f2e;
	margin-bottom: 30px;
}

.page-template-download-php #branding, .page-template-variable-title-php #branding {
	margin-bottom: 10px !important;
}

.page-template-download-php #site-title, .page-template-variable-title-php #site-title  {
	margin-bottom: 0px !important;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	float: right;
	padding-top: 13px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	margin-left: 15px;
	border-right: 1px solid #333; padding: 1px 0px 4px; padding-right: 20px;
}
#access a {
	display: block;
	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: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	/*background: #dedede;*/
}
#access ul ul a:hover {
	/*background: #cecece;*/
}
#access ul li:hover > ul {
	display: block;
}

#access li.bold {
	font-weight: bold;
}

#access li.right {
	border-right: none !important; padding-right: 0px !important;
}

#access li.left {
	margin-left: 0px !important;
}


/* =Download
-------------------------------------------------------------- */
#download-page {
	height: 330px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#download-page #screenshots-rotator {
	padding-top: 0px;
	width: 440px;
	height: 310px;
	position: relative;
	float: right;
	}

#download-page #screenshots-container {
	float: right;
	width: 440px;
	height: 310px;
	overflow: hidden;

}
#download-page #screenshotsnavigation {
	position: absolute;
	top: 305px;
	float: left;
	z-index: 999;
	left: 190px;
}
#download-page #screenshotsnavigation a{
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	float: left;
	display: block;
	background:url('http://cdn.pdflite.com/navigation.png') no-repeat;
	margin: 0px 4px;
}

#download-page #screenshotsnavigation a:hover { background-position: -16px 0px; }
#download-page #screenshotsnavigation a.activeSlide { background-position: -8px 0px; }

#download-page #download {
	position: relative;
	top: 270px;
	left: 80px;
	z-index: 999;
	float: left;
	border: solid 1px #333;
}

#download-page #download-w3i {
	position: relative;
	top: 270px;
	left: 40px;
	z-index: 999;
	float: left;
	border: solid 1px #333;
}


#download-page #download a, #download-page #download-w3i a {
	min-width: 320px;
	display: block;
	border: solid 2px #eee;
	background: #CD5404;
	padding: 7px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

#download-page #download a:hover, #download-page #download-w3i a:hover {
	border: solid 2px #666666;
	background: #6A5C44;
}

#download-page #note {
	position: relative;
	top: -25px;
	left: 400px;
	color: #555;
	z-index: 1000;
	float: left;
	font-size: 12px;
}

#download-page #note-w3i {
	position: relative;
	display: block;
	top: 25px;
	left: 20px;
	color: #000;
	z-index: 1000;
	font-size: 10px;
}

#download-page #note-w3i a {
	color: #333;
	text-decoration: underline;
}



/* =Content
-------------------------------------------------------------- */

#introduction {
	position: absolute;
	display: block;
	top: -275px;
	width: 500px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	color: #ccc;
	font-size: 16px;
}

#introduction p a {
	color: #d4d4d4;
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 2px;
}
#introduction p a:hover {	color: #FFF; }
#introduction p.description {
	margin-top: 18px;
	font-size: 18px;
	width: 374px;
	height: 80px;
}

#introduction p.directions {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}


.sticky {
}


/* The header */
.page-template-download-php .entry-header, .page-template-variable-title-php .entry-header {
	position: relative;
	top: -330px;
	width: 500px;
	height: 40px;
	font-weight: normal !important;
	color: #fff;
}

.page-template-download-php .entry-content, .page-template-variable-title-php .entry-content {
	position: relative !important;
	top: -20px !important;
}

.entry-meta {
	clear: both;
	display: block;
}

header .entry-meta {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
	/*border-bottom: 1px dotted #ccc;*/
}

.post {
	margin-bottom: 30px;
}

.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;
}
.paged #content #nav-above,
.single #content #nav-above {
	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;
}

.widget-area .widget {
	margin-bottom: 20px;
}

.widget-area h1 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
	border-bottom: 1px dotted #ccc;
}

.widget-area ul li {
	margin: 3px 0px 4px 0px;
	list-style: none;
	font-size: 13px;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 10px 0 10px;
	text-align: center;
	border-top: 1px dotted #ccc;
	margin: 20px 0px 20px 0px;
}

#colophon .menu-footer-menu-container ul {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#colophon .menu li {
	display: block;
	width: 100px;
	list-style: none;
	float: left;
	text-align: center;
	font-weight: bold;
}

#colophon #site-generator {
	clear: both;
	display:none;
	padding-top: 15px;
}

#colophon #footer-w3i {
	margin-top: 7px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	font-size: 10px;
	color: #999;
}

.gplus {

	float: right;
	margin-top: 13px;
}

.fb-like {

	float: right;
	margin-top: 13px;
}


.hr {
border: 0;
color: #ddd;
background-color: #ddd;
height: 1px;
margin: 15px 0px;
padding: 0px;
width: 100%;
text-align: left;
}

.mac-purchase {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffd13b), color-stop(1, #c77100) );
	background:-moz-linear-gradient( center top, #ffd13b 5%, #c77100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd13b', endColorstr='#c77100');
	background-color:#ffd13b;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #d6a145;
	display:inline-block;
	color:#212021;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffdb8c;
}
.mac-purchase:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c77100), color-stop(1, #ffd13b) );
	background:-moz-linear-gradient( center top, #c77100 5%, #ffd13b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c77100', endColorstr='#ffd13b');
	background-color:#c77100;
}
.mac-purchase:active {
	position:relative;
	top:1px;
}