/*
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: 19.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.
*/
.royalSlider {margin-bottom: 20px;}
/* =Structure
-------------------------------------------------------------- */
#wpstats
{
	display: none;
}
*
{
	margin: 0;
	padding: 0;
}
#page
{
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
}
#midright
{
	float: left;
	width: 100%;
}
#centercolumn
{
	width: 66%;
	float: left;
	margin: 0 10% 0 1%;
}
#centercolumn ul
{
	margin: 0 0 20px 20px;
}
#centercolumn li
{
	mergin: 0 0 20px 0;
}
#centercolumn ul ul
{
	margin: 0 0 20px 40px;
}
#rightcolumn
{
	width: 20%;
	float: right;
	margin-right: 3%;
}
#rightcolumn li
{
	margin: 0 0 5px 0px;
	list-style: none;
	width: 100%;
}
#rightcolumn ul
{
	margin-bottom: 20px;
	floaT: left;
	width: 100%;
}
#centercolumn .productPost
{
	margin-bottom: 10px;
	border-bottom: 2px solid #ccc;
	float: left;
	width: 100%;
}
.commentlink
{
	floaT: left;
	margin-bottom: 40px;
}
#centercolumn .productPost img
{
	width: 32.5%;
	float: left;
	margin: 0 5% 20px 0;
}
#centercolumn .productText
{
	float: left;
	width: 62.5%;
}
#leftcolumn .productPost
{
	margin-bottom: 40px;
}
#singleimg img
{
	float: right;
	margin: 0 0 20px 20px;
}
#pagefeatured
{
	width: 33%;
	float: right;
	margin: 0 0 2% 2%;
}
/* 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;
}
/* =fonts
-------------------------------------------------------------- */
body
{
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	color: #6d6e71;
	font-size: 14px;
}
h1
{
	font-size: 22px;
	color: #267f6f;
	font-weight: lighter;
	border-bottom: 2px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	line-height: 30px;
	width: 100%;
	float: left;
}
h2
{
	font-size: 16px;
	color: #267f6f;
	font-weight: lighter;
	border-bottom: 2px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
h3
{
	font-size: 18px;
	color: #267f6f;
	font-weight: lighter;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}
a
{
	color: #267f6f;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}
/* =Header
-------------------------------------------------------------- */
#branding
{
	margin: 10px 0 0 0;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
}
.logo
{
	width: 370px;
	float: left;
	margin: 10px 0 0 0;
}
#contactdetails
{
	width: 50%;
	float: right;
	color: #6d6e71;
	text-align: right;
	margin-top: 20px;
}
.socialicon
{
	width: 32px;
	float: left;
	margin: -31px 10px 0 0;
}
/* =Menu
-------------------------------------------------------------- */

#access
{
	display: block;
	float: left;
	width: 100%;
}
#access ul
{
	list-style: none;
	margin: 20px 0 20px 0;
	padding-left: 0;
	float: left;
}
#access li
{
	float: left;
	position: relative;
}
#access a
{
	display: block;
	line-height: 1em;
	padding: 0px 10px;
	border-right: 2px solid #aebcba;
	text-decoration: none;
	color: #aebcba;
	text-transform: lowercase;
	font-size: 14px;
}
#access li:hover > a
{
	color: #267f6f;
}
#access ul ul
{
	display: none;
	float: left;
	position: absolute;
	top: -6px;
	left: 0;
	z-index: 99999;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background: #267f6f;
	border-radius: 20px;
	padding: 0.5em;
}
#access ul ul ul
{
	left: 100%;
	top: 0;
}
#access ul ul a
{
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	border-right: none;
	text-transform: capitalize;
}
#access li:hover > a, #access ul ul :hover > a
{
	color: #4c4c4c;
	text-decoration: underline;
}
#access ul ul a:hover
{
	color: #aebcba;
}
#access ul li:hover > ul
{
	display: block;
}
#access ul li.current_page_item>a, #access ul li.current-menu-ancestor>a, #access ul li.current-menu-item>a, #access ul li.current-menu-parent>a
{
	color: #267f6f;
	text-decoration: underline;
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, #access ul ul li.current_page_item>a, #access ul ul li.current-menu-ancestor>a, #access ul ul li.current-menu-item>a, #access ul ul li.current-menu-parent>a * html #access ul li a:hover
{
	color: #aebcba;
	text-decoration: underline;
}
/* =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
-------------------------------------------------------------- */
#comments-title
{
	margin-bottom: 20px;
}
#comments
{
	margin: 20px 0 0 0;
}
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;
	margin-bottom: 40px;
}
.widget li
{
	margin-bottom: 20px;
	float: left;
}
.widget-area .widget_search
{
	overflow: hidden;
}
.widget-area .widget_search input
{
	float: left;
}
/* =Footer
-------------------------------------------------------------- */

#colophon
{
	padding: 1em 0 3em 0;
	width: 100%;
	floaT: left;
	text-align: center;
}
 @media screen and (max-width:1000px) {
#midright
{
	float: left;
	width: 100%;
}
#leftcolumn
{
	width: 96%;
	margin-left: 3%;
}
#centercolumn
{
	width: 65.31%;
	margin: 0 7.69% 0 1%;
}
#rightcolumn
{
	width: 25%;
	margin-right: 1%;
}
}
 @media screen and (max-width:640px) {
.logo
{
	width: 80%;
	float: left;
	margin: 20px 10% 0 5%;
}
#contactdetails
{
	width: 90%;
	float: left;
	margin: 10px 0 0 5%
}
.socialicon
{
	width: 32px;
	margin-top: 10px;
}
#midright
{
	float: left;
	width: 100%;
}
#leftcolumn
{
	width: 92%;
	margin: 3%;
}
#centercolumn
{
	width: 92%;
	margin: 3%;
}
#rightcolumn
{
	width: 92%;
	margin: 3%;
}
#access a
{
	line-height: 2em;
}
#access ul ul
{
	top: 5px;
}
}
 @media screen and (max-width:1000px) {
.abWhiteBox {display: none!important;}
.logo
{
	width: 300px;
	float: left;
	margin: 10px 0 0 0;
}
}