/*
-------------------------------------------
File: 'Blueball FreeStacks' fsseethrough.css Style Sheet
Created: 24, July, 2011
Last Modified: 7, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_480_page4_wrapper {
}

#stacks_in_480_page4_wrapper #stacks_in_480_page4_transbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#stacks_in_480_page4 {
	border: solid #666666;
	border-width: 0px 0px 1px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Add-Ons Pack 1'
fsrnavmenures6f.css Style Sheet
Created: 24, July, 2013
Last Modified: 03, September, 2013
Author: Blueball Design/Charlie Lockhart
www.blueballdesign.com
Copyright 2013 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#navbar {
	display: block !important;	
	height: 40px;
	font-size: 1.0em;
	font-weight: 600;
}

#nav ul {
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
}

*:first-child+html #nav ul {
	height: 40px !important;
}

#nav ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	border-right: 1px solid #666666;
	width: auto;
}

#nav ul li a, #nav ul li a:visited {
	background-color: rgba(127, 140, 141, 0.0);
	color: #999999;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0em;
	font-weight: 600;
	padding: 0 38px 0 38px;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: rgba(127, 140, 141, 0.0);
	/*background: 127, 140, 141,;*/
	color: #FFFFFF;
}

#nav ul li #current {
	background-color: rgba(127, 140, 141, 0.0);
	color: #FFFFFF;
}

#nav ul li .currentAncestor {
	color: #FFFFFF;
}

#nav ul li a:hover > ul {
	position: relative;
	display: inline-block;
}

#nav ul li.hasChild > a {
	background-image: url(downarrow_black50.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	padding: 0 52px 0 38px;
}

#nav li:first-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li:last-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul li:last-child {
	border-right: 0px;
}

/* Sub Menu Levels */

#nav ul ul {
	display: none;
	height: 40px;
	left: 0;
	line-height: 40px;
	margin: 0;
	position: absolute;
	top: 39px;
	width: 200px;
	z-index: 999;
	text-align: left;
}

#nav ul ul li {
	padding: 0;
	height: 40px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background-color: rgba(255, 255, 255, 0.50);
	/*background: 255, 255, 255,;*/
	color: #000000;
	border-top: px solid #666666;
	font-size: 1.0em;
	font-weight: normal;
	height: 40px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

*:first-child+html #nav ul ul li a, #nav ul ul li a:visited {
	padding: 0 14px 0 14px;
	line-height: 40px !important;
	width: 186px !important;
}

#nav ul ul li a:hover {
	background-color: rgba(255, 255, 255, 0.50);
	/*background: 255, 255, 255,;*/
	color: #FFFFFF;
	width: 186px;
	background-image: none;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background-color: rgba(255, 255, 255, 0.50);
	/*background: 255, 255, 255,;*/
	color: #FFFFFF;
	width: 186px;
}

#nav ul ul li:last-child > a {
	border-bottom: 1px solid #666666;
}

#nav ul ul li.hasChild > a {
	background-image: url(rightarrow_black50.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	width: 186px;
	padding: 0 14px 0 14px;
}

#nav li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav ul ul ul {
	top: 0;
	left: 214px;
}

*:first-child+html #nav ul ul ul {
	top: 0;
	left: 214px !important;
}

#nav li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#nav li li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

@media screen and (max-width: 700px) {
	
#navbar, #nav { 
    display: none; 
    visibility: collapse;
    height: 0px;
}

#pagecontainer, #pagewrapper {
	overflow: hidden !important;
}
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar { 
float: left;
width: 100%;
position: relative;
background: #000000;
/*original background: #0c1923;*/
padding: 4px 0 0 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
color: #FFFFFF;
cursor: pointer;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
display: block;
background: #FFFFFF;
/*Original menu icon color - background: #ffffff;*/
height: 3px;
margin-top: 3px;
}

.mean-container a:hover.meanmenu-reveal span {
display: block;
background: #75222B;
/*Original menu icon color - background: #ffffff;*/
height: 3px;
margin-top: 3px;
}

.mean-container .mean-nav { 
float: left;
width: 100%;
background: #000000;
/*original background: #0c1923;*/
margin-top: 38px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #CCCCCC;
/*original active link color: #fff;*/
border-bottom: 1px solid #F1F1F1;
/*original border-bottom: 1px solid #383838;*/
text-decoration: none;
text-transform: none;
}

.mean-container .mean-nav ul li #current {
	background-color: #75222B;
	color: #FFFFFF;
}

.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-bottom: 1px solid #F1F1F1;
/*border-bottom: 1px solid #f1f1f1;*/
opacity: 0.75; 
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover { 
color: #FFFFFF;
background: #75222B;
/*original hover background: #252525;*/
}
.mean-container .mean-nav ul li a.mean-expand {
width: 26px;
height: 26px;
border: none !important;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
font-size: 20px !important;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-push { 
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both; 
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}





#stacks_in_482_page4 {
	margin:  5px;
	padding:  5px;
}
/* Start Eternity stack CSS code */


/* ---------------------------- //
/ ---------- Base CSS --------- //
/------------------------------ */
#stacks_in_189_page4{
	background: url("bgimageurl_189.jpg");
	min-height: 50px;
	background-size: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-attachment: none;
	/* -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; transition:all 0.2s linear;  */
	background: url("bgimageurl_189.jpg") none; 
}






/* ---------------------------- //
/ ---------- Repeat --------- //
/------------------------------ */
#stacks_in_189_page4, #stacks_in_189_page4:hover{
	background-repeat: no-repeat !important;
}











/* ---------------------------- //
/ ----------- Bg Size --------- //
/------------------------------ */
#stacks_in_189_page4, #stacks_in_189_page4:hover{
	background-size: 100%;
}


/* --- if the background type is 100% width
------ use alternitive positioning -- */
#stacks_in_189_page4, #stacks_in_189_page4:hover{
	background-position:top center;
}







/* -----------------------------------------
    Links Managment
   ----------------------------------------- */




/* End Eternity stack CSS code */
/* Resp Show/Hide v1.6.3 Copyright 2013 Joe Workman */
  @media screen and (max-width:500px){#stacks_in_228_page4{display:none}} 
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_230_page4_headerSpacer {
	display: block;
	width:  1px;
	height: 250px;
	background: transparent;
}
/* Resp Show/Hide v1.6.3 Copyright 2013 Joe Workman */
  #stacks_in_231_page4{display:none}@media screen and (max-width:500px){#stacks_in_231_page4{display:block}} 
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_233_page4_headerSpacer {
	display: block;
	width:  1px;
	height: 100px;
	background: transparent;
}
/*
-------------------------------------------
Stack: Blueball FreeStacks Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 18, March 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_193_page4 {
	max-width: 1200px;
	margin: 0px auto !important;
	float: none;
}
/* Resp 2 Column v1.6.3 Copyright 2013 Joe Workman */
#stacks_in_195_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_195_page4 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_195_page4 #jwresp_col2_stacks_in_195_page4{ float:right; width:59%}@media screen and (max-width:500px){#stacks_in_195_page4 #jwresp_col1_stacks_in_195_page4,#stacks_in_195_page4 #jwresp_col2_stacks_in_195_page4{width:100%;float:none;display:block}#stacks_in_195_page4 #jwresp_col1_stacks_in_195_page4{margin-bottom:15px}}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_234_page4_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsseethrough.css Style Sheet
Created: 24, July, 2011
Last Modified: 7, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_265_page4_wrapper {
}

#stacks_in_265_page4_wrapper #stacks_in_265_page4_transbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#stacks_in_265_page4 {
	border: solid #666666;
	border-width:  1px;
	margin:  5px;
	padding:  5px;
}
/* Start Calligrapher stack CSS code */


/* -----------------------------------------
    Main Body Text Global Styles
   ----------------------------------------- */


	
		.stacks_in_126_page4Calligrapher{
			font-size: 300% !important;
			color: #FFFFFF !important;
			font-weight:   normal !important;
			font-style: normal !important;
			line-height: 1.2em !important;
			font-variant: normal !important;
			letter-spacing: 0px !important;
			word-spacing: 0 !important;
			text-indent:none;
			text-align: left !important;
		}
		
		.stacks_in_126_page4Calligrapher h1{
			font-size: 2em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_126_page4Calligrapher h2{
			font-size: 1.7em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_126_page4Calligrapher h3{
			font-size: 1.5em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_126_page4Calligrapher h4{
			font-size: 1.5em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_126_page4Calligrapher h5{
			font-size: 1.3em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_126_page4Calligrapher h6{
			font-size: 1.1em !important;
			line-height: normal;
			font-weight: bold;
		}
		.stacks_in_126_page4Calligrapher h6, .stacks_in_126_page4Calligrapher h5, .stacks_in_126_page4Calligrapher h4, .stacks_in_126_page4Calligrapher h3, .stacks_in_126_page4Calligrapher h2, .stacks_in_126_page4Calligrapher h1{
			color: #333333 !important;
		}
	



/* -----------------------------------------
    Google
   ----------------------------------------- */


/* -----------------------------------------
    Serifs
   ----------------------------------------- */


/* -----------------------------------------
    Sans
   ----------------------------------------- */


/* -----------------------------------------
    Display
   ----------------------------------------- */


/* -----------------------------------------
    Handwriting
   ----------------------------------------- */


/* -----------------------------------------
    Universal
   ----------------------------------------- */


/* -----------------------------------------
    Custom
   ----------------------------------------- */
 
@font-face {
 font-family: 'CustomFont';
 src: url('../resources/bebasneue.eot');
 src: url('../resources/bebasneue.eot#iefix') format('embedded-opentype'),
 url('../resources/bebasneue.woff') format('woff'),
 url('../resources/bebasneue.ttf') format('truetype'),
 url('../resources/bebasneue.svg') format('svg');
}


.stacks_in_126_page4Calligrapher, .stacks_in_126_page4Calligrapher h1, .stacks_in_126_page4Calligrapher h2, .stacks_in_126_page4Calligrapher h3, .stacks_in_126_page4Calligrapher h4, .stacks_in_126_page4Calligrapher h5, .stacks_in_126_page4Calligrapher h6{
	font-family: "CustomFont" !important;
}




/* -----------------------------------------
    Text Shadow
   ----------------------------------------- */



/* -----------------------------------------
    Drop Zone Managment
   ----------------------------------------- */
.stacks_in_126_page4targetNote{
	display: none;
}



/* -----------------------------------------
    Links Managment
   ----------------------------------------- */

		.stacks_in_126_page4Calligrapher a:link{
			color: #124A7A !important;
			text-decoration: none !important;
		}
		
		.stacks_in_126_page4Calligrapher a:visited{
			color: #124A7A !important;
		}
		
		.stacks_in_126_page4Calligrapher a:active{
			color: #124A7A !important;
		}
		
		.stacks_in_126_page4Calligrapher a:hover{
			color: #1C72BD !important;
			text-decoration: underline !important;
		}


/* End Calligrapher stack CSS code */
#stacks_in_138_page4 {
	margin:  5px;
	padding:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_267_page4_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsseethrough.css Style Sheet
Created: 24, July, 2011
Last Modified: 7, May, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2011-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_268_page4_wrapper {
}

#stacks_in_268_page4_wrapper #stacks_in_268_page4_transbackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#stacks_in_268_page4 {
	border: solid #666666;
	border-width:  1px;
	margin:  5px;
	padding:  5px;
}
/* Tumblr v3.5.4 Copyright 2013 Joe Workman */
 #custom_images_stacks_in_2570_page4{display:none} #custom_images_stacks_in_2570_page4{text-align:center;display:none;}#custom_images_stacks_in_2570_page4 div{width:100px;display:inline-block}#stacks_in_2570_page4 a:link,#stacks_in_2570_page4 a:visited,#stacks_in_2570_page4 a:active{text-decoration:none}#stacks_in_2570_page4 a img{border:0}#stacks_in_2570_page4 h1,#stacks_in_2570_page4 h2,#stacks_in_2570_page4 h3,#stacks_in_2570_page4 h4,#stacks_in_2570_page4 h5,#stacks_in_2570_page4 h6{color:#CCCCCC;font-weight:bold;margin:0;padding:0;padding-bottom:.5em}#stacks_in_2570_page4 blockquote{border-left:2px solid #CCCCCC;margin:0 1em 1.5em;padding:0 1em}#stacks_in_2570_page4 blockquote ul,#stacks_in_2570_page4 blockquote ol{margin-left:2em}#stacks_in_2570_page4 :focus{outline:0}.tumblr-refresh{display:block;height:32px;width:75px;position:fixed;bottom:0;left:0;z-index:9999}.tumblr-refresh a{display:none;height:32px;width:32px;float:left;margin:0;padding:0}#tumblr-posts-stacks_in_2570_page4{margin:30px auto}#stacks_in_2570_page4 .post{display:block;position:relative;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow-none:2px 2px 3px #666;-webkit-box-shadow-none:2px 2px 3px #666;box-shadow-none:2px 2px 3px #666}#stacks_in_2570_page4 .post.outside_date{margin-bottom:50px;margin-left:6em}#stacks_in_2570_page4 .post.inline_date{margin-bottom:70px}#stacks_in_2570_page4 .tumblr_error{font-size:18px;margin:0 auto;text-align:center}#stacks_in_2570_page4 .hidden_error{display:none}#stacks_in_2570_page4 .post-content{overflow:hidden;line-height:1.4em;font-size:14px;color:#CCCCCC;padding:15px;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-radius-topright:0px;-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-radius-topleft:0px}#stacks_in_2570_page4 .post-content p{margin:0 0 1.5em}#stacks_in_2570_page4 .post-content ul{list-style:disc;margin-bottom:1.5em}#stacks_in_2570_page4 .post-content ol{list-style:decimal;margin-bottom:1.5em}#stacks_in_2570_page4 .post-content h3{min-height:25px;color:#CCCCCC;font-size:18px;margin-bottom:18px;line-height:1.4em;margin-right:60px}#stacks_in_2570_page4 .post-content h3 a{color:#CCCCCC;font-size:18px;text-decoration:none}#stacks_in_2570_page4 .post-content img{height:auto;max-width:100%}#stacks_in_2570_page4 .post .caption,#stacks_in_2570_page4 .post .source{margin-top:1.5em}#stacks_in_2570_page4 .post .reblogged{font-size:11px;background:url(tumblr-images/reblogged.png) no-repeat left center;margin:0;padding:0;padding-left:16px;margin-left:10px}@media screen and (max-width:320px){#stacks_in_2570_page4 .post-content h3 a,#stacks_in_2570_page4 .post-content h3{font-size:13px}}#stacks_in_2570_page4 .date.outside_date{border-top:2px solid #CCCCCC;position:absolute;left:-6em;top:5px;text-align:center;width:4em}#stacks_in_2570_page4 .date.outside_date .permalink{font-size:14px;color:#75222B;font-variant:small-caps;line-height:1.25;text-decoration:none;text-transform:lowercase}#stacks_in_2570_page4 .date.outside_date .day,#stacks_in_2570_page4 .date .month{display:block}#stacks_in_2570_page4 .date.outside_date .month{font-size:1.4em;line-height:1.15384615385}#stacks_in_2570_page4 .date.inline_date .permalink{font-size:14px;color:#75222B;line-height:1.25;text-decoration:none;float:right;position:absolute;top:-1.4em;right:0;margin-right:10px}@media screen and (max-width:320px){#stacks_in_2570_page4 .date.inline_date .permalink{font-size:.9em}}#stacks_in_2570_page4 .text{background-image:url(tumblr-images/text2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_2570_page4 .answer{background-image:url(tumblr-images/answer2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_2570_page4 .answer h3{margin-bottom:0}#stacks_in_2570_page4 .answer .asking_name{color:#CCCCCC;margin-bottom:18px}#stacks_in_2570_page4 .answer .asking_name a{color:#CCCCCC}#stacks_in_2570_page4 .link{background-image:url(tumblr-images/link2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_2570_page4 .post-content.link h3 a{text-decoration:underline}#stacks_in_2570_page4 .video{background-image:url(tumblr-images/video2.png);background-position:98% 10px;background-repeat:no-repeat;padding-top:70px}#stacks_in_2570_page4 .video .caption{display:block}#stacks_in_2570_page4 .audio{background-image:url(tumblr-images/audio2.png);background-position:98% 10px;background-repeat:no-repeat;padding-top:70px}#stacks_in_2570_page4 .audio a{text-decoration:none}#stacks_in_2570_page4 .audio .player_wrapper{font-size:13px;height:109px;position:relative;width:100%}#stacks_in_2570_page4 .audio .artwork,.audio .track{overflow:visible;height:109px;float:left;position:relative}#stacks_in_2570_page4 .audio .artwork{margin-right:10px;}#stacks_in_2570_page4 .audio .artwork img{float:left}#stacks_in_2570_page4 .audio .track_name{font-size:18px;font-weight:bold}#stacks_in_2570_page4 .audio .player_footer{font-size:10px}#stacks_in_2570_page4 .audio .audio_source{float:right}#stacks_in_2570_page4 .audio .player{position:absolute;bottom:0;white-space:nowrap;overflow:visible}#stacks_in_2570_page4 .audio .audio_player{width:300px}#stacks_in_2570_page4 .audio .caption{clear:both}#stacks_in_2570_page4 .chat{background-image:url(tumblr-images/chat2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_2570_page4 .chat ul{list-style:none;margin:0 0 1.5em;padding:0}#stacks_in_2570_page4 .chat ul li.odd{color:#CCCCCC}
#stacks_in_2570_page4 .chat ul li .who{background:#999999;color:#CCCCCC;padding:0 .25em}#stacks_in_2570_page4 .chat ul li.odd .who{background:#CCCCCC;color:#999999}#stacks_in_2570_page4 .photo,#stacks_in_2570_page4 .photoset{background-image:url(tumblr-images/photo2.png);background-position:98% 10px;background-repeat:no-repeat;padding-top:70px}#stacks_in_2570_page4 .photo .image{position:relative}#stacks_in_2570_page4 .photo .image a{display:block}#stacks_in_2570_page4 .photo img,#stacks_in_2570_page4 .photoset img{max-height:500px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px}#fullprint{display:none;min-height:128px;min-width:128px;overflow:visible}#fullprint.loading{background:url(tumblr-images/loading.gif) no-repeat center center;top:35%!important}#fullprint img{max-width:1280px;-moz-box-shadow:#1f1f1f 0 2px 10px;-webkit-box-shadow:#1f1f1f 0 2px 10px;box-shadow:#1f1f1f 0 2px 10px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px}#fullprint .close{display:none;background-image:url(tumblr-images/close.png);position:absolute;left:-12px;top:-12px;cursor:pointer;height:28px;width:28px}#fullprint a{display:block;width:50%;position:absolute;top:0;height:1000px;text-decoration:none}#fullprint a.prev_photo{left:0;display:none}#fullprint a.next_photo{right:0;display:none}#stacks_in_2570_page4 .photoset .photoset-gallery{position:relative;width:100%;overflow:auto}#stacks_in_2570_page4 .photoset .photoset-gallery img{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#stacks_in_2570_page4 .photoset .photoset-gallery .image{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;float:left;width:75px;height:75px;margin:10px;-moz-box-shadow:2px 2px 3px #666;-webkit-box-shadow:2px 2px 3px #666;box-shadow:2px 2px 3px #666}#stacks_in_2570_page4 .photoset-cycler{position:relative;display:block;height:500px;text-align:center}#stacks_in_2570_page4 .quote{background-image:url(tumblr-images/quotes2.png);background-position:98% 10px;background-repeat:no-repeat}#stacks_in_2570_page4 .quote .quote-words{background:url(tumblr-images/quote.png) no-repeat top left;background-position:0 0;font-size:1.4em;line-height:1.15384615385;padding-left:45px;margin-right:60px}#stacks_in_2570_page4 .quote .source{padding-left:20px}#stacks_in_2570_page4 .post-footer{padding:5px 10px;color:#999999;background-color:#CCCCCC;border-top:1px solid #CCCCCC;font-size:11px;display:block;position:relative;-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;border-radius-bottomright:0px;-moz-border-radius-bottomleft:0px;-webkit-border-bottom-left-radius:0px;border-radius-bottomleft:0px}#stacks_in_2570_page4 .post-footer{background-color:transparent;}#stacks_in_2570_page4 .post-footer a,#stacks_in_2570_page4 .post-footer a:hover{color:#999999}#stacks_in_2570_page4 .post-footer p{padding:0;margin:0;padding-right:18px}#stacks_in_2570_page4 .post-footer .posttime{font-weight:normal;background:url(tumblr-images/clock.png) no-repeat right center}#stacks_in_2570_page4 .post-footer .tags{background:url(tumblr-images/tags.png) no-repeat right center}#stacks_in_2570_page4 .post-footer a.tag{margin:0 5px;display:inline-block}#stacks_in_2570_page4 .post-footer .comments{background:url(tumblr-images/comments.png) no-repeat right center}#stacks_in_2570_page4 .post-footer .share_button{height:20px;width:100px;padding:0;margin:5px 0;display:block;position:relative;overflow:visible}#stacks_in_2570_page4 .post-footer .share_button.twitter,.share_button.google{display:inline;float:left}#stacks_in_2570_page4 .post-footer .share_button.twitter.en,.post-footer .share_button.twitter.nl,.post-footer .share_button.twitter.id,.post-footer .share_button.twitter.it,.post-footer .share_button.twitter.ko{width:110px}#stacks_in_2570_page4 .post-footer .share_button.twitter.fr,.post-footer .share_button.twitter.es{width:118px}#stacks_in_2570_page4 .post-footer .share_button.twitter.pt,.post-footer .share_button.twitter.ru,.post-footer .share_button.twitter.tr{width:120px}#stacks_in_2570_page4 .post-footer .share_button.twitter.de{width:122px}#stacks_in_2570_page4 .post-footer .share_button.twitter.ja{width:130px}#stacks_in_2570_page4 .post-footer .share_button_wrapper{height:60px;display:block;float:left;width:250px}#stacks_in_2570_page4 .post-footer .meta_wrapper{display:block;text-align:right;float:right}#stacks_in_2570_page4 .post-footer .clear-footer{clear:both}@media screen and (max-width:500px){#stacks_in_2570_page4 .post-footer .meta_wrapper{display:block;text-align:left;float:left;width:100%!important}#stacks_in_2570_page4 .post-footer p{padding:0;margin:0;padding-left:18px}#stacks_in_2570_page4 .post-footer .posttime{font-weight:normal;background:url(tumblr-images/clock.png) no-repeat left center}#stacks_in_2570_page4 .post-footer .tags{background:url(tumblr-images/tags.png) no-repeat left center}#stacks_in_2570_page4 .post-footer a.tag{margin:0 5px;display:inline-block}#stacks_in_2570_page4 .post-footer .comments{background:url(tumblr-images/comments.png) no-repeat left center}}#stacks_in_2570_page4 .post_nav{font-size:18px;width:100%}#stacks_in_2570_page4 .post_nav .older_posts{float:right}#stacks_in_2570_page4 .post_nav .newer_posts{float:left}#facebook_thread{text-align:center}#disqus_thread li{list-style:none!important}

/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_275_page4_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsfooter.css Style Sheet
Created: 25, October, 2010
Last Modified: 24, April 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_278_page4 {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#stacks_in_278_page4 #footer {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

#stacks_in_278_page4 #footer p {
	color: #999999;
}

#stacks_in_278_page4 #footer a:link, #stacks_in_278_page4 #footer a:active {
	color: #CCCCCC;
}

#stacks_in_278_page4 #footer a:visited {
	color: #999999;
}

#stacks_in_278_page4 #footer a:hover {
	color: #CCCCCC;
}
#stacks_in_278_page4 {
	margin:  5px;
	padding:  5px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_279_page4_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}