/*
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.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, 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.
*/

/* import css */
@import "reset.css";
@import "fonts/stylesheet.css";
@import "framework.css";
@import "nivo-slider.css";
@import "fancybox/jquery.fancybox-1.3.4.css";
html { background-color: #F3F3F3; 	background: url(images/background.png) no-repeat fixed center top;}

/* =Structure
-------------------------------------------------------------- */

body {
	font: 13px/1.5 Helvetica; 
	background-color: #F3F3F3;
	background: url(images/background.png) no-repeat fixed center top;
}



#wrapper {
	padding: 30px 0 40px;
	position: relative;
}

h1 a {
	color: #101010;
    text-decoration: underline;
    }

#branding h1 a { 
	background: url(images/logo.png) no-repeat; 
	width: 1000px; 
	height: 29px; 
	display: block; 
	text-indent: -999em; 
	-webkit-transition: opacity .2s ease; 
	-moz-transition: opacity .2s ease; 
	-o-transition: opacity .2s ease; transition: opacity .2s ease;
}
	
#branding h1 a:hover, h1 a:hover { 
	opacity: .6;
}


h3 {
    font: bold 16px/16px "Lucida Grande",Lucida,Verdana,sans-serif;
    text-transform: uppercase;
}

a {
	-moz-transition: color 0.2s ease 0s;
	color: #fd4c23;
	text-decoration: none;
	}
	
a:hover {
	color: #101010;
    text-decoration: underline;
    }


.widget .widget_pages li a:hover {

    }


}

#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}

#content { background-color: #fff; margin-bottom: 10px; padding-top: 51px; float: left; display: inline; clear: both; margin-top: -51px; z-index: 1; }
#content.wo-sidebar { background: url(images/sidebar-bg.png) repeat-y; z-index: 1; }


.post-date {
    background-color: #fd4c23;
    background-image: -moz-linear-gradient(70% 0 0deg, #fd4c23, #BD1010);
    color: #FFFFFF;
    float: left;
    font-family: "GnuolaneRegular","Lucida Grande",Arial;
    left: -91px;
    letter-spacing: 1px;
    margin-top: -28px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 60px;
}

h2 em {
 font-weight: bold;
 }
 
 em {
 	font-style: italic;
 	}

.day {
    font-size: 24px;
    line-height: 24px;
}

.month {
    font-size: 16px;
    line-height: 16px;
}

.year {
    font-size: 12px;
    line-height: 12px;
}

#main-section {
	background-color:#fff;
	font-size: 14px;
	padding-top: 40px;
	width: 960px;
	background: url(images/sidebar-bg.png) repeat-y scroll 0 0 transparent;}
}

#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,
.section-heading {
  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
-------------------------------------------------------------- */

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


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

#access {
	width: 1000px; 
	background-color: #000;
	height: 50px; float: left;
	display: inline;
	position: absolute;
	z-index: 100;
	top: 91px;
}

	
#access.fixed, #access.home.fixed { position: fixed; top: 0; }
#access.home { top: 0px; }
	


ul#menu-dropdown  { width: 652px; margin: 0; padding-left: 10px; padding-right: 10px; float: left; position: relative; display: inline; list-style: none; z-index: 100; }
ul#menu-dropdown  li { font: 16px "GnuolaneRegular", "Lucida Grande", Arial; margin-bottom: 0; position: relative; flodat: left; display: block; z-index: 100; background-color: #000; float: left; }
ul#menu-dropdown  li a { display: block; white-space: nowrap; line-height: 50px; padding-right: 20px; padding-left: 20px; margin-left: 10px; margin-right: 10px; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; float: left; -webkit-transition: background .2s ease; -moz-transition: background .2s ease; -o-transition: background .2s ease; transition: background .2s ease; }
ul#menu-dropdown  a:hover, ul#menu-dropdown li.current-menu-item a { background-color: #fd4c23; }
ul#menu-dropdown  li:hover ul, ul.menu-dropdown li ul li:hover ul { display: block; }
ul#menu-dropdown  li:hover ul ul { display: none; }
ul#menu-dropdown  ul { background-color: #000; position: absolute; margin-top: 50px; padding: 0; width: auto; margin-left: 10px; z-index: 100; top: 0; left: 0; display: none; }
ul#menu-dropdown  li li { font: 14px "GnuolaneRegular", "Lucida Grande", Arial; width: 100%; }
ul#menu-dropdown  li li a { margin: 0; float: none; line-height: 40px; position: relative; display: block; }
ul#menu-dropdown  ul ul { width: auto; padding: 0; margin-left: 100%; margin-top: 0px; top: 0; left: 0; z-index: 100; display: none; }
ul#menu-dropdown  li li li { margin: 0; }




#date {
    background-image: url(images/search-back.png);
    float: right;
    height: 50px;
    width: 328px;
}

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



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



.entry-meta {
	clear: both;
	display: block;
}
#content nav {
	 display: inline;
    height: 10px;
    margin-top: -84px;
    overflow: visible;
    /* position: absolute; */
    width: 190px;
}
#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 {
	margin: 0 0 1em;
}


h1.entry-title {
    border-bottom: 1px dashed #CCCCCC;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-shadow: 0 1px 0 #FFFFFF;
    padding-top: 40px;
}


h1 { text-transform: uppercase; font: 32px/32px "GnuolaneRegular", "Lucida Grande", Arial; }
h2 { text-transform: uppercase; font: 26px/26px "GnuolaneRegular", "Lucida Grande", Arial; }
h2.heading { font-size: 36px; border-bottom: 1px dashed #CCC; line-height: 36px; padding-bottom: 20px; margin-bottom: 30px; text-shadow: 0 1px 0 #fff; }
h2#comments-title { color: #ffffff; font: 32px/32px "GnuolaneRegular","Lucida Grande",Arial;}

/* 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: #fff;
	display: block;
	padding: 1em 1em 31px;
}

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

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

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


#comments #comments-title {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
 	font-size: 20px;
	background: #000000;
	padding: 5px 12px 5px 60px;
}
#comments #comments-title em {
	color: #eee;
	font-style: italic;
	font-weight: normal;
}
#comments #comments-title em:before {
	content:"\201C";
	color: rgba(255,255,255,0.3);
	margin-right: 2px;
	text-shadow: none;
}
#comments #comments-title em:after {
	content: "\201D";
	margin-left: 2px;
	text-shadow: none;
}
#comments .commentlist li {
	list-style-type: none;
}
#comments article p {
	font-size: 14px;
}
#comments article footer {
	font-size: 13px;
}
#comments article footer a {
	font-weight: bold;
	color: #888;
}
#comments article footer cite a {
	font-style: normal;
	font-size: 15px;
	color: #222;
}
#comments img.avatar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	left: -50px;
	border: 1px solid #ccc;
}
#comments ul.children article {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#eee;
	-webkit-border-radius: 6px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomright: 30px;
	border-radius: 6px;
	border-bottom-right-radius: 30px;
}
#comments ul.children li {
	position: relative;
}
#comments article {
	margin: 30px 0;
	padding: 20px;
}
#respond .form-allowed-tags {
	display: none;
}
#comments .reply a {
	background: #fd4c23;
	color: #eee;
	font-size: 13px;
	padding: 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
#comments .reply a:hover {
	background: #a8a9ad;
}
#comments li.bypostauthor > article {
	background: #e4eed6;
}
#respond {
	margin-bottom: 60px;
}
#respond input[type="text"],
#respond textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 4px solid #eee;
	-webkit-box-shadow: inset 0 1px 3px #ccc;
	-moz-box-shadow: inset 0 1px 3px #ccc;
	box-shadow: inset 0 1px 3px #ccc;
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 1px 1px 2px #CCCCCC;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    left: -10px;
    padding: 4px 21px;
    position: relative;
    width: 60px;
    z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	z-index: 1;
	text-indent: 0;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	font-size: 16px;
    font-weight: bold;
    left: 97px;
    position: absolute;
    top: 16px;
    z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond .logged-in-as a {
	color: #478fa2;
	font-weight: bold;
	text-decoration: none;
}
#respond p {
	margin: 10px 0;
}
#respond input#submit {
	color: #eee;
	border: none;
	margin: 0;
	font-size: 15px;
	margin: 20px 0;
	-webkit-box-shadow: 1px 1px 3px #444;
	-moz-box-shadow: 1px 1px 3px #444;
	box-shadow: 1px 1px 3px #444;
	cursor: pointer;
	background: #fd4c23;
	padding: 5px 12px;
	border-radius: 5px;


}
#respond input#submit:active {
	background: #222;
	color: #eee;
	text-shadow: 0 -1px 0 #000;
	border-color: #111;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

textarea#comment {
	padding-top: 10px;
	width: 378px;
	}


/* =Widgets
-------------------------------------------------------------- */

#secondary .widget-area {
	margin-left: auto;
	margin-right: auto;
	width: 328px;
	height:1000px;
	padding-top: 41px;

	}
	
#secondary {
		float: right;
		width: 286px;
		}
		
.widget {
	display: block;
	float: right;
	width: 266px;
    z-index: 1;

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

strong {
    font-weight: bold;
}


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

#colophon {
	padding: 1em 0 0;
}

#bottom { background-color: #E8E8E8; border-top: 1px solid #CCC; padding-top: 20px; padding-bottom: 20px; margin-bottom: 10px; font-size: 12px; }
#bottom .one-fourth { margin-right: 24px; padding-right: 23px; border-right: 1px dashed #bfbfbf; }
#bottom .one-fourth.last { margin-right: 0px; padding-right: 0px; border: none; }
#bottom ul li, ul.sidelist li { list-style-image: url(../images/li.png); border-bottom: 1px dashed #bfbfbf; padding: 5px 10px; margin: 0; }
#bottom ul li span, ul.sidelist li span { padding-left: 10px; }
#bottom ul li:first-child, ul.sidelist li:first-child { padding-top: 0; }
#bottom ul li a, ul.sidelist li a { text-decoration: none; color: #333; }
#bottom ul li a:hover, ul.sidelist li a:hover { text-decoration: underline; }
#bottom h3 { font-size: 14px; }

dl#contact { float: left; width: 100%; }
dl#contact dt { letter-spacing: 1px; margin-right: 8px; font-weight: bold; font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-variant: small-caps; color: #666; float: left; }
dl#contact dd { margin-bottom: 4px; }

#footer { color: #fff; display: block; position: relative; width: 1000px; background-color: #000; min-height: 50px; }
#footer #credits { float: left; margin-left: 20px; }
#credits p { margin-bottom: 0; line-height: 50px; }
#footer-nav ul { float: right; font: 12px "GnuolaneRegular", "Lucida Grande", Arial; margin: 0; padding-left: 10px; padding-right: 10px; }
#footer-nav ul li { display: inline; }
#footer-nav ul li a { float: left; line-height: 50px; padding-right: 10px; padding-left: 10px; margin-right: 10px; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; -webkit-transition: background .2s ease; -moz-transition: background .2s ease; -o-transition: background .2s ease; transition: background .2s ease; }
#footer-nav ul li a:hover { background-color: #fd4c23; }
.category-artists { padding-top: 30px; }
#category { padding: 20px 0; }

.textwidget {
display: block;
}

/* social */
#social { float: left; }
#social li { display: inline; float: left; margin: 0; padding: 0; }
#social li a { margin-right: 8px; float: left; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease; }
#social a:hover { opacity: .6; position: relative; top: -2px; }
.bullets li {list-style: disc inside none; text-indent: 21px; margin: 0 0 18px 1.5em;}



/* blockquote */

blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	width: 450px;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background:#ececec;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: -10px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}