/*
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.
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Structure
-------------------------------------------------------------- */

body {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	background: #fff;
	color: #444;
}

strong {
	font-weight: 500;
}

em {
	font-style: italic;
}

#page {
	display: block;
	margin: 0 auto;
	width: 960px;
}
#primary {
	float: left;
	margin: 0;
	width: 650px;
	border-right: 1px solid #f1d2d6;
}

.page #primary {
	float: right;
	border-left: 1px solid #f1d2d6;
	border-right: none;
	width: 730px;
}
.page #secondary {
	float: left;
	overflow: hidden;
	width:  229px;
	background: #fff url(/wp-content/uploads/2012/04/pattern-giraffe-02.jpg) repeat;
}

#services #secondary {
	background: url(/wp-content/uploads/2012/04/pattern-leopard.jpg) repeat !Important;
}

#clippings, #clippings02{
	padding: 40px 0 0 0 ;
}

#clients #primary {
	border: none;
	float: none;
	margin: 0 auto;
	width: 960px;
	background: #fff url(/wp-content/uploads/2012/04/pattern-giraffe-02.jpg) repeat center;
	display: block;
	padding: 20px 0 0 0;
}

#clients02 #primary {
	border: none;
	float: none;
	margin: 0 auto;
	width: 960px;
	background: #fff url(/wp-content/uploads/2012/04/pattern-leopard.jpg) repeat center;
	display: block;
	padding: 20px 0 0 0;
}


#clients03 #primary {
	border: none;
	float: none;
	margin: 0 auto;
	width: 960px;
	background: #fff url(/wp-content/uploads/2012/04/pattern-zebra-repeat.jpg) repeat center;
	display: block;
	padding: 20px 0 0 0;
}

#clients04 #primary {
	border: none;
	float: none;
	margin: 0 auto;
	width: 960px;
	background: #fff url(/wp-content/uploads/2012/04/bg-board.jpg) repeat center;
	display: block;
	padding: 20px 0 0 0;
}



#blogroll #primary {
	border: none;
	float: none;
	margin: 0 auto;
	width: 960px;
	background: #fff url(/wp-content/uploads/2012/04/pattern-giraffe-02.jpg) repeat center;
	display: block;
	padding: 20px 0 0 0;
}

#clients #content, #clients02 #content, #clients03 #content, #clients04 #content, #blogroll #content {
	background: #fff;
	width: 500px;
	margin: 0 auto;
	border: 1px solid #f1d2d6;
	padding: 20px 0 0 0;
	display: block;
}

#clippings #primary, 
#clippings02 #primary {
	border: none;
	float: none;
	margin: 0 auto;
	width: 960px;
	padding: 0;
}

#content {
	margin: 0;
	padding: 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 309px;
}
#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;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	background: url(/wp-content/uploads/2012/04/logo_lrg.jpg) no-repeat;
	width: 280px;
	height: 68px;
	text-indent: -3333px;
	border: 0;
	margin: 50px auto;
}

#site-title a {
	display: block;
	width: 300px; /* larger than actual image? */
	height: 80px;
	text-decoration: none;
	border: 0;
}

#site-description {
	display: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	border-top: 1px solid #f1d2d6;
	border-bottom: 1px solid #f1d2d6;
	display: block;
	float: left;
	margin: 0;
	width: 960px;
	background: #fff;
}
#access ul {
	list-style: none;
	padding: 0 0 0 175px;
	
}
#access li {
	float: left;
	/*position: relative;*/
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0.4em 1em 0.2em 1em;
	margin: 0 1em;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#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: 200;
}
#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: #cc0b2a;
}
#access ul ul a:hover,  {
	background: #cc0b2a;
}
#access ul li:hover > ul {
	display: block;
}

#access .current-menu-item a{
	color: #cc0b2a !Important;
}


/* =Content
-------------------------------------------------------------- */

#main a, #main a:visited {
	color: #60d4d4;
	text-decoration: none;
}

#main a:hover{
	color: #53b1b1;
}

#main p a {
	color: #60d4d4;
}

#main p a:hover {
	border-bottom: 1px dotted #60d4d4;
}

article {
	margin: 40px 0 50px 0;
	border-bottom: 1px solid #f1d2d6;
	padding-right: 50px;
}

.page article {
	border-bottom: none;
	margin: 40px 0 50px 40px;
}

.page #secondary ul {
	background: #fff;
	padding: 0;
	margin: 25px;
}
.page #secondary li {
	font-family: "museo-slab", serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 10px;
	border-bottom: 1px solid #f1d2d6;
	line-height: 20px;
}

.page #secondary li a:hover {
	color: #333;
}

.page #secondary ul li.current_page_item, .page #secondary ul li.current_page_item a {
	color: #333 !Important;
}

.page #secondary li:last {
	border: none;
}

hr {
	width:140px;
	height:5px;
	background:#DDD;
	margin:0 auto 30px auto;
	display:block;
	border: none;
}

.social_share {
	margin-left:180px !important;
}

.addthis_button_facebook_like {
	margin: 0 10px 0 0;
}

.addthis_button_pinterest_pinit {
	margin: 0 0 0 -20px;
}

.sticky {
}
.entry-meta, .entry-meta a { 
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #666 !Important;
	text-decoration: none;
	margin-bottom: 10px;
	letter-spacing: 0.09em;
}

.entry-meta a:hover {
	border-bottom: 1px dotted #ccc !Important;
}

footer.entry-meta {
	text-align: left;
	margin: 30px 0 8px 0;
}
.single-author .entry-meta .byline {
	
}

.entry-content {
	font-size: 14px;
	line-height: 1.4em;
}
.entry-content p {
	padding: 0 0 12px 0;
}

#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: none;
	
}
#nav-below {
	padding: 0 30px 20px 0;
}

#nav-below .nav-previous, #nav-below .nav-next {
	width: 20% !Important;
	display: block;
	padding: 4px 5px 7px 5px;
	background-color: #afe0e0;
	border-radius: 4px;
	text-align: center !Important;
}
#nav-below .nav-previous a, #nav-below .nav-next a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.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;
	margin: 0 0 30px 0;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


h1.widget-title {
	font-size: 13px;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 8px 0;
}

#text-2 {
	background: #fff url(/wp-content/uploads/2012/04/about-bg.jpg) no-repeat;
	height: 290px;
	padding: 42px 58px 0 45px;
	margin: 0;
}

.widget_text h1 {
	font-family: "museo-slab",serif;
	color: #cc0b2a;
	font-size: 22px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.widget_text p {
	font-size: 13px;
	line-height: 17px;
	color: #666;
	margin-bottom: 8px;
}

.widget_categories, .widget_archive, .widget_search {
	margin-left: 35px;
}

.widget_categories a {
	font-family: "museo-slab",serif;
	text-transform: uppercase;
	font-size: 18px;
}

.widget_search #s {
	border: 1px solid #ccc;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 3px 2px 3px;
	margin:0;
}

.widget_search #searchsubmit {
	background: #85d9d9;
	color: #fff;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 10px 0 10px;
	border: none;
}

.widget_search #searchsubmit:hover {
	background: #60d4d4;
	cursor: pointer;
}

#nav_menu-3, #linkcat-2, #linkcat-2825 {
	margin: 0 0 10px 40px; 
}

#nav_menu-4, #nav_menu-5 {
	border-top: 1px solid #ddd;
	margin: 10px 0 30px 40px;
	padding: 10px 0 0 0; 
}

#nav_menu-3 li, #nav_menu-4 li, #nav_menu-5 li, #linkcat-2 li, #linkcat-2825 li {
	font-family: "museo-slab", serif;
	font-size: 20px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 1.4em;
}

#text-3 {
	margin: 0 0 40px 40px;
	padding: 15px 0 12px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#text-3 .social-icon{
	padding: 0 20px 0 0;
	
}

#text-3 .social-icon img{
	height: 32px;
	width: 32px;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 10px 0 60px 0;
	margin: 0;
	border-top: 1px solid #f1d2d6;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.home #colophon {
	margin: 507px 0 0 0;
}

#colophon a, #colophon a:visited {
	text-decoration: none;
	color: #666;
}

#colophon a:hover {
	border-bottom: 1px dotted #bbb;
}

#left {
	float: left;
	margin-top: 5px;
}
#right {
	float: right;
}

#colophon .social-icon {
	margin: 0 0 0 10px;
}

.social-icon a:hover{
	border: none !important;
	opacity: 0.6;
}


/* =Typography
-------------------------------------------------------------- */

.bold {
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
}

h1.entry-title a, h1.entry-title {
	font-family: "museo-slab",serif;
	font-weight: 100;
	font-size: 27px;
	letter-spacing: 2px;
	color: #85d9d9;
	text-transform: uppercase;
	text-align: center !important;
	margin: 0 auto;
	text-decoration: none;	
	padding: 0 0 18px 0;
	line-height: 32px;
	width: 80%
	
}

h1.entry-title a:hover {
	color: #48b0b0;
}

#primary h3 {
	font-family: "museo-slab", serif;
	color: #cc0b2a;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto 0 auto;
	padding-bottom: 10px;
	width: 55%
}

#clients #primary h3 {
	width: 100%;
}

ul.clientlist, #blogroll #content ul {
	padding: 0 0 10px 0;
}
.clientlist li, #blogroll #content li {
	font-size: 16px;
	padding: 0 0 8px 0;
	list-style: none !Important;
}

.clientlist li a, #blogroll #content li a {
	text-decoration: none;
	color: #444 !Important;
}

.clientlist li a:hover, #blogroll #content li a:hover {
	border-bottom: 1px dotted #ccc;
}

#blogroll #content {
	text-align:center !important;
}

#clippings h2, #clippings h2 {
	font-family: "museo-slab", serif;
	color: #666!Important;
	font-size: 20px !important;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	width:80% !important;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}	

.slideshow-wrapper {
	text-align: center;
	color: #666;
}

.pscarousel {
	margin: 0 0 0 40px;
}

#clippings img {
	padding: 0 18px 5px 0;
	display: block;
}

#clippings .cover {
	float: left;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	width: 190px;
	display: block;
	height: 275px;
}

#clippings hr.pixel {
	width: 950px;
	height:1px;
	background:#f1d2d6;
	margin: 15px 0 30px -10px;
	border: none;
	position: relative;
	display: none;
}

#clippings a:hover{
	border: 
	none !Important;
}

#clippings article {
	margin-left: 10px;
	margIn-right: 0;
	padding: 0;
}

#home #primary {
	width: 960px;
	padding: 0;
	float: none;
	border: none;
}


#primary h2 {
	font-family: "museo-slab", serif;
	color: #85d9d9;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto 0 auto;
	padding-bottom: 15px;
	width: 55%
}


#makeMeScrollable {
		background: #fff url(/wp-content/uploads/2012/04/pattern-zebra-home.jpg) no-repeat;
		width:960px;
		height: 420px;
		position: relative;
		margin: 37px 0 0 0;
		position: absolute;
	}
	
#makeMeScrollable div.scrollableArea *{
			position: relative;
			display: block;
			border: 1px solid #f1d2d6;
			float: left;
			margin: 20px 8px;
			padding: 0;
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
		
.entry-content li {
	padding: 0 0 8px 0;
	list-style: disc;
	margin: 0 0 0 18px;
}

.entry-content ul {
	margin: 0 0 8px 0;
}

h1.page-title {
	font-family: "museo-slab",serif;
	color: #cc0b2a;
	font-size: 22px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 40px 0 8px -45px !important;
	text-align: center;
}

/* Comments 
-------------------------------------------------------------- */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0 0 25px 0;
}
.comment-list .comment-content ol {
	list-style: decimal;
	margin-left: 3.1em;
}
.comment-list { margin-bottom: 40px; }
.comment-list li {
	padding: 15px 0 0 0;
	border-top: none;
}
.comment-list li li { padding-left: 10.15625%; }
.comment-list .avatar {
	float: left;
	margin: 0 15px 10px 0;
}
.comment-meta {
	margin: 0 0 10px 0;
	font-size: 0.9166666666666667em;
	color: #aaa;
	line-height: 1.75em;
}
.comment-meta .comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #333;
	font-size: 1.25em;
}
.comment-author { margin-right: 10px; }
.comment-meta a {
	font-style: normal;
}
.comment-meta a:hover { color: #000; }
.comments-closed {
	padding: 10px 25px;
	font-size: 1em;
	color: #888;
	background: #f5f5f5;
}
.comment-content { margin-left: 65px; }
.comment-content p { margin-bottom: 1em; }
.comment-list .comment-content li {
	padding: 0;
}
.comment-list .comment-content ul, .comment-list .comment-content ol {
	margin-bottom: 1.692307em;
}

/* Comment form 
-------------------------------------------------------------- */
#respond {
	overflow: hidden;
	width: 75%;
}
.comment-list #respond { margin-top: 1.75em; }
#respond .log-in-out {
	font-size: 0.9166666666666667em;
	line-height: 1em;
	color: #888;
	margin-bottom: -7px;
}
#reply-title small a {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	background: #fff;
	padding-right: 8px;
}
#respond label {
	font-size: 0.9166666666666667em;
	line-height: 1.75em;
	color: #bbb;
}
#respond p.req label {
	color: #888;
	line-height: 2.4em;
}
#respond span.required {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
#respond #submit { margin-bottom: 1.75em; }
#commentform input {
	display: inline;
	margin-right: 10px;
}
#commentform p {
	margin-bottom: 15px;
	line-height: 1em;
}
#comment { margin-top: 20px; }

.txtCol {
width:630px !important;
margin: 0 auto !important;
}