/*
                   .___               
_____    ____    __| _/______   ____  
\__  \  /    \  / __ |\_  __ \_/ __ \ 
 / __ \|   |  \/ /_/ | |  | \/\  ___/ 
(____  /___|  /\____ | |__|    \___  >
     \/     \/      \/             \/ 
CSS Copyright 2012
http://andrebriggs.com/
@andrebriggs aka the C# Prince 
___.         .__                     
\_ |_________|__| ____   ____  ______
 | __ \_  __ \  |/ ___\ / ___\/  ___/
 | \_\ \  | \/  / /_/  > /_/  >___ \ 
 |___  /__|  |__\___  /\___  /____  >
     \/        /_____//_____/     \/ 
http://www.network-science.de/ascii/
*/
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
		}


body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	color: #333;
	font: 32px/42px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
@media all and (min-device-width:768px) {	
	body {font: 24px/32px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;}
}

ol, ul {
	list-style: none;
	}
	

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}a


	/* ITC Franklin Condensed Medium */

	@font-face {
	  font-family: "ITC Franklin Condensed";
	  font-style: normal;
	  font-weight: normal;
	}

	/* ITC Franklin Condensed Medium Italic */
	
	@font-face {
	  font-family: "ITC Franklin Condensed";
	  font-style: italic;
	  font-weight: normal;
	}

	/* ITC Franklin Condensed Bold */
	
	@font-face {
	  font-family: "ITC Franklin Condensed";
	  font-style: normal;
	  font-weight: bold;
	}

	/* ITC Franklin Condensed Bold Italic */
	
	@font-face {
	  font-family: "ITC Franklin Condensed";
	  font-style: italic;
	  font-weight: bold;
	}

html { 
	background-color: #f9f8f3; 
	min-width: 770px;
	/*background: #f9f8f3;*/
	 }

div#wrapper	{
	color: #222;
	/*background: #f9f8f3;*/
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: visible;	
	}

div#header {
	border-top-color: black;
	border-top: 12px solid;
	background: #000;
	}

div#maincontent {	
	margin: 0;
	padding: 0;
	width: 100%;
	}

div#sidebar	{
	margin: 0;
	width: 100%;
	font-family: "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
div#sidebar p, div#sidebar ul, div#sidebar h2, div#sidebar h3 {
	margin: 0;
	padding: 0;
	}
	
body div#sidebar h2 {
	font-family: 'ITC Franklin Condensed', "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 72px;
	text-align: center;
	background: #111;
	color: #f9f8f3;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 25px;	
	}	

div#sidebar ul li {
	font: 36px/42px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	font-weight: normal;
	}

div#sidebar dd p {
	margin: -5px 0 0 0;
	font: 15px/18px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	}

div#sidebar dt+dd {
	margin: -5px 0 0 0;
	font: 15px/18px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	}

div#footer	{
	clear: both;
	border: 0;
	border-top: 1px solid #666;
	border-bottom: 12px solid #09f;
	background: #000;
	color: #dddcd8;
	width: 760px;
	padding: 36px 0 36px 10px;
	margin: 0 0 -18px 0;
	}
	
hr {
	clear: both;
	visibility: hidden;
	height: 1px;
	}


hr + p   {
         margin-top: 25px;
         }

div#footer div {
			clear: left;
			width: 760px;
			padding: 0;
			margin: 0;
			}

div#footer div img {float: left; margin: 0 30px 0 20px;} 

div#footer div p {
	font: 27px/37px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0 20px;
	padding: 0;
	min-height: 150px;
	}

div#footer div.pleasure {
			width: 100px;
			margin: 0;
			padding: 0;
			}

div#footer p#credits	{
	clear: both;
	font: 30px/36px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 24px 20px 0 20px;
	}


#footer a:link, #footer a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #f60;
	background: transparent; 
	}

#footer a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #cf0;
	background: transparent; 
	}

#footer a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #fff;
	background: transparent;  
	}


/* Brand the selection */
::-moz-selection { color: #000;  background: #f60; }
::selection      { color: #000;  background: #f60; }


/* Footer image highlight */

#footer a img { 
	border: none; 
	border-bottom: 10px solid #000; 
	border-top: 10px solid #000;}

#footer	a:hover img { 
	border-color: #cf0; 
	}

#footer	a:active img { 
	border-color: #fff; 
	}
		
div.avatar {
	float: left;
	margin: 3px 12px 0 0; 
	}
	
div.avatar img {
	border: 1px solid #ccc; border-radius: 12px;}
	

/* blockquote callout */

div#maincontent blockquote.threecol {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0 10px;
	font-size: 150%;
	line-height: 1.3em;
	color: #444;
	}
	
div#maincontent blockquote.threecol p {
	border: none;
	font-size: 24px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	}

  .inset, .left, .floattenr { 
  float: left; 
  margin: 14px 15px 6px 0; 
	}
	
   .softinset 	{ 
	  float: left; 
	  margin: 7px 40px 6px 0; 
	  border-radius: 15px; 
	  -moz-border-radius: 0px; 
	  -webkit-border-radius: 0px; /*was 15*/	
		}

.right { 
  float: right; 
  margin: 0 0 18px 18px; 
	}


	/* Subnav in sidebar */	

div#sidebar ul#depts, ul#mysites, ul#thirdparty 	{
	margin: 5px 0 25px 0;
	padding: 0;
	}	

ul#depts li, ul#mysites li, ul#thirdparty li 	{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

html ul#depts li, ul#mysites li,  html ul#thirdparty li {
	font-size: 42px;
	line-height: 50px;
	}

ul#depts li#about {
	margin-top: 15px;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}

	/* You are here - subnav */	

body#aboutpage li#about a,
body#ontheroad li#appearances a,
body#lopez li#contact a,
body#mydesktops li#desktop a,
body#syndicate li#xmlfeed a,
body.postid-986 #steal a,
body.category-the-essentials #essentials a 	{
	color: #333;
	font-weight: normal;
	background: transparent;
	}

	/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #f60;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #000;
	background: transparent;  
	}

div#maincontent p a:link, div#maincontent p a:visited, 
div#maincontent dd a:link, div#maincontent dd a:visited,
div#maincontent li a:link, div#maincontent li a:visited {
	text-decoration: none;
	} 

div#maincontent p a:hover,
div#maincontent dd a:hover,
div#maincontent li a:hover {
	text-decoration: none;
	} 


	/* Typography 	*/

span.drop {
	display: inline;
	float: left;
	margin: 0;
	padding: .25em .08em 0 0;
	#padding: 0.25em 0.08em 0.2em 0.00em;/* override for Microsoft Internet Explorer browsers*/
	_padding: 0.25em 0.08em 0.4em 0.00em; /* override for IE browsers 6.0 and older */	
	font-size: 3.2em;
	line-height: .4em;
	text-transform: capitalize;
	color: #c30;
	}	
	
body div#maincontent h2	{
	font-size: 72px;
	line-height: 84px;
	margin: 18px 0 12px 0;
	}	
	
#maincontent h2, #maincontent h3, #maincontent h4	{
	font-weight: bold;
	line-height: 1.1em;
	text-transform: uppercase;
	font-family: 'ITC Franklin Condensed', "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 36px 0 18px 0;	text-shadow: 0 3px 3px rgba (0, 0, 0, 0.5);
	}

body div#maincontent h3	{
	font-size: 48px;
	}

body div#maincontent h4 {
	font-size: 32px;
	}

body div#maincontent h3#comments	{
	margin: 36px 0;
	font-size: 32px;
	color: #aaa;
	}

body div#maincontent div#respond h3	 {font-size: 72px;}

	
strong, body div#maincontent strong, div#maincontent div.comment_text p strong {
	font-weight: bold;
	}
	
em, body div#maincontent em {
	font-style: italic;
	}

img.lede {margin: 20px 0; width: 100%; border-radius: 30px; -moz-border-radius: 30px; 
-webkit-border-radius: 30px;}

/* Anti-spam */
p#aspamquestion small, html #commentform p, html #commentform p label, html #wpsf_contact_form p, html #wpsf_contact_form p label, {
	font-size: 20px;
	line-height: 36px;
	}

#wpsf_contact_form input, #commentform input 	{
	width: 760px;
	font-size: 32px;
	}
	
#commentform input#submit_comment, #commentform input[type="submit"], #wpsf_contact_form input[type="submit"] {
	display: block;
	margin: 0 auto 36px;
	font-size: 32px;
	width: 470px;
	padding: 12px;
	}

#commentform textarea#comment, #commentform .your-message textarea, #wpsf_contact_form textarea {
	width: 770px;
	padding: 0;
	height: 310px;
	}


/* More typography */

	
h4	{	
	font-size: 18px;
	}

p	{
	margin: 0 0 9px 0;
	line-height: 1.6;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
div#maincontent h2	{
	font-size: 18px;
	}

body#home div#maincontent h2	{
	margin-top: 25px;
	}

body#home div#maincontent h2.follow	{
	margin-top: 5px;
	}

div#maincontent h3	{
	margin-bottom: 5px;
	}

div.timestamp h3	{
	text-transform: uppercase;
	letter-spacing: 1px;
	}

div#maincontent blockquote	{
	padding: 0;
	margin: 1.6em 50px;
	border: 0;
	color: #222;
	}

	

code, pre	{
	font-family: "American Typewriter", monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: normal;
	color: #521;
	}
	
p.cat {
	padding: 12px 10px; 
	/*background: #ecebe7; */
	background: #ffffff;
	border: 1px solid #e0dfda;
	margin-top: 25px;
	}

.fbLikeContainer { margin-top: 1px; margin-bottom: 15px; }
	
p.cat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

p small, #wpsf_contact_form label {
	color: #444;
	text-transform: uppercase; 
	letter-spacing: 1px;
	font: 26px/36px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
body div#maincontent #wpsf_contact_form label strong {
	font-weight: normal;
	}	
p small.nt {
	color: #444;
	text-transform: none;
	}	

div#maincontent p {
font: 42px Georgia, "times new roman", times, serif;
line-height: 1.6;
margin-bottom: 25px;
}

@media all and (min-device-width:768px) {	
	div#maincontent p {
	font: 24px Georgia, "times new roman", times, serif;
	line-height: 1.6;
	margin-bottom: 25px;}
}


div#maincontent blockquote p, div#maincontent dd blockquote {
	font-size: 28px;
	line-height: 42px;
	font-style: italic;
	}

	
	/* remains of the '04 redesign */
	
div.timestamp	{	
	margin: 12px 0 0 0;
	padding: 0;
	}
	

div.timestamp h3	{
/*background: transparent url(...timestampc.gif) no-repeat 0 -200px;*/
}

	/* thanks, noel */
	
div#maincontent div.timestamp h3	{
	font: 13px/18px Georgia, serif;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	text-transform: none;
	}

div.timestamp h3 a:link, div.timestamp h3 a:visited {
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	/*padding: 0 0 0 30px;*/
	/*background: transparent url(___timestampb.gif) top left no-repeat;*/
	}

div.timestamp h3 a:hover {
	/*background: transparent url(___timestampc.gif) top left no-repeat;*/
	}
	


	/* forms follow function */
	
div#searchui	{
	margin: 64px 0 0 0;
	padding: 0;
	}
	
#searchui label	{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 64px;
	color: #666;
	}

#searchui input.butt	{
	color: #fff;
	background: #f60;
	font: 36px/48px Georgia, serif;
	text-transform: uppercase;
	padding: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

form#buttski input.butt 	{
	color: #3f3f2e;
	background: #f9f8f3;
	font: 26px/36px Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 6px 12px;
	margin-top: 25px;
	margin-bottom: 50px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	}

p input#submit_comment, #commentform p input[type="submit"], #wpsf_contact_form input[type="submit"] {
    padding: 0;
    border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;		
	}


input.hun	{
	margin: 0 2px;
	width: 670px;
	font-size: 32px;
	}


	/*   sidebar navs and links 	*/

#sidebar a:link, #sidebar a:visited {
		font-weight : normal; 
		font-style: normal;
		text-decoration : none;
		color: #555;
		background: transparent; 
		}

#sidebar a:hover {
	font-weight : normal; 
	font-style: normal;
	text-decoration : none;
	color: #f60;
	background: transparent; 
		}

#sidebar a:active {
	font-weight : normal; 
	font-style: normal;
	text-decoration : none;
	color: #000;
	background: transparent;  
		}

#sidebar {
	font: 18px/21px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	}

#sidebar dl {
	margin: 0 0 0 1px;
	padding: 0;
	}

#sidebar dt, #sidebar dd {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 3px;
	margin-top: 9px;
	font: 18px/21px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #555;
	}

body #sidebar dd {
	margin-top: 12px;
	margin-left: 0;
	font-size: 36px;
	font-family: "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #555;
	}


#sidebar dd a:link, #sidebar dd a:visited {
	font-weight : normal; 
	}





	/* previous reports */
	
p.button	{
	margin: 25px 0;
	color: #000;
	background: #fff;
	font: 13px/18px Georgia, serif;
	padding: 2px 3px;
	}
	

	/* cover one's butt */
	
form#buttski	{
	text-align: center;
	padding: 0;
	margin: 10px auto;
	}



	/*  list frippery */

div#maincontent ul 	{
	margin: 3px 0;
	padding: 0 0 6px 0;
	}
	
div#maincontent ol li		{
	list-style: decimal outside;
	line-height: 1.6;
	margin: 0 6px 6px 15px;
	padding: 0 0 0 6px;
	font-size: 26px;
	}

div#maincontent ul li	{
	margin-bottom: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	margin-left: 0;
	list-style: square inside;
	font-size: 26px;
	line-height: 36px;
	}

div#maincontent ul ul li {
	margin-top: 12px;
	list-style: square inside;
	}

div#maincontent ul.inlinelist	{
	padding: 0;
	margin: 0;
	}

div#maincontent .inlinelist li	{
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	border: 0;
	}	
	
div#maincontent div.endpost ul {
	margin-left: 6px;
	}	

div#maincontent div.endpost ul li {
	font-family: Georgia; serif;
	list-style: square outside;
	line-height: 36px;
	padding: 0 0 0 6px;
	margin: 0 6px 6px 15px;
	}

div#maincontent div.endpost ol li {
	font-family: Georgia; serif;
	font-size: 14px;
	line-height: 1.6;
		}


div#maincontent div.endpost div.sociable ul {
	margin-left: 0;
	}

div#maincontent div.endpost div.sociable ul li {
	margin-left: 0;
	padding-left: 0;
	}


div#maincontent dl	{
	margin-top: 5px;
	padding-top: 0;
	}
	
div#maincontent dl dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #ddb;
        font-weight: bold;
	font: 32px/42px "ITC Franklin Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
	
div#maincontent dl dd {
	margin: 0 10px 15px 10px;
	padding: 0;
	text-align: justify;
	font: 30px Georgia, serif;
	line-height: 1.6;
	}
	
div#maincontent dl#sockdrawer dd	{
	font-size: x-small;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
	}


/* rotation border */

img.rotc 	{
	border: 2px solid #ccb;
	background: transparent url(/i04/bg0432.gif) top left repeat;
	}


html #maincontent	dd.authorname	{
	font-size: 15px;
	margin-bottom: 5px;
	}

html #maincontent	dd.authorname a	{
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	}


html #maincontent h3.sponsor {
	margin-top: 3px; 
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.impressum	{
	text-transform: uppercase;
	letter-spacing: 1px;
	}	

.endpost	{
	padding-bottom: 9px;
	margin-bottom: 18px;
	}

dl.endpost	{
	padding-bottom: 10px;
	}
	
.caps	{
	letter-spacing: 0.1em;
	}
		
		
/* sponsors */

div#sidebar div#sponsors	{
	margin: 15px 0;
	padding: 0;
	border: 0;
	}
	
div#sidebar div#sponsors p 	{
	font-size: 15px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

	
/* category */

div#maincontent p.cat	{ font-size: 18px; line-height: 24px; color: #444; }

body div#maincontent p.intro {
	font-size: 48px;
	line-height: 1.6em;
	font-style: normal;	
	font-weight: normal;
	}

@media (min-device-width:768px) {	
		body div#maincontent p.intro {
			font-size: 32px;}
	}


/*	updated Oct 26, 2009 */

em, cite { font-style: italic; }

small {font-style: normal;}

.commentformsubmit {
margin-top: 3em;
}
#commentform input, #wpsf_contact_form input  {
	background-color: #fff;
	color: #666;
	font: 14px/24px Georgia, serif;
	padding: 0;
	display: block;
	}

p input#submit  {
	padding: 3px;
	color: #666;
	background-color: #fff;
	}

textarea#comment  {
	width: 770px;
	background-color: #fff;
	color: #222;
	font: 26px/36px Georgia, serif;
	padding: 16px;
	}
	
html body div#maincontent ol.commentlist	{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

html body div#maincontent ol.commentlist li	{
	margin-left: 0;
	padding-left: 16px;
	padding-right: 16px;
	list-style: none;
	padding-bottom: 15px;
	border-top: 6px solid #e0dfda;
	padding-top: 30px;
	margin-bottom: 30px;
	background: #ecebe7;
	color: #432;
	border-radius: 30px;
	}

ol.commentlist li p	{
	margin-top: 6px;
	padding-left: 0;
	}

ol.commentlist li.zeldman_speaks {
	background-color: #fff;
	color: #000;
	}
	
ol.commentlist li.zeldman_speaks p {
	margin-left: 0;
	padding-left: 2px;
	}

ol.commentlist blockquote	{
	border-left: none;
	}
	
/* Paying the bills */

div.tout1 {display: inline-block; width: 50%; padding: 0; vertical-align: top; padding-bottom: 50px; background: #fff; height: 450px;}
div.tout2 {display: inline-block; width: 50%; padding: 0; vertical-align: top; padding-bottom: 50px; background: #ECEBE7; height: 450px;}

/*	deck stuff */

div.deckad { 
	text-align: center;
	}

img.ad { 
	border: 0; 
	padding: 3px 0 0 0; 
	margin: 18px auto;
	}

p.ads { 
	border: 0; 
	padding: 0; 
	margin: 0;
	}

div.deckad p, p.monitor, .job {
	margin: 0 auto; 
	color: #333;
	font: 24px/1.6 Georgia, serif;
	text-align: center;
	}

#sidebar div.job {margin: 0 20px;}

div.deckad {margin: 10px;}

html #sidebar p.monitor {margin-bottom: 50px;}


/* table this */

table { margin: 25px 0;
	width: 490px; border: 1px dashed #ccc; border-right: none; border-bottom: none; border-top: 1px solid #aaa;}

td	{ width: 240px; text-align: left; font: 12px/18px Helvetica, Verdana, sans-serif; 
	border-right: 1px dashed #ccc; border-bottom: 1px dashed #ccc; padding: 12px 6px 12px 12px; margin: 3px; }

th {text-align: center; font: 15px/21px Helvetica, Verdana, sans-serif;
	text-transform: uppercase; background: #eee;
	border-right: 1px dashed #ccc; border-bottom: 1px solid #ccc; padding: 3px; margin: 3px; }


/*occupy*/
.footer {
position:static;
bottom: 0;
height: 100px;
}

/*fonts*/

@font-face {
 font-family: "ITC Franklin Condensed";
 src: url("304427a6-d77e-4049-a5b5-5ce26e78ceba") format("truetype");
 font-style: normal;
 font-weight: normal;
}

@font-face {
 font-family: "ITC Franklin Condensed";
 src: url("539bc077-14a6-468d-b7bc-be4939dcac8e") format("truetype");
 font-style: normal;
 font-weight: bold;
}
	