/*stylesheet for zencrow.com*/
/* 112908 
created by: andy corax
factotum@coraxdesign.com
*/

/* 
 	-- -- -- -- -- -- --
  	Base CSS
  	-- -- -- -- -- -- --
  	
  	This file simply removes default styling on most HTML elements in 
  	order to reduce the need to later override them.
	copied from source css www.freakswhocare.org
  	
  */

h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
  ul,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
  a img,:link img,:visited img {border: none;}
  address {font-style: normal;}
  a {text-decoration:none;}
ul {list-style-type:none;}


/*=====================WORKING BORDERS=============
#wrapper {border:1px solid gray;}
#left {border:1px solid green;}
#right {border:1px solid red;}

========================end WORKING BORDERS======*/

/*========= global font style =========*/
body {font:1em arial, helvetica, sans-serif;
}
#wrapper {
position:relative;
width:800px;
height:600px;
left:50%;
top:50%;
margin-left:-400px;
margin-top:10px;
background:#ffffff;
}

#left {
position:relative;
float:left;
width:23%;
height:600px;
}

#right {
position:relative;
float:right;
width:75%;
height:600px;
}
#right .framed {
position:relative;
margin-left:auto;
margin-right:auto;
width:400px;
margin-top:60px;
border-top:2px solid #999999;
border-left:2px solid #999999;
border-right:2px solid #333333;
border-bottom:2px solid #333333;
}
.caption {
position:absolute;
bottom:-2em;
left:20px;
line-height:.9em;
font-size:.85em;
color:#333333;
}
#disclaimer {
margin-top:50px; /*just to move it below the sitework div...*/
font-size:.65em;
line-height:.8em;
color:#333333;
}
/*======================================= SITEWORK======*/
#sitework {
position:absolute;
height:auto;
width:auto;
margin-top:10px;
margin-left:10px;
font:.7em verdana, trebuchet, arial, helvetica, sans-serif;
color:#cccccc;
}
#sitework a {
margin-top:-8px;
display:block;
line-height:20px;
height:20px;
padding-right:20px;
background:transparent url(images/cdiconBlk.ico)top right no-repeat;
text-decoration:none;
color:#cccccc;
font-weight:bold;
font-variant:small-caps;
}
#sitework a:link {color:#999999;}
#sitework a:visited {color:#999999;}
#sitework a:hover {color:#333333;background:transparent url(images/redtesticon16.ico)top right no-repeat;}
#sitework a:active {color:#cccccc;}
#sitework a img {border:1px solid transparent;}
/*===========================================end SITEWORK==*/
