/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/*
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#footer { background-color:#EFEFEF; color:#111; }
.widget h3 { border-bottom: 3px solid #000; color:#000; }
.widget { color:#000;}


h1 a { color:#999 !important;}


.post img.woo-image, .type-page img.woo-image {
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
	border-radius:0;
	border:0;
}

.post img, .type-page img, .post img.thumbnail, .type-page img.thumbnail { box-shadow:none; }
#comments .comment.bypostauthor > .comment-container { border:0; }

.post img.thumbnail, .type-page img.thumbnail { transition:none; box-shadow: 1px 1px 0 #8b3b2b, 2px 2px 0 #8b3b2b,3px 3px 0 #8b3b2b,3px 3px 0 #8b3b2b,4px 4px 0 #8b3b2b,5px 5px 0 #8b3b2b,6px 6px 0 #8b3b2b,7px 7px 0 #8b3b2b, 8px 8px 0 #8b3b2b, 9px 9px 0 #8b3b2b, 10px 10px 0 #8b3b2b, 11px 11px 0 #8b3b2b; float:right; margin:0; margin-left: 1em; margin-bottom:2em;	}


a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button, #wrapper .woo-sc-button {
	transition:none; box-shadow: 1px 1px 0 #8b3b2b, 2px 2px 0 #8b3b2b,3px 3px 0 #8b3b2b,3px 3px 0 #8b3b2b,4px 4px 0 #8b3b2b,5px 5px 0 #8b3b2b,6px 6px 0 #8b3b2b,7px 7px 0 #8b3b2b, 8px 8px 0 #8b3b2b, 9px 9px 0 #8b3b2b, 10px 10px 0 #8b3b2b, 11px 11px 0 #8b3b2b; 
	border-radius:0;
	
}

#header {text-align:right;}
#header .nav-toggle:after { font-size:4em; display:none; }

#navigation ul.nav > li > a { border-radius:0; }

#main-nav { font-size:1.4em; }

#upprev_box .upprev_excerpt { text-align:left; font-size:1.1em; }
#upprev_box .upprev_excerpt p, #upprev_box .upprev_excerpt a { font-size:1.1em;}

.img_ad {width:100% !important; }


/*
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
	
	body { font-size:16px; -webkit-font-smoothing: subpixel-antialiased; }
	h1 {
	color:#999 !important;
	text-shadow: 1px 1px 0 #333, 2px 2px 0 #333,3px 3px 0 #333,3px 3px 0 #333,4px 4px 0 #333,5px 5px 0 #333,6px 6px 0 #333,7px 7px 0 #333, 8px 8px 0 #333, 9px 9px 0 #333, 10px 10px 0 #333, 11px 11px 0 #333;			
}
  
	  
}

@media only screen and (max-width: 768px) {
	.post .alignleft, .type-page .alignleft { float:none; }
	.post img.thumbnail, .type-page img.thumbnail { float:none !important; margin-left:0; }
	.alignright {float:none !important;}
	  #upprev_box {display:none;}
}