/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/
@font-face { font-family: title; src: url('/wp-content/plugins/extras/Uni_acc.ttf'); } 

/***- BASICS -***/

body {
background-color:#FFFFFF;
color:#262626;
font-family:helvetica;
margin:0;
}

h1 {
	text-transform:uppercase;
	font-weight:bold;
        color:#262626;
}

h2 {
	font-family:helvetica;
	color:#A52624;
	font-weight:bold;
	letter-spacing:.2em;
	text-transform:uppercase;
}

h3 {
	color:#262626;
	text-transform:uppercase;
	font-weight:bold;
}

a{
	color:#A52624;
        text-decoration:none;
}

a:hover{
	color:#A52624;
        text-decoration:none;
}

a:active {
	outline-style:none;
        outline-width:0;
}

img{
border:none;
}

#clear{
clear:both;
}

.wp-caption{
font-family:georgia;
color:#999999;
font-weight:bold;
font-style:italic;
}

.alignleft{
float:left;
margin:0 25px 0 0;
}

#wrapper{
width:750px;
margin:0 auto;
}

#thumbset{
margin-top:200px;
}

/***-FRONTPAGE-***/

#frontpage{
margin-top:200px;
}

.artist-name{
font-weight:bold;
color:#FFFFFF;
font-size:12px;
}

.behind-image{
padding:10px;
}

.fp-image{
width:165px;
height:165px;
float:left;
margin:10px 10px 10px 10px;
}

#title-block{
float:left;
margin:10px;
width:350px;
font-size:12px;
letter-spacing:.1em;
}

#subtitle-block{
background-color:#386443;
}

#blog-title{
font-size:32px;
letter-spacing:.1em;
color:#A52624;
margin:0;
font-family:title;
font-weight:normal;
}

#date-title{
text-transform:uppercase;
}

.boxgrid{  
    width: 165px;  
    height: 165px;  
    margin:10px;  
    float:left;  
    background:#161613;
    overflow: hidden;  
    position: relative;  
    color:#999999;
    font-size:11px;
}  
.boxgrid img{  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
}
.boxcaption{  
    float: left;
    position: absolute;  
    height: 100px;  
    width: 100%;
    opacity: 1;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
    } 
.captionfull .boxcaption {  
    top: 165px;  
    left: 0;  
}  
.caption .boxcaption {  
    top: 165px;  
    left: 0;  
}  