/*
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
-------------------------------------------------------------- */
@media(min-width:878px){

#maincontentblock{ width:870px; padding:30px; }
#paginationMobile{display:none; }

#descriptionBlock h3{ font-style:italic; color:yellow; margin:5px 0px; padding:0px; }

#mobileheader{display:none;}
body{
background: url('/bg.png');
margin:0;
font-family:Arial;
}

#main{ padding:40px; }

a{color:#F8D200; text-decoration:none; }

#page {
	display: block;
	width: 954px;
padding-left: 20px;
background: url('/33.png');
margin: auto;
text-align: left;
}

#primary {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#content {
	margin: 0 360px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 310px;
}
#colophon {
	background: url('/layout_r5_c2.png');
width: 933px;
height: 46px;
clear:both;
}

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

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


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

#access {
	display: block;
	float: left;
background: url('/layout_r2_c2.png') top center no-repeat;
width: 933px;
height: 44px;
margin:0px;
padding:0px;
font-size:20px;
font-weight:bold;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 30px;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 40px;
	padding: 0px 20px 0px 30px;
	text-decoration: none;
	color:#FFF;
	text-shadow: 3px 3px 1px #000;
	text-transform:uppercase;

}
#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: 5px 20px;
	height: auto;
}
#access li:hover > a{
   background:url('/arrownav.png') left top no-repeat; 
}

#access ul ul :hover > a {
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}

#access .current_page_item a, #access .current-menu-item a{ color:yellow !important; background:url('/arrownow.png') top left no-repeat !important; }
/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.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;
}


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

#colophon {
	padding: 0;
	font-size:12px;
}

#colophon ul{
	list-style:none;
	margin-left:20px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 30px;
}
#colophon li{ display:inline; margin-right:20px; }
#colophon li a{ color:#FFF; font-weight:bold; text-decoration:none; line-height:44px; }


#thumbsRows{ padding:30px; color:#FFF; }
      #thumbsRows .videoEntry{  padding:0px; float:left;  }
      #thumbsRows h2{ margin:15px 0px 0px 0px; padding:0px; font-size:18px; color:#F8D200 !important; }
      #thumbsRows .videoEntry h3{ margin:0px; padding:0px; font-size:14px; }
      
      #thumbsRows img{ width:220px; height:165px; border:1px solid #F8D200; }
      #thumbsRows .videoThumbTwo, #thumbsRows .videoThumbThree, #thumbsRows .videoThumbFour{ display:none; }
      #thumbsRows .videoEntry a{ display:block; width:220px; padding:10px; height:210px; color:#FFF; text-decoration:none; }
      #thumbsRows .videoEntry a:hover{ background:#F8D200; color:#000; }
      #pagination{ padding:10px 30px; color:#FFF; }
      #pagination .current{ color:#F8D200; }
      #pagination a, #pagination .extend{ color:#FFF; border:1px solid #333 !important; }
      
      
      #otherParts .videoEntry{  padding:0px; float:left;  }
   #otherParts h2{ margin:15px 0px 0px 0px; padding:0px; text-transform:uppercase; font-size:14px; color:#F8D200 !important; text-align:center; }
      #otherParts .videoEntry h3{ margin:0px; padding:0px; font-size:14px; }
      
      #otherParts img{ width:175px; height:125px; border:1px solid #666; }
      #otherParts .videoThumbTwo, #otherParts .videoThumbThree, #otherParts .videoThumbFour{ display:none; }
      #otherParts .videoEntry a{ display:block; width:175px; padding:10px; height:160px; color:#FFF; text-decoration:none; }
      #otherParts .videoEntry a:hover{ background:#F8D200; color:#000; }
   #otherParts{ background:#0D0C0B; padding:5px 15px 0px 15px; }
   
#otherParts .prev{ float:left; }
   #otherParts .next{ float:right; }
   #playerBlock{ float:left; }
   #descriptionBlock{ width:35%; float:right; font-size:12px; line-height:18px; }
#descriptionBlock h2{ margin:0px 0px 10px 0px; color:#F8D200; }
   #videoBlock{ min-height:450px; background:#0A0A07;  }
   
#disqus_thread{ width:550px; }

#branding{
width:100%;
height:44px;
padding-top:383px;
background:url('/layout_r1_c2.png') top left no-repeat;
}

#player{ background:#FBD200; padding:5px; }

#previewdescription{ color:#FBD200; font-size:11px; margin-top:20px; margin-bottom:25px; width:540px; }

#comingsoon{ margin-bottom:20px; }

	#descriptionBlock{ color:#fff; }
}



@media(max-width:480px){
	
	.page-id-259 #primary form,
	.page-id-239 #primary form{ background:#000; padding:30px; }
	
	.page-id-239 #primary h1{ color:#000 !important; }
	
	body{margin:0;padding:0;font-family:Arial;    background: url('/bg.png');}
	#main{ padding:3%; }
	#main img{ max-width:100%; height:auto; }
	#mobileheader{width:100%;height:auto;}
	footer#colophon{display:none;}
	#main h1.page-title{ text-align:center; text-transform:uppercase; background:#000; color:yellow; display:block; padding:10px; margin:0; }

	#thumbsRows{ padding:30px; color:#FFF; }
      #thumbsRows .videoEntry{  padding:0px; float:left;  margin-bottom:35px; }
      #thumbsRows h2{ margin:15px 0px 0px 0px; padding:0px; font-size:26px; text-align:center; color:#000 !important; }
      #thumbsRows .videoEntry h3{ margin:0px; padding:0px; font-size:14px; }
      
      #thumbsRows img{ width:100%; height:auto; border:1px solid #F8D200; }
      #thumbsRows .videoThumbTwo, #thumbsRows .videoThumbThree, #thumbsRows .videoThumbFour{ display:none; }
      #thumbsRows .videoEntry a{ display:block; width:100%; padding:0px; height:auto; color:#000; text-decoration:none; }
	#pagination{display:none;}
	#paginationMobile{ display:block; clear:both; margin:0px; padding:25px 5px; font-family:Arial; font-size:20px; text-transform:uppercase; }

	#paginationMobile .prev{ float:left; width:26%; text-align:left; }
	#paginationMobile a{ color:#fff; background:#010000; display:block; padding:5px; text-decoration:none; text-align:center; }
	#paginationMobile .current{ text-align:center; float: left; width: 48%; padding-top:5px; }
	#paginationMobile .next{ float:right; width:26%; text-align:right; }

	.single-videos #main video,
	.home #main video{
		  width: 100%    !important;
  		height: auto   !important;
	}

	#otherParts .videoEntry{  padding:0px; float:none; text-align:center; margin:15px auto; }
   #otherParts h2{ margin:15px 0px 0px 0px; padding:0px; text-transform:uppercase; font-size:14px; color:#F8D200 !important; text-align:center; }
      #otherParts .videoEntry h3{ margin:0px; padding:0px; font-size:14px; }
      
      #otherParts img{ width:100%; height:auto; border:1px solid #666; }
      #otherParts .videoThumbTwo, #otherParts .videoThumbThree, #otherParts .videoThumbFour{ display:none; }
      #otherParts .videoEntry a{ display:block; width:70%; height:auto; margin:15px auto; color:#FFF; text-decoration:none; }
      
   #otherParts{ background:#0D0C0B; padding:15px 15px 25px 15px; }
	.single-videos #descriptionBlock h2{ text-align:center; font-size:28px; }
	#descriptionBlock h3{ font-style:italic; color:#000; margin:5px 0px; padding:0px; }
}

@media(min-width:481px) AND (max-width:877px){
	body{margin:0;padding:0;font-family:Arial;    background: url('/bg.png');}
	#main{ padding:2%; }
	#main img{ max-width:100%; height:auto; }
	#mobileheader{width:100%;height:auto;}
	footer#colophon{display:none;}
	#main h1.page-title{ text-align:center; text-transform:uppercase; background:#000; color:yellow; display:block; padding:10px; margin:0; }

	#thumbsRows{ padding:30px; color:#FFF; }
      #thumbsRows .videoEntry{  padding:0px; float:left;  margin-bottom:35px; }
      #thumbsRows h2{ margin:15px 0px 0px 0px; padding:0px; font-size:24px; color:#000 !important; }
      #thumbsRows .videoEntry h3{ margin:0px; padding:0px; font-size:14px; }
      
      #thumbsRows img{ width:220px; height:165px; border:1px solid #F8D200; }
      #thumbsRows .videoThumbTwo, #thumbsRows .videoThumbThree, #thumbsRows .videoThumbFour{ display:none; }
      #thumbsRows .videoEntry a{ display:block; width:220px; padding:10px; height:210px; color:#000; text-decoration:none; }
	#pagination{display:none;}
	#paginationMobile{ display:block; clear:both; margin:0px; padding:25px 5px; font-family:Arial; font-size:26px; text-transform:uppercase; }

	#paginationMobile .prev{ float:left; width:26%; text-align:left; }
	#paginationMobile a{ color:#fff; background:#010000; display:block; padding:5px; text-decoration:none; text-align:center; }
	#paginationMobile .current{ text-align:center; float: left; width: 48%; padding-top:5px; }
	#paginationMobile .next{ float:right; width:26%; text-align:right; }

	.single-videos #main video,
	.home #main video{
		  width: 100%    !important;
  		height: auto   !important;
	}

	#otherParts .videoEntry{  padding:0px; float:left;  }
   #otherParts h2{ margin:15px 0px 0px 0px; padding:0px; text-transform:uppercase; font-size:14px; color:#F8D200 !important; text-align:center; }
      #otherParts .videoEntry h3{ margin:0px; padding:0px; font-size:14px; }
      
      #otherParts img{ width:175px; height:125px; border:1px solid #666; }
      #otherParts .videoThumbTwo, #otherParts .videoThumbThree, #otherParts .videoThumbFour{ display:none; }
      #otherParts .videoEntry a{ display:block; width:175px; padding:10px; height:160px; color:#FFF; text-decoration:none; }
      #otherParts .videoEntry a:hover{ background:#F8D200; color:#000; }
   #otherParts{ background:#0D0C0B; padding:5px 15px 0px 15px; }
   
#otherParts .prev{ float:left; }
   #otherParts .next{ float:right; }
}