/* 
	Theme Name: De Stijl
	Theme URI: http://aut0poietic.us/
	Description: Just my theme
	Author: Jer / aut0poietic
	Version: 1.0
*/html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }nav ul { list-style:none; }blockquote, q { quotes:none; }blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }ins { background-color:#ff9; color:#000; text-decoration:none; }mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }del { text-decoration: line-through; }abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }input, select { vertical-align:middle; }
/* END RESET CSS */

/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentagesThere are two custom edits:

 

 * make the line-height relative and unit-less
 * remove the pre,code styles as we use a recommendation from Eric Meyer instead
*/
body { font:13px arial,helvetica,"Nimbus Sans L", "Bitstream Vera Sans", sans-serif; *font-size:small; *font:x-small; line-height:1.64; }table { font-size:inherit; font:100%; }select, input, textarea { font:99% arial,helvetica,"Nimbus Sans L", "Bitstream Vera Sans", sans-serif; }

/* normalize monospace sizing 
 * meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/
 */
code, pre { font-family: "Courier New", monospace, serif; font-size: 1em; }
 

/* 
 * minimal base styles 
 */

/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; } 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:active { outline: thin dotted; }
a:focus { outline: thin dotted; }a, a:active, a:visited { color:#625129; text-decoration:none; }
a:hover { color:#036; }
a:hover, a:focus
{
	color:#de9f0e; 
}

ul { margin:16px 0px 16px 32px; }
ol { margin:16px 0px 16px 32px; list-style-type: decimal; }small { font-size:85%; }
strong, th { font-weight: bold; }td, td img { vertical-align:top; } sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } /*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }
/* 
 * Non-semantic helper classes 
 *//* for image replacement */
.ir { display:block; text-indent:-999px; overflow:hidden; background-repeat: none; }/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } /* Hide only visually, but have it available for screenreaders  */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
 /* Primary Styles
    Author: ... take a wild guess -- I mean if you're going to read my source
    the least you could do is pay attention...
 */html
{
	background:  #efd7a0 url(images/scene.jpg) top left no-repeat ;
	
}body
{
	background: url(images/top-right.jpg) top right no-repeat ;
	font-family:'NegotiateFree' ;	}#main
{
	
	margin-left: 416px ;
	width:576px;
}header
{
	margin-left: 380px;	
}
.heading1
{
	font-family: 'DanielRegular' ;	
	font-weight:normal  !important;
	font-size:64px;
	padding-top:24px;
	text-shadow: #625129 0px 0px 2px;
	margin-bottom:-12px;
}
.ie8 .heading1
{
	margin-left: 380px;	
}
.tagline
{
	font-weight:normal ;	
	text-shadow: #625129 0px 0px 1px;
	padding-bottom:48px;
	margin-left:160px;
}
.tagline a
{
	text-decoration:underline;
}.ie8 .tagline
{
	margin-left: 540px;	
}
#about
{
    position:absolute;
    display:block;
    width:200px;
    top:20px;
    right:20px;
    text-decoration:none;
    color:#625129 ;font-family:  'DanielRegular' ;
    text-shadow: 0px 0px 1px #625129 ;
		font-size:16px;
		
}
#about:hover, #about:focus
{
	color:#de9f0e; 
}
.featuredisplay
{
	height:160px;
	background-position:center ;
	border:1px solid #625129; 
}
.standarddisplay
{
	height:80px;
	background-position:center ;
	border:1px solid #625129; 
}
.smalldisplay
{
	height:40px;
	background-position:center ;
	border:1px solid #625129; 
}

.full
{
	width:100%;	
	margin-bottom:16px;
	margin-left:none;
}
.half
{
	width:279px;
	float:left;
	margin-right:16px;
	margin-bottom:16px;
}
.third
{
	width:181px;
	float:left;
	margin-right:16px;
	margin-bottom:16px;
}
.thelastinline
{
	margin-right:0px !important;	
}
.contentblock
{
	background:url(images/whitealpha20.png) ;
	padding:16px;
	display:block;
}
.wordblock
{
	background:url(images/whitealpha20.png) ;
	padding: 0px 16px 16px 16px;
	display:block;
}.artcontentblock
{
		background:url(images/whitealpha20.png) ;
}
.inner
{
	
}h2, h3
{
	font-family: 'GreatLakesNFRegular' ;
	font-size:18px ;
	letter-spacing: 1px;
	font-weight:normal ;
	text-shadow: #b3a177 0px 0px 8px;
	padding-bottom:8px;
}h2 span
{
	color:#B7750D ;	
}p
{
	padding-top:16px;	
}footer
{
	clear:both; 	
}
.artwork
{
	position:relative ;
}
.aside
{
	position:absolute;
	display:block;
	text-decoration:none;
  color:#625129 ;
	font-family:  'DanielRegular' ;
  text-shadow: 0px 0px 1px #625129 ;
	font-size:16px;
	-webkit-transform: rotate(-14deg); 
	-moz-transform: rotate(-14deg);	
}
.meta
{
	background:url(images/tape.png) no-repeat;
	width:220px;
	height:73px;
	top:40px;
	right:-60px;
	padding-top:12px;
	padding-left: 24px;
	line-height:1.5	 ;
		-webkit-transform: rotate(29deg); 
	-moz-transform: rotate(29deg);	
}
.postmeta
{
	display:block;
	text-decoration:none;
        color:#625129 ;
	font-family:  'DanielRegular' ;
        text-shadow: 0px 0px 1px #625129 ;
	font-size:16px ;
	line-height: 1.5 ;
	-webkit-transform: rotate(2deg); 
	-moz-transform: rotate(2deg);	
	text-align:right;
	margin:24px 12px;
}
.medium
{
	width: 140px;
	position:absolute ;
	bottom: 120px;
	left: -170px;
}#codeblock .standarddisplay
{
	background:url(images/code.jpg);
}
#artblock .standarddisplay
{
	background:url(images/art.jpg);
}
#blogblock .standarddisplay
{
	background:url(images/words.jpg);
}#dragonblock .smalldisplay
{
	background:url(images/dragon.jpg);
}#appsblock .smalldisplay
{
	background:url(images/apps.jpg);
}#page-navigation
{
	margin-top:-24px;
	margin-bottom:24px;
}
#page-navigation h1
{
	font-family: 'DanielRegular' ;	
	font-weight:normal  !important;
	font-size:32px;
	padding-top:24px;
	text-shadow: #625129 0px 0px 2px;
	text-align:right;
	
}
#page-navigation h1 span
{
	font-size:14px;
}
#page-navigation .nav
{
	margin-bottom:24px;
	text-align:right;
}
#page-navigation nav a
{
	padding: 12px 6px;
	font-family: 'DanielRegular' ;	
	font-weight:normal  !important;
	font-size:16px;
	text-shadow: #625129 0px 0px 1px;
	opacity: 0.2;
}.post-details
{
	font-family: 'DanielRegular' ;	
	font-weight:normal  !important;
	font-size:16px;
	text-align:right;
	margin-top:-12px;
	text-shadow: #625129 0px 0px 1px;
}
.words-entry
{
	margin-bottom:24px;
}#nav-above
{
	font-family: 'DanielRegular' ;	
	font-weight:normal  !important;
	font-size:16px;
	margin-bottom:12px;
	text-shadow: #625129 0px 0px 1px;
	position:relative;
	clear:both;
}
.nav-previous
{
	position:relative;
	height:24px;
	text-align:left;
	float:left;
}
.nav-next
{
	position:relative;
	text-align:right;
	float:right;
}
.metaaside
{
	width: 140px;
	left: -180px;
	position:absolute ;
	top:500px !important; 
}

.artmetaaside

{

width: 140px;
	left: -180px;
	position:absolute ;
	top:350px !important; 

}
.contentblock h2, .contentblock h3

{

	margin: 0px 0px !important;

	padding: 16px 0px 0px 0px !important;

}
#login

{

	margin:12px 0px;

}

.loggedin a

{

	font-family: 'DanielRegular' ;	

	font-weight:normal  !important;

	font-size:14px;

	text-shadow: #625129 0px 0px 1px;

}

#comment, #author, #email, #url

{

	width:100% ;

	background:url(images/whitealpha20.png) ;

	border:1px solid #999999;

}
#comments-list ol
{
	list-style:none ;
	margin:24px 0px;
}
#comments-list ol li .comment-content
{
	margin:0px 24px 24px 24px;
}
#comments-list ol li .comment-meta
{
	padding-top:8px;
	font-size:8px;
	text-align:right;
}
.comment-author
{
	font-family: 'DanielRegular' ;	
	font-weight:normal  !important;
	font-size:14px;
	margin-bottom:12px;
	text-shadow: #625129 0px 0px 1px;
}
#trackbacks-list ol
{
	list-style:none;
	margin:24px 0px;
}
li.pingback 
{
	list-style:none;
	margin:0px 0px;
	margin-left:0px !important;	
}
li.pingback .comment-author
{
	margin:0;
}
li.pingback .comment-content
{
	margin:0px;
}
.come-to-a-screeching-hault

{

	border:3px solid #990000;

	margin-top:24px !important;

	color:#990000;

	padding:24px;

	text-align:center;

}
.alignleft 
{
	float:left;
	margin: 16px 16px 16px 0px;
}

.alignright 
{
	float:right;
	margin: 16px 0px 16px 16px;
}
.aligncenter
{
	margin-left:auto;
	margin-right:auto ;
}

#donateform

{

	position:relative ;

	width:100px;

	margin:32px;

	left:370px;

}
/* ***************************************************************************************************************************************** */.scrollcontainer
{
	position:relative;
	width: 577px;
	height:1296px;
}.clickable
{
	border:1px solid #FFF !important;
	z-index:100;
}.box
{
	display:block;
	position:absolute ;
	border:8px solid #efd7a0;
	overflow:hidden ;
}
.box:hover
{
	border-color:#FFFFFF;
}
.box1, .box1 img
{	
	width:57px;
	height:57px;
}.box1t, .box1t img
{	
	width:57px;
	height:129px;
}
.box1l, .box1l img
{	
	width:129px;
	height:59px;
}
.box2, .box2 img 
{	
	width:129px;
	height:129px;
}
.box2t, .box2t img
{	
	width:129px;
	height:273px;
}
.box2l, .box2l img
{	
	width:273px;
	height:129px;
}
.box3
{	
	width:273px;
	height:273px;
}
.box3t
{	
	width:273px;
	height:417px;
}
.box3l
{	
	width:417px;
	height:273px;
}.row1 { top:0px;}
.row2 { top:72px;}
.row3 { top:144px;}
.row4 { top:216px;}
.row5 { top:288px;}
.row6 { top:360px;}
.row7 { top:432px;}
.row8 { top:504px;}
.row9 { top:576px;}
.row10 { top:648px;}
.row11 { top:720px;}
.row12 { top:792px;}
.row13 { top:864px;}
.row14 { top:936px;}
.row15 { top:1008px;}
.row16 { top:1080px;}
.row17 { top:1152px;}
.row18 { top:1224px;}.col1 { left:0px;}
.col2 { left:72px;}
.col3 { left:144px;}
.col4 { left:216px;}
.col5 { left:288px;}
.col6 { left:360px;}
.col7 { left:432px;}
.col8 { left:504px;}

#popup
{
	display: none;
	position: absolute ;
	background-color: #FFFFFF;
	border: 1px solid #663300;
	z-index: 100;
	padding: 4px;
	-moz-box-shadow: 3px 3px 9px #000;
	-webkit-box-shadow: 3px 3px 9px #000;
	box-shadow: 3px 3px 9px #000;
	-moz-border-radius: 9px;
	border-radius: 9px;}
/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }  a, a:visited { color: #444 !important; text-decoration: underline; }  a:after { content: " (" attr(href) ")"; }   abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }  @page { margin: 0.5cm; }  p, h2, h3 { orphans: 3; widows: 3; }  h2, h3{ page-break-after: avoid; }
}
/*
 * Media queries for responsive design
 */@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}
