/*
squirrel-style.css
stylesheet for douglassquirrel.info
created by barton cole
bcole@bartoncole.com
11 april 2009
I bought the domain for $1.19!
*/


/* 
===============================================  	
  	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;}

/*===============================================  	
  END	Base CSS			END
===============================================*/ 	


body {
background-color:#000000;
}

#wrapper {
font:1em arial, helvetica, sans-serif;
color:#000000;
}

#wrapper {
position:absolute;
width:1200px;
height:auto;
top:10px;
margin:0 auto;

background:transparent;
}

.note {
font-size:.75em;
font-variant:small-caps;
}
.figure {
position:relative;
float:left;
}
.caption {
font-size:.75em;
font-variant:small-caps;
letter-spacing:.15em;
position:absolute;
top:30%;
left:0;
margin-top:10px;
margin-left:10px;
padding:2px;
width:auto;
background:transparent url(http://www.coraxdesign.com/supportImages/50transFFF.png)top left;
border-top:1px solid #ffffff;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
border-left:1px solid #ffffff;
}
.caption h1 {
font:1.3em arial, helvetica, sans-serif;
font-weight:bold;
color:#333333;}
.caption p {font-size:.8em;}

.caption em {
font-weight:bold;
}



/*======================================= SITEWORK======*/
#sitework {
position:fixed;
height:auto;
width:auto;
bottom:10px;
right:20px;
font:.7em verdana, trebuchet, arial, helvetica, sans-serif;
color:#000000;
background:transparent url(http://www.coraxdesign.com/supportImages/50transFFF.png)top left repeat;
padding:0px 2px 0px 2px;
}
#sitework a {
margin-top:-10px;
display:block;
line-height:22px;
height:16px;
padding-right:20px;
background:transparent url(http://www.coraxdesign.com/supportImages/targetCDesignSprite16.png)top right no-repeat;
text-decoration:none;
color:#000000;
font-weight:bold;
font-variant:small-caps;
}
#sitework a:link {color:#000000;}
#sitework a:visited {color:#000000;}
#sitework a:hover {color:#ff8800;background:transparent url(http://www.coraxdesign.com/supportImages/targetCDesignSprite16.png)bottom right no-repeat;}
#sitework a:active {color:#cccccc;}
#sitework a img {border:1px solid transparent;}
/*===========================================end SITEWORK==*/



