/*
Theme Name: Toolbox - edited for AKSamba
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: <a href="http://automattic.com/">Automattic</a>, edited by <a href="http://www.carolgreen.net">Carol Green</a>
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.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

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
-------------------------------------------------------------- */

@font-face {
	font-family: 'ChunkFiveRegular';
    src: url('fonts/Chunkfive-webfont.eot');
    src: url('fonts/Chunkfive-webfont.eot?#iefix') format('eot'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/Chunkfive-webfont.svg#webfontbMWZ83oH') format('svg');
    font-weight: normal;
    font-style: normal;

}
a:active, a:focus {
	outline: 0; /*GETS RID OF DOTTED BORDER IN FF*/
}

body {
	background-color: #000;
	background-image: url(images/fade.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	padding-top:40px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:90%;
	line-height:140%;*/
}

#page {
	display: block;
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*margin-top:30px;*/
	padding-top:130px;
	-webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
	min-height:550px;
}
h1#site-title {
	background-image: url(images/red-stripe.gif);
	background-repeat: repeat-x;
	height: 83px;
	width: 940px;
	margin:0px;
	background-position: center center;
	position:absolute;
	top: 20px;
	left:-20px;
	-moz-box-shadow: 0px 2px 2px 0px #666;
-webkit-box-shadow: 0px 2px 2px 0px #666;
box-shadow: 0px 2px 2px 0px #666;
}
h1#site-title span {
	background-image: url(images/aksamba-logo.png);
	background-repeat: no-repeat;
	height: 192px;
	width: 292px;
	/*display:block;*/
	text-indent:-9999px;
	position:absolute;
	top: -70px;	
	left: 324px;
	z-index:100;
}
h1#site-title a {
	height: 170px;
	width: 292px;
	display:block;
	
}
h2#site-description {
	text-indent:-9999px;
	background-image: url(images/corners-red.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 20px;
	margin:0px 0px 10px 0px;
	padding:0px;
	position:absolute;
	top:103px;
	left:-20px;
}
#main {
	margin-top:-9px;	
	position:relative;
	margin-bottom:20px;
	
}
#primary {	
	/*float: left;
	margin: 0 -240px 0 0;*/
	padding-bottom:30px;
	
	
}
.narrow-width{	
	/*float: left;
	margin: 0 -240px 0 0;*/
	width: 600px;
	float:left;
}
.full-width{	
	/*float: left;
	margin: 0 -240px 0 0;*/
	width: 900px;
}

#secondary {
	/*position:absolute;*/
	margin-left:620px;
	margin-top:0px;
	padding-top:1px;
	/*right:20px;
	top:0px;*/
	width:260px;
	background-color:#ccc;
	-webkit-border-bottom-left-radius: 10px;
	-moz-borde-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom:20px;
	font-size:13px;
	line-height:140%;
}
.execphpwidget {
	background-color:#fff;
	border:solid 1px #444;
	transform: rotate(5deg);
	transform-origin:0% center;
	-webkit-transform: rotate(5deg); /* Safari and Chrome */
	-webkit-transform-origin:0% center; /* Safari and Chrome */
	-moz-transform: rotate(5deg); /* Firefox */
	-moz-transform-origin:0% center; /* Firefox */
	-o-transform: rotate(5deg); /* Opera */
	-o-transform-origin:0% center; /* Opera */
	-ms-transform: rotate(5deg); /* Opera */
	-ms-transform-origin:0% center; /* IE */
	-moz-box-shadow: 2px 2px 3px 0px #666;
-webkit-box-shadow: 2px 2px 3px 0px #666;
box-shadow: 2px 2px 3px 0px #666;
	padding-bottom:10px;
}
.execphpwidget h1 {
	margin:0px 20px;	
}
/*#content {
	margin: 0 280px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#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,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
img.alignleft {
	display: inline;
	float: left;
	margin:10px 20px 10px 0px;
}
img.alignright {
	display: inline;
	float: right;
	margin:10px 10px 10px 20px;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignleft, a img.alignright, a img.aligncenter {
	border:solid 1px #da2328;
	max-width: 100%;
    	height: 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
--------------------------------------------------------------*/ 

.menu-menu-container {
	background-image: url(images/corners-black.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 49px;
	width:920px;
	margin: 0px 0px 0px -10px;
}
ul#menu-menu {
	background-color: #000;
	/*width:920px;

	position:absolute;
	top:140px;
	display: block;*/
	margin: 0px;
	list-style: none;
	padding:0px;
	height:40px;
	font-size:14px;
	
}
#menu-menu li {
	float: left;
	position: relative;
}
#menu-menu li.current-menu-item a {
	background-color:#ffc20e;
	color:#000;
}
#menu-menu a:link, #menu-menu a:visited {
	display: block;
	line-height: 40px;
	padding: 0px 14px;
	text-decoration: none;
	color:#fff;
	border-right:solid 1px #444;
}
#menu-menu a:hover, #menu-menu a:active {
	background: #444;
	color:#ffc20e;
	z-index:90;
}/**/
/*#menu-menu 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 {
	background: #444;
	color:#ffc20e;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}*/


/* =Content
-------------------------------------------------------------- */

#main h1, #main h2, #main h3 {
	font-family: "ChunkFiveRegular", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1.widget-title {
	margin:10px 20px 5px;	
}
#primary h1 {
	margin:0px 10px 6px 20px;
	padding-top:15px;
	font-size:30px;
	color:#da2328;
}
#primary h2 {
	margin:0px 10px 4px 20px;
	padding:10px 0px 0px 0px;
	font-size:22px;
	color:#da2328;
}
#primary h3 {
	margin:0px 10px 4px 20px;
	padding:10px 0px 0px 0px;
	font-size:18px;
}
h1.entry-title {
	/*clear:both;*/
}
#primary .entry-title a:hover, #primary .entry-title a:active {
	text-decoration:none;
}
.entry-content {
	font-size:14px;
	line-height:140%;
}
.entry-content hr {
	color: #eee;
	background-color: #eee;
	height: 1px;
	margin-top:10px;
}
.see-more {
	font-size:90%;
	line-height:140%;
}
#primary p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#main a:link, #main a:visited {
	color:#da2328;
	text-decoration:none;
}
#main a:hover, #main a:active {
	text-decoration:underline;
}
#primary .entry-meta {
	font-size:11px;	
	margin-left:20px;
	margin-bottom:10px;
	color:#444;
}
#secondary h1 {
	font-size:20px;
	padding-top:10px;
}
#secondary p {
	padding: 0px;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 20px;
}
#secondary ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px 20px;
}
span.flickr-thumbs {
	width:170px;
	display:block;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
.widget_text a img {
	border:solid 1px #da2328;
	margin-right:6px;
}
/*#main {
	position:absolute;
	top:200px;
	margin-top:250px;
}
.entry-meta {
	clear: both;
	display: block;
}
h1.section-heading {
	display:none;
}*/
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 250px;
	margin:15px 0px 0px 20px;
	font-size:11px;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 250px;
	margin:15px 0px 0px 0px;
	font-size:11px;
}
/*#content #nav-above {
	display: none;
}
.paged #content #nav-above,

.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}*/

/* 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;
}*/

/* Aside Posts 
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}*/

/* =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 {*/
	/*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;
}*/
.g-recaptcha {
    margin-left: 20px !important;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
	border-top: dotted 1px #ccc;	
}
ol.commentlist {
	list-style-type: none;
	font-size: 13px;
	line-height:17px;
	margin:10px 0px 10px 20px;
	padding:0px;
	
}
.commentlist li {
	background-color:#f7f7f7;
	border-top:dotted 1px #ccc;
	margin-bottom:10px;
}
.comment-content {
	margin-right:15px;
}
.comment-meta {
	font-size:10px;	
	text-indent:10px;
	background-color:#eee;
	color:#444;
}
/*.comment-form-comment label {
	vertical-align: top;
	margin-right:10px;
}*/
#respond {
	font-size:14px;	
}

/*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;
}
.comment-notes {
	font-size:13px;
}


/* =Widgets
-------------------------------------------------------------- 

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}*/


/* =Footer
-------------------------------------------------------------- */

/*#colophon {
	padding: 1em 0 0;
}*/
#colophon {
	text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding-right: 25px;
    clear: both;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ffc20e;
}
#colophon img {
    margin-right: -20px;
}
#site-generator {
	text-align:center;
	font-size:11px;
	line-height:200%;
	margin-top:10px;
	background-color:#ffc20e;
	border-top: 3px solid #da2328;
	border-bottom: 3px solid #31a650;
	clear:both;
	/*position:absolute;
	bottom:0px;*/
	width:900px;
}
#site-generator a:link, #site-generator a:visited {
	color:#000;
	text-decoration:none;
}
#site-generator a:hover, #site-generator a:active {
	color:#da2328;
}

/*SLIDESHOW*/
.slideshow-content a img{
	border:none;
}
div.slideshow-next{
	position:relative;
}
p.slideshow-title {
	margin:0px;
	padding:0px;
	text-indent:20px;
	color:#000;
	position:absolute;
	bottom:20px;
	left:0px;
	display:block;
	background-color: #ccc;
	width:100%;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; 
	filter: alpha(opacity=70);
	font-size:80%;
}
input#number {
	width:50px;	
}
span.captcha input {
	width:80px;	
}
div#wpaudio-area{
	margin-left:30px;
}
#secondary iframe {
	background-color:#ddd;
	margin-left:10px;
	margin-top:6px;
}
iframe .fbConnectWidgetFooter {
	background-color:#ddd;
}
iframe .fbConnectWidgetFooter .fbFooterBorder {
	border-top-width: none;
}


.wp_cart_button_wrapper {
margin-left: 30px;
margin-bottom: 20px;
}

#primary .shopping_cart h2 {
font-size: 18px;
color: #000;
margin-left: 0;
}

.shopping_cart {
margin-left: 20px;
padding: 0 !important;
}

hr {
height: 1px;
color: #000;
background: #000;
border: none;
margin-left: 20px;
}

#primary p iframe {
width: 100%;
}
.yikes-mailchimp-container {
padding: 0 20px;
width: 50%;
}

/*===instagram===*/
#secondary ul.instagram-pics {
    margin-left: 10px;
    margin-right: 10px;
}
#secondary .instagram-pics li {
    width: 31%;
    display: inline-block;
    margin-left: 5px;
}
#secondary .instagram-pics img {
    max-width: 100%;
}

.highlight {
	background-color: yellow;
}

