/*
 *  TURKEYPUNCHER/1.0 STYLE SHEET [~171 LINES]
 *
 *    o Style Name : DEFAULT
 *    o Author     : Major <Webmaster@m0rd3n.me.uk>
 *    o Created    : November 22, 2009
 *    o Modified   : November 23, 2009
 *
 */

/* Code spans. */
span.c {
	font-family:monospace;
}

/* Body */
body {
	background-color : #CCC;
}

/* Code and quote blocks. */
pre, blockquote {
	border-left:0.5em solid #888;
	color:#444;
	display:block;
	padding-left:0.5em;
	background-color:#EEE;
	margin-left:3em;
	margin-right:3em;
}

/* All DIVs. */
div {
	text-align:left;
}

/* All images. */

img {
	border:1px solid #888;
}

/* All headings. */
h1, h2, h3, h4, h5, h6 {
	border-bottom:1px dashed #CCC;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Footer paragraph. */
div.fpar {
	text-align:center;
	font-size:75%;
}

div.box, div.sbox, #title, h6, div.scnt {
	padding:8px;
}

p {
	margin-bottom:0px;
}

/* Content boxes. */
div.box, div.sbox, #title {
	border:1px solid #888;
	background-color:#FFF;
	text-align:justify;
}

/* Sidebar content box outer shell. */
div.sbox  {
	padding:0px;
	margin-bottom:8px;
}

/* Sidebar content box title. */
h6        {
	margin:0px;
	color:#000;
	font-size:100%;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #888;
}

/* Level 1 heading. */
h1 {
	margin:0px;
	border-bottom:0px;
	border:0px;
}

/* Horizontal rule. */
hr {
	color:#888;
	background-color:#888;
	border:0px;
	height:1px;
}

/* Random quote. */
div.quot {
	font-size:70%;
	text-align:justify;
	margin-bottom:0px;
	margin-top:0px;
}

/* TOC entry level 2. */
li.toc1   {
	margin-left:4em;
	list-style-type: disc;
}

/* TOC entry level 3. */
li.toc2   {
	margin-left:8em;
	list-style-type: circle;
}

/* TOC entry level 4. */
li.toc3   {
	margin-left:12em;
	list-style-type: square;
}

/* TOC-listed heading reset (for [top] links). */
span.tocrst {
	font-size:10pt;
	font-weight:normal;
}

/* Main background. */
#base {
	margin:auto;
	text-align:center;
	background-image:url('1.gif'); 
	font-family:verdana,serif;
	font-size:10pt;
}

/* Logo DIV. */
#logo {
	float:right;
	width:286px;
	height:104px;
	background-image:url('2.gif');
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #888;
	background-color:#FFF;
}

/* Title DIV. */
#title {
	float:left;
	vertical-align:middle;
}

/* Page frame. */
#frame {
	margin:8px;
}

/* Header DIV. */
#header {
	width:100%;
	margin-top:8px;
	margin-bottom:8px;
}

/* Sidebar DIV. */
#sidebar {
	float:left;
	width:200px;
}

/* Content DIV. */
#content {
	margin-left:208px;
	margin-bottom:8px;
}

/* Footer DIV. */
#footer {
	clear:both;
}

/* Unique Visitors Counter DIV. */
#ctr {
	border : none;
	width : 128px;
	height : 24px;
	background-image : url('/cgi-bin/test-counter/c0unt3r.cgi?s=black-digital/&f=count&u=yes');
	background-repeat : no-repeat;
	margin : auto;
}

/* Pages Served Counter DIV. */
#ctr2 {
	border : none;
	width : 128px;
	height : 24px;
	background-image : url('/cgi-bin/test-counter/c0unt3r.cgi?s=black-digital/&f=hits&u=no');
	background-repeat : no-repeat;
	margin : auto;
}

img.icon {
	border:0px;
	width:15px;
	height:15px;
	vertical-align:bottom;
}





#browsers {
	overflow:hidden;
	margin:10px auto;
	padding:0;
	text-align:center;
	clear:both;
	width:auto;
}

#browsers ul {
	overflow:hidden;
	width:210px;
	margin:0 auto;
	padding:0;
	list-style:none;
	font-size:10px;
	text-transform:lowercase;
}

#browsers ul li {
	float:left;
	margin:0 10px;
}

#browsers ul li a {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	padding:0;
	text-align:center;
	background:transparent url() no-repeat 50% 0;
}





#browsers ul li.chrome a:hover {
	background-image:url(img/browser_chrome_hover.png);
}

#browsers ul li.safari a:hover {
	background-image:url(img/browser_safari_hover.png);
}

#browsers ul li.firefox a:hover {
	background-image:url(img/browser_firefox_hover.png);
}

#browsers ul li.ie a:hover {
	background-image:url(img/browser_ie_hover.png);
}


#browsers ul li.opera a:hover {
	background-image:url(img/browser_opera_hover.png);
}





#browsers ul li.chrome a {
	background-image:url(img/browser_chrome.png);
}

#browsers ul li.safari a {
	background-image:url(img/browser_safari.png);
}

#browsers ul li.firefox a {
	background-image:url(img/browser_firefox.png);
}

#browsers ul li.ie a {
	background-image:url(img/browser_ie.png);
}

#browsers ul li.opera a {
	background-image:url(img/browser_opera.png);
}