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

/* =Generic
-------------------------------------------------------------- */

a{-webkit-transition:all .5s linear;
	-o-transition: all .5s linear;
	-moz-transition:all .5s linear;
	color:#3285d3;
	text-decoration:none  
	}

a:hover {color:#333}
/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 1em;
	
}


#main .widget-area {
	float: right;
	overflow: hidden;
	width: 34%;
	padding: 1% 0% 1% 3%;
	
}
aside.widget {
width: 40%;
margin: 0% 10% 0% 0%;
float:left
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
.single-post #content, .archive #content, .page-header, .blog #content {float:left; width: 55%; padding:1% 3% 1% 3%; -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 10px  rgba(0,0,0,0.3); box-shadow: 0px 0px 10px  rgba(0,0,0,0.3);
}

.page #content {width: 93%; padding:1% 3% 1% 3%;}
.single-post #secondary{float:left;  }
/* 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-description {
	font: bold 1.3em/1.55 'Open Sans', sans-serif;
	text-align: right;
	margin: 10px;
}
/* =Menu
-------------------------------------------------------------- */

h1, h2, h3, h4, h5 {font-family: 'Ubuntu', Helvetica, Arial, sans-serif; font-weight: 500 }

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


#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#access a {
	
	text-decoration: none;
	color:#fff;
	text-transform:lowercase
}

#access #menu-item-646 a:hover,.page-id-618 #access .current-menu-item a{color:#d34d32}
#access #menu-item-644 a:hover,.page-id-622 #access .current-menu-item a{color:#dd8543}
#access #menu-item-643 a:hover,.page-id-625 #access .current-menu-item a{color:#ffcc52}
#access #menu-item-645 a:hover,.page-id-620 #access .current-menu-item a{color:#cfc659}
#access #menu-item-649 a:hover,.page-id-647 #access .current-menu-item a{color:#93af96}


/* =Content
-------------------------------------------------------------- */
.single h1.entry-title {
font-size: 200%;margin: 20px 0px 10px; color:#333
}

.page h1.entry-title
{
	color:#ddd; font-size: 200%;
}
 h1.entry-title {font-weight: 500}
 h1.entry-title a {color: #ddd; }
 h1.entry-title a:hover {color:#DD8543}

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	font-size: 0.8em;
	border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		color:#999;
		padding: 10px 0px
}
.entry-meta a {color:#999; text-decoration: underline}
.entry-meta a:hover {color:#666; text-decoration:none}
.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 ul {margin: 0px ;padding: 0px}
.widget ul li {list-style-type:none;color:#333}
.widget ul li a{color:#333}

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

#colophon {
	
}

/*ACCORDION
-------------------------------------------------------------------*/
.grid-accordion
{
	position:relative;
	overflow:hidden;
}


.grid-accordion .panel
{
	background-color:#000;
	background-image:url(accordion-assets/images/preloader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	overflow:hidden;
}


.grid-accordion .shadow
{
	background:url(accordion-assets/images/shadow.png) repeat-Y;
	position:absolute;
	right:0px;
	width:25px;
	height:100%;
}


.grid-accordion .preloader
{
	background:url(accordion-assets/images/preloader2.gif) no-repeat;
	width:62px;
	height:14px;
	position:absolute;
	z-index:15;
}


.grid-accordion .caption
{
	overflow:hidden;
	position:absolute;
	z-index:20;
}
.grid-accordion .caption a
{
	font-size: 1em; color:#333
}


.grid-accordion .caption-background
{
	position:absolute;
	width:100%;
	height:100%;
}


.grid-accordion .caption p
{

	margin:0px;
	padding:10px;
}


.grid-accordion .caption p a
{

}

.grid-accordion .panel
{	
	background-color:#222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4;

}

.grid-accordion .panel:hover {	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1000)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}

.accordion
{
	background-color:#222;
	width:1200px;
	list-style:none;
	padding:0px;
	margin: 0px
}


/*
hides the images and text from within the accordion;

this style will be applied only before the 
accordion is instantiated or if the user doesn't have
javascript enabled;

feel free to replace this style with your own
*/
.accordion img, .accordion .caption
{
	position:absolute;
	left:-9999px;
}


/*this is for example_api*/
#custom_controls
{
	width:220px;
	margin:0px auto;
}

/* KELKYRON ADDED STYLE
-----------------------------*/
body
{
	margin: 0px;
	padding: 0px;
	font:normal 16px/1.55 "Trykker", 'Times New Roman', serif;
	background-color:#222;
color: #333
	}
p
{
	font:normal 16px/1.55 "Trykker", 'Times New Roman', serif;
}
.left{float: left}
.right{float:right}
.clear{clear:both}

.col3{width: 28%; margin-right: 5%}

.xlarge   {font-size: 5em}
.big {font-size: 2.2em}
.med  {font-size: 1.4em}
.small {font-size: 1.1em}
.opencnd, #access a{font-family: 'Ubuntu', Helvetica, Arial, sans-serif; font-weight: 300} 
.open   {font-family: 'Ubuntu', Helvetica, Arial, sans-serif; font-weight: 400}
.timesi {font-family: 'Trykker', 'Times New Roman', serif; font-style: italic}
.caps {text-transform: uppercase}
.wht    {color:#fff !important}
.blk {color:#222 !important}
#capfv  {position: absolute; top: 0px}
#capfvsm{position: absolute; bottom: 10px}

	.accordion-wrapper
	{
		background-color:#222;
		width: 960px;
	}

	
		#primary {
	float: left;
	width: 100%;
	padding: 0;
	background-color:#fff
/*background: #fff url(images/sidebar.gif) repeat-y 87% 0%;*/

}

	.page #primary
	{
			background-color: #222
	}
	
	
.home #primary {
	float: left;
	margin: 0 -240 0 0 !important;
	width: 100%;
	padding: 0px;
background-color:#222
}
	#logo
	{
		margin-left: 10%}
		
.main_image {
	width: 100%;
    height: 50px;
    float: left; 
    position: fixed;  
    color: #fff;
 bottom: 0px;
 z-index: 999
}
 
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px; padding: 10px;
}
.main_image p  {
   font-size: 0.9em;
   padding: 10px;
   margin: 0;
   line-height: 1.1em; }
.main_image .desc  {
   position: absolute;
   bottom: 0; left: 0;
   width: 100%;
   display: none;
}
.main_image .block {
     height: 410px;
     width: 94%;
     background: #111;
     border-top: 1px solid #000;padding: 0% 3%;z-index:50; }
     
.main_image a.collapse {
  
    height: 40px; 
    width: 249px;
    position: absolute; top: -40px; right: 0px;
    font: normal 12px arial;
    color: #644e18; text-align: center;
   


}
.main_image a.collapse span { 
	  background: url(images/footer-slide.jpg) repeat-x top left; text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px; 
  border-radius:10px 10px 0px 0px;
  -moz-box-shadow: 0px 0px 7px #000;
-webkit-box-shadow: 0px 0px 7px #000;
box-shadow: 0px 0px 7px #000;
position: absolute;
bottom: 0px;
right: 10px;
padding: 5px 20px;

font:bold 14px 'Open Sans', sans-serif;
}
.main_image a.show {

}

@media only screen and (min-width: 1601px) {
	
.main_image_wrap {
    width: 1400px;
    position: relative;
    top: 0px;
    left:0px
  }
	#branding
	{
		width: 24%;
		float: left;
		}

	#main 
	{
		width: 75%;
		overflow:hidden;
		float: left
		}

	#access {
	display: block;
	float: left;
	margin: 0 auto 1em;
	left: 0px
}
#access ul li {
	position: relative;
}
	
	#access a{
	line-height: 89px;
	font-size: 5em;
	display: block;
	padding: 0 1em;
	}
	#logo
	{
		width: 304px;
		height: auto;
		
	}

}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
	.main_image_wrap {
    width: 1300px;
     position: relative;
    top: 0px;
    left:0px
  }
	#branding
	{
		width: 24%;
		float: left;
		}
			#logo
	{
		width: 250px;
		height: auto
	}

	#main 
	{
	width: 75%;
		overflow:hidden;
		float: left
		}

	#access {
	display: block;
	float: left;
	left: 0px
}
#access ul li {
	position: relative;
}
	
	#access a{
	line-height: 70px;
	font-size: 3.5em;
	display: block;
	padding: 0 1em;
	}

}

@media only screen and (max-width: 1401px) and (min-width: 1281px) {
	
	.main_image_wrap {
    width: 1250px;
     position: relative;
    top: 0px;
    left:0px
  }
	#branding
	{
		width: 24%;
		float: left;

		}
			#logo
	{
		width: 200px;
		height: auto
	}

	#main 
	{
	width: 75%;
		overflow:hidden;
		float: left
		}

	#access {
	display: block;
	float: left;
	left: 0px
}
#access ul li {
	position: relative;
}
	
	#access a{
	line-height: 60px;
	font-size: 2.5em;
	display: block;
	padding: 0 1em;
	}

}

@media only screen and (max-width: 1280px) and (min-width: 960px) {
.main_image_wrap {
    width: 980px;
    margin: 0 auto;position: relative
  }

	#branding
	{
		width: 90%;
display: block;
		margin: 0 auto; height: 100px
	
	}
		#logo
	{
		width: 180px;
		height: auto
	}

	#main 
	{
			width: 90%;
		overflow:hidden;
		margin: 0 auto;

				}

	#access {
		float: right;
		 margin-top: 30px;

}
#access ul
{
	height: 50px
}

#access ul li {

	float:left !important;
	display: inline !important;
}
	
	#access a{
	font-size: 1.2em;
	padding: 0px 10px 
	

	}
	
	#site-title {
float: left

}

}
@media only screen and (max-width: 959px) and (min-width: 480px) {
.main_image_wrap {
    width: 90%;
    margin: 0 auto;position: relative
  }

	#branding
	{
		width: 90%;
display: block;
		margin: 0 auto; height: 100px
	
	}
		#logo
	{
		width: 180px;
		height: auto
	}

	#main 
	{
			width: 90%;
		overflow:hidden;
		margin: 0 auto;

				}

	#access {
		float: right;
		 margin-top: 30px;

}
#access ul
{
	height: 50px
}

#access ul li {

	float:left !important;
	display: inline !important;
}
	
	#access a{
	font-size: 1.2em;
	padding: 0px 10px 
	

	}
	
	#site-title {
float: left

}

}