/*
----------------------------------------------------------------------------- 
ESSENTIAL
-----------------------------------------------------------------------------*/
html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0;
	padding: 0;
	font: 62.5%/1.6em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #666;
	background-color: #000;
	}
body * {
	margin: 0;
	padding: 0;
	}
p,h1,h2,h3,h4,h5,h6,li,td,dt,dd { font-size: 1.0em; font-weight: normal; }
p,ul,ol,dl,blockquote,pre { margin-bottom: 1.0em; }
a { 
	color: #AB6666;
	text-decoration: none;
	}
a:visited {
	color: #999;
	}
a:hover {
	color: #710101;
	}
p:hover a:link,
p:hover a:visited { color: #AB6666; border-bottom: 1px dotted #AB6666; text-decoration: none; }
p:hover a:hover { color: #710101; border-bottom: none; }
img { border: none; }

.link-list li:hover a:visited
{
	text-decoration: none;
}

/*
----------------------------------------------------------------------------- 
NICE TO THOSE WITH JAVASCRIPT DISABLED
-----------------------------------------------------------------------------*/
#container { height: 10000px; }
.has-css #container { height: auto; }

/*
----------------------------------------------------------------------------- 
TEXT TREATMENTS
-----------------------------------------------------------------------------*/
abbr,acronym { font-style: normal; }
pre, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	color: #6B8DA6;
	}
pre {
	padding: 0;
	width: 100%;
	height: auto;
	/*\*/overflow: auto;/**/
	}
blockquote {
	/** /margin-left: -26px; /**/
	padding: 7px 0 0 26px;
	background: url(/assets/images/common/bg-quote.gif) 0 0 no-repeat;
	}
.comment blockquote {
	margin-left: 0;
	}
ul {
	list-style: none;
	}
ul li {
	background: url(/assets/images/common/bg-bullet.gif) 0 2px no-repeat;
	padding-left: 16px;
	}
ol {
	padding-left: 1.6em;
	}
h3 {
	text-transform: uppercase;
	color: #555;
	margin: 1.6em 0 0.4em;
	}

h4 {
	color: #333;
	}


/*
----------------------------------------------------------------------------- 
OLD IMAGE TREATMENTS
-----------------------------------------------------------------------------*/
div.image {
	border-top: 1px solid #E0E0E0;
	background: url(/assets/images/common/bg-fff-diag.gif) left top repeat;
	margin-bottom: 1.0em;
	padding: 12px 0;
	text-align: center;
	}
div.image img {
	margin: 0 auto;
	border: 2px solid #000;
	}

/*
----------------------------------------------------------------------------- 
FLASH REPLACEMENT
-----------------------------------------------------------------------------*/
#content h1 {
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: 2.2em;
	line-height: 1.0em;
	color: #999;
	}
#content h2 { text-transform: uppercase; }
#content h2 span { color: #999; }
#content .intro {
	padding: 16px 0 0;
	margin: 12px 0 0;
	border-top: 2px solid #AB6666;
	color: #AB6666;
	
	font-size: 0.9em;
	line-height: 1.7em;
	
	text-transform: uppercase;
	}

/*
----------------------------------------------------------------------------- 
POST-FLASH REPLACEMENT
-----------------------------------------------------------------------------*/
.has-flash #content h1 { letter-spacing: -2px; }
.has-flash #content h2 { font-size: 10px; line-height: 14px; font-family: arial, sans-serif; }
/**/.replaced {
	position: absolute;
	left: -9999px;
	width: 3000px;
	}

/*
----------------------------------------------------------------------------- 
NAVIGATION CONTAINERS
-----------------------------------------------------------------------------*/
#nav-top { background: #A2A2A2 url(../subcanvas/bg-nav-search-top.gif) left bottom repeat-x; }
#nav-bottom { background: #A2A2A2 url(../subcanvas/bg-nav-search-bottom.gif) left top repeat-x; }
.has-dom .nav-container {
	height: 3px;
	overflow: hidden;
	}
.nav-container,
.tog-container {
	position: relative;
	width: 803px;
	margin: 0 auto;
	}
#nav-main {
	position: relative;
	color: #333;
	padding: 1px 0 6px 130px;
	}
.heads{
	font-size: 14px;
	color: #3C4266;
}
#nav-main:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#nav-main a { padding: 0 0px; color: #000; }
#nav-main a:hover {
	background-color: #555;
	color: #fff;
	}
#nav-top .nav-container #nav-main {
	position: absolute;
	bottom: 0;
	}
a.btn-nav-search {
	position: relative;
	z-index: 100;
	display: block;
	width: 132px;
	margin-left: auto;
	margin-right: 120px;
	height: 31px;
	text-indent: -3000px;
	background: url(../subcanvas/btn-nav-search-top.gif) left top no-repeat;
	}
a.btn-nav-search:hover {
	background-position: -132px 0;
	}
#nav-top a.btn-nav-search {
	margin-top: -10px;
	/* margin-bottom: -14px; */
	}
#nav-bottom a.btn-nav-search {
	margin-bottom: -3px;
	height: 24px;
	background-image: url(/assets/images/common/btn-nav-search-bottom.gif);
	}
.open a.btn-nav-search {
	background-position: 0 -31px;
	}
.open a.btn-nav-search:hover {
	background-position: -132px -31px;
	}
#nav-bottom.open a.btn-nav-search {
	height: 31px;
	margin-bottom: -3px;
	}

#nav-main .well {
	background: #666 url(/assets/images/common/bg-666-diag.gif) left top repeat;
	margin: 0 0 24px;
	}
#nav-main .well:before {
	background: transparent url(/assets/images/common/bg-666-top-right.gif) right top no-repeat;
	margin-bottom: -5px;
	height: 5px;
	display: block;
	content: url(/assets/images/common/bg-666-top-left.gif);
	}
#nav-main .well:after {
	background: transparent url(/assets/images/common/bg-666-bottom-right.gif) right bottom no-repeat;
	height: 5px;
	display: block;
	padding: 0;
	content: url(/assets/images/common/bg-666-bottom-left.gif);
	}
#nav-main #nav-current .well:after { clear: both; }
#nav-main .well p { margin: 7px 11px 2px; }
#nav-main .well p:hover a:link,
#nav-main .well p:hover a:visited { border-bottom: none; }
#nav-main .well form { margin: 11px 11px 6px; position: relative; }

#nav-static span { letter-spacing: -1px; }

/*
div.image {
	border-top: 1px solid #E0E0E0;
	padding: 12px;
	margin-bottom: 12px;
	}
div.image img {
	margin: 0;
	float: none;
	border: 2px solid #000;
	}
*/
/*
----------------------------------------------------------------------------- 
TABLE TREATMENTS
-----------------------------------------------------------------------------*/
table.data {
	border-style: none;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 1px;
	border-bottom: 1px solid #888;
	}
table.data th {
	position: relative;
	margin: 0 0 1px;
	padding: 12px 5px 1px 4px;
	text-align: left;
	font-size: 1.0em;
	font-weight: normal !important;
	color: #000 !important; 
	background-color: #666;
	text-shadow: 2px 2px #555;
	border-top: 8px solid #555;
	border-bottom: 1px solid #555;
	}
table.data td {
	line-height: 1.2em;
	padding: 5px 15px 5px 3px; 
	border-top-width: 0;
	border-bottom: 1px dotted #CCC; 
	vertical-align: top;
	}
table.data td.accent { 
	font-size: 0.9em; 
	color: #555; 
	background-color: #CCC; 
	border-top: 1px solid #000;
	border-bottom: 1px solid #BBB;
	text-shadow: 2px 2px #DDD;
	margin-bottom: 1px;
	}
table.data td.size {
	text-align: center;
	}

/*
----------------------------------------------------------------------------- 

-----------------------------------------------------------------------------*/
#nav-current {
	float: left;
	width: 361px;
	}
#nav-etc {
	margin-left: 426px;
	width: 247px; 
	}
#nav-current .recent-articles { 
	float: left;
	margin: 11px;
	width: 185px;
	}
#nav-current .categories { 
	margin: 11px 0 11px 247px;
	width: 103px;
	}

#nav-current ul { 
	margin: 0 0 -4px;
	}
#nav-current ul li {
	margin-bottom: 4px;
	background-image: none;
	padding: 0;
	}
#nav-current ul li a { display: block; }
#nav-current .recent-articles li {
	position: relative;
	margin-bottom: 4px;
	padding: 0 44px 0 0;
	background-image: none;
	}
#nav-current .recent-articles li:last-child {
	margin-bottom: 0;
	}
.btn-row {
	position: relative;
	clear: both;
	margin: 0 11px 5px;
	}
#btn-past-articles {
	display: block;
	text-indent: -3000px;
	width: 80px;
	height: 19px;
	padding: 0;
	background-color: fff;
	}
#btn-all-categories {
	display: block;
	position: absolute;
	top: 0;
	left: 236px;
	text-indent: -3000px;
	width: 84px;
	height: 19px;
	padding: 0;
	background-color: fff;
	}
#btn-past-articles:hover,
#btn-all-categories:hover {
	background-position: 0 -19px;
	padding: 0;
	}
#nav-current ul li span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	}

#nav-main h5 { color: #B9B9B9; }
#nav-main h6 { color: #000; }
#nav-main h5,
#nav-main h6 {
	text-indent: -3000px;
	line-height: 9px;
	}
#nav-main h5 {
	margin: 0 12px 5px;
	}
#nav-main h6 {
	margin: 0 0 7px;
	}

/*
----------------------------------------------------------------------------- 
SEARCH FORM
-----------------------------------------------------------------------------*/
#checkbox-include-comments,
#checkbox-include-comments-inline {
	display: block;
	text-indent: -3000px;
	cursor: pointer;
	width: 141px;
	height: 15px;
	background: url(/assets/images/common/checkbox-include-comments.gif) left top no-repeat;
	margin: 6px 0 0;
	}
#checkbox-include-comments-inline {
	background-image: url(/assets/images/common/checkbox-include-comments-inline.gif);
	}
#checkbox-include-comments.checked,
#checkbox-include-comments-inline.checked {
	background-position: 0 -15px;
	}
#btn-search {
	position: absolute;
	bottom: -2px;
	right: -2px;
	}
#nav-main form span {
	border-color: #4A4A4A;
	}

/*
----------------------------------------------------------------------------- 
Increase
-----------------------------------------------------------------------------*/
#checkbox-increase-contrast {
	display: block;
	text-indent: -3000px;
	cursor: pointer;
	width: 204px;
	height: 15px;
	background: url(/assets/images/common/checkbox-increase-contrast.gif) left top no-repeat;
	margin: 6px 0 0;
	}
#checkbox-increase-contrast.checked {
	background-position: 0 -15px;
	}

/*
----------------------------------------------------------------------------- 
IMAGE REPLACEMENT
-----------------------------------------------------------------------------*/
#txt-currently-of-interest { background: url(/assets/images/common/txt-currently-of-interest.gif) left top no-repeat; }
#txt-recent-articles { background: url(/assets/images/common/txt-recent-articles.gif) left top no-repeat; }
#txt-categories { background: url(/assets/images/common/txt-categories.gif) left top no-repeat; }
#txt-always-popular { background: url(/assets/images/common/txt-always-popular.gif) left top no-repeat; }
#txt-didnt-find { background: url(/assets/images/common/txt-didnt-find.gif) left top no-repeat; }
#txt-difficulty-reading { background: url(/assets/images/common/txt-difficulty-reading.gif) left top no-repeat; }


/*
----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/
.clear-contents { position: relative; }


/* 
----------------------------------------------------------------------------- 
INPUT STYLES
-----------------------------------------------------------------------------*/
form span {
	display: block;
	margin: 0;
	padding: 1px;
	border: 1px solid #DFDFDF;
	background-color: #000;
	}
form span input,
form span textarea,
form span select {
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	
	font-size: 1.0em;
	line-height: 1.2em;
	width: 100%;
	font-family: inherit;
	margin: 0;
	}
form span textarea {
	height: 140px;
	}

/*
----------------------------------------------------------------------------- 
VERSION / COPYRIGHT / MT	
-----------------------------------------------------------------------------*/
#nav-bottom .tog-container span {
	position: absolute;
	top: 10px;
	right: 260px;
	display: block;
	width: 555px;
	height: 5px;
	background: url(/assets/images/common/bg-footer-details.gif) left top no-repeat;
	}
#copy-etc {
	position: absolute;
	top: -142px;
	right: 260px;
	width: 555px;
	background: url(/assets/images/common/txt-version-copy.gif) right top no-repeat;
	}
#btn-mt {
	display: block;
	background: url(/assets/images/common/btn-mt.gif) left top no-repeat;
	width: 119px;
	height: 16px;
	text-indent: -3000px;
	}
#btn-mt:hover { background-position: 0 -16px; }
#copy-etc p {
	position: absolute;
	left: -3000px;
	}


/*
----------------------------------------------------------------------------- 
MASTHEAD	
-----------------------------------------------------------------------------*/
#masthead {
	position: absolute;
	top: -61px;
	left: 12px;
	width: 130px;
	height: 130px;
	padding-top: 130px;
	background: url(/assets/images/common/logo-si.gif) left top no-repeat;
	}
#masthead a {
	position: absolute;
	top: 61px;
	left: 90px;
	width: 295px;
	height: 21px;
	text-indent: -3000px;
	background: url(/assets/images/common/logo-complete.gif) left top no-repeat;
	}


/*
----------------------------------------------------------------------------- 
INNER CONTENT	
-----------------------------------------------------------------------------*/
#inner-container {
	position: relative;
	margin: 127px auto 0;
	padding: 0;
	width: 803px;
	}

.article #content {
	position: absolute;
	top: 30px;
	left: 130px;
	width: 361px;
	padding: 24px 0 26px;
	background: url(/assets/images/common/bg-dotted.gif) left top repeat-x;
	}
.article-body {
	margin: 12px 0 0;
	padding: 12px 0 0;
	background:  url(/assets/images/common/bg-dotted.gif) left top repeat-x;
	position: relative;
	z-index: 100;
	}
.article-body #secondary-content {
	position: absolute;
	top: 0;
	left: 437px;
	width: 224px;
	padding: 0 0 26px;
	}
.intro p { 
	margin: 0;
	}
.widgets {
	position: absolute;
	top: 0;
	left: 383px;
	}



.home #masthead { left: -118px; }
.home #masthead a { width: 366px; }
.home #copy-etc {
	right: 272px;
	}
.home #inner-container {
	padding: 30px 12px 26px 0;
	width: 815px;
	}
.home #content {
	position: relative;
	width: 802px;
	padding: 24px 0 0;
	background: url(/assets/images/common/bg-dotted.gif) left top repeat-x;
	
	height: 600px;
	}
.home .current-article { width: 338px; }
.home #secondary-content {
	position: relative;
	/** /width: 840px;/**/
	}
.home #secondary-content .col-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 338px;
	}
.home #secondary-content .col-2 {
	position: absolute;
	top: 0;
	left: 379px;
	width: 224px;
	}
.home #secondary-content .col-3 {
	position: absolute;
	top: 0;
	left: 617px;
	width: 224px;
	padding: 3px 0 0;
	background: url(/assets/images/common/bg-module-col-3-top.gif) left top no-repeat;
	}
.home #secondary-content .col-3 .module,
.home #secondary-content .col-3 .module:after {
	border-top: none;
	}
.home .designologues {
	position: absolute;
	top: 0;
	right: 25px;
	width: 415px;
	background: url(/assets/images/common/bg-designologues.gif) 100% 18px no-repeat;
	}
.home .of-mention-container {
	position: absolute;
	top: 10px;
	left: 378px;
	width: 424px;
	}

.home .about:before {
	display: none;
	}

#txt-recent-commentary { background: url(/assets/images/common/txt-recent-commentary.gif) left top no-repeat; }
#txt-recent-comments { background: url(/assets/images/common/txt-recent-comments.gif) left top no-repeat; }
#txt-these-links-again { background: url(/assets/images/common/txt-these-links-again.gif) left top no-repeat; }

.link-list ul {
	margin-bottom: 0;
	}
.link-list li {
	position: relative;
	margin-bottom: 4px;
	padding: 0 0 4px 0;
	background: url(/assets/images/common/bg-dotted.gif) left bottom repeat-x;
	}
.link-list li:last-child {
	margin-bottom: 0;
	background-image: none;
	}
.archives-by-category li span {
	font-size: 0.9em;
	color: #999;
	position: absolute;
	top: 1px;
	right: 0;
	}

.these-links-again li p {
	display: inline;
	margin-left: 8px;
	color: #999;
	}
.these-links-again a:visited {
	color: #AB6666;
	text-decoration: line-through;
	}
.these-links-again .btn-past:visited {
	text-decoration: none;
	}
.these-links-again a:hover {
	color: #710101;
	text-decoration: none;
	}

.recent-commentary:before {
	width: 24px;
	margin-left: -24px;
	}

.recent-article {
	margin: 0 0 24px;
	}
.archived-articles ul li {
	margin: 0;
	padding: 0;
	background-image: none;
	}
.archived-articles h3 {
	margin: 0.6em 0 0;
	padding: 0.6em 0 0;
	text-transform: none;
	}
.recent-article h4 {
	position: relative;
	line-height: 21px;
	background: url(/assets/images/common/bg-category.gif) left top repeat-x;
	padding: 0 8px 0 54px;
	margin: 0 0 1.0em;
	color: #999;
	text-shadow: 2px 2px 1px #4A4A4A;
	}
.recent-article h4:after {
	margin: 0 -8px 0 -54px;
	}
.recent-article h4 a { 
	color: #E39C9C;
	padding: 0 2px;
	text-shadow: 2px 2px 1px #4A4A4A;
	}
.recent-article h4 a:hover {
	background-color: #555;
	color: #E3C7C7;
	}
.recent-article h4 span {
	display: block;
	position: absolute;
	top: 6px;
	left: 5px;
	text-indent: -3000px;
	height: 9px;
	width: 42px;
	background: url(/assets/images/common/txt-category.gif) left top no-repeat;
	}

.recent-article h5,
.archived-articles h3 {
	line-height: 1.3em;
	}
.recent-article h6,
.archived-articles h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #999;
	margin: 0 0 1.0em;
	}

.of-mention-container:after {
	clear: both;
	margin-top: 0 !important;
	}
.of-mention-container dl {
	margin: 0 0 11px 11px;
	float: left;
	}
.of-mention-container dl dt {
	background-color: #000;
	padding: 3px;
	}
.of-mention-container dl.primary {
	margin-bottom: 7px;
	}
.of-mention-container dl.primary dd {
	background: url(/assets/images/of-mention/bg-of-mention-bottom-primary.gif) left bottom no-repeat;
	}
.of-mention-container dl dd {
	background: url(/assets/images/of-mention/bg-of-mention-bottom.gif) left bottom no-repeat;
	padding: 2px 6px 4px;
	}
#txt-of-mention {
	text-indent: -3000px;
	height: 9px;
	margin: 10px 11px 7px;
	background: url(/assets/images/common/txt-of-mention.gif) left top no-repeat;
	}

dl.menu {
	position: relative;
	margin: 0 0 0 -2px;
	text-shadow: 2px 2px 1px #000;
	line-height: 25px;
	width: 170px;
	}

dl.menu dt {
	font-size: 0.9em;
	background: url(/assets/images/common/bg-btn-left.gif) left top no-repeat;
	}
dl.menu dt a {
	display: block;
	padding: 0 9px 0 11px;
	color: #666;
	background: url(/assets/images/common/bg-btn-right-select.gif) right top no-repeat;
	}
dl.menu:hover dt a,
dl.menu dt a:hover {
	color: #710101;
	background-position: 100% -25px;
	}
dl.menu dd {	
	display: none;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 174px;
	padding: 6px 0 0;
	background: url(/assets/images/common/bg-menu-top.png) left top no-repeat;
	z-index: 1000;
	}
dl.menu:hover dd { display: block; }
dl.menu dd ul {
	padding: 0 0 6px;
	background: url(/assets/images/common/bg-menu-bottom.png) left bottom no-repeat;
	}
dl.menu dd ul li {
	margin: 0;
	padding: 0;
	background-image: none;
	}
dl.menu dd ul li a,
dl.menu dd ul li span {
	display: block;
	padding: 0 9px 0 11px;
	line-height: 18px;
	color: #666;
	background: url(/assets/images/common/bg-menu.png) left top no-repeat;
	}
dl.menu dd ul li a:hover {
	color: #000;
	text-shadow: 2px 2px 1px #4C0000;
	background-position: 100% -42px;
	}

/*
----------------------------------------------------------------------------- 
PREVIOUS/NEXT ARTICLE AND TOP BUTTONS
-----------------------------------------------------------------------------*/
ul.prev-next-btns {
	margin-bottom: 1px;
	width: 32px;
	height: 17px;
	position: relative;
	background: url(/assets/images/common/bg-btn-prev-next.gif) left top no-repeat;
	}
ul.prev-next-btns li {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin-bottom: 0;
	background-image: none;
	}
ul.prev-next-btns li a {
	display: block;
	width: 16px;
	height: 17px;
	text-indent: -3000px;
	background-position: left top;
	background-repeat: no-repeat;
	}
ul.prev-next-btns li.btn-next { left: 16px; }
ul.prev-next-btns li a:hover { background-position: 0 -17px; }
ul.prev-next-btns li.btn-prev a { background-image: url(/assets/images/common/btn-prev.gif); }
ul.prev-next-btns li.btn-next a { background-image: url(/assets/images/common/btn-next.gif); }
a.btn-top {
	position: absolute;
	bottom: 0;
	left: 390px;
	display: block;
	width: 18px;
	height: 17px;
	text-indent: -3000px;
	background: url(/assets/images/common/btn-top.gif) left top no-repeat;
	}
a.btn-top:hover { background-position: 0 -17px; }

/*
----------------------------------------------------------------------------- 
COMMENT/COMMENT FORM BUTTONS	
-----------------------------------------------------------------------------*/
ul.comment-form-btns {
	width: 28px;
	height: 54px;
	position: relative;
	}
ul.comment-form-btns li {
	position: absolute;
	top: 0;
	left: 2px;
	padding: 0;
	margin-bottom: 0;
	background-image: none;
	}
ul.comment-form-btns li a {
	display: block;
	width: 28px;
	height: 24px;
	text-indent: -3000px;
	background-position: left top;
	background-repeat: no-repeat;
	}
ul.comment-form-btns li.btn-form { top: 24px; }
ul.comment-form-btns li a:hover { background-position: -28px 0; }
ul.comment-form-btns li.btn-comment a { background-image: url(/assets/images/common/btn-to-comments.gif); }
ul.comment-form-btns li.btn-comment-single a { background-image: url(/assets/images/common/btn-to-comments-single.gif); height: 27px; }
ul.comment-form-btns li.btn-form a { background-image: url(/assets/images/common/btn-to-comment-form.gif); height: 32px; }
ul.comment-form-btns li.btn-form-single a { background-image: url(/assets/images/common/btn-to-comment-form-single.gif); height: 33px; }

/*
----------------------------------------------------------------------------- 
COMMENTS COUNT AND WIDGETS
-----------------------------------------------------------------------------*/
.comments-count {
	position: relative;
	background: url(/assets/images/common/bg-comments-top.gif) left top no-repeat;
	width: 413px;
	margin: 36px 0 0;
	padding: 12px 0 4px;
	}
.search-results-count p,
.comments-count p {
	margin: 0;
	font-size: 0.9em;
	text-transform: uppercase;
	}
.search-results-count span {
	text-transform: none;
	color: #999;
	}
.search-results-count p {
	margin: 0 0 1.0em;
	}
.search-results-count strong,
.comments-count strong {
	color: #AB6666;
	font-weight: normal;
	}
.comments-count .prev-next-btns {
	position: absolute;
	top: -21px;
	left: 383px;
	}
#comments .comment-form-btns {
	position: absolute;
	top: 0;
	left: 383px;
	}


/*
----------------------------------------------------------------------------- 
COMMENTS	
-----------------------------------------------------------------------------*/
#comments,
#form-comment,
#form-contact,
#form-feed,
.tabs-container,
.inline-well,
.img-left,
.of-mention-container { background: #000 url(/assets/images/common/bg-fff-diag.gif) left top repeat; }
#comments:before,
#form-comment:before,
#form-contact:before,
#form-feed:before,
.inline-well:before,
.img-left:before,
.of-mention-container:before {
	background: transparent url(/assets/images/common/bg-fff-top-right.gif) right top no-repeat;
	margin-bottom: -5px;
	height: 5px;
	display: block;
	content: url(/assets/images/common/bg-fff-top-left.gif);
	}
#comments:after,
#form-comment:after,
#form-contact:after,
#form-feed:after,
.tabs-container:after,
.inline-well:after,
.img-left:after,
.of-mention-container:after,
.recent-article h4:after {
	background: transparent url(/assets/images/common/bg-fff-bottom-right.gif) right bottom no-repeat;
	margin-top: -5px;
	height: 5px;
	display: block;
	padding: 0;
	content: url(/assets/images/common/bg-fff-bottom-left.gif);
	}
#comments { position: relative; }
.comment { margin: 10px 11px 10px; }
.comment dt {
	position: relative;
	background: transparent url(/assets/images/common/bg-fff-inner-top.gif) left top no-repeat;
	padding: 8px 50px 6px;
	margin: 0;
	line-height: 1.2em;
	}
.comment dt span {
	display: block;
	}
.comment dt span.author {
	font-size: 0.9em;
	text-transform: uppercase;
	}
.comment dt.thats-me .btn-url {
	width: 20px;
	height: 20px;
	background: transparent url(/assets/images/common/logo-si-comment.gif) left top no-repeat;
	}
.comment dt.thats-me .btn-url:hover {
	background-position: 0 -20px;
	}
.comment dt span.author em {
	font-style: normal;
	color: #AB6666;
	}
.comment dt span.date {
	font-size: 0.9em;
	color: #999;
	}
.comment dt .btn-view-comment { top: 8px; left: 7px; }
.comment dd {
	background: transparent url(/assets/images/common/bg-fff-inner-bottom.gif) left bottom no-repeat;
	padding: 0 8px 8px;
	margin-bottom: 10px;
	}
.comment dd p:last-child {
	margin-bottom: 0;
	}

.comment-guidelines {
	background: url(/assets/images/common/bg-dotted.gif) left top repeat-x;
	margin-top: 11px;
	padding-top: 11px;
	}


#form-comment .comment dt {
	padding: 8px 8px 6px;
	color: #AB6666;
	}
#form-comment .comment span {
	margin: 0;
	border: none;
	}
span#preview-author {
	display: inline;
	background: url(/assets/images/common/icon-comment.gif) 0 2px no-repeat;
	padding-left: 16px;
	color: #666;
	}

/*
----------------------------------------------------------------------------- 
COMMENT FORM
-----------------------------------------------------------------------------*/
#form-comment table,
#form-contact table,
#form-search-inline table {
	margin: 11px 0 0 9px;
	}
#form-comment span,
#form-contact span,
#form-search-inline span { margin: 0 9px 7px 0; }
#form-comment .comment { margin-top: 0; }
.btn-post { display: block; margin: -2px 11px 9px auto; }
#form-comment label,
#form-contact label {
	display: block;
	text-indent: -3000px;
	cursor: pointer;
	height: 9px;
	margin: 0 0 2px 1px;
	}
#txt-comment-required { background: url(/assets/images/common/txt-comment-required.gif) left top no-repeat; }
#txt-name-required { background: url(/assets/images/common/txt-name-required.gif) left top no-repeat; }
#txt-email-required { background: url(/assets/images/common/txt-email-required.gif) left top no-repeat; }
#txt-url { background: url(/assets/images/common/txt-url.gif) left top no-repeat; }

label#checkbox-remember-info {
	width: 141px;
	height: 15px;
	background: url(/assets/images/common/checkbox-remember-info.gif) left top no-repeat;
	margin: 6px 0 0;
	}
label#checkbox-remember-info.checked {
	background-position: 0 -15px;
	}


/*
----------------------------------------------------------------------------- 
MODULE STYLES
-----------------------------------------------------------------------------*/
.module {
	position: relative;
	border-top: 3px solid #666;
	margin-bottom: 32px; /** /
	opacity: .4;
	-moz-opacity: 40%;
	}
.module:hover {
	opacity: 1;
	-moz-opacity: 100%;
	/** /cursor: pointer;/**/
	}
.module:before {
	display: block;
	margin-top: -3px;
	height: 2px;
	overflow: hidden;
	color: #000;
	content: ".";
	border-top: 1px solid #666;
	}
.archives-by-category:before,
.about:before,
.faqs:before{
	width: 18px;
	margin-left: -18px;
	}
.archived-articles:before,
.article:before,
.choice:before,
.hosting:before {
	width: 8px;
	margin-left: -8px;
	}
.wicked:before {
	width: 12px;
	margin-left: -12px;
	}
.module .photo {
	display: block;
	margin: 12px auto;
	}



/*
----------------------------------------------------------------------------- 
HOSTING MODULE
-----------------------------------------------------------------------------*/
div.hosting {
	position: relative;
	}
#mt-dv {
	position: absolute;
	top: 35px;
	left: -7px;
	}
.text-wrap {
	float: left;
	clear: left;
	}


.faq-list li { 
	position: relative;
	background: url(/assets/images/common/bg-dotted.gif) left top repeat-x;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	}
.faq-list li:first-child { background-image: none; }
.faq-list li a {
	display: block;
	padding: 8px 0 6px 20px;
	background: url(/assets/images/common/icon-faqs.gif) 0 5px no-repeat;
	}

/*
----------------------------------------------------------------------------- 
MINI-BUTTONS
-----------------------------------------------------------------------------*/
.btn-url,
.btn-past,
.btn-date,
.btn-view-comment,
.btn-more,
.btn-faqs {
	display: block;
	text-indent: -3000px;
	height: 17px;
	}
.btn-url:hover,
.btn-past:hover,
.btn-date:hover,
.btn-view-comment:hover,
.btn-more:hover,
.btn-faqs:hover {
	background-position: 0 -17px;
	}
.btn-url {
	position: absolute;
	top: 8px;
	right: 7px;
	width: 36px; 
	background: url(/assets/images/common/btn-url.gif) left top no-repeat;
	}
.btn-past,
.btn-date,
.btn-more,
.btn-faqs {
	position: absolute;
	top: 9px;
	right: 0;
	width: 40px; 
	background: url(/assets/images/common/btn-past.gif) left top no-repeat;
	}
.btn-date { 
	background: url(/assets/images/common/btn-date.gif) left top no-repeat;
	}
.btn-more { 
	width: 40px; 
	background: url(/assets/images/common/btn-more.gif) left top no-repeat;
	}
.btn-faqs { 
	width: 39px; 
	background: url(/assets/images/common/btn-faqs.gif) left top no-repeat;
	}
.btn-view-comment {
	position: absolute;
	top: 6px;
	left: -2px;
	width: 37px;
	background: url(/assets/images/common/btn-view-comment.gif) left top no-repeat;
	}



.module h2 {
	text-indent: -3000px;
	height: 16px; 
	margin: 10px 0;
	}
.module h3 {
	position: absolute;
	left: -3000px;
	}
#txt-about-this-article { background: url(/assets/images/common/txt-about-this-article.gif) left top no-repeat; }
#txt-about-the-author { background: url(/assets/images/common/txt-about-the-author.gif) left top no-repeat; }
#txt-about-wicked { background: url(/assets/images/common/txt-about-wicked.gif) left top no-repeat; }
#txt-exceptional-hosting { background: url(/assets/images/common/txt-exceptional-hosting.gif) left top no-repeat; }
#txt-faqs { background: url(/assets/images/common/txt-faqs.gif) left top no-repeat; }
#txt-choice-comments { background: url(/assets/images/common/txt-choice-comments.gif) left top no-repeat; }
#txt-archives-by-category { background: url(/assets/images/common/txt-archives-by-category.gif) left top no-repeat; }

.comment-list li { 
	position: relative;
	background: url(/assets/images/common/bg-dotted.gif) left top repeat-x;
	line-height: 1.3em;
	margin: 0 0 6px;
	padding: 8px 0 0 40px;
	}
.comment-list li:first-child { background-image: none; }
.comment-list li span {
	font-size: 0.9em;
	color: #999;
	white-space: nowrap;
	}
div.article h2 {
	margin-bottom: 0;
	}


/*
----------------------------------------------------------------------------- 
TABS
-----------------------------------------------------------------------------*/
.tabs-container {
	padding-top: 3px;
	}

.tabs-container div.tabs {
	position: relative;
	margin: 0 3px;
	height: 15px;
	background: url(/assets/images/common/bg-tabs-top.gif) left bottom no-repeat;
	}
.tabs-container div.tabs a {
	position: absolute;
	top: 0;
	height: 15px;
	line-height: 15px;
	text-indent: -3000px;
	background-position: 0 -30px;
	}
.tabs-container div.tabs a:hover {
	background-position: 0 -15px;
	}
.tabs-container div.tabs a.active {
	background-position: 0 0;
	cursor: default;
	}
#tab-related {
	left: 0;
	width: 42px;
	background-image: url(/assets/images/common/tab-related.gif);
	}
#tab-categories {
	left: 42px;
	width: 56px;
	background-image: url(/assets/images/common/tab-categories.gif);
	}
#tab-keywords {
	left: 98px;
	width: 51px;
	background-image: url(/assets/images/common/tab-keywords.gif);
	}
#tab-content-keywords,
#tab-content-categories,
#tab-content-related {
	margin: 0 3px 3px;
	padding: 5px 8px;
	background: url(/assets/images/common/bg-tabs-bottom.gif) left bottom no-repeat;
	color: #999;
	}

.tabs-container ul {
	margin-bottom: 0;
	}
.tabs-container li {
	position: relative;
	margin-bottom: 4px;
	padding: 0 44px 4px 0;
	line-height: 1.3em;
	background: url(/assets/images/common/bg-dotted.gif) left bottom repeat-x;
	}
.tabs-container li:last-child {
	margin-bottom: 0;
	background-image: none;
	}
.tabs-container li span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	}

#txt-do-tell {
	margin: 18px 0 0;
	text-indent: -3000px;
	height: 13px;
	background: url(/assets/images/common/txt-do-tell.gif) left top no-repeat;
	}

/*
----------------------------------------------------------------------------- 
CONTACT FORM
-----------------------------------------------------------------------------*/
label#checkbox-cc-yourself {
	display: block;
	text-indent: -3000px;
	cursor: pointer;
	width: 141px;
	height: 15px;
	background: url(/assets/images/common/checkbox-cc-yourself.gif) left top no-repeat;
	margin: 6px 0 0;
	}
label#checkbox-cc-yourself.checked {
	background-position: 0 -15px;
	}
#txt-subject-required { background: url(/assets/images/common/txt-subject-required.gif) left top no-repeat; }
#txt-message-required { background: url(/assets/images/common/txt-message-required.gif) left top no-repeat; }


/*
----------------------------------------------------------------------------- 
SUBMISSION ERROR STYLES
-----------------------------------------------------------------------------*/
.errors {
	padding: 8px 0 0;
	background: url(/assets/images/common/bg-dotted.gif) left top repeat-x;
	}
.errors p { 
	color: #333;
	}
.errors li {
	background: url(/assets/images/common/bullet-error.gif) left top no-repeat;
	line-height: 1.8em;
	padding-left: 16px;
	}

/*
----------------------------------------------------------------------------- 
CONJOINED BUTTONS
-----------------------------------------------------------------------------*/
ul.btn-options {
	margin-left: -2px;
	font-size: 0.9em;
	text-shadow: 2px 2px 1px #000;
	line-height: 25px;
	padding-bottom: 25px;
	}
ul.btn-options li {
	float: left;
	background: url(/assets/images/common/bg-btn.gif) left top repeat-x;
	margin-bottom: 0;
	padding: 0;
	}
ul.btn-options li a {
	display: block;
	padding: 0 9px 0 11px;
	color: #666;
	}
ul.btn-options li a:hover,
ul.btn-options li.comments a:hover span { color: #710101; }
ul.btn-options li.first-child { background: url(/assets/images/common/bg-btn-left.gif) left top no-repeat; }
ul.btn-options li.first-child a { background: url(/assets/images/common/bg-btn-left-cap.gif) right top no-repeat; }
ul.btn-options li.last-child { background: url(/assets/images/common/bg-btn-right.gif) right top no-repeat; }
ul.btn-options li.last-child a { background: url(/assets/images/common/bg-btn-right-cap.gif) left top no-repeat; }
ul.btn-options li.comments a { 
	background: url(/assets/images/common/bg-btn-right-cap-comment.gif) left top no-repeat; 
	padding-left: 24px;
	}
ul.btn-options li.download a { 
	background: url(/assets/images/common/bg-btn-left-download.gif) left top no-repeat; 
	padding-left: 24px;
	}
ul.btn-options li a span { color: #AB6666; }


/*
----------------------------------------------------------------------------- 
FOLDER STYLES
-----------------------------------------------------------------------------*/
ul.folder-list li {
	margin: 0;
	padding: 0;
	background-image: none;
	}
dl.folder,
dl.folder ul {
	margin: 0;
	}
dl.folder dt {
	background: url(/assets/images/common/icon-folder.gif) left top no-repeat;
	margin: 0;
	padding: 0 0 0 18px;
	line-height: 1.8em;
	}
dl.folder dt.open {
	background-position: 0 -18px;
	}
dl.folder dd {
	margin: 0 0 0 18px;
	}


/*
----------------------------------------------------------------------------- 
SEARCH RESULTS
-----------------------------------------------------------------------------*/
.search-results .errors {
	background-image: none;
	}
.search-results .inline-well {
	margin: 0 0 1em;
	}
#form-search-inline {
	position: relative;
	padding: 11px 9px;
	}
#form-search-inline span {
	margin-right: 0;
	}
#btn-search-inline {
	position: absolute;
	right: 10px;
	bottom: 4px;
	}


/*
----------------------------------------------------------------------------- 
ABOUT IMAGE
-----------------------------------------------------------------------------*/
.img-left {
	float: left;
	margin: 0 14px 8px -2904px;
	width: 3000px;
	text-align: center;
	}
.img-left:before,
.img-left:after {
	text-align: left;
	}
.img-left img {
	margin: 11px;
	border: 3px solid #000;
	}
/*
----------------------------------------------------------------------------- 
FEED BUILDER FORM
-----------------------------------------------------------------------------*/
#form-feed {
	margin-bottom: 1.0em;
	}
#form-feed ul {
	display: none;
	}
#form-feed p,
.has-dom #form-feed ul {
	display: block;
	margin: 11px;
	}
/**/
.feed-categories li {
	float: left;
	width: 49%;
	}
.feed-categories:after {
	content: ".";
	display: list-item;
	height: 0; 
    clear: both; 
    visibility: hidden;
	}
/**/
#form-feed li {
	margin: 0 0 4px;
	padding: 0;
	background-image: none;
	}
#form-feed label {
	display: block;
	position: relative;
	cursor: pointer;
	}
#form-feed label.checkbox input,
#form-feed label.radio input {
	position: absolute;
	top: 0px;
	left: -3000px;
	}
#form-feed label.checkbox {
	padding: 0 0 0 20px;
	background: url(/assets/images/common/checkbox-html-text.gif) 0 1px no-repeat;
	}
#form-feed label.radio {
	padding: 0 0 0 20px;
	background: url(/assets/images/common/radio-html-text.gif) 0 1px no-repeat;
	}
#form-feed label.checked {
	background-position: 0 -29px;
	}
#form-feed label span {
	display: inline;
	border: none;
	}
/* OPACITY is making scripting really sluggish in Safari * /
form[id=form-feed] label span {
	color: #000;
	opacity: .6;
	-moz-opacity: 60%;
	}
/**/

/*
----------------------------------------------------------------------------- 
DOWNLOAD INFO STYLES
-----------------------------------------------------------------------------*/
p.download-count strong {
	color: #AB6666;
	}
p.download-count span {
	color: #999;
	}


/*
----------------------------------------------------------------------------- 
INCREASED CONTRAST STYLES
-----------------------------------------------------------------------------*/
.increase-contrast #container { 
	font-size: 1.1em; 
	}
.increase-contrast p.download-count span,
.increase-contrast ul.btn-options li a,
.increase-contrast dl.menu dd ul li a,
.increase-contrast dl.menu dd ul li span,
.increase-contrast dl.menu dt a,
.increase-contrast span#preview-author,
.increase-contrast #container {
	color: #555;
	}
.increase-contrast h3 { 
	color: #444; 
	}
.increase-contrast #tab-content-keywords,
.increase-contrast #tab-content-categories,
.increase-contrast #tab-content-related,
.increase-contrast .comment-list li span,
.increase-contrast .comment dt span.date,
.increase-contrast .search-results-count span,
.increase-contrast .recent-article h6,
.increase-contrast .archived-articles h4,
.increase-contrast .recent-article h4,
.increase-contrast .archives-by-category li span,
.increase-contrast .these-links-again li p {
	color: #888;
	}


/* REQUIRED: Used to detect when external CSS has loaded for JavaScript functions
   that require the page layout to be rendered before running.
   
   MUST BE THE LAST STYLE DEFINED IN BASE.CSS
----------------------------------------------------------------------------- */
#SI-CSS-seed { width: 1px !important; }