/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (https://yootheme.com/license) */

/*
 * module headers
 */

.module h3.header {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	color: #333435;
	font-weight: normal;
}
.module span.header-2, .module span.header-3 {
	display: block;
}

.module h3.header span.subtitle {
	display: block;
	margin-top: 10px;
	line-height: 17px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-indent: 1px;
}
/*
 * space between modules
 */
 
#top .module, #maintop .module, #contenttop .module, #contentbottom .module, #mainbottom .module, #bottom .module {
	padding-left: 10px;
	padding-right: 10px;
}
/*
 * bloguin change 10px to 0 px
 */
#maintop .module, #maintopblock .module, #mainbottom .module, #bottom .module {
	padding-left: 0px;
	padding-right: 0px;
}
#top .module, #maintop .module {
	padding: 0;
}
#left .module, #right .module, #contentleft .module, #contentright .module {
	margin-bottom: 10px;
}
#left div.last, #right div.last, #contentleft div.last, #contentright div.last {
	margin-bottom: 0px;
}
/*#top .module,*/
#maintop .module {
	margin-bottom: 5px;
}
#bottom .module, #mainbottom .module {
	margin-top: 20px;
}
/*
 * header module positions
 */

#toolbar .left .module, #headerbar .left .module {
	margin-right: 15px;
	float: left;
}
#toolbar .right .module, #headerbar .right .module {
	margin-left: 15px;
	float: right;
}
/*
 * badge styles
 */
 
div.module {
	position: relative;
}
div.module div.badge {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 46px;
	height: 46px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_badges.png) 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;
}
div.module div.badge-hot {
	background-position: 0 0;
}
div.module div.badge-top {
	background-position: 0 -50px;
}
div.module div.badge-pick {
	background-position: 0 -100px;
}
div.module div.badge-new {
	background-position: 0 -150px;
}
/*
 * icon styles
 */
 
div.module h3.header span.icon {
	display: block;
	position: relative;
	left: 0px;
	width: 35px;
	height: 30px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_icons.png) 0 0 no-repeat;
	overflow: hidden;
	float: left;
}
div.module h3.header span.icon-feed {
	background-position: 0 0;
}
div.module h3.header span.icon-download {
	background-position: 0 -30px;
}
div.module h3.header span.icon-twitter {
	background-position: 0 -60px;
}
div.module h3.header span.icon-mail {
	background-position: 0 -90px;
}
div.module h3.header span.icon-message {
	background-position: 0 -120px;
}
div.module h3.header span.icon-users {
	background-position: 0 -150px;
}
div.module h3.header span.icon-shopping {
	background-position: 0 -180px;
}
div.module h3.header span.icon-lock {
	background-position: 0 -210px;
}
/*
 * module: blank
 */
 
div.mod-blank {
	overflow: hidden;
}
/*
 * module: dropdown
 */

#menu ul.mod-dropdown {
	padding-left: 0px;
	background: none;
}
#menu ul.mod-dropdown span.level1 span.color {
	display: inline;
}
#menu .mod-dropdown .module {
	padding: 5px;
	overflow: hidden;
}
#menu .mod-dropdown .dropdown {
	width: 300px;
}
/*
 * module: box

Bloguin Changed
 */
#page.column-left #contentleft div.mod-box div.box-1 {
	padding-left: 20px;
	border-left: 0px;
}
#page.column-right #contentright div.mod-box div.box-1 {
	padding-right: 20px;
	border-right: 0px;
}
div.mod-box h3.header {
	margin-bottom: 10px;
}
/* color: templatecolor */
div.mod-box-templatecolor div.box-1 {
	padding: 20px;
	border: none;
	background: #FF3399;
	color: #FFFFFF;
}
div.mod-box-templatecolor h3.header span.title {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
div.mod-box-templatecolor h3.header span.subtitle {
	color: #FFFFFF;
}
div.mod-box-templatecolor em {
	color: #333435;
}
div.mod-box-templatecolor a {
	color: #ffffff;
}
div.mod-box-templatecolor a:hover {
	color: #000000;
}
/* color: invert */
div.mod-box-invert div.box-1 {
	padding: 20px;
	border: none;
	background: #333435;
	color: #FFFFFF;
}
div.mod-box-invert h3.header span.title {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
div.mod-box-invert h3.header span.subtitle {
	color: #FFFFFF;
}
div.mod-box-invert em {
	color: #333435;
}
div.mod-box-invert a {
	color: #ffffff;
}
div.mod-box-invert a:hover {
	color: #FF3399;
}
div.mod-box-invert a.readmore {
	background-position: 0 -160px;
}
#page div.mod-box-invert a.readmore:hover {
	color: #333435;
	background-position: 0 -120px;
}
/* color: highlight */
div.mod-box-highlight div.box-1 {
	border-color: #FDEA02;
	background: #FFFA00;
	color: #333435;
}
div.mod-box-highlight h3.header span.title {
	border-color: #333435;
}
div.mod-box-highlight em {
	border: 1px solid #000000;
	background: #333435;
	color: #FFFFFF;
}
div.mod-box-highlight a:hover {
	color: #000000;
	text-decoration: none;
}
/*
 * module: hoverbox
 */
 
div.mod-hoverbox div.box-1 {
	padding: 19px;
	border: 1px solid #EDEEEF;
	background: #ffffff;
	overflow: hidden;
}
#page.column-left #contentleft div.mod-hoverbox div.box-1 {
	padding-left: 20px;
	border-left: 0px;
}
#page.column-right #contentright div.mod-hoverbox div.box-1 {
	padding-right: 20px;
	border-right: 0px;
}
div.mod-hoverbox h3.header {
	margin-bottom: 10px;
}
div.mod-hoverbox-default:hover div.box-1 {
	padding: 20px;
	border: none;
	background: #FF3399;
	color: #ffffff;
}
div.mod-hoverbox-default:hover h3.header span.title {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
div.mod-hoverbox-default:hover h3.header span.subtitle {
	color: #FFFFFF;
}
div.mod-hoverbox-default:hover em {
	color: #333435;
}
div.mod-hoverbox-default:hover a {
	color: #ffffff;
}
div.mod-hoverbox-default:hover a:hover {
	color: #000000;
}
/* color: invert */
div.mod-hoverbox-invert:hover div.box-1 {
	padding: 20px;
	border: none;
	background: #333435;
	color: #ffffff;
}
div.mod-hoverbox-invert:hover h3.header span.title {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
div.mod-hoverbox-invert:hover h3.header span.subtitle {
	color: #FFFFFF;
}
div.mod-hoverbox-invert:hover em {
	color: #333435;
}
div.mod-hoverbox-invert:hover a {
	color: #ffffff;
}
div.mod-hoverbox-invert:hover a:hover {
	color: #FF3399;
}
div.mod-hoverbox-invert:hover a.readmore {
	color: #ffffff;
	background-position: 0 -160px;
}
#page div.mod-hoverbox-invert:hover a.readmore:hover {
	color: #333435;
	background-position: 0 -120px;
}
/* color: highlight */
div.mod-hoverbox-highlight:hover div.box-1 {
	border-color: #FDEA02;
	background: #FFFA00;
	color: #333435;
}
div.mod-hoverbox-highlight:hover h3.header span.title {
	border-color: #333435;
	color: #333435;
}
div.mod-hoverbox-highlight:hover h3.header span.subtitle {
	color: #333435;
}
div.mod-hoverbox-highlight:hover em {
	border: 1px solid #000000;
	background: #333435;
	color: #FFFFFF;
}
div.mod-hoverbox-highlight:hover a {
	color: #000000;
}
div.mod-hoverbox-highlight:hover a:hover {
	text-decoration: none;
}
/*
 * module: separator
 */
 
div.mod-separator {
	border-right: 1px solid #E1E1E2;
}
div.mod-separator.last {
	border: none;
}
div.mod-separator div.box-1 {
	padding: 10px;
	overflow: hidden;
}
#headerbar div.right div.mod-separator {
	border-right: 1px solid #E1E1E2;
}
#headerbar div.right div.mod-separator.first {
	border: none;
}
#header #headerbar div.mod-separator {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#header #headerbar div.left div.mod-separator.first {
	padding-left: 0px;
}
#header #headerbar div.right div.mod-separator.first {
	padding-right: 0px;
}
/*
 * module: line
 */
 
div.mod-line div.box-1 {
	padding: 5px;
	overflow: hidden;
}
div.mod-line h3.header {
	margin-bottom: 10px;
}

/* color: texthover */
div.mod-line-texthover:hover div.box-1, div.mod-line-texthover:hover h3.header span.subtitle {
	color: #FF3399;
}
div.mod-line-texthover:hover h3.header span.title {
	border-color: #FF3399;
	color: #FF3399;
}
div.mod-line-texthover:hover a {
	color: #FF3399;
}
div.mod-line-texthover:hover a:hover {
	color: #000000;
}
div.mod-line-texthover:hover a.readmore {
	color: #ffffff;
	background-position: 0 -80px;
}
/* color: templatecolor */
div.mod-line-templatecolor:hover div.box-1 {
	background: #FF3399;
	color: #FFFFFF;
}
div.mod-line-templatecolor:hover h3.header span.title {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
div.mod-line-templatecolor:hover h3.header span.subtitle {
	color: #FFFFFF;
}
div.mod-line-templatecolor:hover em {
	color: #333435;
}
div.mod-line-templatecolor:hover a {
	color: #ffffff;
}
div.mod-line-templatecolor:hover a:hover {
	color: #000000;
}
/* color: invert */
div.mod-line-invert:hover div.box-1 {
	background: #333435;
	color: #FFFFFF;
}
div.mod-line-invert:hover h3.header span.title {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
div.mod-line-invert:hover h3.header span.subtitle {
	color: #FFFFFF;
}
div.mod-line-invert:hover em {
	color: #333435;
}
div.mod-line-invert:hover a {
	color: #ffffff;
}
div.mod-line-invert:hover a:hover {
	color: #FF3399;
}
div.mod-line-invert:hover a.readmore {
	background-position: 0 -160px;
}
#page div.mod-line-invert:hover a.readmore:hover {
	color: #333435;
	background-position: 0 -120px;
}
/* color: highlight */
div.mod-line-highlight:hover div.box-1 {
	padding: 19px;
	border: 1px solid #FDEA02;
	background: #FFFA00;
	color: #333435;
}
div.mod-line-highlight:hover h3.header span.title {
	border-color: #333435;
	color: #333435;
}
div.mod-line-highlight:hover h3.header span.subtitle {
	color: #333435;
}
div.mod-line-highlight:hover em {
	border: 1px solid #000000;
	background: #333435;
	color: #FFFFFF;
}
div.mod-line-highlight:hover a:hover {
	color: #000000;
	text-decoration: none;
}
/*
 * module: menu-line
 */

div.mod-menu-line div.box-1 {
	padding-left: 0px;
}
div.mod-menu-line h3.header {
	margin-left: 20px;
}
#left div.mod-menu-line div.box-1, #contentleft div.mod-menu-line div.box-1 {
	padding-left: 20px;
	padding-right: 0px;
}
#left div.mod-menu-line h3.header, #contentleft div.mod-menu-line h3.header {
	margin-left: 0px;
	margin-right: 20px;
}
/*
 * module: polaroid
 */
 
#left div.module.mod-polaroid, #contentleft div.module.mod-polaroid, #right div.module.mod-polaroid, #contentright div.module.mod-polaroid {
	margin-left: 20px;
	margin-right: 20px;
}
div.module.mod-polaroid {
	overflow: hidden;
}
div.mod-polaroid div.badge-tape {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 114px;
	height: 38px;
	margin-left: -57px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_polaroid_tape.png) 0 0 no-repeat;
	z-index: 1;
}
div.mod-polaroid div.box-1 {
	margin-top: 13px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #ffffff url(https://shutdownline.com/templates/yoo_pure/images/module_polaroid_bg.png) 0 100% repeat-x;
	overflow: hidden;
}
div.mod-polaroid div.box-2 {
	margin-bottom: 5px;
	background: #000000;
}
div.mod-polaroid div.box-3 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #C8C8C8;
}
div.mod-polaroid div.box-b1 {
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_polaroid_shadows.png) 0 0 no-repeat;
}
div.mod-polaroid div.box-b2 {
	padding: 0px 70px 0px 70px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_polaroid_shadows.png) 100% -5px no-repeat;
}
div.mod-polaroid div.box-b3 {
	height: 5px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_polaroid_shadows.png) 0 -10px repeat-x;
}
div.mod-polaroid h3.header {
	height: 25px;
	margin: 0px 0px 0px 0px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
	text-shadow: none;
}
div.mod-polaroid div.badge {
	top: 13px;
}
/*
 * module: postit
 */
 
#left div.module.mod-postit, #contentleft div.module.mod-postit, #right div.module.mod-postit, #contentright div.module.mod-postit {
	margin-left: 20px;
	margin-right: 20px;
}
div.mod-postit div.box-1 {
	background: #FFFFAA;
	color: #323232;
}
div.mod-postit div.box-2 {
	padding: 15px 15px 0px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}
div.mod-postit div.box-b1 {
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_postit_shadows.png) 0 0 no-repeat;
}
div.mod-postit div.box-b2 {
	padding: 0px 90px 0px 60px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_postit_shadows.png) 100% -40px no-repeat;
}
div.mod-postit div.box-b3 {
	height: 40px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_postit_shadows.png) 0 -80px repeat-x;
}
div.mod-postit h3.header {
	height: 30px;
	margin: -15px -15px 5px -15px;
	background: #FFFFDA;
	line-height: 30px;
	text-indent: 15px;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
	text-shadow: none;
}

/*
 *bloguin addon module: headermodule
 */

div.mod-headerbar { overflow: hidden; }

div.mod-headerbar span {
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 10px rgba(255, 255, 255, 0.3);
	color: #323232;
}

div.mod-headerbar a {
	color: #c8c8c8;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8)
}

div.mod-headerbar a:hover { color: #ffffff; }

/*
 * bloguin addon module: gradient
 */
#page #page-body div.mod-gradient { margin: 0px; }
#page #page-body .maintopblock div.mod-gradient,
#page #page-body .mainbottomblock div.mod-gradient { margin-bottom: -2px; }
#page #page-body .maintopblock div.mod-gradient.last,
#page #page-body .mainbottomblock div.mod-gradient.last { margin-bottom: 0px; }
#page #page-body .maintopblock.not-last div.mod-gradient.last { margin-bottom: -2px; }

div.mod-gradient div.box-1 {
	padding: 20px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_gradient.png) 0 100% repeat-x;
	overflow: hidden;
}
.mainbottomblock div.mod-gradient.last div.box-1 {
	padding-bottom: 20px;
	background: none;
}

div.mod-gradient h3.header {
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

/*
 * bloguin addon module: layer
 */

#page #page-body div.mod-layer { margin: 0px; }

div.mod-layer div.box-1 { background: #DDE1E4 url(https://shutdownline.com/templates/yoo_pure/images/module_layer_b.png) 0 100% repeat-x; }

div.mod-layer div.box-2 {
	padding: 12px 20px 5px 20px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_layer_t.png) 0 0 repeat-x;
	overflow: hidden;
}

div.mod-layer h3.header {
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
}

/*
     FILE ARCHIVED ON 16:29:06 Aug 17, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:05:38 Jul 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.762
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.024
  esindex: 0.013
  cdx.remote: 12.664
  LoadShardBlock: 179.912 (3)
  PetaboxLoader3.datanode: 180.337 (4)
  load_resource: 27.882
*/