/*
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.
*/
#wpstats {
display: none;
}
/* =Structure
-------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
html {
	background-image: url('images/dog-grooming-background.png');
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 62.5%;
}
#page {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 20px 5px rgba(00, 00, 00, 0.3);
	box-shadow: 2px 2px 20px 5px rgba(00, 00, 00, 0.3);
	border-radius: 0 0 20px 20px;
}
#primary {
	float: left;
	width: 68%;
}
#content {
	margin: 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 30%;
}
#blogleft {width: 45%; float: left;}
#blogright {width: 20%; float: right;}
#guarantee {width: 94%; float: left; margin: 2% 0;  border: 1px solid #ccc; border-radius: 5px; padding: 3%;
	-moz-box-shadow: #777 0px 1px 2px 0px;
	-webkit-box-shadow: #777 0px 1px 2px 0px;
	box-shadow: #777 0px 1px 2px 0px; background-color: #cee5ff; }
#guarantee h3 { }
#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;
}
h1 {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: lighter;
	color: #fe9901;
	margin: 0 0 15px 0;
}
h1 a {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: lighter;
	color: #fe9901;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
h3 a {
	font-size: 16px;
	font-size: 1.6rem;
	
	color: #fe9901;
}
p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
p strong {
	font-size: 14px;
	font-size: 1.4rem;
}
p a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fe9901;
}
li a {
	font-size: 15px;
	font-size: 1.5rem;
}
li {
	font-size: 14px;
	font-size: 1.4rem;
}
ul {
	list-style: inside;
}
a:hover {
	text-decoration: none;
}
a {
	color: #fe9901;
}
/* =Header
-------------------------------------------------------------- */

#branding {
	float: left;
	width: 96%;
	margin: 0;
	border-top: 5px solid #fe9901;
	border-bottom: 5px solid #cee5ff;
	padding: 1% 2%;
}
.logo {
	float: left;
	width: 150px;
}
#contactdetails {
	float: right;
	width: 60%;
	text-align: right;
	margin-top: 40px;
}
#image {width: 100%;  margin: 0 0 2% 0; padding: 0;}
#image img {width: 100%; border: none; margin: 0; padding: 0; border-bottom: 5px solid #cee5ff; }
.fb-like {float: left; margin: 2% 0; width: 100%;}
.fb-like2 {float: left; margin: 2% 0 2% 15%; width: 50%;}
/* =Menu
-------------------------------------------------------------- */

#access {
	width: 30%;
	float: left;
	margin: 0;
}
#access ul {
	margin: 0 0 20px 20px;
}
#access li {
	list-style-image: url(images/paw.png);
}
#access a {
	
	padding: 0 1em;
	text-decoration: none;
	color: #000;
}
#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 {
	color: #fe9901;
}
#access ul ul a:hover {
	color: #fe9901;
}
#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: #fe9901;
}
* 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: #fe9901;
}
/* =Content
-------------------------------------------------------------- */
#content img {
	
}
.box {width: 94%; margin: 0 0 0 0; float: left; border: 1px solid #ccc; border-radius: 5px; padding: 3%;
	-moz-box-shadow: #777 0px 1px 2px 0px;
	-webkit-box-shadow: #777 0px 1px 2px 0px;
	box-shadow: #777 0px 1px 2px 0px; min-height: 245px;}
.box img {width: 100%; border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;}
#map {width: 100%; margin: 20px 0 0 10px; float: left;}
#map img {width: 90%;}
.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 {
	height: 60px;
}
#footercenter {
	width: 960px;
	margin: 0 auto;
}
#footerrosettes {
	float: left;
	margin: -60px 0 0 20px;
}
#footerright {
	float: right;
	text-align: right;
	margin: 20px 20px 0 0;
}


@media screen and (max-width: 600px) {
	#branding {
	float: left;
	width: 96%;
	margin: 0;
	border-top: 2px solid #cee5ff;
	border-bottom: 2px solid #cee5ff;
	padding: 2%;
}
.logo {
	float: left;
	width: 40%;
	margin: 0 30%;
	height: auto;

}
#contactdetails {
	float: right;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
}
#access {
	width: 100%;
}
#access ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#access li {
	
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#access a {
	margin: 0;
	padding: 5px 0;
	text-align:center;
	width: 100%;
	color: #000;
	background: #cee5ff;
	float: left;
	border-bottom: 1px solid #fff;
}
html {
	background-image: none;
}

#image {margin: 0; padding: 0;}
#image img {border-bottom: none; }
#primary, #blogleft, #blogright {
	width: 94%;
	padding: 0 3%;}	
.box {width: 94%; margin: 0 0 2% 0; padding: 3%;
	}
.box img {width: 50%;  margin: 0 25%;}
#footerrosettes {
	display: none;
}

#footerright {
	display: none;
}
.fb-like { display: none; }
}