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

@import url(https://shutdownline.com/templates/yoo_pure/warp/css/system.css);
@import url(https://shutdownline.com/templates/yoo_pure/warp/systems/joomla.1.5/css/system.css);
/*
 * item
 */
 /*
 * com_content
 * article layout
 * sub seletors: article


div.joomla div.headline {
	overflow: hidden;
	margin-top: 5px;
	padding-bottom: 2px;  
}

div.joomla h1.title {
	margin: 0px;
	float: left;
}


div.joomla div.multicolumns h1.title {
	font-size: 200%;
	letter-spacing: -1px;
}

div.joomla div.icons { float: right; }

div.joomla div.icon {
	margin-top: 10px;
	float: right;
}

div.joomla div.multicolumns div.icon { margin-top: 5px; }

div.joomla div.edit {
	margin-left: 10px;
	float: left;
}

div.joomla div.pdf { margin-right: 5px; }
div.joomla div.print { margin-right: 5px; }
div.joomla div.email {}
div.joomla div.printscreen {}

div.joomla p.iteminfo {	margin: 0px 0px 15px 0px; }

div.joomla p.articleinfo {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: -1px;
	line-height: 150%;
}
*/
 
#system .title {
	margin-bottom: 0px;
	font-size: 20px;
    	line-height: 20px;
    	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: -1px;
}
#system .item > .date {
	margin-right: 10px;
	width: 34px;
	height: 34px;
	background: #333435;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#system .item > .date .month {
	margin: 3px 3px 0px 3px;
	padding-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#system .item > .date .day {
	margin-top: 1px;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1px;
}
#system .item > .date + .title {
	margin: 0 0 15px 0;
}
#system .item > .meta {
	margin-top: 4px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #101010;
	line-height: 13px;
	text-transform:uppercase;
}
#system .item > .meta > span {
	/*display: block;*/
	letter-spacing: 1px;
}
#system .item > .meta > span > span {
	color: #333435;
	text-transform: uppercase;
}
#system .items .item {
	border-color: #E1E1E2;
	margin-bottom: 15px;
}
/*bloguin addition */
div.icons {
	float:right;
}
div.icon {
	margin-top: 8px;
}
div.headline {
	overflow: hidden;
	margin-top: 5px;
	padding-bottom: 2px;  
}
h1.articletitle {
	float:left;
	margin:0;
	letter-spacing: -1px;
}
/* if gradient is desired 
#system .items {
	padding: 0;
	background: url(https://shutdownline.com/templates/yoo_pure/images/module_gradient.png) 0 100% repeat-x;
}*/

/* Joomla 1.5 only */
#system .item > .icon {
	margin-top: 10px;
}
#system .items.leading, #system .item-list {
	border-color: #E1E1E2;
}
/*
 * searchbox
 */

#searchbox {
	width: 163px;
	height: 28px;
	border: 1px solid #EDEDED;
	background: #FCFDFE;
}
#searchbox:hover {
	background: #ffffff;
}
#searchbox input {
	width: 113px;
	height: 28px;
	color: #595959;
	font-size: 14px;
	line-height: 28px;
}
#searchbox button {
	height: 28px;
}
#searchbox button.magnifier {
	width: 28px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/searchbox_magnifier.png) 50% 50% no-repeat;
}
#searchbox .results {
	top: 45px;
	right: -16px;
	border-color: #EDEEEF;
	border-top: none;
	background: #FFFFFF;
}
#searchbox .results li.results-header, #searchbox .results li.more-results {
	height: 30px;
	line-height: 30px;
	background: #333435;
	color: #FFFFFF;
	font-size: 18px;
}
#searchbox .results li.results-header {
	border-bottom: none;
}
#searchbox .results li.result {
	border-color: #E5E5E5;
	color: #838383;
}
#searchbox .results li.result.selected {
	color: #FF3399;
	background-color: #FCFDFE;
}
#searchbox .results li.result h3 {
	color: #545557;
}
#searchbox .results li.result.selected h3 {
	color: #000000;
}
#searchbox .results li.more-results {
	padding-left: 10px;
	border-top: none;
	font-size: 14px;
	background: #333435 url(https://shutdownline.com/templates/yoo_pure/images/searchbox_more_icon.png) 15px 50% no-repeat;
}
#searchbox .results li.more-results:hover {
	background-color: #FF3399;
}
/*
 * table zebra
 */
 
table.zebra th, table.zebra td {
	padding: 9px;
	border-bottom: 1px solid #dcdcdc;
}
table.zebra tbody tr.odd {
	background: #EFF0F1;
}
table.zebra tbody tr:nth-of-type(odd) {
background: #EFF0F1;
}
table.zebra tbody tr.even {
	background: #FFFFFF;
}
table.zebra tbody tr:nth-of-type(even) {
background: #FFFFFF;
}
/*
 * list style line
 */
 
ul.line li a {
	text-decoration: none;
}
/*
 * pagination
 */

.pagination a, .pagination strong {
	border-color: #E1E1E2;
	background: #ffffff;
	margin-bottom: 10px;
}
.pagination strong {
	color: #969696;
}
.pagination a:hover {
	color: #ffffff;
	border-color: #aaaaaa;
	background: #cccccc;
}
/*
 * breadcrumbs
 */
 
.breadcrumbs {
	font-size: 12px;
	line-height: 18px;
}
.breadcrumbs a, .breadcrumbs span {
	margin-right: 8px;
	padding-right: 15px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/breadcrumbs.png) 100% 60% no-repeat;
	color: #858586;
}
.breadcrumbs a:hover {
	color: #FF3399;
}
.breadcrumbs strong {
	color: #3C3D3E;
}
/*
 * readmore button
 */
 
a.readmore {
	color: #888888;
	display: block;
	width: 110px;
	height: 25px;
	background: url(https://shutdownline.com/templates/yoo_pure/images/readmore.png) 0 0 no-repeat;
	float: left;
	line-height: 25px;
	text-indent: 10px;
	font-size: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
}
#page a.readmore:hover {
	background-position: 0 -30px;
	color: #ffffff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 5px rgba(0, 0, 0, 0.5);
}

/*
     FILE ARCHIVED ON 16:28:12 Aug 17, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:05:37 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.455
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.016
  esindex: 0.009
  cdx.remote: 24.297
  LoadShardBlock: 86.686 (3)
  PetaboxLoader3.datanode: 112.63 (4)
  load_resource: 34.907
*/