/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* because sometimes we just need to hide things */
.hidden {display: none;}


/* These are all of the old styles
-------------------------------------------------------------------------------*/

.canvas {position:fixed;top:0px;right:0px;
bottom:0px;left:310px;background-position:center center;background-repeat:no-repeat;}

div#micronav {height:14px;text-align:center;font-weight:bold;font-size:13px;padding:16px;background-image:url(http://api.tinygrab.com/static/grabby/fuzzy.png);border-bottom:1px solid #c3d2d1;border-top:1px solid #e2e8e8;}
div#interactions {height:15px;text-align:left;font-weight:bold;font-size:13px;padding:16px 0px 16px 35px;background-color:#e3e8e8;background-repeat:no-repeat;background-image:url(http://api.tinygrab.com/static/grabby/eye.png);background-position:14px 50%;border-bottom:#c3d2d1 1px solid;}
div#interactions div {float:right;padding-right:14px;}
.skinny {width:80%;margin:0 auto;}
div#list {max-height:50%;overflow:auto;}
div.count {display:inline-block;width:20px;padding-right:5px;text-align:right;font-weight:bold}

#gc_edit {position: absolute; z-index: 99;}
#gc_container {display: inline-block;}
.gc_flag{
	background-image: url(http://api.tinygrab.com/static/grabby/ring.png);
	height: 26px;
	position: absolute;
	cursor: default;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	width: 26px;
}	
.gc_flag div {margin-top:5px;color:#fff;font-size:14px;font-weight:bold;text-shadow:#000 0px 1px 0px;}

ul.gc_end {text-align:center;}
ul.gc_end li {border:none}

img#thegrab {
	max-width: none;
	border:5px #fff solid;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-transition: all .25s linear;
	z-index:10;
}


/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
body {font-family:"Lucida Grande", "Lucida Sans", arial, sans; background: url('../images/main_bg.png'); min-height: 160px;}
body, select, input, textarea {color: #416e6e;}

a {color: #03f; text-decoration: none;}
a:hover {color: #69f;}


/* Sidebar styles */
	#sidebar {width:190px; position: fixed; top: 0px; left: 0px; bottom: 0px; margin: 0px; z-index:20; min-height: 270px;}
	#sidebar .content {
		position: absolute; top: 0px; left: 0px; bottom: 0px; overflow: visible; background-color: #f1f4f4; z-index: 100;
		
		-webkit-box-shadow: 3px 1px 10px 1px rgba(0, 0, 0, .5);
		-moz-box-shadow: 3px 1px 10px 1px rgba(0, 0, 0, .5);
		box-shadow: 3px 1px 10px 1px rgba(0, 0, 0, .5);
	}


/*	#sidebar {width: 190px; float: left; background: #fff;}*/
	#sidebar ul {list-style-type:none;margin:0px;padding:0px;width:99%;overflow:hidden;font-size:0.9em;}
	#sidebar li {color:#234737; font-size:0.8em; text-decoration:none;padding:8px;border-bottom:#cfdbda 1px solid;}
	
	#sidebar .logo {background: url('../images/logo.png') no-repeat; width: 190px; height: 67px;}
	#sidebar .logo h1, #sidebar .logo span {display: none;}
	
	#sidebar .share h2 {background: #d86627; color: #fff; font-size: 12px; padding-left: 50px; font-weight: 100; line-height: 200%; display: block;}
	#sidebar .share ul {background: #f1f4f4; width: 190px;}
	#sidebar .share li {padding: 0; margin: 0;}
	#sidebar .share li a {color: #416e6e; display: block; margin: 0; zoom: 1; }
	#sidebar .share li a span {display: block; padding: 8px 0 8px 50px;}
	#sidebar .share li a:hover span,
	#sidebar .share li a.hover span {
		/* Gradient */
		background: -moz-linear-gradient(top,  rgba(255,255,255,0.17) 0%, rgba(7,52,52,0.17) 98%, rgba(7,52,52,0.17) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.17)), color-stop(98%,rgba(7,52,52,0.17)), color-stop(100%,rgba(7,52,52,0.17))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0.17) 0%,rgba(7,52,52,0.17) 98%,rgba(7,52,52,0.17) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0.17) 0%,rgba(7,52,52,0.17) 98%,rgba(7,52,52,0.17) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0.17) 0%,rgba(7,52,52,0.17) 98%,rgba(7,52,52,0.17) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(255,255,255,0.17) 0%,rgba(7,52,52,0.17) 98%,rgba(7,52,52,0.17) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bffffff',endColorstr='#2b073434',GradientType=0); /* IE6-9 */
		
		/* Drop shadow*/
		-webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .4);
		-moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .4);
		box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .4);
	}
	
	#sidebar .share li {background: #f1f4f4 no-repeat 110px;}
	#sidebar .share li.url {background-image: url(../images/url.png);}
	#sidebar .share li.url-copied {display: none; text-align: center; padding: 8px 0;}
	#sidebar .share li.twitter {background-image: url(../images/twitter.png);}
	#sidebar .share li.facebook {background-image: url(../images/facebook.png);}
	#sidebar .share li.google {background-image: url(../images/google.png);}
	#sidebar .share li.tumblr {background-image: url(../images/tumblr.png);}
	#sidebar .share li.email {background-image: url(../images/email.png);}
	
	#sidebar h2.views {font-size: 13px; line-height: 320%; color: #234747; text-align: center; background: #e3e8e8 url('../images/views.png') no-repeat 35px;}
	
	#sidebar .notes {}
	#sidebar .notes h2 {background: #416e6e url(../images/notes.png) no-repeat 55px; text-align: center; line-height: 200%; color: #fff; font-weight: 300; font-size: 13px;}
	#sidebar .notes ul {overflow-x: hidden; overflow-y: auto;}
	
	#sidebar .signinup {text-align: center;}
	#sidebar .signinup span {display: block; background: #e3e8e8; color: #839292; font-size: 12px; line-height: 200%;}
	#sidebar .signinup img {margin: 20px auto;}
	#sidebar .signinup .links {margin-top: 20px;}
	#sidebar .signinup .links a {color: transparent; height: 28px; overflow: hidden; width: 96px;}
	#sidebar .signinup .links a:hover {background-position: 0 -29px;}
	#sidebar .signinup .links a:active {background-position: 0 -58px;}

	#sidebar .signinup .links .signin {background: url(../images/signin.png) no-repeat; display: inline-block;}
	#sidebar .signinup .links .signup {background: url(../images/signup.png) no-repeat; display: inline-block; margin-left: -20px;}
	
	
	#sidebar .ad {bottom: 0; position: absolute; padding-top: 0px; padding-bottom: 1; min-height: 150px;padding-left:5px;}

	/* Show and hide sections based on browser size */
	body {transition:all .2s linear;  -o-transition:all .2s linear;  -moz-transition:all .2s linear;  -webkit-transition:all .2s linear;}
	@media all and (max-height: 620px) {
		#sidebar .notes,
		#sidebar .signinup {display: none;}
	}
	
	@media all and (max-height: 484px) {
		#sidebar .views {display: none;}
	}
	
	@media all and (max-height: 443px) {
		#sidebar .share {display: none;}
	}
	
	#sidebar .toggle {height: 24px; width: 24px; position: absolute; left: 180px;top: 50%;}
	#sidebar .toggle a {display: inline-block; height: 24px; width: 24px; background: url("../images/toggle.png") no-repeat 0 0; }
	
	/* Backside */
	.back {
		left: 0;
		margin: 5px 0 0 15px;
		position: absolute;
		top: 0;
		z-index: 0;
	}

	
/* The Grab */
	a img { border:none; }

	#viewgrab {
		margin: 10px 20px 10px 200px;
		padding: 10px;
		position: relative;
		text-align: center;
		top: 0;
		z-index: 10;
	}
	
	#viewgrab img {
		margin-right: 20px;	
		-webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, .5);
		-moz-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, .5);
		box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, .5);
	}
	
	
/* Closed sidebar */

	/* Rotate arrow */
	#sidebar.sbclosed .toggle a { background-position: -24px 0; }
	
	/* Re-center the grab */
	#viewgrab.sbclosed { margin-top: 70px;}
	
	
/* Yoggrt ad block */
body .yoggrt{background:#fff;padding:15px;margin:15px 0 0;border:3px solid #eee;}
body .one .bsa_it_ad{background:transparent;border:none;font-family:inherit;padding:0 15px 0 10px;margin:0;text-align:right;}
body .one .bsa_it_ad:hover img{-moz-box-shadow:0 0 3px #000;-webkit-box-shadow:0 0 3px #000;box-shadow:0 0 3px #000;}
body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:none;margin:0 0 5px;}
body .one .bsa_it_ad .bsa_it_i img{padding:0;border:none;}
body .one .bsa_it_ad .bsa_it_t{padding:6px 0 0 0;}
body .one .bsa_it_ad .bsa_it_d{font-size: 10px;}
body .one .bsa_it_p{display:none;}
body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:9px;margin:12px 15px 0;text-align:right;}
	

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {}

@media all and (orientation: portrait) {}

@media all and (orientation: landscape) {}